@CHARSET "UTF-8";
/************** GENERALS  ************/
body{
	
	font-size: 10pt;
	color: #000000;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: white url(../../imgs/bg.jpg) repeat-x fixed bottom right;

	scrollbar-3dlight-color:#DC143C;
	scrollbar-arrow-color:#FF0000;
    scrollbar-base-color:#ffffff;
    scrollbar-track-color:#ffffff;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#A9A9A9;
    scrollbar-shadow-color:#DC143C;
	margin: 0px;
	}
	
/********  DEBUG  BOX MODEL   ******/
/*body div {
	border: black 2px solid;
}*/

img	{
	border: none;
	}
	
b {
	font:arial, helvetica 12px bold;
	color:red;
}

a:link {text-decoration: none; color: #c73a09;}
a:visited {text-decoration: none; color: #c73a09;}
a:active {text-decoration: none; color: #c73a09;}
a:hover {font-size:24; font-weight:bold; color: red;}


/************** HEADER **************/
#header {
	background: #000002;
	margin: 0 auto;
	float: center;
	width: 752px;
	height: 139px;
}


/**************  MENU   **************/
#menu {
	margin: 0 auto;
	float: center;
	width: 654px;
	height: 54px;
}




/**************  MENU2  **************/
#menu2 {
	text-align: center;
	margin: 0 auto;
	width: 615px;
	height: 17px;
}



/*************** MAIN  **************/
#main{
	padding: 20px; 
	margin: 0 auto;
	width: 950px;
	height: 500px;
}




/************** FOOTER **************/
#footer {
	text-align: center;
	float: bottom;
	}





/************** LOGIN **************/
#login{
	width: 40%;
	}
	
	
/************** TABLE **************/

table {
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #952f2a;
	border-collapse: separate;
/*	background-color: lime;  */
}

td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: #e1e1e1; 
/*	-moz-border-radius: 6px 50px 0px 3px;*/
	-moz-border-radius: 6px 6px 6px 6px;
}

.ontop {	
	height: 12px;
	color: red;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	background-color: #64b0db; /* #5b9d90; 64b0db
	*/
/*	-moz-border-radius: 6px 50px 0px 3px;*/
	-moz-border-radius: 6px 6px 6px 6px;
}



/*************** SubPage **************/
.sp A:link {font-size:24; text-decoration: underline; color: black;}
.sp a:visited {font-size:24; text-decoration: underline; color: black;}
.sp a:active {font-size:24; text-decoration: underline; color: black;}
.sp a:hover {font-size:32; font-weight:bold; color: blue;}




