@import url(Form.css);
@import url(DataList.css);

/* 
light purple = #fcf6ff
dark purple = #48205B
content purple = #f3d6f3
#CFD494
*/

body 	
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-position: center;
	background-color: #336600;	
	background: #CFD494 url(/images/v2/grad_background.gif) repeat-x;
	margin-left: auto; /* aligning center in firefox */
	margin-right: auto; /* aligning center in firefox */
}


#reportlist {
	padding-left: 5px;
	padding-right: 3px;
	margin-bottom:5px;
	font-size: 100%;
	/*line-height: 18px;*/
}


#reportlist a {
	color: #000000;
	text-decoration: underline;
}

#reportlist a:hover {
	color: #336600
	text-decoration: underline;
}

.reportsnav {
	background-color: #E9EBCE;
	margin-top: -5px;
	margin-bottom: -5px;
	border-left: 0px solid #336600;
	border-right: 0px solid #336600;
	border-bottom: 0px solid #336600;
}





.maintable{
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color: #336600;
	background-position: center;
	background: #336600 url(/images/tulipBkg.gif) no-repeat;
	margin-left: auto; /* aligning center in firefox */
	margin-right: auto; /* aligning center in firefox */
}

.copyrightname
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color: #336600;
	color: #FFFFFF;
	padding-right: 3px;
	text-align: right;
	border-right: 1px solid #336600;
	width: 138px;
}

.copyrightsite
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color: #336600;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
	font-style: italic;
	border-left: 1px solid #336600;	
}

.PreviewImage 
{
	border: 1px solid #336600;
}

.PreviewImage a
{
	border: 1px solid #336600;
}

.PreviewImage a:hover
{
	border: 1px solid #336600;
}
	

p 
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	margin: 5px 5px 5px 5px;
	line-height: 20px;
	padding: 1em;
}

.visitorCount 
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #336600;
}

.norecordsLabel
{
	font-weight:bold;
}


td 
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.IndentTable 
{
	margin: 20px 0 0 60px;
	line-height: 30px;	
}

.DropDownList 
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.ErrorMessage 
{
	font-family: Georgia;
	font-size: 10pt;
	color: Red;
	padding: 0.3em;
}

.SuccessMessage 
{
	font-family: Georgia;
	font-size: 10pt;
	color: #336600;
	padding: 0.3em;
}

.WelcomeMessage 
{
	font-family: Georgia;
	font-size: 10pt;
	color: #FFFFFF;
	padding-right: 8px;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.smallText
{
	font-size: 8pt;
}



.dropcap {
	float: left;
	color: #336600;
	font-size: 70px;
	font-weight: normal;
	line-height: 50px;
	padding-top: 2px;
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
}

.divide {
	margin: 10px 0 10px 0;
	border-top: 1px dotted #48205B;
}

/* --------- Results ----------------*/



.content {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #48205B;
	padding: 10px 0px 10px 10px;
	line-height: 2em;
}



/* --------- WEBPART ------------- */

.webpart
{
	width: 100%;
	vertical-align: top;
	margin: 1em 0 0 0;
	background-color: #fcf6ff;
}

.webpartheader 
{	
	height: 25px;
	margin: 0 0 0 10;
	padding: 0px 0px 0px 10px;	
	background: #CFD494 url(/images/v2/headerBkg.gif) repeat-x;
	color: #FFFFFF;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-top: 1px solid #336600;
	border-bottom: 1px solid #336600;
	width:  100%;
}


.choiceImage 
{
	border: 1px;
	border: 1px solid #336600;
}


.webpartheaderWhite 
{	
	height: 30px;
	width:  100%;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 10px;	
	background: #FFFFFF url(/images/v2/headerBkgWhite.gif) repeat-x;
	color: #336600;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.webpartcontent 
{
	width: 100%;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5em;
	color: #48205B;
	margin: 0px 0px 0px 0px;
	padding: 0.5em;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	background-color: #FFFFFF;
	/*background: url(/images/v2/panelbkg.gif) repeat-y;*/
}


.webpartcontentWhite 
{
	width: 100%;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5em;
	color: #48205B;
	margin: 0px 0px 0px 0px;
	padding-top: 1.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	background-color: #FFFFFF;
}

.searchwebpart
{
	width: 100%;
	line-height: 1.5em;
	color: #48205B;
	margin: 0px 0px 0px 0px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-bottom: 0px solid #336600;
	background-color: #FFFFFF;
}

.webpartcontentImages 
{
	width: 100%;
	margin:	0px 0px 0px 0px;
	padding: 10px 0 10px 0;
	border: 0px solid #48205B;
	background-color: #fcf6ff;
}


.webpartcontentWhite a 
{
	text-decoration: underline;
	color: #336600;
	font-size: 8pt;
}

.webpartcontentWhite a:hover 
{
	text-decoration: none;
	color: #CC0066;
}

.webpartcontentWhite a:visited 
{
	color: #CC0066;
}

/* --------- END WEBPART ------------- */


/* -------- HOME PAGE NAV ----------- */

.homeNav 
{
	color: #336600;
	background-color: #CFD494;
	text-align: center;
	padding-right: 10px;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
}

#homeNav a 
{
	text-decoration: none;
	color: #336600;
	padding-left: 20px;
}

#homeNav a:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
}

.homeNav a:visited 
{
	text-decoration: none;
	color: #336600;
}

/* -------- END HOME PAGE NAV ----------- */



/* -------- SEARCH ----------- */


#searchbox {
	width: 200px;
	vertical-align: top;
	margin: 0 0 0 0;
}

