

html {
     overflow: -moz-scrollbars-vertical;
}

h1, h2, h3 {
	color: #00009c;
}

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:80%/1.4 Verdana,Tahoma,Arial,sans-serif;
background: #bdbdd3 url(../images/Back.png) repeat-x top;
margin:0px 0px 0px 0px;
color:#000000;
word-wrap: break-word;
}

td{
word-wrap: break-word; /* Internet Explorer 5.5+ */

}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
margin-top:10px;
width:1000px;
word-wrap: break-word;
border:1px solid #000000;


}

/***** Various tags *****/
a {
text-decoration:none;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:none;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}


/***** Header *****/
#mainHeader {
//	padding-left:250px;
	padding-top:15px;
	background:white url(../images/Head.png) no-repeat top center;
	height:100px;
	font-family: Tahoma,Verdana,Tahoma,Arial;
	color:#ffffff;
	font-weight:bold;
}

#mainHeader img{
border-bottom:0;
margin-bottom:0;
}

#mainHeader #subHeader{
	margin-top:40px;
	float:right;
	font-size:60%;
	padding-right:10px;
}
#mainHeader #subHeader a{
	text-decoration:none;
	font-weight:bold;
}


#PageTitle{
	margin:0;
	padding:0;
	color:#00009c;
	font-size:150%;
	font-weight:bold;
	padding-bottom:10px;
}

h1{
border-bottom:1px solid #d30000;
font-size:140%;
background-color:#f7f7f7;
color:#d30000;
margin:0;
margin-bottom:10px;
}

/***** Main content *****/
#content {
	margin-left:215px;
	margin-right:5px;
	margin-top:5px;
	word-wrap: break-word;
	text-align:justify;
	width:770px;
}

#floatLeft{
float:left;
padding-right:10px;
}
#floatRightHome{
float:right;
margin:5px;
margin-top:0px;
text-align:center;
line-height:0.8;
}
#floatRightHome img{
	padding-bottom:10px;
}

#floatRight{
float:right;
margin:20px;
}

/***** Footer *****/
#footer {
margin-top:15px;
clear:both;
padding:4px 0 8px;
text-align:center;
font-size:90%;
border-top: 1px solid #625e00;
border-width: 1px 0;
background: url(../images/HeaderBar.gif) center center repeat-x;
color:#000000;
}


#footer a:link, #footer a:visited{
color:#000000;
text-decoration:underline;
}

/***** Banner Div for showing ads/upcoming *****/
#banner {

	float:left;
	margin-top:2px;
	width:600px;
	text-align:left;
	font-size:11px;
}


/***** Mail Div *****/
#maillist {
	background-color: lightyellow;
	clear:left;
	float:left;
	margin-top:10px;
	padding:5px;
	border-width:1px;
	border-style:solid;
	width:190px;
	text-align:center;
	font-size:11px;
}

/***** sponsors Div *****/
#sponsors {
	margin-top:20px;
	clear:left;
	float:left;
	border-width:1px;
	width:190px;
	text-align:left;
	font-size:100%;
}

#map{
	clear:left;
	float:left;
	border-width:1px;
	width:190px;
	text-align:left;
	font-size:100%;
}

#sponsors img{
	padding-top:10px;
	margin-left:10px;
	margin-bottom:15px;

}

/***** Mail Div *****/
#maillistadmin {
	background-color: lightyellow;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	border-width:1px;
	border-style:solid;
	text-align:left;
	font-size:11px;
}

#composeemail {
		background-color: lightyellow;
		margin-left:5px;
		margin-top:10px;
		padding:5px;
		border-width:1px;
		border-style:solid;
		text-align:center;
		font-size:11px;
}


/***** Left sidebar *****/
#leftside {
	clear:left;
	float:left;

	padding-left:5px;
}


#leftside .rule{
	color:#e9e9e9;
	height:1px;
}


