

/*------------------------------------------------------------------------------

MAIN.CSS FOR CYBER EXTENSION

------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

														SITEWIDE RESETS

------------------------------------------------------------------------------*/

body {
	/*background:url(../images/headerBG.jpg) repeat-x top left;*/
	margin:0;
	padding:0;
	font-family:Helvetica, Arial,  sans-serif;
	font-size: 12px;
}

a, a:visited, a:active {
	color:#4C6984;
}

a:hover {
	text-decoration:none;
}

.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft {
	float:left;
}

.noFloat {
	float: none!important;
	display:inline!important;
}

.scroll {
	height:inherit;
	margin:0px;
	overflow:auto;
}


/*------------------------------------------------------------------------------

									UTILITIES - SITEWIDE REUSABLE STYLES

------------------------------------------------------------------------------*/

fieldset.instructions {
	color:#444;
	margin:15px;
	border-color:#999;
	border-style:solid;
	padding:15px;
}

fieldset.instructions legend {

	color:#336699;
	font-weight:bold;

}

.instructions {
	font-style: italic;
}

p.instructions {
	margin:10px 0px;
}

fieldset {
	border: 1px solid #CECA8B;
	padding: 20px;
	margin:0px 0px 20px;
}

.modalForm fieldset {
	border: 1px solid #DDD;
}

legend {
	font-weight: bold;
	font-size: 15px;
	padding:0 3px;
	top: -.5em;
	color:#000000;
}

.modalBackground {
    background-color: #000;
	filter:alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #fff;
    border: solid 3px #ccc;
    padding: 20px;
}


th.vert {
	text-align:left;
	padding:3px;
}

.txtDateTime {
	width:70px;
}



/*------------------------------------------------------------------------------

												NOTIFICATION MESSAGES
	
------------------------------------------------------------------------------*/

.errorMsg {
	font-weight:bold;
	font-size:12px;
	color:#454545;
	
	display:block; 
	margin:15px 0px; 
	padding:10px 0px 10px 45px; 
	
	background: #F0BFA0 url(../images/icon_errorMsg.png) no-repeat 15px 10px;
	
	border-top:1px solid #E78E6C;
	border-bottom:1px solid #E78E6C;
}

.successMsg {
	font-weight:bold;
	font-size:12px;
	color:#454545;
	
	display:block; 
	margin:15px 0px; 
	padding:10px 0px 10px 45px; 
	
	background: #E5F78D url(../images/icon_successMsg.png) no-repeat 15px 10px;
	
	border-top:1px solid #C3DB4A;
	border-bottom:1px solid #C3DB4A;
}

.alertMsg {
	font-weight:bold;
	font-size:12px;
	color:#454545;
	
	display:block; 
	margin:15px 0px; 
	padding:10px 20px 10px 45px; 
	
	background: #F9E8B1 url(../images/icon_alertMsg.png) no-repeat 15px 10px;
	
	border-top:1px solid #F8DB5D;
	border-bottom:1px solid #F8DB5D;
}


/*------------------------------------------------------------------------------

										HEADER AND TOP-LEVEL NAVIGATION

------------------------------------------------------------------------------*/


#main {
	width:985px;
	margin:0 auto;
}

#header {
	margin-bottom:30px!important;
}

/*------------------------------------------------------------------------------

												PAGE SPECIFIC NAVIGATION

------------------------------------------------------------------------------*/

.rtNavBar {
	float: right;
}

.rtNavBar a {
	margin-left: 15px;
}

#mailMenu {
	float:right;
}

.newmsg {
	float: right;
}	

.ctl00_MainContent_LCFeedbackAdd1_ftbComment_OuterTable {
	width:300px;
}


/*------------------------------------------------------------------------------

													PAGE SUB-HEADERS

------------------------------------------------------------------------------*/

#subHeaderWUsearch,
#subHeaderCurrSearch,
#subHeaderLessons,
#subHeaderProgressReports,
#subHeaderSupportRequest,
#subHeaderClass,
#subHeaderLibSearch,
#subHeaderDiagnostics,
#subHeaderReports,
#subHeaderStandards,
#subHeaderMail,
#subHeaderWUdetails,
#subHeaderCalEvents {
	display: block;
	width: 390px;
}


/*------------------------------------------------------------------------------

													GENERIC MODAL CLASS

------------------------------------------------------------------------------*/

.modalForm {
	margin:0px;
	background:#333333;
	padding: 10px; 
	color: #FFFFFF;
}

.modalContent {
	background:#AAAAAA;
	padding:12px;
	
	max-height:340px;
	overflow: auto;
	
	color: #333333;
}

.modalForm h3 {
	margin: 0 0 10px 0;
	font-size:16px;
	width:50%;
	
	font-weight: bold;
}

.modalForm a, 
.modalWindow a {
	color: #333;
}

.modalForm a.btnClose, 
.modalWindow a.btnClose {
	float:right;
	color:#FFFFFF;
	
	position:relative;
	
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.modalWindow {
	margin:0px;
	background:#333333;
	padding: 10px; 
	color: #FFFFFF;
}


/*------------------------------------------------------------------------------

												RECENT MAIL ON HOMEPAGES

------------------------------------------------------------------------------*/

#mail {
	overflow: hidden!important;
}

#mail .RadGrid {
	margin-top: 10px;
}

#mail .rgDataDiv {
	height: auto!important;
	max-height: 108px;
	overflow: auto;
}

.RadGrid_Simple .rgActiveRow, 
.RadGrid_Simple .rgHoveredRow {
	padding: 2px;
	border: 1px solid #a4bec4!important;
	background: #d2e3e7!important;
	
	color: #47585c!important;
}

.RadGrid_Simple .rgActiveRow td, 
.RadGrid_Simple .rgActiveRow td.rgSorted, 
.RadGrid_Simple .rgHoveredRow td, 
.RadGrid_Simple .rgHoveredRow td.rgSorted {
	border-color:#a4bec4!important;
}


/*------------------------------------------------------------------------------

												"ALL CURRICULA" BUG FIX
										
------------------------------------------------------------------------------*/

#searchCriteria table {
	width: 850px;
}


/*------------------------------------------------------------------------------

										CALENDAR EVENT REMINDER WINDOW

------------------------------------------------------------------------------*/

.reminderWindow {
	margin:0px;
	background:#FFFCCD;
	border:#4c1a1a 10px solid; 
}

#subHeaderReminders {
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:#4c1a1a url(../images/subHeaderReminder.gif) no-repeat -1px -11px;
	height:30px;
}


/*------------------------------------------------------------------------------

													DATE RANGE SLIDER

------------------------------------------------------------------------------*/

.rslItemsWrapper span {
	position: relative!important;
	top: -3px!important;
}

#DateLabel {	
	color: #333;
	font-size: 13px;
	font-style: italic;
	
	margin:5px 0 0 0;
}	

.slider p {
	margin: 2px 0;
}








