/* CCSTheme v 3.x */
/* General */

/* Colors */
.PageBgColor {
	background-color: #e7e9ef;
	}

.FormTitleBgColor {
	background-color: #116ac5;
	}

.FormTitleFontColor {
	color: #fcfcfc;
	}

.CaptionBgColor {
	background-color: #d4d9e1;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #fcfcfc;
	}

.AltDataBgColor {
	background-color: #d4d9e1;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #0056ac;
	}

.VisitedLinkColor {
	color: #000000;
	}

.HoverLinkColor {
	color: #f70000;
	}

.ColorBgButton {
	background-color: #116ac5;
}

.ColorFontButton {
	color: #fcfcfc;
}

.ColorBgButtonPassive {
	background-color: #6fb3f7;
}

.ColorFontButtonPassive {
	color: #fcfcfc;
}

/* BEGIN Common */
body { 
	color: #000000;
	background-color: #e7e9ef;
	font-family: Tahoma; font-size: 80%;
	}


html>body {
	font-family: Tahoma; font-size: 80%;
}

html>body td, html>body th, html>body table {
	font-size: 100%;
}


/*ie6*/
* html body {
	font-family: Tahoma; font-size: 80%;
}

* html body td, * html body th, * html body table {
	font-size: 100%;
}
/*end*/

.text { 
	color: #000000
	}

a.menulink:link, a.menulink:visited { 
	color: #0056ac;
	}

a.menulink:hover, a.menulink:active { 
	color: #f70000;
	}


a:link { 
	color: #0056ac;
	}

a:visited { 
	color: #000000;
	}

a:hover,a:active { 
	color: #f70000;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	color: white;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
	font-size: 140%;
	margin-top: 10px; 
	margin-bottom: 3px;
	margin-left: 5px;
	}

h2	{ 
    COLOR: #990000;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: 120%;
 	margin-top: 15px; 
	margin-bottom: 5px; 
	margin-left: 5px;
   }

h3	{ 
	color: #52658c;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
	font-size: 110%; 
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	color: #52658c;
	font-size: 12px;
	margin-top: 15px; 
	margin-bottom: 2px; 
	}

h5	{ 
	color: #52658c;
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	color: #52658c;
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family: Tahoma; font-size: 80%;
	text-align: left;
	}

td { 
	font-family: Tahoma; font-size: 80%;
	text-align: left;
	}

/*input, textarea, select {
	font-family: Tahoma; font-size: 80%;
	font-size: 100%;
}

html>body input, html>body select, html>body textarea {
	font-family: Tahoma; font-size: 80%;
	font-size: inherit;
}*/

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 110%; text-align: left;
	padding: 4px;
	background-color: #116ac5; color: #fcfcfc;
	width: 100%;
	white-space: nowrap;
	padding-left: 8px;
	}


html>body .Header th {
	font-size: 138%; text-align: left;
}


/*ie6*/
* html body .Header th {
	font-size: 138%; text-align: left;
}
/*end*/

.Header a:link { 
	color: #fcfcfc;
	}

.Header a:visited { 
	color: #fcfcfc;
	}

.Header a:hover, .Caption a:active { 
	color: #fcfcfc; text-decoration: none;
	}

.HeaderLeft { 
	background-image: url('Images/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	background-position: right top;
	}

.HeaderLeft img{
	width: 2px;
	}

.HeaderRight img{
	width: 2px;
	}


/* Grid Options */
.Grid { 
	border: 2px solid #116ac5;
	width: 100%;
	}

.Caption th { 
	font-size: 80%; text-align: center; vertical-align: top;
	padding: 5px;
	
	background-color: #d4d9e1; color: #000000;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 80%; text-align: center; vertical-align: top;
	padding: 5px;
	
	background-color: #d4d9e1; color: #000000;
	white-space: nowrap;
	}


html>body .Caption th, html>body .Caption td {
	font-size: 100%; text-align: center; vertical-align: top;
}


/*ie6*/
* html body .Caption th, * html body .Caption td {
	font-size: 100%; text-align: center; vertical-align: top;
}
/*end*/

.Caption a:link { 
	color: #000000;
	}

.Caption a:visited { 
	color: #000000;
	}

.Caption a:hover, .Caption a:active { 
	color: #f70000;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 80%; 
	font-weight: bold; 
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: #fcfcfc; 
	color: #000000;
	}

.Row td { 
	font-size: 80%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: #fcfcfc; 
	color: #000000;
	}
	

html>body .Row th, html>body .Row td {
	font-size: 100%;
}


/*ie6*/
* html body .Row th, * html body .Row td {
	font-size: 100%;
}
/*end*/

html>body caption.Row {
	font-size: 100%;
}


/*ie6*/
* html body caption.Row {
	font-size: 100%;
}
/*end*/

.Row a:link { 
	color: #0056ac;
	}

.Row a:visited { 
	color: #000000;
	}

.Row a:hover, .Row a:active { 
	color: #f70000;
	}

.Separator{
	color: #116ac5;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 80%; font-weight: bold; text-align: left; vertical-align: top;
	padding: 5px;
	
	background-color: #ECEEF2; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 80%;
	padding: 5px;
	
	text-align: left;
	vertical-align: middle;
	background-color: #ECEEF2;
	color: #000000;
	}


html>body .AltRow th, html>body .AltRow td {
	font-size: 100%;
}


/*ie6*/
* html body .AltRow th, * html body .AltRow td {
	font-size: 100%;
}
/*end*/

.AltRow a:link { 
	color: #0056ac;
	}

.AltRow a:visited { 
	color: #000000;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #f70000;
	}

.NoRecords td { 
	font-size: 80%;
	padding: 4px;
	
	text-align: left;
	background-color: #fcfcfc; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 80%;
	padding: 15px;
	
	background-color: #fcfcfc; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .NoRecords td, html>body .Footer td {
	font-size: 100%;
}


/*ie6*/
* html body .NoRecords td, * html body .Footer td {
	font-size: 100%;
}
/*end*/

.Footer a:link { 
	color: #0056ac;
	}

.Footer a:visited { 
	color: #000000;
	}

.Footer a:hover, .Footer a:active { 
	color: #f70000;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	border: 2px solid #116ac5;
	width: 100%;
	}

.Error td { 
	font-size: 100%;
	padding: 4px;
	
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #fcfcfc; 
	}


* html>body .Error td {
	font-size: 100%;
}


/*ie6*/
* html body .Error td {
	font-size: 100%;
}
/*end*/

.Controls th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	
	background-color: #fcfcfc; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-size: 80%;
	padding: 4px;
	
	text-align: left;
	vertical-align: top;
	background-color: white; 
	color: #000000;
	}
	
