/*  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(/images/support.jpg) left top no-repeat;
}

#main h1.title.support {
	background-image: url(/images/support.jpg);
}

div#sidebar {
	
}

/* Sub Navigation Custom Styles */
#subnav li.on,
#subnav li.on:hover {
	background: #FFF url(/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;
}



/* End Email/Contact Form Styles Styles */

dt.contact 
{
	width: 175px;
	float: left;
	margin-bottom: 3px;
}

dd.contact {
	/* float: left; */
	margin-left: 175px;
	margin-bottom: 3px;
}

* html dt.contact 
{
	width: 160px;
	float: left;
}

* html dd.contact {
	/* float: left; */
	margin-left: 160px;
}



/* Begin Email/Contact Form Styles */
fieldset {
	padding: .5em;
	margin: 0;
}
fieldset dt {
	width: 145px;
	border-left: 5px solid #EEE;
	padding-left: 5px;
}
fieldset .required
{
	padding-left: 5px;
	border-left: 5px solid #E5B5A3;
}
fieldset dd 
{
	margin-left: 105px;
}
fieldset dd input, fieldset dd select {
	display: block;
	width: 300px;
}
fieldset .wrong {
	background-color: #E5B5A3;
}
fieldset textarea 
{
	width: 465px;
}
span.required {
	border-left: 5px solid #E5B5A3;
	padding-left: 5px;
}

p.key{
	margin: 0px 0px -25px 525px;
	padding: 0px;
}