@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #2b7bde;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Lucida Bright Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #375e8d;
}

.outer-wrapper {
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.wrapper {
	margin: 0 auto;
	width: 981px;
}

.header {
	height: 130px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 8px 5px 0 5px;
	position: relative;
	overflow: visible;
}

* html .header {
	margin-bottom: -1px;
}

.header .logo {
	
	width: 78px;
	height: 78px;
	float: left;
	background-repeat: no-repeat;
}

.header .unit-info {
	float: left;
	padding: 16px 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}

.header .unit-info .extra {
	font-size: 16px;
	line-height: 20px;
}

.header .logo-core {
	float: right;
	background-image: url(../images/logo-core.png);
	width: 110px;
	height: 38px;
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 5px;
}



.header .info {
	float: right;
	clear: right;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: right;
}

* html .header .info {
	margin-top: -10px;
}

.header .info .school {
	font-size: 14px;
}

.navigation {
	height: 29px;
	position: absolute;
	width: 967px;
	left: 7px;
	bottom: 7px;
	overflow: visible;
}

.navigation ul
{	
	width: auto;
	float:left;			
	position:absolute;
	z-index:auto;
}

.navigation ul li {
	float: left;
	list-style: none;
	padding-right: 4px;
	z-index:200;	
}

.navigation ul li a {
	float: left;
	background-image: url(../images/nav-right-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 14px;
	height: 29px;
	line-height: 29px;
	text-decoration: none !important;
	color: #336699;
	font-size: 12px;
	font-weight: normal;
}


.navigation ul li a span {
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	height: 29px;
	line-height: 29px;
	padding-left: 14px;
	text-decoration: none;
	color: #336699;
	font-size: 12px;
	font-weight: normal;
}

.navigation ul li a.selectedMenuLink
{
    background-image: url(../images/nav-right-hover-bg.gif);
}

.navigation ul li a span.selectedMenuSpan
{
   background-image: url(../images/nav-hover-bg.gif);
}

.navigation ul li a:hover
{
	background-image: url(../images/nav-right-hover-bg.gif);
}

.navigation ul li a:hover span 
{
	background-image: url(../images/nav-hover-bg.gif);
}

.info .profile-management {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 29px;
	height: 29px;
	text-align: right;
}

.info .profile-management a {
	font-weight: bold;
	margin: 0 12px;
	color: #fff;
}

ul.SecondaryNav
{
	   
    background-color:#f7f7f5;     
    border-bottom:1px solid #5b89c1;
    border-left:1px solid #5b89c1;
    border-right:1px solid #5b89c1;
    visibility:hidden; 
    z-index:200; 
    width:auto; 
    min-width:150px;
    text-align:left;
    clear:both; 
    top:100%;
    
}

ul.SecondaryNav li
 {
	
	list-style: none;	
	list-style-position:outside;
	display:block;
	line-height: 20px;
	height:20px;
	position:relative;		
	padding-right:0px;	
	z-index:200;
	float:none;
	min-width:150px;
	width:100%;	
}

ul.SecondaryNav li a 
{	
	
	text-decoration: none !important;
	color: #336699;
	text-decoration: none;
    line-height: 20px;
    height:20px;     
    background-image:none;
    font-size: 11px;
	font-weight: normal;
	min-width:150px;
	width:100%;
	padding-right: 0px;
	float:left;
}

ul.SecondaryNav li a span 
{	
	text-decoration: none !important;
	color: #336699;
    line-height: 20px; 
    height:20px;
    display:block;
    background-image:none;  
    font-size: 11px;
	font-weight: normal; 	
	padding-left: 14px;
}

ul.SecondaryNav li a:hover, .SecondaryNav li.selected a{
	background:none;
	background-color: #5b89c1;
	color:#ffffff;
}

ul.SecondaryNav li a:hover span, .SecondaryNav li.selected a span {
	background:none;
	background-color: #5b89c1;
	color:#ffffff;
}

.navigation ul li:hover ul.SecondaryNav {
	visibility:visible;
}

.navigation ul li a:hover ul.SecondaryNav {
	visibility:visible;
}

.navigation ul li.selected ul.SecondaryNav {
	visibility:visible;
}


.main {
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-y;
	padding: 0 7px;
}

.main-wrapper {
    float:left;
	background-image: url(../images/main-wrapper-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	
}

.main-wrapper-bottom {
	background-image: url(../images/main-wrapper-bg-bottom.png);
	background-repeat: no-repeat;
	
    padding-top: 5px;
    height:9px;
    width:762px;
    float:right;
    padding-right:2px;
}
.content {
	float: left;
	background-image: url(../images/content-bg.gif);
	width: 711px;
	background-repeat: repeat-y;
	padding: 15px 27px 10px 24px;
}
.content_inner {
	float: right;
	background-image: url(../images/content-bg.gif);
	width: 711px;
	background-repeat: repeat-y;
	padding: 0px 27px 10px 26px;
}

.fullSizecontent {
	float: left;
	background-image: url(../Images/fullcontent-bg.gif);
	width: 981px;
	background-repeat: repeat-y;
	padding: 15px 27px 10px 24px;
	margin-left:14px;	
	font-family:Lucida Grande,Lucida Sans Unicode,Arial;
}
.fullSizecontentTop {
	float: left;
	background-image: url(../Images/fullcontent-header-bg.png);
	background-position: left bottom;
	width: 981px;
	background-repeat: no-repeat;	
	padding: 15px 27px 0px 24px;
	margin-left:14px;	
	height:7px;
}

.fullSizecontentBottom {
	float: left;
	background-image: url(../Images/fullcontent-bottom-bg.png);
	width: 981px;
	background-repeat: no-repeat;
	padding:  15px 27px 0px 24px;
	margin-left:14px;	
	height:7px;
}

.sidebar {
	float: left;
	width: 202px;
	padding-left: 1px;
}

.headerbg {
	background-image: url(../images/header-bg1.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding:  0px 10px 25px 10px;
	position: relative;
	color: #85aad4;
	font-size: 12px;
	font-weight: bold;
}
.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding: 35px 10px 25px 10px;
	position: relative;
	color: #85aad4;
	font-size: 12px;
	font-weight: bold;
}

.footer .logo-core {
	float: right;
	background-image: url(../images/logo-core.png);
	width: 110px;
	height: 38px;
	margin-top: -7px;
	position: relative;
	background-repeat: no-repeat;
}
.footerFullScreen {
	
	background-repeat: no-repeat;
	padding-top: 35px;
	padding: 35px 10px 25px 10px;
	position: relative;
	color: #85aad4;
	font-size: 12px;
	font-weight: bold;
}
.footerFullScreen .logo-core {
	float: right;
	background-image: url(../images/logo-core.png);
	width: 110px;
	height: 38px;
	margin-top: -7px;
	position: relative;
	background-repeat: no-repeat;
}

.breadcrumbs {
	clear: both;
	height: 34px;
	line-height: 32px;
	background-image: url(../images/separator-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-left: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #375e8d;
	margin-bottom: 6px;
}

.breadcrumbs a {
	color: #375e8d;
	float: left;
}

.breadcrumbs .separator {
	background-image: url(../images/breadcrumbs-separator.gif);
	width: 14px;
	height: 11px;
	background-repeat: no-repeat;
	float: left;
	margin: 12px 2px 0 7px;
}

.sidebar {
	line-height: 18px;
	font-size: 11px;
	color: #336699;
	font-weight: normal;
}

.sidebar .block {
	padding: 2px 7px 12px 11px;
	margin-bottom: 8px;
	background-image: url(../images/separator-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.sidebar h3 {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	
}

.sidebar .edit {
	font-size: 10px;
	margin-right: 10px;
	font-weight:bold;
}

h3 .update {
	/*background-image: url(../images/button-bg.gif);*/
	background-repeat:no-repeat;
	width: 57px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 8px;
	font-weight: bold;
	color: #375e8d;
	text-transform: uppercase;

}
span .update {
	float: right;
	background-image: url(../images/button-bg.gif);
	width: 57px;
	height: 20px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #375e8d;
	text-transform: capitalize;
}

.sidebar h4 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

.sidebar ul {
	list-style: none;
}

.sidebar ul li {
	padding-left: 14px;
	background-image: url(../images/icon-minus.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height: 18px;
	margin: 0;
}

* html .sidebar ul li {
	padding-left: 0px;
}

* html .sidebar ul li li {
	margin-left: 14px;
}

.sidebar ul li li {
	background-image: url(../images/icon-checkbox-unchecked.gif);
}

.sidebar ul li.checked {
	background-image: url(../images/icon-checkbox-checked.gif);
}

.heading {
	overflow: hidden;
	padding-bottom: 5px;
	
}

.heading .heading-image {
	float: left;
	
}

.heading h1 {
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.heading h2 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	line-height: 18px;
}

.block-export {
	clear: both;
	height: 33px;
	line-height: 40px;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 8px;
	background-image: url(../images/export-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	overflow: hidden;
	margin: 0 -10px 10px -20px;
	position: relative;
	text-align: center;
}

.block-export a {
	line-height: 40px;
	margin-top: 7px;
	margin-right: 7px;
}

.block-export a img {
	vertical-align: middle;
	margin-right: 3px;
}

table.reports {
	width: 663px;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 20px;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
}
table.reports a{
	color: #2b7bde;
	font-size: 8pt;
	line-height: 13px;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
}
table.reports th {
	text-align: left;
	font-weight: normal;
	padding: 6px;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
}

table.reports td {
	padding: 6px;
	vertical-align: middle;
	border-right: 1px solid #e5e5e5;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	text-align:center;
}

table.reports thead th {
	font-size: 9pt;
	font-weight: 700;
	color: #336699;
	padding-left: 30px;
}

table .alignleft {
	text-align: left;
	float: none;
}

table .alignright {
	text-align: right;
	float: none;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	
}
table .alignrightbold {
	text-align: right;
	float: none;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-weight:bold;
}

table .aligncenter {
	text-align: center;
}
table .aligncenterbold {
	text-align: center;
	font-weight:600;
}
table .valigntop {
	vertical-align: top;
}

table .valignbottom {
	vertical-align: bottom;
}

table .valignmiddle {
	vertical-align: middle;
}

table .blue {
	color: #336699;
}

table.reports tr.odd td {
	background-color: #f7f7f5;
	border: none;
	border-right: 1px solid #f7f7f5;
	line-height: 11px;
	text-align:center;
}

table.reports tr.odd td.name {
	color: #2b7bde;
	border-right: none;
	white-space: nowrap;
	padding-left: 15px;
	width: 200px;
	min-width:175px;
	text-align:left;
}
table.reports tr.bordertop td, table.reports td.bordertop {
	border-top: 1px solid #e5e5e5;
}

table.reports tr.noborder td, table.reports td.noborder {
	border-right: none;
}

table.reports td.pink {
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

table.reports tr.odd td.pink {
	background: none;
	color: #fff;
	background-color: #f3b5bb;
}

table.reports td.name {
	color: #2b7bde;
	border-right: none;
	white-space: nowrap;
	padding-left: 15px;
	width: 200px;
	min-width:175px;
	text-align:left;
}

table.reports td.tablehead {
	font-size: 9pt;
	font-weight: 700;
	color: #336699;
	border-right: none;
	white-space: nowrap;
	padding-left: 6px;
	width: 200px;
	border-right-width:1px;
	border-right-color:#e5e5e5;
	border-right-style:solid;
	vertical-align:top;
	text-align:left;
	min-width:175px;
}
.standards {
	overflow: hidden;
}

.standards .standard {
	overflow: hidden;
	clear: both;
	color: black;
	font-size: 8pt;
	font-weight:normal;
	line-height: 12px;
	padding-bottom: 12px;
	font-family:Lucida Grande,Lucida Sans Unicode, Arial, Verdana;
	border:0px;
}
.blueHead
{
    color: #336699;
    font-size:10pt;
    font-weight:600;
    margin-bottom:10px;
}
.hreffonts
{
	color: #369;
	font-size: 12px;
	font-weight: bold;
}
.hreffontsnormal
{
	color: #369;
	font-family:Lucida Grande,Lucida Sans Unicode, Arial, Verdana;
	font-weight: normal;
}

.standard .s-id {
	float: left;
	padding-left: 6px;
	width: 40px;
}

.standard .s-desc {
	float: left;
	width: 510px;
}

.standard .s-items {
	float: left;
	width: 125px;
	padding-left: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #1c72dc;	
	padding-bottom: 10px;
}
.gridHeader
{
    background-color:#B5D0EE;
    padding:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:10pt;  
    color:White;
    text-align:left;
    vertical-align:text-top;   
    min-height:30px;    
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 1px;
    width:75px;
    min-width:75px;  
}
.gridHighlight
{
    background-color:#DDDFF8;
}
.gridHeader2
{
    background-color:#C8D6E5;
    padding:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:10pt;
   
    color:#323332;
    text-align:left;
    min-height:30px;    
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 1px;
    width:75px;
    min-width:75px;  
}

.gridAltLeftCell
{
    background-color:#F7F7F5;
    padding:5px;    
    padding-left:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:100px;    
    color:black;
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-bottom-style:hidden;
    min-height:30px;
    min-width:75px;     
}
.gridLeftCell
{
    background-color:White;
    padding:5px;    
    padding-left:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:100px;    
    color:black;
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-bottom-style:hidden;
    min-height:20px;
    height:16px;    
    min-width:75px;     
}
.gridBlackLeftCell
{
    background-color:White;
    padding:5px;    
    padding-left:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:100px;    
    color:black;
    border-color:#E5E5E5;
    border-style:solid;
    border-width:0px;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height:16px;
    height:16px;
    min-width:75px;     
}
.gridBlackAltLeftCell
{
    background-color:#F7F7F5;
    padding:5px;    
    padding-left:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:100px;    
    color:black;
    border-color:#E5E5E5;
    border-style:solid;
    border-width:0px;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height:16px;
    height:16px;
    min-width:75px;     
}
.gridBlackCenterCell
{
    background-color:White;
    padding:5px;    
    padding-left:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:100px;    
    color:black;
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height:16px;
    height:16px;
    min-width:75px;   
    text-align:center;  
}
.gridBlackAltCenterCell
{
    background-color:#F7F7F5;
    padding:5px;    
    padding-left:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:100px;    
    color:black;
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height:16px;
    height:16px;
    min-width:75px;  
    text-align:center;   
}
.gridBlackAltCenterCell rightborder
{    
    border-right-style:solid;
    border-right-width:1px;   
    
}
.gridAltCenterCell
{
    background-color:#F7F7F5;
    padding:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:75px;
    color:black;
    text-align:center;
    border-color:#E5E5E5;  
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 0px;  
    border-bottom-width: 0px;
    min-height:16px;
    height:16px;
    min-width:75px; 
}
.gridCenterCell
{
    background-color:White;
    padding:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    color:black;
    width:75px;
    text-align:center;
    border-color:#E5E5E5;   
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 1px;  
    border-bottom-width: 0px;
    min-height:30px;
    height:30px;
    min-width:75px; 
}
.gridAltRightCell
{
    background-color:#F7F7F5;
    padding:5px;
    padding-right:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:75px;
    color:black;
    text-align:right;
    border-color:#E5E5E5;   
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 1px;  
    border-bottom-width: 0px;
    min-height:30px;
    height:30px;
    min-width:75px; 
}
.gridRightCell
{
    background-color:White;
    padding:5px;
    padding-right:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:75px;
    color:black;
    text-align:right;
    border-color:#E5E5E5;   
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 1px;  
    border-bottom-width: 0px;
    min-height:30px;
    height:30px;
    min-width:75px; 
}
.gridLeftCellNoWidth
{
    background-color:#F7F8F9;
    padding:5px;    
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 1px; 
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    min-height:30px;
    border-left-color:White;
    border-right-color:White;
}
.gridFooter
{
    height:20px;width:693px;
    background-color:#E7E8E9;
    border-width:1px;
    border-color:#C8CACC;
    border-style:solid;
	border-bottom-width:0px;
	border-right-width:0px;
	vertical-align:middle;
	padding-left:15px;
	padding-top:2px;
	font-family:Lucida Grande, Lucida San Unicode, Arial, Verdana;
	font-size:10px;
}
.hide
{
    display:none;
}
.show
{
    display:block;
}
.stepStyle
{
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    overflow:visible;
}
.imgAlign a
{
margin-top:5px;

}



.CustomComboBoxStyle .ajax__combobox_textboxcontainer
{
    width:150px;
    height:25px;
}

.CustomComboBoxStyle .ajax__combobox_textboxcontainer input
{        

background-image: url('../Images/comboBox_left.png');
border-bottom-style: none;
border-bottom-width: 0px;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-style: none;
border-top-width: 0px;
cursor: auto;
width:150px;
display: inline-block;
letter-spacing: normal;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-top:0px;
padding-left: 8px;
padding-right: 0px;
text-align: auto;
text-indent: 0px;
text-transform: none;
word-spacing: 0px;
}

.CustomComboBoxStyle .ajax__combobox_buttoncontainer
{
  height: 25px;
  width:20px;  
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer button
{
 
background-image: url('../Images/comboBox_rht.png');
line-height:25px;
height: 25px;
width:20px;  
border-bottom-style: none;
border-bottom-width: 0px;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-style: none;
border-top-width: 0px;
cursor: default;
display: inline-block;
letter-spacing: normal;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: center;
text-indent: 0px;
text-transform: none;
word-spacing: 0px;
background-position:left;
background-repeat: no-repeat;
background-color:White;
}
div.treeViewStyle
{
    background-color:#F7F8F9;
}

.treeViewHeader
{
    background-color:#669;
    padding:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:13px;
    font-weight:bold;
    color:White;
    text-align:left;
    min-height:30px;
    width:120px;
    border-color:#D7DFE6;
    border-left-color:White;
    border-right-color:White;
}

.treeViewLeftHeader
{
    background-color:#669;
    padding:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:13px;
    font-weight:bold;
    color:White;
    text-align:left;
    min-height:30px;
    width:300px;
    border-color:#D7DFE6;
    border-left-color:White;
    border-right-color:White;
}

.treeViewLeftCell
{
    background-color:#F7F8F9;
    padding:5px;    
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;        
    border-color:#D7DFE6;
    border-style:solid;
    border-top-width: 1px; 
    border-left-width: 0px;
    border-right-width: 1px;
    min-height:30px;      
    border-left-color:White;
    border-right-color:White;
}
.treeViewCenterCell
{
    background-color:#F7F8F9;
    padding:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    width:120px;
    text-align:center;
    border-color:#D7DFE6;
    border-left-color:White;
    border-right-color:White;
    border-style:solid;
    border-top-width: 1px; 
    border-left-width: 1px;
    border-right-width: 1px;  
    min-height:30px;
    height:30px;  
}

    .contentslider {
      width: 741px;
      height: 9px;
      margin: 5px;
      background: #BBBBBB;
      position: relative;
      z-index:2;
    }

    .ui-slider-handle {
      width: 8px;
      height: 14px;
      position: absolute;
      top: -4px;
      background: #478AFF;
      border: solid 1px black;
      z-index:2;
    }

    .content-scroll {
      width: 708px;
      margin-top: 10px;
      overflow: hidden;
    
    }

    .content-holder {
      width: 900px;
    }
    
    .gridRightBorder
    {
        border-right-color:#e5e5e5;
        border-right-style:solid;
        border-right-width:1px;
    }
    .gridHeaderTemplate1
    {
        background-color:#A5C1D6;
        /*background-image:url(../oboutsuite/grid/styles/premiere_blue/header_without_grouping.gif);*/
        padding:0px;
        font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
        font-size:10pt;  
        font-weight:normal;
        color:black;
        text-align:left;
        vertical-align:text-top; 
        border-color:#C3C9CE;            
        border-style:solid;
        border-width: 0px; 
        border-left-width:1px;
        border-right-width:1px;        
        border-bottom-width:1px;
        width:75px;
        min-width:75px;  
        height:25px;
        padding-left:10px;
        padding-right:10px;
    }
    .gridHeaderTemplate2
    {
        background-color:#A5C1D6;
        /*background-image:url(../oboutsuite/grid/styles/premiere_blue_customheader/header_without_grouping.gif);*/
        padding:0px;
        font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
        font-size:10pt;  
        font-weight:normal;
        color:black;
        text-align:left;
        vertical-align:text-top;             
        border-style:solid;
        border-width: 0px; 
        border-left-width:1px;
        border-right-width:0px;
        border-color:#C3C9CE;
        width:75px;
        min-width:75px;  
        height:38px;     
        min-height:38px;   
        padding-left:10px;
        padding-right:10px;
    }
    
    .KidsGrid
    {
     font-family:Comic Sans MS; 
    }
    .KidsGrid .gridHeaderTemplate3
    {
        background-image:url(../Student/Images/Kids/gv_topm.jpg);
        background-repeat:repeat-x;
        height:36px;
        font-size:20px;
        color:White;
        font-family:Comic Sans MS; 
    }
    .KidsGrid .gridHeaderTemplate3 a
    {
        font-family:Comic Sans MS;  
        color:White;
        font-weight:500;
    }
    .KidsGrid .gridFooterTemplate3
    {
        background-image:url(../Student/Images/Kids/gv_bottomm.jpg);
        background-repeat:repeat-x;
        height:26px;
        font-size:20px;
        color:White;
        font-family:Comic Sans MS; 
    }
   
   .KidsGrid .gridTopLeft1
   {
        width:12px;
        background-image:url(../Student/Images/Kids/gv_topl.jpg);
   }
   .KidsGrid .gridTopRight1
   {
        width:12px;
        background-image:url(../Student/Images/Kids/gv_topr.jpg);
   }
   .KidsGrid .gridBottomLeft1
   {
        width:12px;
        background-image:url(../Student/Images/Kids/gv_bottoml.jpg);
   }   
   .KidsGrid .gridBottomRight1
   {
        width:16px;
        background-image:url(../Student/Images/Kids/gv_bottomr.jpg);
   }
    .KidsGrid .gridLeftBorder1
    {
        background-image:url(../Student/Images/Kids/gv_LeftBorder.jpg);
        background-repeat:repeat-y;
        width:12px;
    }
    .KidsGrid .gridRightBorder1
    {
        background-image:url(../Student/Images/Kids/gv_RightBorder.jpg);
        background-repeat:repeat-y;
        width:16px;
    }
    .KidsGrid .gridItemStyle1
    {
        background-color:White; 
        background-image:url(../Student/Images/b_pixel.gif);
        background-repeat:repeat-x;
        background-position:bottom;       
        font-family:Comic Sans MS;       
        color:#020202;
        font-size:16px; 
        padding:10px;
  
    }
     .KidsGrid .gridItemStyle1 span
    {
       font-family:Comic Sans MS;  
       
    }
    
    .StudentGrid
    {
     font-family:Lucida Grande, Lucida Sans Unicode, Verdana, Arial; 
    }
    .StudentGrid .gridHeaderTemplate3
    {
        background-image:url(../Student/Images/gv1_topm.png);
        background-repeat:repeat-x;
        height:36px;
        font-size:14px;
        color:#336699;
        font-weight:bold;
    }
    .StudentGrid .gridHeaderTemplate3 a
    {
       
        color:White;
        font-weight:500;
    }
    .StudentGrid .gridFooterTemplate3
    {
        background-image:url(../Student/Images/gv1_bottomm.png);
        background-repeat:repeat-x;
        height:26px;        
        color:White;
       
        
    }
   
   .StudentGrid .gridTopLeft1
   {
        width:11px;
        background-image:url(../Student/Images/gv1_topl.png);
        background-repeat:no-repeat;
   }
   .StudentGrid .gridTopRight1
   {
        width:11px;
        background-image:url(../Student/Images/gv1_topr.png);
        background-repeat:no-repeat;
   }
   .StudentGrid .gridBottomLeft1
   {
        width:11px;
        background-image:url(../Student/Images/gv1_bottoml.png);
         background-repeat:no-repeat;
   }   
   .StudentGrid .gridBottomRight1
   {
        width:11px;
        background-image:url(../Student/Images/gv1_bottomr.png);
        background-repeat:no-repeat;
   }
    .StudentGrid .gridLeftBorder1
    {
        background-image:url(../Student/Images/gv1_LeftBorder.png);
        background-repeat:repeat-y;
        width:11px;
    }
    .StudentGrid .gridRightBorder1
    {
        background-image:url(../Student/Images/gv1_RightBorder.png);
        background-repeat:repeat-y;
        width:11px;
    }
    .StudentGrid .gridItemStyle1
    {
        background-color:White; 
        background-image:url(../Student/Images/b_pixel.gif);
        background-repeat:repeat-x;
        background-position:bottom;         
        color:#666668;
        font-size:14px; 
        padding:10px;
  
    }
    .StudentGrid .gridItemStyle1 span
    {
        font-family:Lucida Grande, Lucida Sans Unicode, Verdana, Arial; 
         color:#666668;
    }
    .editLinks
    {
        font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
        font-size:11px;  
        font-weight:bold;
        color:#2b7bde;
    }

.linkButtonNav {
	clear: both;
	height: 34px;
	line-height: 32px;	
	padding-left: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #375e8d;
	margin-bottom: 6px;
}

.linkButtonSeparator {
	background-image: url(../images/breadcrumbs-separator.gif);
	width: 14px;
	height: 11px;
	background-repeat: no-repeat;
	float: left;
	margin: 12px 2px 0 7px;
}
.reportparam
{
font-weight:bold;font-size:9pt;color:black;
font-family:Lucida Grande, Lucida Sans Unicode, Verdana, Arial;
}
.rptheadertab
{ 
    padding-left:10px;
    padding-right:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial,Verdana;   
    font-size:9pt; 
    color:#333;  
    border-style:none;
    padding-bottom:5px;
}
.progress_indicator img {
    /*padding: 10px;
    border: solid 1px #aaaaaa;*/
    /*background-color:Transparent;*/
}  
.err
{	
    color:#F9543E;
	font-weight:normal;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
.Kid_Err
{	
    color:#F9543E;
	font-weight:normal;
	font-family:Comic Sans MS;
	font-size:14px;
	text-align:justify;
}

table.tableWithLine{
	width:885px;
	border:0px;
	margin-top:5px;
	padding-top:0px;
	background-image:url(../images/dotted_line.gif);
	background-repeat:repeat-x;
}

#popup{
	background-color:#FCFCFD;	
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;	
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;
	width:310px;
	min-width:310px;
}

#popup .popheader{
	padding:10px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
	text-align:left;
	background-color:#E4ECF3;
	width:290px;
	min-width:290px;
	text-align:justify;
	vertical-align:text-top;	
	float:left;
}

#popup .popupbody{
    padding:5px;	
	margin-bottom:0px;
	font-size:11px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	color:#303030;
	width:300px;
	background-color:#FCFCFD;	
	min-width:300px;
}
#popup .popfooter{
    padding-right:5px;
    padding-bottom:0px;
    font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:right;
	background-color:#E4ECF3;
	width:305px;
	min-width:305px;
}
.pop2{
	
	background-color:#f1f1f1;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	border:1px solid #bdc8d6;
	margin-left:1px;
	width:350px;
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;
}

.pop{
	background-color:#FCFCFD;	
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;	
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;
	width:310px;
	min-width:310px;
}

.popheader{
	padding:10px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
	text-align:left;
	background-color:#E4ECF3;
	width:290px;
	min-width:290px;
	text-align:justify;
	vertical-align:text-top;	
	float:left;
}

.popupbody{
    padding:5px;	
	margin-bottom:0px;
	font-size:11px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	color:#303030;
	width:300px;
	background-color:#FCFCFD;	
	min-width:300px;
}
.popfooter{
    padding-right:5px;
    padding-bottom:0px;
    font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:right;
	background-color:#E4ECF3;
	width:305px;
	min-width:305px;
}

#popupSingle{
	background-color:#FCFCFD;	
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;	
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;
	width:310px;
	min-width:310px;
}

#popupSingle .popheader{
	padding:10px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
	text-align:left;
	background-color:#E4ECF3;
	width:290px;
	min-width:290px;
	text-align:justify;
	vertical-align:text-top;	
	float:left;
}

#popupSingle .popupbody{
    padding:5px;	
	margin-bottom:0px;
	font-size:11px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	color:#303030;
	width:300px;
	background-color:#FCFCFD;	
	min-width:300px;
}
#popupSingle .popfooter{
    padding-right:5px;
    padding-bottom:0px;
    font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:right;
	background-color:#E4ECF3;
	width:305px;
	min-width:305px;
}
/*#popupSingle{
	
	background-color:#f1f1f1;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;
	width:250px;
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;


}



#popupSingle .header{
	padding:10px;
	
	font-weight:bold;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	 COLOR: #9b1700;
	text-align:left;
	background-color:#E4ECF3;
	z-index:6;
}

#popupSingle .body{
	padding:5px;
	margin:5px;
	font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	z-index:7;
}
*/
#popupSecond{
	background-color:#FCFCFD;	
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;	
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;
	width:310px;
	min-width:310px;
}

#popupSecond .popheader{
	padding:10px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
	text-align:left;
	background-color:#E4ECF3;
	width:290px;
	min-width:290px;
	text-align:justify;
	vertical-align:text-top;	
	float:left;
}

#popupSecond .popupbody{
    padding:5px;	
	margin-bottom:0px;
	font-size:11px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	color:#303030;
	width:300px;
	background-color:#FCFCFD;	
	min-width:300px;
}
#popupSecond .popfooter{
    padding-right:5px;
    padding-bottom:0px;
    font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:right;
	background-color:#E4ECF3;
	width:305px;
	min-width:305px;
}
/*
#popupSecond{
	
	background-color:#f1f1f1;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;
	width:250px;
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;


}



#popupSecond .header{
	padding:10px;
	
	font-weight:bold;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	 COLOR: #9b1700;
	text-align:left;
	background-color:#E4ECF3;
	z-index:6;
}

#popupSecond .body{
	padding:5px;
	margin:5px;
	font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	z-index:7;
}*/

