/* Default CSS Stylesheet  */

/* default text on all pages */
.body 
{
	background-color:White 
}
a:link	
{ 
	text-decoration: none; 
}								
a:active	
{ 
	color:  #CC3300;
	text-decoration: none; 
}	
a:visited	
{ 
	text-decoration: none; 
}							
a:hover
{
	color: #CC3300;
	text-decoration: underline; 
}
.pagetext {
	FONT-SIZE: 9pt; 
	COLOR: navy; 
	FONT-FAMILY: tahoma; 
	TEXT-DECORATION: none;
}
.pagetextblack
{
	font-size: 9pt; 
	color: #000000; 
	font-family: tahoma; 
	text-decoration: none; 	
}
.pagetextGreen
{
	font-size: 9pt; 
	color:Green;
	font-family: tahoma; 
	font-weight: normal;
	text-decoration: none; 	
}

.pagetextRed {
	font-family: tahoma; 
	font-size: 9pt; 
	font-weight: normal; 
	color:Red; 
	text-decoration: none; 
}

.sectiontitle {
	FONT-SIZE: 12pt; 
	COLOR: navy; 
	FONT-FAMILY: tahoma; 
	font-weight: bold;
}
.topictitle {
	FONT-SIZE: 14pt; 
	COLOR: navy; 
	FONT-FAMILY: tahoma;
}
.label {
	FONT-SIZE: 9pt; 
	COLOR: navy; 
	FONT-FAMILY: tahoma; 
	font-weight:bold;
}
/* **************** END **************** */
/* user maintenance property */
.name{ 
	 FONT-SIZE: 14pt; 
	 COLOR: FF4500; 
	 FONT-FAMILY: tahoma,arial,Geneva,Helvetica,sans-serif; 
	 FONT-WEIGHT: normal; 
}

/* instructions displayed at the top of selected pages */
.directions {
	font-family: tahoma; 
	font-size: 9pt; 
	font-weight: normal; 
	color: #CC6600; 
}
/* *************** END **************** */

/* Table classes  */
.clsTable
{
    background-color: #bbbbbb;
}

.clsHeaderAddEdit
{
    background-image: url(../images/addHeader.jpg);
    background-repeat: repeat-x;
	font-size: 9pt; 
	font-weight: normal;
	color: navy;
	font-family: tahoma; 
	text-decoration: none; 
	padding: .09cm;
}

.clsHeader
{
    background-image: url(../images/headerbar.jpg);
    background-repeat: repeat-x;
	font-size: 9pt; 
	font-weight: normal;
	color: navy;
	font-family: tahoma; 
	text-decoration: none; 
	padding: .09cm;
}

.clsRow
{
    background-color: #ffffff;
	font-size: 9pt; 
	color: #000000; 
	font-family: tahoma; 
	text-decoration: none; 
	
}

.clsRowAlt
{
    background-color: e6e6fa;
	font-size: 9pt; 
	color: #000000; 
	font-family: tahoma; 
	text-decoration: none; 
}

.clsRowAddEdit
{
    background-color: #9ebef5;
	font-size: 9pt; 
	color: #000000; 
	font-family: tahoma; 
	text-decoration: none; 
	
}
tr.nowrap
{
	white-space:nowrap;
}

/* Reports Classes */
.repPageHeader
{
	background-color: #ece9d8;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.repPageHeaderB
{
	background-color: #ece9d8;
}

.repHeader
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	background-color: #b0c4de;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.repDropdown{ 
	 FONT-SIZE: 11px; 
	 COLOR: #000000; 
	 FONT-FAMILY: tahoma,arial; 
	 FONT-WEIGHT: normal; 
	 BACKGROUND-COLOR: #ffffff;
}
.repTitle
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #8080FF;
}
.repMenuText
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #a9a9a9;
}
.repSubHeader
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
}
.repDate
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
}
.repAltRow
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}
.repRow
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	background-color: #e6e6fa;
}
.repPager
{
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

 /* anchor properties for a href links */
 A.repMenuText:hover  {color:#FF3300; text-decoration: underline}
A.clsRow:hover  {color:#FF3300; text-decoration: underline}
A.clsRowAlt:hover  {color:#FF3300; text-decoration: underline}
A.clsRowAddEdit:hover  {color:#FF3300; text-decoration: underline}
A.clsHeadRow:hover {color:#FF3300; text-decoration: underline; }

.clsTableFooter {
	color:Black; font-family :tahoma; font-size:9pt; text-decoration:none;
}
/* *************** END *************** */

/* Search Results Page Format */
.clsRowTop
{
    background-color: #ffffff;
	font-size: 12pt; 
	color: Navy; 
	font-family: tahoma;
	font-weight:bold; 
	text-decoration: none; 
	border-style: solid;
	border-color: #9ebef5;
	 	border-bottom-width:  1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
.clsTableBorder
{
	border-style: solid;
	border-color: Navy;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
 }
.layoutcollist {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; WIDTH: 250px; FONT-FAMILY: verdana; HEIGHT: 150px
}
 /* *********** END ********* */
 
/* action dropdown */
.actiondd{ 
	 FONT-SIZE: 8pt; 
	 COLOR: #000000; 
	 FONT-FAMILY: tahoma,arial; 
	 FONT-WEIGHT: normal; 
	 BACKGROUND-COLOR: #ffffff;
}
/* **** END **** */
/* checkboxes */
.checkstyle
{
	padding: 0pt;
}
/*** END ***/ 

/* Navigation links in Header */
.headerTopText
{
    color: white;
    font-family: tahoma;
    font-size: 8pt;
	text-decoration:none;
}
A.headerTopText{
    COLOR:white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
	TEXT-DECORATION: none;
}
A.headerTopText:hover{color: #CC3300}
A.headerTopText:vlink{color:white}
A.headerTopText:link{color:white}
A.headerTopText:alink{color:white}

.headerText_nav
{
    color: navy;
    font-family: verdana;
    font-size: 8pt;
	text-decoration:none;
}
A.headerText_nav{
    COLOR:navy;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
	TEXT-DECORATION: none;
}
A.headerText_nav:hover{color: #CC3300}
/* ********** END ************* */

/* Logoff format */
.logoff_backgrnd2
{
    background-color:#9ebef5;
}
.logoff_text
{
    COLOR: navy;
    FONT-FAMILY: tahoma, Arial;
    FONT-SIZE: 9pt;
}
.logoff_footer
{
    COLOR: white;
    FONT-FAMILY: tahoma, Arial;
    FONT-SIZE: 8pt;
}
/* ************** END ************* */

/* Resources for SCORM 1.2 conformant courses */
.coursetitle
{
    COLOR: white;
    FONT-FAMILY: tahoma,Arial;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
}
.ilnavhand
{
	 CURSOR: hand;
}
/* ************** END ************* */


/* used as the border color for data display tables */
.frameborder
{
	BORDER-COLLAPSE: collapse;
}
/********************** END ********************** */
