html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{

	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #2a2929;
	background:#f1f0eb;
	text-align: center;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #000000;}
a:visited{color:#3b3b3b;}
a:active {color: #2775C;}
a:hover{color:#CF1C3E;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:900px; 
	height:800px;
	/*position:absolute;
	left:50%;
	margin-left:-450px;*/
	margin: 0 auto;
	text-align: center;
	background: #f1f0eb;
}



#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#E1E1E1;
}

#login a
{
	color:#E1E1E1;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

#printer
{
	float:right;
	font-size:85%;
	background:url(images/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.table-border-color
{
	background-color:#f1f0eb;
}

.right-shadow
{
	background:url(images/right_shadow.gif) right top repeat-y;
}

.footer-box
{
        width:900px;
        height:143px;  
	background:url(images/footer.jpg) #f1f0eb no-repeat;
	margin-botton:0px;
	margin-right:3px;
        text-decoration:none;
 
}


.table-bottom-corner
{
}


/*Content table*/
#content
{
	background:#f1f0eb;
	height:100%;
	min-height:100%;
	width:700px;
	border-collapse:collapse;
}

/*Main column*/
#content .main-column
{
	width:700px;
        height:100%;
	vertical-align:top;
	padding:0 15px;
	background:#f1f0eb;
}
#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:3px;
	
}

/
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}


/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}