/* General settings for the entire site*/

BODY 
	{
	 background: #000000 url(graphics/background.jpg); 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #ca846b;
	}	

DIV.content
	{
 	 height: 370px;
	 overflow: auto;
	 /*font-size: 12px;*/
	 font-weight: normal;
	 scrollbar-width: 5px;
	 scrollbar-3dlight-color:#303030;
	}
	
DIV.accueil
	{
 	 height: 320px;
	 overflow: auto;
	 /*font-size: 12px;*/
	 font-weight: normal;
	 scrollbar-width: 5px;
	 scrollbar-3dlight-color:#303030;
	}
	
H1, H2, H3
	{
	 font-size: 16px;
	 font-weight: bold;
	}

/* For edithoraire.cgi */
FORM
	{
	 display: inline;
	}

.admin-outer
	{
	 /*border: #CA846B 2px solid;*/
	}	

.admin-middle
	{
	 border: #CA846B 2px solid;
	}	

.admin-inner
	{
	 /*border: #CA846B 2px solid;*/
	}	

#weekly
	{
	 border: #CA846B 1px solid;
	}	

#edithost
	{
	 border-right: #CA846B 1px solid;
	}

#renamehost
	{
	 padding-left: 6px;
	}

#skip
	{
	 border-right: #CA846B 1px solid;
	}

#unskip
	{
	 padding-left: 6px;
	 border-right: #CA846B 1px solid;
	}

#erase
	{
	 padding-left: 6px;
	}

TD.checked_day
	{ background: #FFEEE8; }
TD.checked_night
	{ background: #E8AD98; }

/* standard links */
A:link 
	{
	 color: #9D5B44;
	 text-decoration: none;
	}
A:visited 
	{
	 color: #E99E83;
	 text-decoration: none;
	}
A:hover 
	{
	 text-decoration: underline;
	}
A:active 
	{
	 text-decoration: underline;
	}

/* Auxiliary nav links */
A.auxnav
	{
	font-size: 12px;
	}
A.auxnav:link 
	{
	color: #9D5B44;
	text-decoration: none;
	}
A.auxnav:visited 
	{
	color: #E99E83;
	text-decoration: none;
	}
A.auxnav:hover 
	{
	text-decoration: underline;
	}
A.auxnav:active 
	{
	text-decoration: underline;
	}