#popupPrevAssmtPvalue{
	background-color:#FCFCFD;	
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;	
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;
	width:310px;
	min-width:310px;
}

#popupPrevAssmtPvalue .popheader{
	padding:10px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
	text-align:left;
	background-color:#E4ECF3;
	width:290px;
	min-width:290px;
	text-align:justify;
	vertical-align:text-top;	
	float:left;
}

#popupPrevAssmtPvalue .popupbody{
    padding:5px;	
	margin-bottom:0px;
	font-size:11px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	color:#303030;
	width:300px;
	background-color:#FCFCFD;	
	min-width:300px;
}
#popupPrevAssmtPvalue .popfooter{
    padding-right:5px;
    padding-bottom:0px;
    font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:right;
	background-color:#E4ECF3;
	width:305px;
	min-width:305px;
}
/*
#popupPrevAssmtPvalue{
	
	background-color:#f1f1f1;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;
	width:250px;
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;


}

#popupPrevAssmtPvalue .header{
	padding:10px;
	
	font-weight:bold;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	 COLOR: #9b1700;
	text-align:left;
	background-color:#E4ECF3;
	z-index:6;
}

#popupPrevAssmtPvalue .body{
	padding:5px;
	margin:5px;
	font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	z-index:7;
}*/

#popupPassageReadingLevel{
	
	background-color:#f1f1f1;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;
	width:250px;
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;


}



