@import url(/css/admin_menu.css);
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

p {
	font-size:10px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
}

#frame {
	/*max-width:1150px;*/
	/*min-width:760px;*/
	/*width:760px;*/
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding: 0px;
	text-align: left;
	border: 1px solid #000033;
	margin-bottom: 30px;
}


	
#contentheader {
	margin: 0px;
	background-color: #F0EADD;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 45px;
	}

#contentheader h1 {
	font-size:18px;
	padding:10px 10px 0px;
	margin:0px;
	color: #9E2D5F;
	font-weight: normal;
	}
	
#contentleft {
	padding:0px;
	margin: 0px;
	background-color: #9E2D5F;
	}

#contentleft h1 {
	color: #000033;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	text-transform: capitalize;
	background-color: #4792CB;
	border-bottom-width: 1px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
}

#contentleft h2 {
	text-transform: uppercase;
	padding: 7px 0px 0px 10px;
	color: #00005A;
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
}

#contentleft p {
	margin: 0px;
	padding: 0px;

}


#navigation {
	background-color: #9E2D5F;
	height: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#navigation a, 
#navigation a:hover {
	text-decoration: none;
}

#navigation ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation li {
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	display:block;
}



textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

label{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 20px;
}

br {
	clear: left;
}

#contentright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

#contentright p {
	font-size:10px;
	margin: 0px;
	padding: 2px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
#contentright h1 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size:18px;
	text-transform: capitalize;
	color: #000033;
	font-weight: normal;
}
#contentright h2 {
	font-size:12px;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #9E2D5F;
	background-image: url(/images/adminArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.error {
	color: #CC0000;
}
a:link, a:visited {
	text-decoration : none;
	color: #9E2D5F;
	background: transparent; 
	}
a:hover {
	text-decoration : underline;
	color: #9E2D5F;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #9E2D5F;
	background: transparent;  
	}
	

.mcTables {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.mcTables p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.formTables {
	margin: 0px;
	padding: 15px;
}



.formTables p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 10px;
}
.formTables input, textarea, select {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px inset #CCCCCC;
	text-transform: none;
	color: #000033;
	background-color: #ffffff;
	
}

#formPreview {

}

#formPreview p {
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-left: 10px;	
}

.formPreview {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.formPreview td {
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.formPreview input, 
.formPreview textarea, 
.formPreview select 
{
	font-size: 11px;
	color: #999999 !important;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px inset #CCCCCC;
	text-transform: none;
	color: #000033;
	background-color: #EBEBEB;
	
}

.galSelect {
	height: 60px;
	width: 250px;

}
.displayRow {
	display: block;
}
.hideRow {
	display: none;
}

.error {
	color: #FF0000;
}
#contentheader h2 {
	font-size:12px;
	padding:0px 10px 10px;
	margin:0px;
	color: #000033;
	font-weight: bold;
	text-transform: uppercase;
}
#titles {
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
}
#logout {
	margin: 0px;
	padding: 20px 50px 0px 0px;
	text-align: right;
}
#logout a {
	font-size: 12px;
	font-weight: bold;
	color: #9E2D5F;
}
.sectionBlocks {
	margin: 2px;
	padding: 0px;
	float: left;
	width: 150px;
	border: 1px solid #423D50;
}
.sectionBlocks h3 {
	background-color: #000033;
	display: block;
	margin: 0px;
	padding: 5px 5px 0px 10px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
#contentright a {
	color: #9E2D5F;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.adminHeads {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;

}
.adminHeads h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 7px;
	font-weight: bold;
}
.darkRow {
	background-color: #EAF2D7;
}
.lightRow {
	background-color: #FFFFFF;
}

.expand-light {
	background-color: #FFFFE8;
}

.expand-dark {
	background-color: #FFFFE8;
}


#contentright h4 {
	font-size: 14px;
	font-weight: normal;
	color: #9E2D5F;
	margin: 0px;
	padding: 0px;
}

.listCategoryLight, .listCategoryDark {
	display: block;
	margin: 0px;
	padding: 3px 3px 15px;
	font-weight: bold;
	color: #000033;
	font-size: 13px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
}

.listCategoryDark {
	background-color: #EAF2D7;

}

.listCategoryLight {
	background-color: #ffffff;

}


.rowhide {

	display: none;

}

.subcatUL {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: none;
}


.subcatUL-active{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	display: block;
	background-color: #EFEFEF;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}


.listSubcats {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	padding: 0px;
	text-transform: capitalize;
	list-style-position: inside;
	list-style-image: url(/images/adminBullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.listThirdLevel {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	text-transform: capitalize;
	list-style-position: inside;
}


.listLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9E2D5F;
	font-weight: normal;
	text-decoration: none;
}
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #525B48;
}
.inputWidth {
	width: 350px;
}
.inputWidth-half {
	width: 200px;
}

.lowercase {
	font-style: italic;
	text-transform: none;
}

#programList {
	
}

#programList .mainLevel ul {

}

#programList ul {
	
	display: none;
}

#programList ul ul {
	
	display: none;
}

.sampleForm {
	border: 1px solid #669966;
	margin: 0px !important;
	padding: 0px !important;

}

