@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;
}
.links
{
    text-decoration: none;
	cursor: pointer;
	color: #2b7bde;
}

.links: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;
	z-index:999;
}

* html .header {
	margin-bottom: -1px;
}

.header .logo {
	height: 78px;
	float: left;
	background-repeat: no-repeat;
}

.corelogo
{
    float: left;
	background-image: url(../images/logo-core.png);
	width: 110px;
	height: 38px;
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 5px;
}

.reportpane
{
     Width:751px;
     float:left;
}


.rightlogo
{
    float: left;
	background-image: url(../images/new-logo.png);
	width: 244px;
	height: 29px;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 5px;
}

.header .unit-info {
	float: left;
	padding: 16px 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}

.header .unit-info .extra {
	font-size: 15px;
	line-height: 18px;
}

.header .logo-core {
	float: right;
	background-image: url(../images/new-logo.png);
	width: 244px;
	height: 29px;
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 5px;
}



.header .info {
	float: right;
	clear: right;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	text-align: right;
}

* html .header .info {
	margin-top: -10px;
}

.header .info .school {
	font-size: 14px;
	white-space:nowrap;
}

.navigation {
	height: 29px;
	position: absolute;
	width: 967px;
	left: 7px;
	bottom: 7px;
	overflow: visible;
	z-index:999;
}

.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;
	white-space:nowrap;
}

.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:2000; 
    width:auto; 
    min-width:180px;
    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:2000;
	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: 5px;
	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;
	width: 923px;
}

.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 black;
	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 black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	line-height: 11px;
	text-align:center;
}
table.reports tr.hover td {
	background-color: #DAE7F2;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	line-height: 11px;
	text-align:center;
}
table.reports tr.hover td.name {
	color: #2b7bde;
	border-right: none;
	white-space: nowrap;
	padding-left: 15px;
	width: 200px;
	min-width:175px;
	text-align:left;
}
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 black;
}

table.reports tr.bordertopbottom td, table.reports td.bordertopbottom {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.bottomOnlyLine{
	border-bottom: 1px solid black;
}
.TopOnlyLine{
	border-top: 1px solid black;
}

table.reports tr.noborder td, table.reports td.noborder {
	border-right: 1px solid black;
}

table.reports td.pink {
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	color: #fff;
}

table.reports tr.hover td.pink {
	background: none;
	color: #fff;
	background-color: #f3b5bb;
}
table.reports tr.odd td.pink {
	background: none;
	color: #fff;
	background-color: #f3b5bb;
}
table.reports tr.name 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:11pt;
    font-weight:600;
    margin-bottom:10px;
}

.blueHead10
{
    color: #336699;
    font-size:10pt;
    font-weight:600;
    margin-bottom:10px;
}
.blueHead12
{
    color: #336699;
    font-size:12pt;
    font-weight:600;
    margin-bottom:10px;
}
.WhiteTextColor
{
    color: White;
    font-size:9pt;
    font-weight:600;
    margin-bottom:10px;
}
.popupHead
{
    color: #336699;
    font-size:12pt;
    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: 220px;
}

.standard .s-desc {
	float: left;
	width: 610px;
}

.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:black;
    font-weight:bold;
    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: 0px;
    border-bottom-width:0px;
    width:75px;
    min-width:75px;  
}
.gridHighlight
{
    background-color:#DDDFF8;
}
.gridHeader2
{
    background-color:#C8D6E5;
    padding:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    font-weight:bold;
    color:#323332;
    text-align:center;
    min-height:30px;    
    border-color:#E5E5E5;
    border-style:solid;
    border-top-width: 0px; 
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width:0px;
    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: 0px;
    border-bottom-width: 0px;
    border-bottom-style:hidden;
    min-height:30px;
    min-width:75px;     
}
.gridLeftCell2
{
    padding:5px;    
    padding-left:10px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:100px;    
    color:black;
    min-height:20px;
    height:16px;    
    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: 0px;
    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;     
}

.gridBlackLeftCellAutoWidth
{
    background-color:White;
    padding:5px;    
    padding-left:5px;
    padding-right:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
     width:auto; 
     min-width:40px; 
    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; 
    vertical-align:middle;
    text-align:center;
         
}
.gridBlackAltLeftCellAutoWidth
{
    background-color:#F7F7F5;
    padding:5px;    
    padding-left:5px;
    padding-right:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    width:auto;      
     min-width:40px;   
    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;
    vertical-align:middle;
    text-align:center;
  
}
.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; 
}