/* left hand menu */
.glossymenu{
margin: 5px 0;
padding: 2px 0 0 0;
width: 200px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #00009c url(../images/Bars.png) repeat-x;
background-position 0 0;
font: bold 13px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffff00;
vertical-align: middle;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
/*padding: 2px 0;*/
height: 25px;
padding-right:8px;
padding-left: 8px;
text-decoration: none;
line-height:1.8;
}


.glossymenu a.menuitem:visited{
color: #ffff00;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-position: 0 -25px;
color: #ffffff;
}

.glossymenu a.menuitem:active{
background-position: 0 0;
color: #ffff00;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #ffffff;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
display: block;
background: #ffffff url(../images/Bars.png) repeat-x;
background-position: 0 -50px;
font: normal 13px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background-position: 0 -25px;
color: white;
}



/* Horizontal menu */

.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 100% Verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: #00009c url(../images/BlueHead.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu .question a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{
color: white;
background: transparent url(../images/RedHead.gif) center center repeat-x;
}

       


#clear{

	clear:both;	
}

#categoryHeader{
	background:#cccccc;
	background: url(../images/HeaderBar.gif) center center repeat-x;
	
	color:black;
	font-size:130%;
	margin-top:15px;
	height:30px;
	padding-top:0px;
	padding-left:5px;
}

#categoryHeader:hover{
	cursor: pointer;
}
.resourceSection{

	height:145px;
    padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	overflow:auto;
	background-color:#efefef;
	scrollbar-face-color: #c5c6bd;
	scrollbar-shadow-color: #b5b8a8;
	scrollbar-highlight-color:#d6d7d2;
	scrollbar-3dlight-color: #fcfdf6;
	scrollbar-darkshadow-color: #afada5;
	scrollbar-track-color: #a6a6a3;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #c5c6bd;
}

#sortableControls{


	}


	div.section,div#createNew {
		border: 1px solid #CCCCCC;
		margin: 30px 5px;
		padding: 0px 0px 10px 0px;
		background-color: #EFEFEF;
	}

	div#createNew input { margin-left: 5px; }

	div#createNew h3, div.section h3{
		font-size: 14px;
		padding: 2px 5px;
		margin: 0 0 10px 0;
		background-color: #CCCCCC;
		color: #000061;
		display: block;
	}

	div.section h3 {
		cursor: move;
	}

	div.lineitem {
		margin: 3px 10px;
		padding: 2px;
		background-color: #FFFFFF;
		cursor: move;
	}
	
	.categoryFunctions{
		font-size:65%;
	}
	
.answer{
padding-left:20px;
padding-right:20px;
padding-bottom:5px;
border:0px solid black;
margin:5px;
background-color:#eaebef;
font-weight:normal;
color:#000000;
}

.selectedQuestion{
	font-color:red;	
}

.questionList{
	margin-left:18px;
	padding-left:0;
	padding-top:10px;
	list-style-type:disc;
}

.questionList li{
	margin-bottom:15px;
	font-weight:bold;
}

.questionSection{

	
    padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	overflow:hidden;
	background-color:#efefef;
	scrollbar-face-color: #c5c6bd;
	scrollbar-shadow-color: #b5b8a8;
	scrollbar-highlight-color:#d6d7d2;
	scrollbar-3dlight-color: #fcfdf6;
	scrollbar-darkshadow-color: #afada5;
	scrollbar-track-color: #a6a6a3;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #c5c6bd;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.expandHover:hover{
	cursor:pointer;
}

.documentsTable{
	padding-left:10px;	
}

.resourceTitle{
font-weight:bold;
}

.resourceTitleSub{
	font-size:80%;
}

.resourceTableHeader{
font-weight:bold;
}

.resourceLink{
	text-decoration:none;
	font-weight:bold;
}
.resourceLink:hover{
	text-decoration:none;
}



#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.fixedWidth{
	width:450px;
	overflow:auto;
}

