/*  resources.css

	This stylesheet controls the specific appearance of the
	resources section of the site.

	Note: Changes should not be made to this stylesheet
	unless the desired result is a change to the resources
	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/resources.jpg) left top no-repeat;
}

#main blockquote.news {
	margin: 2em 0;
	padding: 5px;
	border: 0;
}

dl.definitions {
	display: block;
	width: 670px;
	border-bottom: 1px solid #FFF;
}
dl.definitions dt {
	display: block;
	font-weight: bold;
	border-bottom: 2px solid #DDD;
	margin: 1em 0 .5em 0;
}
dl.definitions dd {
	display: block;
	margin-left: 15px;
}
dl.definitions blockquote {
	margin-left: 10px;
	border-bottom: 0px;
}

div#sidebar {
	
}

#screenshotbox
{	
	width: 700px;
	margin: 10px 0px 10px 0px;
}

#screenshotleft
{
	float: left;
	text-align:center;
}


#screenshotright
{
	float: right;
	height: 175px;
	width: 200px;
	text-align:center;
	margin-right: 100px;
}

table.screenshot
{
	background-color: #fff;
	border-bottom: 0px none;
}

* html #screenshotbox
{	
	width:400px;
	height: auto;
	margin: 0px 0px 0px 125px;
}

* html #screenshotleft
{
	float: left;
	text-align:center;

}

* html #screenshotright
{
	float: right;
	height: 175px;
	width: 200px;
	text-align:center;
	margin-right: 0px;
}

* html table.screenshot
{
	background-color: #fff;
	border-bottom: 0px none;
}
/* Sub Navigation Custom Styles */
#subnav li.on,
#subnav li.on:hover {
	background: #FFF url(/images/link_resources.jpg) left top repeat-y;
}

/* 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;
}

a.pdf
{
	background: transparent url(/images/icons/pdf.gif) left top no-repeat;
	padding: 0px 0px 5px 20px;

}

