/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/*************** update styles ******************/

.update {
	font-family: Arial,sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	padding: 5px 35px 10px 35px;
}

.update h3{
	font: bold small Arial, sans-serif;
	color: #CCCCCC;
}

.update td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	padding: 3px 10px 2px 15px;
	background-color: #202020;
	border: thin solid #333333;
}

/*************** story styles ******************/

.story {
	font: normal 80% Arial, sans-serif;
	color: #CCCCCC;
	padding: 10px 40px 10px 15px;
}

.story h3{
	color: #CCCCCC;
	font: bold 125% Arial,sans-serif;
	padding: 10px 10px 10px 0px;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #CCCCCC;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}


td.storyLeft{
	padding-right: 12px;
}

.function{
	font: normal 12px Arial, sans-serif;
	color: #CCCCCC;
	padding: 0px 40px 10px 50px;
}

.function h3{
	color: #CCCCCC;
	font: normal 14px Arial, sans-serif;
	padding: 10px 10px 5px 0px;
}

.function p {
	padding: 0px 0px 10px 0px;
}

.function li{
	padding: 2px 0px 2px 15px;
}

.function td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;
	padding: 8px 15px 5px;
	background-color: #202020;
	border: thin solid #333333;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px 0px 0px 30px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 45px;
	padding-right: 10px;
	font-size: 10px;
}

#sectionLinks a:hover{
	text-decoration: underline;
}

.sectionTitle{
	background-color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	padding-left: 10px;
}

/**************** advert styles *****************/

#advert{
	padding: 15px 0px 15px 30px;
	font-size: x-small;
	float: left;
}

#advert img{
	display: block;
}

/********************* end **********************/