.sampleForm h1 {
	background-color: #CCE19F !important;
	margin: 0px !important;
	padding: 5px 0px 5px 10px!important;
	font-size: 11px !important;
	color: #669933!important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/* calendar */

.sideForms {

}

.sideForms p {
	margin: 0px !important;
	padding: 7px 0px 0px!important;
	font-size: 11px;
}


.calTable {
	background-color:#FFF;
	border-collapse:collapse;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.calTable p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 9px !important;
}


.calTable .days {
	border: 1px solid #666666;
	height: 80px;
	width: 100px;
}


.nonmonthdays {
	background-color: #FFEBBF;
	border: 1px solid #666666;
	height: 80px;
	width: 100px;	
}

.dateChosen {
	border: 1px solid #666666;
	height: 80px;
	width: 100px;
}
.widthLimit {
	/* font-size: 9px; */
	width:425px;
	overflow-x:scroll;
	/* font-family: Arial, Helvetica, sans-serif; */
}


.uploadBarLimit {
	/* font-size: 9px; */
	width:325px;
	overflow-x:scroll;
	/* font-family: Arial, Helvetica, sans-serif; */
}

/* TABS */

.right-controls {
	
	background-color: #F9F7F2;
	border: 1px solid #666666;
}


#contentForm-header {
	background-color: #F0F0EE;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.seperator {
	width: 5px;
	padding: 5px;
}
.left-controls {
	background-color:#FFF;
	padding: 0px;
	border: 1px solid #666666;
	width: 250px;
}

.left-controls ul {
	margin:0px;
	padding:0px;
}

.left-controls li {
	list-style-type: none;
}

.contentSubmit ul {
	margin:0px;
	padding:0px;
}

.contentSubmit li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
}


input.submitButton {
	width: 250px;
	cursor:pointer;
	background-color: #BEEBBE;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006600;
	border: none;
}

.submitButton:hover{
	background-color: #99DF99;
}


#photoUploadCell,
#quicklinkCell {
	background-color: #E6F7E6;
	border: 1px solid #999999;
	margin: 0px 0px 10px;
	padding:15px;
	font-size: 10px;	
}
#photoUploadCell form, 
#photoUploadCell input,
#quicklinkCell form,
#quicklinkCell input {
	margin: 0px;
	padding:0px;	
}

#photoUploadCell input,
#quicklinkCell input {
	font-size: 10px;	
}

.controlHead {
	height: 15px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}

.tab_hover {
	background-color:#E6F7E6;
	color:#666666;
	cursor:pointer;
	width:auto;
	height:30px;
	text-align:left;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-transform: capitalize;
	padding-right: 4px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 0px;
}

.tab {
	background-color:#F9F7F2;
	color:#666666;
	cursor:pointer;
	width:auto;
	height:30px;
	text-align:left;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	text-transform: capitalize;
	padding-right: 4px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 0px;
}


.left-controls li:hover {
	background-color:#E6F7E6;
}


.data_tab {
border:1px solid gray; 
width:500px;
height:100px;
text-align:left;
font-family:verdana;
font-size:12px; 
padding:.3em;
}


.static {
	font-style: italic;
	color: #999999;

}

#globalpermissions  {
	padding: 5px 0px;
	margin: 0px;
}

#globalpermissions ul {
	padding: 0px;
	margin: 0px;
}

#globalpermissions li {
	padding: 2px 7px;
	margin: 3px;
	background: none;
	list-style: none;
	float: left;
	position: relative;
	margin: 2px;
	display:block;
	font-size: 11px;
	border: 1px solid #999999;
}

#globalpermissions li a {
	display:block;
	text-decoration: none;	
}

#contentTree,
#contentList {
	vertical-align: top;
}


#contentControls {

}

#contentControls ul {
	padding: 0px;
	margin: 0px;
}


#contentControls li {
	padding: 2px 7px;
	margin: 3px;
	background: #F9F7F2 url(none);
	list-style: none;
	float: right;
	position: relative;
	margin: 2px;
	display:block;
	font-size: 11px;
	border: 1px solid #999999;
}

#contentControls li:hover {
	background-color: #E6F7E6;
	border: 1px solid #009933;	
}

#contentTree {
	border: 1px solid #999999;
}


#contentTree ul {
	padding: 0px;
	margin: 0px;
}


#contentTree li {
	padding: 2px 0px 2px 10px;
	margin: 0px;
	list-style: none;
	font-size: 10px;
}

#contentList {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#update_message {
	font-size: 11px;
	font-weight: bold;
	background-color: #660033;
	padding: 0px;
	margin-top: -30px;
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index:1000;
	filter:alpha(opacity=75);    /* Internet Explorer       */
	-moz-opacity:0.75;        	 /* Mozilla 1.6 and below   */
	opacity: 0.75;               /* newer Mozilla and CSS-3 */
}

#update_innertbl {
	background-color: #FFFFCC;
	padding: 20px;
	width: 250px;
	border: 1px solid #6699FF;
	filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1.0;         	/* Mozilla 1.6 and below   */
	opacity: 1.0;
	text-align:center;             	/* newer Mozilla and CSS-3 */
}



#newsletterCode {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.newsletterFail {
	border: 3px solid #CC3333;
	padding: 7px;
}

.newsletterFail h3 {
	color:#CC0000;
}


.newsletterComplete {
	border: 3px solid #009900;
	padding: 7px;
}

.newsletterComplete h3 {
	color:#009900;
}

.errorMessage {

	color:#CC0000 !important;
	font-weight:bold !important;
	
}



#linkto {
	
}

#linkto_1 {

	display: none;
}


#linkto_2 {

	display: none;
}


#linkto_3 {

	display: none;
}


#linkto_4 {

	display: none;
}

.quickLinkOptions {
	float: left;

}
