/*
 -------------------------------------------------------------------------------------------------------
 STANDARD.CSS > this file holds master styles commonly used
 -------------------------------------------------------------------------------------------------------
 ********************************************************************************************************
 *RESOLUTION INTERACTIVE MEDIA INC.																		*
 *560 Wellington Street, London, Ontario, Canada														*
 *Jonathan Kochis (jonathan@resolutionim.com)															*
 *Brendan Farr-Gaynor (brendan@resolutionim.com)														*
 *Owain Johnson (owain@resolutionim.com)																*
 *																										*

 *Version: 1.00 Brendan Farr-Gaynor - 26/05/2006: broke specific stuff out into this file				*
 *																										*
 ********************************************************************************************************
 *Date Last Modified: 02/12/07																			*
 *Last Modified By: brendan@resolutionim.com												 			*
 *																										*
 ********************************************************************************************************/

/*
 -------------------------------------------------------------------------------------------------------
This is the main and only file called so we must include others needed
*/

@import url(/css/layout.css);
@import url(/css/boxes.css);
@import url(/css/specific.css);
/*@import url(/inc/oCal/calendar.css);*/



input {
font-size:11px;
padding:0px;
margin:0px;
font-weight:normal;


}

form {
	padding:0px;
	margin:0px;
}

textarea {
font-family:Verdana, Arial, Georgia, sans-serif;
font-size:11px;
border:1px solid #999999;

}

select {
font-family:Verdana, Arial, Georgia, sans-serif;
font-size:11px;
border:1px solid #999999;

}

td {
vertical-align:top;

}

label { font-size:11px; font-weight:bold; font-family:Verdana, Arial, Georgia, sans-serif; color:#999999; }

input { font-size:12px; font-weight:bold; border:1px solid #999999; font-family:Verdana, Arial, Georgia, sans-serif; color:#000000; }

hr {
	color: #CCCCCC;
	height: 1px;
	margin:0px;
	padding:0px;
}




	


body { 

	  font: normal 11px Verdana, Arial, Georgia, sans-serif;
	  color:#333333;  
	  padding:0;
	  margin:0;
	  text-align: center;
	  background:url(/images/backPlate.png) repeat-x top left #003C9B; 
}


img { border:1px solid #999999; }



h1 {
	font: normal 190% georgia, times, serif;
	color:#666666;
	margin:5px 0px 10px 0px;
	padding-bottom: 2px; 
	border-bottom:1px solid #CCCCCC;
}


h3 {
	font: bold 11px Verdana, Arial, Georgia, sans-serif; 
	color:#333333;  
	margin:0px 0px 10px 0px;
	padding-bottom: 2px; 
	border-bottom:1px solid #003C9B;
}



a { color:#004DC4; text-decoration:none; }
a:hover { color:#003C9D; }