#popupPassageReadingLevel .header{
	padding:10px;
	
	font-weight:bold;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	 COLOR: #9b1700;
	text-align:left;
	background-color:#E4ECF3;
	z-index:6;
}

#popupPassageReadingLevel .body{
	padding:5px;
	margin:5px;
	font-size:10px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	z-index:7;
}

.tableRowBorder{

      background-image:url(../images/onepixel.gif);
      background-repeat:repeat-x;
      background-position:bottom;
      font-weight:normal;
      font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
      font-size:11px;
}
.boldNineBlack
{
    font-size:9pt;
    font-weight:bold;
    color:#303030;
    font-family:Lucida Grande, Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;
}
.blueTwelve
{
    font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
}

.boldTwelve
{
    font-weight:bold;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
}
.boldFourteen
{
    font-weight:bold;
	font-size:15px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
}
.boldElevenBlack
{
    font-weight:bold;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #404040;
}
.boldTwelveBlack
{
    font-weight:bold;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #404040;
}
.TwelveBlack
{
    font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #404040;
}
/* New table for Q control */
.popupMenu
{
    background-color:#ECF0F8;
    border-width:2px;
    border-style:solid;
    border-color:#ABC1E7;
}
.popupMenu1
{
    background-color:#fcfcfc;
    border-width:2px;
    line-height:20px;
    border-style:solid;
    border-color:#5070D3;
    color:#303030;
    padding:10px;
}