#searchheader {	
	height: 25px;
	width: 200px;
	padding: 0;	
}

#searchcontent {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2.04em;
	color: #004A8D;
	margin: 0 40px 20px 0;
	padding: 0.4em;
	border: 1px solid #cccccc;
	width: 95%;
	vertical-align: top;
	background-color: #ffffff;
}

.searchbox a {
	text-decoration: none;
	color: #ffffff;
}

.searchbox a:hover {
	text-decoration: underline;
}



/* ------------ CONTENT ---------------- */

#content {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	height: 250px;
}

contentTexthome {
	width: 600px;
}

contentText {
	width: 800px;
}

#content p {
	font-size: 8pt;
	color: #336600;
}

#content h1 {
	margin: 0 0 2em 0;
	padding: 0.2em 0.2em 0.2em 1.2em;
	color: #336600;
	font-size: 14pt;
	background-color: #CFD494;
	border-top: dashed 0px #336600;
	border-bottom: dashed 0px #336600;
	line-height: 1.5em;	
}

#content h2 {
	color: #336600;
	background-color: #CFD494;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 5px;
	border-top: solid 1px #336600;
	border-left: solid 1px #336600;
	border-bottom: solid 1px #336600;
	border-right: solid 1px #336600;
	line-height: 150%;
}

#content h3 {
	font-size: 1em;
	font-style: italic;
	color: #555555;
}

#content ul {
	line-height: 100%;
	font-size: 80%;
	color: #004A8D;
    	margin: 0;
    	padding: 0;
    	text-indent: 2px;
    	list-style-image: url(/tigerImages/bullet.gif);
}

#content ul li {
	margin: 1em 1em 1em 2em;
	padding: 0.1em 0.1em 0.1em 0;
 	list-style-type: none;
}

#content img.right {
	float: right;
	padding: 10px;
}
	
#content img.left {
	float: left;
	padding: 10px;
}

/* ------------ BANNER ----------------- */

.tableBanner 
{
	background: #ffffff url(/images/v2/banner_bkg.jpg) repeat-x;
}
.BannerTextTD
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 75px;
	vertical-align:bottom;	
}

.BannerTextTD a
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;	
}

.BannerTextTD a:hover
{
	color: #FFFFFF;
	text-decoration: underline;	
}

/* -------------END BANNER ------------- */	



/* ------------ TOP NAV ---------------- */

#navbanner, #navbanner1 
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	width: 800px;
	line-height: 200%;
    	padding-top: 4px;
    	text-align: right;
    	background-color: #333300;
    	height: 25px;
}

#navbanner a, #navbanner1 a
{
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#navbanner a:hover, #navbanner1 a:hover
{
	color: #336600;
	text-decoration: underline;
}


/* ------------ FOOTER ---------------- */

#footer 
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	border: 0px solid #000000;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 80%;
	color: #ffffff;
	background-color: #336600;
	height: 40px;
}


#footer a 
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

/* ------------ END FOOTER ---------------- */