/* Common elements */
* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Times New Roman, Serif; 
	color: #fff;
	font-size: 18px;
	background: #553f27 url(../images/background_full.jpg) no-repeat top center;
}

input 
{
	font-family: Times New Roman, Serif; 
	font-size: 16px;
}

h1 
{
	font-size: 1.2em;
	margin: 1.2em 0;
}

h3 
{
	font-size: 1.2em;
	margin: 1.2em 0;
}

p 
{
	margin-bottom: 1em;
	line-height: 1.2em;
	text-align: justify;
}

a 
{
	color: #FFFF99;
	font-style: italic;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: dashed 1px #FFFF99;
}
a:link, a:hover, a:active {
}
a:visited {
	color: #ff9900;	
	border-bottom: dashed 1px #ff9900;
}
 
textarea {
    text-align: justify;
}

/*-- Main page ------------------------------------------------------*/

a#homeLink 
{
}

div#left
{
    width: 585px;
    float: left;
    height: 90%;
}

div#right
{
    width: 400px;
    height: 90%;
    float: right;
}

div#body 
{
	width: 1000px;
	height: 932px;
	margin: 0 auto;
	padding-top: 68px;
}	

div#left-header
{
    width: 100%;
    height: 55px;
    text-align: right;
}

div#content 
{
    padding: 30px 0 0 50px;
    text-align: justify;
}

div#status 
{
	width: 300px;
	height: 20px;
}

.user_info 
{
	font-size: 12px;
}

div#login_box 
{
	background: transparent url(../images/opacity.png) !important;
	width: 280px;
	margin-left: 15px;
	/*background: #fff;*/
	/*opacity: 0.3;*/
	/* IE6 stuff */
}

div#footer 
{
    clear: both;
    margin-top: -40px;
    text-align: right;
    padding-right: 60px;
}

div#footer a, a:active, a:visited 
{
	text-decoration: none;
	border: none;
}

div.title 
{
	color: #FFFF99;
	font-weight: bold;
}

input.text 
{
	width: 130px;
	border: none;
	background: #fff;
}

.around_text 
{
	width: 150px;
	border: none;
	background: #transparent;
}

input.submit 
{
	background: #94744D url(../images/m_button_background.gif) repeat-x;
	border: none;
	cursor: pointer;
	color: #fff;
	height: 28px;
	display: block;
	float: left;
}

div.buton 
{
}

div.button span.l
{
	display: block; float: left; background: url(../images/m_button_left.gif) no-repeat; height: 28px; width: 7px;
}

div.button span.c
{
	display: block; float: left;
}

div.button span.r
{
	display: block; float: left; background: url(../images/m_button_right.gif) no-repeat; height: 28px; width: 7px;
}

span.user_name 
{
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
}

a.actLink, a.actLink:visited
{
	font-size: 1em;
	font-style: normal;
	color: #FFFF99;
	border-bottom: solid 1px #FFFF99;
}

a#homeLink, a#homelink:visited 
{
	width: 340px; 
	height: 100%; 
	display: block;
	float: left; 
	border: none;
}

table.info 
{
	table-layout: fixed;
	border-collapse: collapse;
}

table.info td 
{
	border: solid 1px #ff9933;
	padding: 3px;
}

div#navigation
{
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

div#navigation a 
{
    color: #fff;
	font-style: normal;
	border-bottom: dashed 1px #FFFF99;
}

div#navigation a:visited
{
    color: #fff;
	font-style: normal;
	border-bottom: dashed 1px #FFFF99;
}