#content table.contentwithout100P{
		border:0px;
		margin:0px;
		padding:0px;
	}
	
.Student_TwelveBlack
{
    font-weight:normal;
    color:#020202;
    font-size:12px;
}
.Student_18Black_Bold
{
    font-weight:bold;
    color:#020202;
    font-size:18px;
 
}
.Student_14Black_Bold
{
    font-weight:bold;
    color:#020202;
    font-size:14px;
 
}
.Student_TwentyFiveBlack_Bold
{
    font-weight:bold;
    color:#020202;
    font-size:25px;
}
.Student_16Blue_Bold
{
    font-weight:bold;
    color:#457CBC;
    font-size:16px;
}

.Student_14Blue_Bold
{
    font-weight:bold;
    color:#457CBC;
    font-size:14px;
}
.Student_18Blue_Bold
{
    font-weight:bold;
    color:#457CBC;
    font-size:18px;
}
.Student_14Blue
{
    font-weight:normal;
    color:#457CBC;
    font-size:14px;
}
.Student_18Blue
{
    font-weight:normal;
    color:#457CBC;
    font-size:18px;
}
.Student_16Blue
{
    font-weight:normal;
    color:#457CBC;
    font-size:16px;
}
.Student_23Blue_Bold
{
    font-weight:bold;
    color:#457CBC;
    font-size:23px;
}

