/***************************************************************
	CSS written by Adam T. Gregory - 02/10/2008
***************************************************************/

/**************************************************************
   Print:  Print CSS
 **************************************************************/

body {
	font: 400 12pt "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	
}



h1 {
	margin-top: 20px;
	font-size: 18pt;
	
	color: #747706;
}
h2 {
	font-size: 16pt;
	color: #ff7f00;
}
h3 {
	font-size: 14pt;
	color: #69a81b;
}
h4 {
	font-size: 12pt;
	color: #afbd21;
}
h5, h6 {
	font-size: 12pt;
	color: #747706;
}
acronym {
	border: 0;
}
a {
	color: #747706;
}
b {
	color: #747706;
}
/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
/* Don't display these elements since they're not useful on paper */
#header, #mainMenu, .sideMenu, #footer, .leftColumn, #mainMenuL2, img {
	display: none;
}
#content {
	width: auto;
	margin: 0 8%;
	padding: 0;
}
.table {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 1em;
}
.table th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.table th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
	background-position: center;
}
.table td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
	background-position: center;
}
.smalltable {
	clear:both;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:#e9e8f4;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 15px;
	width: 97%;
	font-size: .8em;
}
.smalltable th.top {
	height:3.5em;
	padding:0 7px 0 7px;
	empty-cells:show;
	background-color:#afafaf;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}
.smalltable th {
	height:3em;
	padding:2px 20px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	font-weight:bold;
	border: 2px solid #FFFFFF;
}
.smalltable td {
	height:3em;
	padding:2px 7px 2px 7px;
	background-color:#e1e1e1;
	text-align:left;
	color:#505050;
	border: 2px solid #FFFFFF;
}
.separator {
	clear: both;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.separatorsmall {
	height:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.separatorsmallclear {
	clear: both;
	height:5px;
}

img.floatRight {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #edf3ba;
}

img.floatRightNoBorder {
	padding: 7px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
}

img.floatRightNoBorder5px{
	float: right;
	margin: 5px;
	padding: 5px;
}

img.floatLeftNoBorder {
	padding: 7px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
}


img.floatLeft {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #edf3ba;
}

img.floatLeft0px {
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #edf3ba;
}

img.border {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #edf3ba;
}

.thedate {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:49px;
	background-image: url(../../../assests/images/icons/CalendarWidget.jpg);
	background-repeat: no-repeat;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.datemonth {
	display:block;
	font-size: 0.8em;
	margin:0;
	padding:0;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
}

.datedate {
	display:block;
	font-size:1.8em;
	margin:0;
	text-align: center;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: .1em;
	padding-left: 0;
}