.gridCenterCell2
{
    padding:5px;
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;
    color:black;
    width:75px;
    text-align:center;
    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;
}
/* --------------------
		Style for standard pdf export
-------------------- */
.gridBlackLeftCellForPdf
{
    background-color:White;   
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;     
    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;     
}
.gridBlackAltLeftCellForPdf
{
    background-color:#F7F7F5; 
    font-family:Lucida Grande, Lucida Sans Unicode, Arial;   
    font-size:9pt;    
    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;     
}
/* --------------------
	End Style for standard pdf export
-------------------- */
.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;  
}

.scroll_larrow
{
    float:left;width:19px;height:17px;background-image:url(../images/scroll_larrow.png);
    z-index:1000;
}
.scroll_rarrow
{
    float:right;width:19px;height:17px;background-image:url(../images/scroll_rarrow.png);
    z-index:1000;
}
    .contentslider {
      margin-left:0px;
      margin-right:0px;
      height: 17px;
      position: relative;
      z-index:2;
    }

.slider
    {
        position: fixed;
        width: 100%;
        border: solid 1px #e1e1e1;
        vertical-align:baseline;
        background-image:url(../images/scrollbg.png);
        bottom:0px;
        height:17px;
        left:0px;
    }
    .ui-slider-handle {
      width: 55px;
      margin-left:0px;
      height: 16px;
      position: absolute;
      top: 1px;
      background-image:url(../images/scroll.png);
      background-repeat:no-repeat;
      z-index:2;
    }

    #content-scroll {
      width: 708px;
      margin-top: 10px;
      overflow: hidden;
    
    }

    #content-holder {
      width:708px;
    }
.content-item {
  width: 700px;
  height: 270px;
  padding: 5px;
  float: left;
}
    .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;  
        min-height:25px;
        padding-left:7px;
        padding-right:0px;
    }
    .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:0px;
        padding-right:0px;
    }
    
    .gridHeaderTemplateCenter2
    {
        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:center;
        vertical-align:middle;             
        border-style:solid;
        border-width: 0px; 
        border-left-width:1px;
        border-right-width:0px;
        border-color:#C3C9CE; 
        width:auto;       
        min-width:40px;         
        height:38px;     
        min-height:38px;   
        padding-left:5px;
        padding-right:5px;
    }
    
    .KidsGrid
    {
     font-family:Comic Sans MS; 
    }
    .KidsGrid .gridHeaderTemplate3
    {
        background-image:url(../Student/Images/Kids/gv_topm.jpg);
        background-repeat:repeat-x;        
        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:0px;
    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:left;
}
.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/onepixel.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;
}

.bigpop{
	background-color:#FCFCFD;	
	background-repeat:repeat-x;
	border:1px solid #bdc8d6;
	margin-left:1px;	
	position:absolute;	
	z-index:5;
	left:0px;
	top:0px;
	width:360px;
	min-width:360px;
}

.bigpopheader{
	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:340px;
	min-width:340px;
	text-align:justify;
	vertical-align:text-top;	
	float:left;
}

.bigpopbody{
    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:350px;
	background-color:#FCFCFD;	
	min-width:350px;
}
.bigpopfooter{
    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:355px;
	min-width:355px;
}

.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;
}

.QuestionContent
{
	font-family: Arial;
    font-size:12pt;
}

.QuestionContent p
{
	font-family:inherit;
    font-size:12pt;
}

.QuestionContent ul
{
    font-family:inherit;
    font-size:12pt;
	COLOR: inherit;
	padding-left:40px;
}
.QuestionContent ul li
{
    font-family:inherit;
    font-size:12pt;
	COLOR: inherit;
}
.QuestionContent ol
{
    font-family:inherit;
    font-size:12pt;
	COLOR: inherit;
}
.QuestionContent ol li
{
    font-family:inherit;
    font-size:12pt;
	COLOR: inherit;
}
.QuestionContent em
{
    font-weight:inherit;
	font-size:inherit;
	font-family:inherit;
	COLOR: inherit;
}