.Kids_TwelveBlack
{
    font-family:Comic Sans MS;
    font-weight:normal;
    color:#020202;
    font-size:12px;
}
.Kids_18Black_Bold
{
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#020202;
    font-size:18px;
 
}
.Kids_TwentyFiveBlack_Bold
{
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#020202;
    font-size:25px;
}

.Kids_18Blue_Bold
{
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#457CBC;
    font-size:18px;
}
.Kids_18Blue
{
    font-family:Comic Sans MS;
    font-weight:normal;
    color:#457CBC;
    font-size:18px;
}
.Kids_23Blue_Bold
{
    font-family:Comic Sans MS;
    font-weight:bold;
    color:#457CBC;
    font-size:23px;
}

.login {
/*added height tag to keep the footer at the bottom*/
	height: 98%;
}
.login .unit-info {
	padding-top: 28px;
}

.login .header {
	background: none;
	height: 80px;
}

.login-screen {
	width: 537px;
    font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;	font-size: 14px;
	line-height: 17px;
	color: #fff;
	margin: 0 auto;
	padding: 15px 7px 40px 7px;
}

.login-screen p {
	padding-bottom: 15px;
}

.login .slideshow {
	position: relative;
	margin: 0 -7px;
	clear: both;
}

.loginTable {
	position: relative;
	margin: 0 -7px;
	padding-top: 10px;
	overflow: hidden;
}