#calendarDetailsHeader{
	font-size:120%;
	font-weight:bold;
	color:#00009c;
	margin-bottom:10px;
}

#calendarDetails{


}

#calendarDate{
	margin-left:10px;
	margin-right:10px;
	height:50px;
	width:40px;
	background-color:red;
	color:white;
	text-align:center;
	font-size:120%;
}

#homepageLatestTitle{
	font-weight:bold;
	font-size:85%;
	color:#00009c;
}

#homepageLatestTitle a:link, #homepageLatestTitle a:visited, #homepageLatestTitle a:active{
	color:#00009c;
}

#homepageLatestDescription{
	font-size:80%;
}

.homepageDivider{
	width:300px;
	color:#e7e7e7;
}

#homepageRegFeaturesTitle{
	font-weight:bold;
	font-size:120%;
	color:#00009c;
}

#homepageRegFeaturesTitle a:link, #homepageRegFeaturesTitle a:visited, #homepageRegFeaturesTitle a:active{
	color:#00009c;
}

.tableText{
	font-weight:bold;
}

.tableInput{
	color:#00009c;
	font-weight:bold;
}

legend{
	color:#00009c;
	font-weight:bold;	
}

#usersSection{
	position:absolute;
}

#adminFieldset{
width: 300px;
text-align:center;
}


#thumbWrapperInList{
	height: 185px;
	width: 210px;
	padding: 10px;
	background: #F0F0F0;
	margin: 8px;
	border: 1px solid #AFAB8E;
	text-align: center;
	float:left;

}

#thumbWrapper{
	position:relative;
	height: 155px;
	width: 210px;
	padding: 10px;
	background: #F0F0F0;
	margin: 8px;
	border: 1px solid #AFAB8E;
	text-align: center;
	float:left;
}

#thumbWrapperVideo{
	position:relative;
	height: 155px;
	width: 210px;
	padding: 10px;
	background: #F9F0F0 url(../images/video.gif) no-repeat top left;
	margin: 8px;
	border: 1px solid #AFAB8E;
	text-align: center;
	float:left;
}

.videoImage{

	background-image: url(../images/video.gif);
	background-repeat: no-repeat;
	background-position: 105px 0px;

}


#thumbWrapper  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#thumbWrapper a:hover span{	
	top:1px;
	left:1px;
	width:225px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#Msg{
	font-weight:bold;
}

#GroupHeaderBody{
	overflow:hidden;
}

#youtubePlayer{
	float:right;
	text-align:center;
	width:350px;
	height:300px;
	border:1px solid #000000;
}

#youtubePlayerMain{
	text-align:center;
	width:550px;
	height:400px;
	border:1px solid #000000;

}


#description{
	margin-top:10px;
}

#comments{
	padding:5px;
	margin-top:15px;
}

#commentsHeaderBar{
	padding:5px;
 	border-bottom:1px solid grey;
}

#commentsHeader{
	float:left;
	font-weight:bold;

}

#commentLinks{
	float:right;
}

#singleComment{
	margin:20px;
	padding-bottom:10px;	
 	border-bottom:1px solid grey;
}

#singleCommentHeader{
	font-weight:bold;
	color:blue;
}


.zend_form{
background:#fff;
width:750px;
margin:5px auto;
padding:0;
overflow:auto;
text-align:left;
}

.zend_form dt{
padding:0;
clear:both;
width:30%;
float:left;
text-align:right;
margin:5px 5px 5px 0;
}

.zend_form dd{
padding:0;
float:left;
width:68%;
margin:5px 2px 5px 0;
}

.zend_form p{
padding:0;
margin:0;
}

.zend_form input, .zend_form textarea{
margin:0 0 2px 0;
padding:0;
}

.submit{
float:right;
}

.required:before{content:'* '}

.optional:before{content:'+ '}


.errors{
	color:red;
}

#error{
	color:red;
}

#success{
	color:green;
}

#clearRight{
	clear:right;
}