.QuestionContent span 
{
    font-weight:inherit;
	font-size:inherit;
	font-family:inherit;
	COLOR: inherit;
}

.QuestionContent strong
{
    font-weight:bold;
	font-size:inherit;
	font-family:inherit;
	COLOR: inherit;
}
   
/* 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;
}

.ldaplogin-screen {
    font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;	
    font-size: 14px;
	line-height: 17px;
	color: #fff;
	padding: 0px 80px 20px 120px;
}

.inset
{
    padding: 0px 60px 15px 60px;
}

.inset table td
{
    padding: 25px,5px,10px,0px;
}

.loginPanel
{
    background-color:#375e8d;
}

.loginPanel td
{
    padding:10px;
}

.ldaphelp
{
    padding: 15px 60px 15px 60px;
    font-size:small;
    color:#c3cfdd;
}

.ldaphelp a {
	color: #fff;
	margin: 0 3px;
	letter-spacing: -0.02em;
	white-space: nowrap;
	text-decoration:underline;
}

.vertScroll{overflow-x:none; overflow-y:auto; width:450px; height:350px;} 

.logintext
{
    font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}

.footerlogo
{
    float: right;
	background-image: url(../images/logo-core.png);
	width: 110px;
	height: 38px;
	margin-top: -7px;
	position: relative;
	background-repeat: no-repeat;
}

.footerOrgCopyRights
{
    float: right;
}
.footerOrgCopyRightsLeft
{
    float: left;
}
.fullsizecontent-wrapper
{
    overflow:hidden;
    padding-top:5px;
}

.filterimg
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/*
studentcorelogo and studentfooter logo are hacks to get the images with transparent backgrounds
to work in IE 6 (since the student master page is nested at the same level as the CSS folder
the src attribut does not resolve it unlike the url attribute).
*/
.studentfooterlogo
{
    float: right;
	background: none !important;
	display:inline-block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/logo-core.png');
	width: 110px;
	height: 38px;
	margin-top: -7px;
	position: relative;
	background-repeat: no-repeat;
}

.studentcorelogo
{
	float: right;
	background: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/new-logo.png');
	width: 244px;
	height: 29px;
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 5px;
}

.logincontent
{
    padding-left:50px;
    padding-right:50px;
}

.irrLabel
{
     margin-right:20px;
     display:block;
     margin-left:20px;
     float:left;
     width:150px;
     min-width:150px;
}

.x-1_indicator
{
    padding-left:10px;
}

.x_indicator
{
    padding-left:20px;
}
.HeaderTxtext
{
    font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}
.gblMsgbg{
	background-image: url(../images/bg.gif);
}

/*
    RTI Module related styles
*/

.RTIheading {
	overflow: hidden;
	padding-bottom: 5px;
	height:80px;
}


.RTIheading #ImgDiv
{
    height: 80px;
    float: left;
}

.RTIheading #TxtDiv
{
  width: 850px; 
  height: 80px;
}

.RTIheading h1
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	padding-bottom:5px;
}

.RTIheading #ImgDiv img
{
    float:left;
    padding-right:10px;
}

.RTIHeaderText
{
    color: Black; 
    font-size: 10pt; 
    padding-top: 8px;
    line-height: 18px;
}

.RTIgridHeader
{
    width:850px;
    text-align:left;
    font-size:small;
    float:left;
    padding-bottom:5px;
    padding-top:10px;
    color: #375e8d;
}

.RTIWeekgridHeader
{
    width:250px;
    text-align:left;
    font-size:small;
    float:left;
    padding-bottom:5px;
    padding-top:10px;
    color: #375e8d;
}

.RTIgridBody
{
    width:850px;
    text-align:left;
    float:left;
}

#DivWeeklyTasks
{
    table-layout: fixed;
}

.RTITaskOuterDiv
{
    padding:2px;
    position:relative;
    z-index:0;
}
.RTITaskCell
{
    padding-left:2px;
    padding-right:2px;
    color:#375e8d;
    height:100px;
    overflow:visible;
    z-index:0;
}

.RTITaskLeftCell
{
    padding-right:2px;
    color:#375e8d;
    height:100px;
    overflow:visible;
    z-index:0;
}