.loginLabel {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	width: 235px;
	color: #c3cfdd;
}

.loginInput {
	float: left;
	border:none;
	background: none;
	margin: 0;
	background-image: url(../images/login-input-bg.gif);
	width: 213px;
	height: 15px;
	padding: 8px;
	font-size: 14px;
	margin-right: 7px;
	color: #000;
	line-height: 15px;
}

.loginTable td input.submit {
	background-image: url(../images/login-submit-bg.gif);
	width:73px;
	height:31px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.login-footer {
	width: 600px;
    font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0 auto;
	font-weight: bold;
	color: #5a87bc;
	padding-bottom: 10px;
	text-align: center;
}

.login-footer .copyright {
	padding-top: 10px;
}

.login-footer a {
	color: #fff;
	font-size: 14px;
	margin: 0 3px;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.login .column-right {
	float: right;
	width: 345px;
	margin-right: -7px;
	position: relative;
}

.login-screen .logo {
	background-image: url(../images/logo-login.gif);
	width: 164px;
	height: 45px;
	background-repeat: no-repeat;
	float: left;
}

.withlogo {
	padding-top: 0;
	position: relative;
	margin-top: -20px;
}
 iframe
    {
        border-width:0px;
        border-style:hidden;
        border:none;
       
    }

.textboxbg
{
	border:none;
	background: none;
	margin: 0;
	background-image: url(../images/textbox_bg.jpg);
	width: 213px;
	height:36px;
	font-size: 14px;
	color: #000;
}
.textboxbg1
{
	border:none;
	background: none;
	margin: 0;
	background-image: url(../images/textbox_bg1.jpg);
	width: 120px;
	height:20px;
	padding-left:10px;
	padding-top:7px;
	padding-right:6px;
	font-size: 14px;
	color: #000;
}
.ReorderList
{
    font-size: 14px;
    font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
}
.ReorderList ol li
{
    list-style-type:none;
}
.ReorderList ul li
{
    list-style-type:none;
}
.pophead1
{
	padding:10px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:12px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	COLOR: #336699;
	text-align:left;
	
}
.reorderItem
{
    background-color:#EBEEF4;
    background-image:url("../images/reorder_arrow.png");
    background-position:8px 8px;
    background-repeat:no-repeat;
    border:1px solid #DAE0F1;
    color:#2B7BDE;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin-bottom:2px;
    margin-top:2px;
    padding:4px 0 4px 20px;
    white-space:nowrap;
    font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Arial;
    width:860px;
}

.modalBackground
{
    background-color: #344252;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.normalBlack
{
    font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Arial;
    font-size:10pt;
}
.footer .footerlogo {
	float: right;
	background-image: url(../images/logo-core.png);
	width: 110px;
	height: 38px;
	margin-top: -7px;
	position: relative;
	background-repeat: no-repeat;
}