/** XM Style Sheet **/

html, body {
	font-family: Arial, verdana, helvetica, sans-serif;
	color: #fff;
	font-size: 0.9em;
	background:#fff;
	margin:0;
	padding:0;
}


div, p, li {
	font-family: Arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

#container{
	width: 750px;
	background: #fff;
	margin: 0;
	padding:0;
}

.infoblock, fieldset{
	background-color: #feffe8;
	background-color: #ffffcc;
	border: 1px solid #ffd204;
	padding: 0 10px 0 10px;
	margin-bottom:20px;
	
}

.infoblock_home{
	/*background-color: #fef075;*/
	background-color: #fff;
	padding: 30px;
}

.infoblock_home p{
	font-size:.9em;	
}


.infoblock_home h1{
	margin:0;
	padding:0;
}

.infotable{
	margin: 5px;
}

.infosmall{
	font-size: 0.9em;
	color: #000;

}

legend{
	background: #fff;
}

table{
	border:1px;
}

th{
	text-align: left;
}

label{
	font-weight: bold;
}

h1{
	font-size: 2em;
	color:#333;
	font-weight:normal;
	margin-top:0;
}

h2,legend{
	font-size: 1.6em;
	font-weight:normal;
	color:#333;
	margin-bottom:8px;
}

.title{
	color: #FF3600;
	font-size: 14px;
	font-weight: bold;
}

.legal{
	color: #999999;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
}

hr{
	border:0;
	height:1px;
	background-color:#ccc;
	width:95%;
}

a:link{
	color: #cc0000;
	text-decoration: none;
}

a:visited{
	color: #cc0000;
}

a:hover{
	color: #cc0000;
	text-decoration: underline;
}

.required{
	color: red;
}



#footer{
	font-size: 0.85em;
	color:#999;
	width: 720px;
	margin: 0 auto 0;
}


ul#footernav{
	margin: 0;
	padding: 0;
	list-style: none;
}


ul#footernav li{
	float: left;
	border-right: 1px dotted #666;
	padding: 0 5px 0 5px;
}


#footer a:link, #footer a:visited{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	text-decoration: underline;
}

.formButton{
	background: #cc0000;
	color:#fff;
}

input,select{
	
}

#requirements_en{
	width:250px;
}

#requirements_fr{
	top: -232px;
	left: 320px;
	width:250px;
	position: relative;
}



#logo{
	width:100%;
	height:140px;
	background:#000 url(http://www.xmradio.ca/images/logo_vertical.gif) no-repeat;
	background-position: center;
	text-indent: -10000px;
	padding: 8px 0 10px 0;
}

#logo h1, logo_banner h1{
	padding:0;
	margin:0;
}



#indicator{
	background-color:blue;
	width: 100%;
	text-align: center;
	font-size:1em;
	
}

ul#nav,ul#nav li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}



#leftnav{
	float: left;
	width: 180px;
	margin: 0;
	padding: 1.5em;
}

#leftnav ul{
	margin: 0;
	padding:0;
}

#leftnav li{
	list-style-type: none;
	padding-bottom:2px;
}

#content{
margin-left: 200px;
border-left: 1px dotted #ccc;
padding:20px;
padding-right:30px;

}

.error{
	border: solid 1px #cc3333;
	background: #fff6f3;
	margin: 0 0 1.5em 0;
	padding: 0.75em;
	min-height:44px;
}

#error_icon{
	width:41px;
	height:44px;
	background: url(http://www.xmradio.ca/images/circle_alert.gif) no-repeat;
	text-indent:-10000px;
	float: left;
	
}

#error_text{
	margin-left:50px;
}

#error_text h2{
	margin-bottom:-10px;
	margin-top:10px;
	font-weight:normal;
	color:#ff0000;
}

#error_text, #error_text p{
	color:#ff0000;
}



.success{
	border: solid 1px #009933;
	background: #eafff1;
	margin: 0 0 1.5em 0;
	padding: 0.75em;
	min-height:44px;
}

#success_icon{
	width:41px;
	height:44px;
	background: url(http://www.xmradio.ca/images/circle_success.gif) no-repeat;
	text-indent:-10000px;
	float: left;
	
}

#success_text{
	margin-left:50px;
}

#success_text h2{
	margin-bottom:-10px;
	margin-top:10px;
	font-weight:normal;
	color:#009933;
}

#success_text, #success_text p{
	color:#009933;
}



#planTable{
	background:#fff;
	margin-top:10px;
	border-collapse: collapse;
}

#planTable label{
	font-weight: normal;
}

#planTable td{
	
}

.planTableHeader td{
	background:#666;
	padding:2px;
	color: #fff;
	font-size:0.9em;
}

.planTableRow{
	background: #fff;
}

.planTableRowOffset{
	background: #dffdda;
}


.totalCell{
	border-top: 1px dotted #ccc;
	padding-top:5px;
	
}

.pageTitle{
	height:40px;
	background:#ffd400;
	font-size:1.8em;
	padding-left:180px;
	margin-bottom:30px;
	padding-top:15px;
}

#nav ul{
	height:100px;
	background:red;
}

#nav li{
	border-bottom: 1px dotted #ccc;
	padding:20px;

}

.current{
	color:#cc0000;
	font-weight:bold;
	list-style: disc;
}