.RTITaskRightCell
{
    padding-left:2px;
    color:#375e8d;
    height:100px;
    overflow:visible;
    z-index:0;
}

.RTITaskBackground
{
    background-color:#FAF8CC;
       z-index:0;
}

.RTITaskAltBackground
{
    background-color:#E3E4FA;
    z-index:0;
}

.RTITeacherHeader
{
    width:950px;
    padding-bottom:10px;
}

..RTITeacherHeader TeacherName
{
    width: 700px; 
    float: left; 
    vertical-align: top;
    
}

.RTITeacherHeader #TeacherClassesDiv
{

    width: 268px; 
    text-align: left; 
    vertical-align: top; 
    float: right;
    position:relative;
}

.RTITeacherNameText
{
    color:Black;
    font-size:medium;
    display:block;
    font-weight:400;
    padding-left:20px;
}
.RTIDateText
{
    font-size:small;
    display:block;
    padding-left:20px;
    font-weight:300;
}

.RTIBorderedTable
{
    width:98%;
    margin-left:10px;
    height:auto;
}

.RTIPlanInfoTable
{
   width:100%;
   margin-right:10px;
}

.RTITabDiv
{
    width:100%;
    padding: 0px 10px 10px 10px;
    text-align:left;
}

.RTITabContainer
{
    width:73%;
    padding: 0px 0px 0px 10px;
    text-align:left;
    float:right;
    position:relative;
    left:-20px;
}

.RTICreateTabContainer
{
    width:98%;
    padding: 0px 0px 0px 10px;
    text-align:left;
    position:relative;
}

.RTILeftContainer
{
    width:25%; 
    float:left;
    padding:0;
}
.RTITextBox {
	float: left;
	background: none;
	margin: 0;
    font-size: 12px;
	margin-right: 7px;
	color: #000;
	border-color:GrayText;
	border-style:solid;
	border-width:1px;
	height:18px;
}


.RTILabelText
{
    font-weight:300;
    font-family: Lucida Bright Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Black;
}

.RTILabelCell
{
    width:15%;
    text-align:left;
    white-space:nowrap;
}

.RTIControlCell
{
    width:35%;
    text-align:left;
    white-space:nowrap;
}

.RTIModalContainerDiv
{
  padding:10px;
}

.RTIModalDiv
{
    width:100%;
    height:100%;
	background-color:Gray;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

/*
    END RTI Module related styles
*/

.RTIlistViewGrid
{
	
    border-collapse: collapse;	
    width: 150px;
}

.RTIlistViewGrid th 
{
    background: url(../Images/sprite.png) repeat-x 0px 0px;
   /* border-color: #336699 #336699 #989898 #336699;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;*/
    color: #000;
    padding: 15px 5px 4px 0px;
    text-align: center;
    white-space:nowrap;
}  

.RTIlistViewGrid th a
{
    font-weight: bold;
	text-decoration: none;
	display: inline;
}

.RTIlistViewGrid td 
{
	color: #333333;
    padding: 4px 10px 4px 10px;
   /* border-bottom: solid 1px #BBD9EE;*/
    text-align:center;
    white-space:nowrap;
}

.RTIlistViewGrid .itemRow
{
    background-color: #fff;
} 

.itemRow
{
    background-color: #fff;
    height:20px;
}

.altItemRow
{
    background-color: #F8F8F8;
    height:20px;
}

.RTIlistViewGrid .altItemRow
{
    background-color: #DFE2F3;
}
.RTIlistViewGrid tr.row
{
    background-color: #FFFFFF;
}
.RTIlistViewGrid tr.row:hover
{
    background-color: #DFE2F3;
}
.RTIRowTopBorder
{
    border-top: 1px solid #e5e5e5;
}

.RTINote
{
    font-weight:300;
    font-family: Lucida Bright Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:Black;
	text-decoration:underline;
	float:left;
	padding-bottom:5px;
}

.RTIAddCriteria
{
    border-color: #336699;
    border-style: solid;
    border-width: 1px;
}

.RTIAddCriteria td
{
    text-align:left;
    white-space:nowrap;
}

/*---------- bubble tooltip -----------*/
span.tt{
    position:relative;
    z-index:1000;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
span.tt span{ display: none; z-index:1000; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
span.tt:hover{ z-index:1000; color: #aaaaff; background:;}
span.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:-20px;
	padding: 8 0 0 0;
	width:200px;
	color: #375e8d;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	z-index:1000;
	overflow:visible;
}
span.tt:hover span.top{
	display: block;
	padding: 30px 8px 0 0;
    background: url(../Images/bubble.gif) no-repeat top;
    z-index:1000;
}
span.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px 0; 
	background: url(../Images/bubble_filler.gif) repeat bottom; 
	z-index:1000;
}
span.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../Images/bubble.gif) no-repeat bottom;
    z-index:1000;
}

