/*
 -------------------------------------------------------------------------------------------------------
 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(layout.css);
@import url(boxes.css);
@import url(specific.css);
@import url(calendar.css);



input {
	font-size:11px;
	padding:2px;
	margin:0px;
	background-color:#EBF0F0;
	color:#78666B;
	border:1px solid #C6C6C6;
	font-family:Geneva, Verdana, Arial, Georgia, sans-serif;


}

form {
	padding:0px;
	margin:0px;
}

textarea {
font-family:Geneva, Verdana, Arial, Georgia, sans-serif;
font-size:11px;
background-color:#EBF0F0;
color:#78666B;
border:1px solid #C6C6C6;
padding:2px;

}

select {
font-family:Geneva, Verdana, Arial, Georgia, sans-serif;
font-size:11px;
background-color:#EBF0F0;
color:#78666B;
border:1px solid #C6C6C6;
padding:2px;

}

fieldset {
border:1px solid #E3E3E3;
margin:5px 0px 5px 0px;
}

legend {
font-weight:bold;
font-size:11px;
font-family:Geneva, Verdana, Arial, Georgia, sans-serif;
color:#3A8899;
}

.inputImage {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}

.buttonHolderBar {
	width:98%; text-align:right; margin:5px 0px 5px 0px; background-color:#EBF0F0; padding:2px;
}


td {
vertical-align:top;

}

label { font-size:11px; font-weight:bold; font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; }

hr {
	color: #CCCCCC;
	height: 1px;
	margin:0px;
	padding:0px;
}




	


body { 

  font: normal 11px Geneva, Verdana, Arial, Georgia, sans-serif;
 /* font:12px "Trebuchet MS",Verdana, Arial, Georgia, sans-serif;*/
  /*line-height:1.1em;*/
  color:#333333;  
  padding:0;
  margin:0;
  text-align: center;
  background:url(http://www.dsa.ca/images/backgroundPattern.png) #EBF0F0; 
}

#splash {   background:url(http://www.dsa.ca/images/splashBackPlate.png) repeat-x #EBF0F0;   }
#splashGraphic {
	margin:70px auto 0px auto;
	padding:165px 25px 25px 25px;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}
#splashGraphic p {
	display:block;
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#splashGraphic a {
	display:block;
	float:left;
	width:150px;
	margin:0px;
	padding:10px;
	padding-top:15px;
	font-size:16px;
	color:#656565;
	text-decoration:underline;
	font-weight:bold;
}

#splashGraphic .fakeLink {
	display:block;
	float:left;
	width:150px;
	margin:0px;
	padding:10px;
	padding-top:15px;
	font-size:16px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
#splashGraphic #en { margin-left:35px; }
#splashGraphic #fr { margin-left:105px; }

* html #splashGraphic #en { margin-left:20px; }
* html #splashGraphic #fr { margin-left:100px; }

#splashGraphic a:hover { text-decoration:underline; }

h1 {
font-size:18px;
font-weight:normal;
font-family:Geneva, Verdana, Arial, Georgia, sans-serif;
color:#000000;
margin:0px;
padding:0px;
}

p {
	line-height:18px;
}

li { line-height:18px; }




a { color:#490359; }
a:hover { color:#d300ff; }
