/*  training.css

	This stylesheet controls the specific appearance of the
	training section of the site.

	Note: Changes should not be made to this stylesheet
	unless the desired result is a change to the software
	section pages.
*/

/* Load the basic and layout stylesheets - IMPORTANT! */
@import url(basic.css);
@import url(layout.css);

/* Basic Element Styles */
div#content {
	
}

#main h1.title {
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	background: transparent url(/EDGARfilings/images/company.jpg) left top no-repeat;
}

#main h1.title.terms {
	background-image: url(/EDGARfilings/images/terms.jpg);
}

#main h1.title.privacy {
	background-image: url(/EDGARfilings/images/privacy.jpg);
}

#main h1.title.legal {
	background-image: url(/EDGARfilings/images/legal.jpg);
}

#main h1.title.cookie {
	background-image: url(/EDGARfilings/images/cookie.jpg);
}
div#sidebar {
	
}

/* Sub Navigation Custom Styles */
#subnav li.on,
#subnav li.on:hover {
	background: #FFF url(/EDGARfilings/images/company.jpg) left top repeat-y;
}

#sidebar table {
	background: transparent;
	border-bottom: 0;
	}
#sidebar thead td {
	border-bottom: 1px solid #DDD;
	vertical-align: bottom;
	font-weight: bold;
	color: #EEE;
	}
#sidebar td {
	padding: .25em;
}
#sidebar .alt, #sidebar tr.alt {
		/* background: #EEE; */
		background: #DED8BD;
		color: #666;
	}

/* Calendar Styles */
table.calendar {
	width: 100%;
}
.calendar a {
	display: block;
}

td.day 
{
	/* width: 14.28%; */
	height: 50px;
}
td.day span {
	display: block;
}

td.weekend {
	background-color: #F6F4E6;
}
td.othermonth a {
	color: #CCC !important;
}
td.thisday 
{
	background-color: #F2EDD5;
}
span.event {
	font-size: 9px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 12px;
}
.event span {
	height: 12px;
	overflow: hidden;
}
span.holiday {
	color: #DBAE70;
	height: 24px;
}
.othermonth span.holiday {
	color: #BBB;
}
span.sec {
	background-color: #ADDDD7;
}
span.accelerated {
	background-color: #E5B5A3;
}
span.training {
	background-color: #B2DDEE;
}
/* End Calendar Styles */
dl.key dt {
	width: 50px;
	margin: 0;
	float: left;
	font-weight: bold;
}
dl.key dd {
	margin-left: 60px;
}
dl.key dd span {
	display: block;
	padding: 4px;
}