.fadingTooltip  
{
    BORDER-RIGHT: darkgray 1px outset;
    BORDER-TOP: darkgray 1px outset; 
    FONT-SIZE: 9pt; 
    BORDER-LEFT: darkgray 1px outset; 
    WIDTH: auto; 
    COLOR: black; 
    BORDER-BOTTOM: darkgray 1px outset; 
    HEIGHT: auto; 
    BACKGROUND-COLOR: #e5e5e5; 
    MARGIN: 2px 2px 2px 2px; 
    padding: 3px 3px 3px 3px; 
    padding-bottom:7px;
    font-family: Lucida Bright Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

.clsNote { color:red; font-size:small; }
.clsGreenTiny { color:Green; font-size:small; }
.clsGreenText { color:Green; }

.RtiBlueBorder  { border:1px solid #ADD8E6; }
.RtiGrayBorder  { border:1px solid #DFE2F3; }

.RtiBlueTopBorder  { border-top:1px solid #ADD8E6; }
.RtiBlueBottomBorder  { border-bottom:1px solid #ADD8E6; }
.RtiBlueRightBorder  { border-right:1px solid #ADD8E6; }
.RtiBlueLeftBorder  { border-left:1px solid #ADD8E6; }

.RtiLavenderBottomBorder  { border-bottom:1px solid #E6E6FA; }
.RtiBlueHeader { background-color: #ADD8E6; }
.RtiItemRow { background-color: #FFFFFF; height:30px; }
.RtiSelectedItemRow { color: Red; height:30px; }

.RTIvalidationSummary
{
width: 660px;
border-width: 1px;
border-style: solid;
border-color: #C3D9FE;
background-color: #EEF5FF;
padding-top: 8px;
padding-left:35px;
padding-bottom: 10px;
font: 11px Verdana;
color: #8598B9;
background-image: url(../Images/Exclamation.jpg);
background-position: 2px 6px;
background-repeat: no-repeat;
margin: 3px;
overflow:hidden;
}

.RTIValidationHeader
{
    font-size:small;
    text-decoration:underline;
}

.RTIpopheader{
	padding:10px;	
	padding-top: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;
}

.RTIListViewHeader
{
   background-color:#375e8d;
}
.RTIpopupbody{
    padding:5px;	
	margin-bottom:0px;
	font-size:11px;
	font-family:Lucida Grande, Lucida Sans Unicode,Arial, Helvetica, sans-serif;
	text-align:left;
	color:#303030;
	background-color:#FCFCFD;	
}

.RTIpopfooter{
    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;
}

.sepItem {
	background-image: url(../images/breadcrumbs-separator.gif);
	width:14px;
	height: 11px;
	background-repeat:no-repeat;
	margin: 12px 2px 0 7px;
	
}

.RTIListViewHeader
{
    background-color: #A5C1D6; 
    height:25px;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 10.5pt;
	color: black;
	font-weight:normal;
}

.Oboutpagesize
{
    height:17px;
    top:-4px;
    left:2px;
    position:relative;
    line-height:10px;
}

.OboutpagesizeLeft
{
    height:17px;
    top:12px;
    left:0px;
    position:relative;
    line-height:10px;
}

.hideItem
{
display:none;
}

.showItem
{
display:block;
}

.itemContainer
{
float:left;
width:150px;
}


.gridRowStyle {
 page-break-after:auto;
}

/* --------------------
		Styled Checkbox and Radio buttons
-------------------- */
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../Images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../Images/radio.gif) no-repeat;
}


.rotate45 {
float:left;
width:200px;
height:100px;
-webkit-transform: rotate(-45deg); -moz-transform:rotate(-45deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media print {
	.noPrint { display:none; }
