/* BODY */

html, body {
	height: 100%;
}


* { 
	margin:0; 
	padding:0;  
	}
img,a { 
	margin:0;
	padding:0; 
	border:0
	}

body {
	background:#333333;
	padding:0; 
	font: normal 8pt Arial, Helvetica, sans-serif; 

	}

/********************************************** GENERAL **************************************************/
.pad {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -352px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -340px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	width:705px;
	background:#4f5559;
	line-height:20px;

	}

.pad25 {
	padding:25px;
	}


.main { 
	width:650px;
	background:#FFF;
	height:652px;
}

/***********************************************LOGO***************************************************/

.logo { 
	float:left;
	width:311px;
	padding:0;
	}
	
/***********************************************RIGHTMENU*************************************************************/

.rightmenu{
	float:right;
	width:289px;
	text-align:right;
	}

.rightmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.rightmenu li { 
	float:right;
	text-align:right;
	list-style:none;
	width:187px; 
	height:20px; 
	margin:0; 
	padding:0; 
	display:block
	}

/************************************************CONTENT *********************************************************************/

.content {
	padding-top:25px;
	padding-bottom:25px;
	height:380px;
	}

.padcontent {
	padding:10px 0 10px 0;
	}

.contentarea{
	padding-top:25px;
	padding-bottom:25px;
	

	}

.contentarea2{
	padding-top:25px;
	height:375px;
}

.contentarea3{
	padding-top:25px;
	height:390px;
	overflow: auto;
}
.pagecontent {
	background:#000000;
}

.loading {  }


/**********************************************LEFTCONTENT*********************************************************************/

.leftcontent{
	float:left;
	width:132px;;
	height:375px;

	}

/*********************************************RIGHTCONTENT*********************************************************************/

.rightcontent{
	float:right;
	background:#000;
	width:447px;
	height:392px;

	}

.greyborder { border:5px solid #929497;background:url(../images/loading.gif) center no-repeat; background-color:#FFF  }


/************************************************BOTTOMMENU********************************************************************/

.bottommenu {
	float:right;
	margin-top:20px;

	}

.bottommenu a { 
	font:normal 8t "Helvetica", Times New Roman, Times, serif;
	font-weight:bold;
	color:#666;
	text-decoration: none;
	margin-left:20px

	}
	
.bottommenu a:link { 
	font:normal 8pt "Helvetica", Times New Roman, Times, serif; 
	font-weight:bold;
	color:#666;
	text-decoration: none;
	}
	
.bottommenu a:visited {
	font:normal 8pt "Helvetica", Times New Roman, Times, serif;
	font-weight:bold;
	color:#666;
	text-decoration: none;
	}
	
.bottommenu a:hover { 
	font:normal 8pt "Helvetica", Times New Roman, Times, serif; 
	font-weight:bold;
	color:#666;
	text-decoration: underline;
	}
	
.bottommenu a:active { 
	font:normal 8pt "Helvetica", Times New Roman, Times, serif;
	font-weight:bold;
	color:#666; 
	text-decoration: none;
	}




/***************************************LINKS*************************************************************************/

a { 
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#666666; 
	text-decoration: none;
	}
	
a:link {
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration: none;
	}

a:visited {
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration: none;
	}

a:hover { 
	font:normal 8pt Arial, Helvetica, sans-serif; 
	color:#adadad; 
	}
	
a:active { 
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#666666; 
	text-decoration: none;
	}
	
	
/*****************************************TEXT ***************************************************************************/

p {font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#4f5559; }

h1 {font-family: Arial, Helvetica, sans-serif; font-size:12px;  color:#4f5559; }
h2 {font-family: Arial, Helvetica, sans-serif; font-size:11px;  color:#4f5559; }
h3 {font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#4f5559; }
h4 {font-family: Arial, Helvetica, sans-serif; font-size:9px; color:#4f5559;}
h5 {font-family: Arial, Helvetica, sans-serif; font-size:8px; color:#4f5559;}

	

/*****************************************OTHER***************************************************************************/

.clear { 
	clear:both;
	}

.clearboth { 
	clear:both;
	line-height:0; 
	}
	


input { font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#4f5559; }
select { font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#4f5559; }
textarea { font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#4f5559; }