.Bottom td { 
	font-size: 80%;
	padding: 4px;
	
	background-color: #fcfcfc; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .Controls th, html>body .Controls td, html>body .Bottom td {
	font-size: 100%;
}


/*ie6*/
* html body .Controls th, * html body .Controls td, * html body .Bottom td {
	font-size: 100%;
}
/*end*/

.Bottom a:link { 
	color: #0056ac;
	}

.Bottom a:visited { 
	color: #000000;
	}

.Bottom a:hover, .Caption a:active { 
	color: #f70000;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-size: 80%;
	padding: 4px;
	
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #d4d9e1; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 80%;
	padding: 4px;
	
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #fcfcfc; 
	color: #000000;
	}


html>body .GroupCaption th, html>body .GroupCaption td {
	font-size: 100%;
}


/*ie6*/
* html body .GroupCaption th, * html body .GroupCaption td {
	font-size: 100%;
}
/*end*/

.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #f70000;
	}

.GroupFooter td{
	font-size: 80%;
	padding: 4px;
	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #d4d9e1; 
	color: #000000;
	}


html>body .GroupFooter td {
	font-size: 100%;
}


/*ie6*/
* html body .GroupFooter td {
	font-size: 100%;
}
/*end*/

.GroupFooter a:link {
	color: #0056ac;
	}

.GroupFooter a:visited{
	color: #000000;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #f70000;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotal td{
	font-size: 80%;
	padding: 4px;
	
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #d4d9e1; 
	color: #000000;
	border-bottom: 2px solid #116ac5;
	}


html>body .SubTotal td {
	font-size: 100%;
}


/*ie6*/
* html body .SubTotal td {
	font-size: 100%;
}
/*end*/

.SubTotal a:link {
	color: #0056ac;
	}

.SubTotal a:visited{
	color: #000000;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #f70000;
	}

.Total td{
	font-size: 80%;
	padding: 4px;
	
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #d4d9e1; 
	color: #000000;
	}


html>body .Total td {
	font-size: 100%;
}


/*ie6*/
* html body .Total td {
	font-size: 100%;
}
/*end*/

.Total a:link {
	color: #0056ac;
	}

.Total a:visited{
	color: #000000;
	}

.Total a:hover, .Total a:active{
	color: #f70000;
	}

/* Form Options */
.Button { 
	background-color: #d4d9e1; color: #000000; border: solid 1px #116ac5; padding: 5px; font-weight: bold; font-size: 85%; font-family: Tahoma;
	}



/* Changes for Section508 */
table tr td strong {
	padding: 0px;
	margin: 0px;
}

.th { 
	font-family: Tahoma; font-size: 80%;
	font-weight: bold;
}


html>body .th {
	font-size: 100%;
}


/*ie6*/
* html body .th {
	font-size: 100%;
}
/*end*/

.Header .th { 
	font-size: 110%; text-align: left;
	padding: 4px;
	background-color: #116ac5; color: #fcfcfc;
	width: 100%;
	white-space: nowrap;
}


html>body .Header .th {
	font-size: 138%; text-align: left;
}


/*ie6*/
* html body .Header .th {
	font-size: 138%; text-align: left;
}
/*end*/

.Caption .th { 
	font-size: 80%; text-align: center; vertical-align: top;
	padding: 4px;
	
	background-color: #d4d9e1; color: #000000;
	white-space: nowrap;
}


html>body .Caption .th {
	font-size: 100%; text-align: center; vertical-align: top;
}


/*ie6*/
* html body .Caption .th {
	font-size: 100%; text-align: center; vertical-align: top;
}
/*end*/


/*Custom*/
.DarkBlueBackgroundColor
{
    BACKGROUND-COLOR: #003C79;
}

.MediumBlueBackgroundColor
{
    BACKGROUND-COLOR: #1270A7;
}

.LightBlueBackgroundColor
{
    BACKGROUND-COLOR: #95B8D4;
}

.LightGrayBackgroundColor
{
    BACKGROUND-COLOR: #ECEEF2;
}

.WhiteText
{
	font-size: 90%; color: #ffffff;
	vertical-align: top;
}

.LoginError
{
	font-size: 95%; 
	color: red;
}

 .AssuranceStudentList 
 {
     background-color:White;
 }
 
 .AssuranceStudentList th a 
 {
     color:Black;
 }
 
 .AssuranceStudentList th a:hover 
 {
     color:Red;
 }
 
 
 .AssuranceStudentList td
 {
     text-align:left;
 }
 
  .PagerClass td,.PagerClass
{
    background-color:White;
    text-align:center;   
}
