﻿body {
	margin: 0;
	padding:0;	
}
form, iframe
{
	margin: 0;
	padding: 0;
}
h1, .listHeader 
{
	font-size: x-large;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	color: rgb(0,51,102);
	text-align:left;
}
h2
{
	font-size: large;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 0px;
	font-weight: bold;
	text-align: left;
}

a:link, a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.mainMenuTd 
{

	
}
.mainMenuItem:link, .mainMenuItem:visited  
{
	color: white;
	background-color: rgb(0,51,102);
	border: solid 1px Black;
	font-size: large;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Arial Black;
	display: block;
	margin: 0;
	position: relative;
	top: -5px;
}
.mainMenuItem:hover 
{
	color: Red;
}

/*breadcrumbs*/
.breadcrumbs 
{
	font-size: 9pt;
}
.breadcrumbs>a:link, .breadcrumbs>a:visited 
{
	font-size: 10pt;
}

/* to help with editing... */
.normal { border: 0; }
.highlight { border: 2px solid green; }


#mainContentSection 
{
	text-align:left;
}
#mainContentSection p, #mainContentSection table tr td 
{
	margin: 0;
	padding: 0;
}


.scrollerspace 
{
	height: 60px;
}
#memberlogin 
{
	font-size: 10pt;
}
legend 
{
	font-weight: bold ;
}

/*progress bar*/
.progressbar {
  border: solid 1px black;
}
.progressbartitle {
   font-size: 13pt;
}
.progresscompletedtext 
{
    color: #12D403;
}
.progresscurrentsteptext 
{
	color: #363636;
	font-weight: bold;
}
.progresspendingtext 
{
    color: #939394;
}
.hrprogresscompleted {
  background-color: #12D403;
  color: #12D403;
  height: 3px;
}
.hrprogresspending {
  background-color: #939394;
  color: #939394;
  height: 3px;
}


/* dropdown menu */

 .dropdownUl {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    width: 160px;
	}
	.dropdownUl>li {
	   position: relative;
	}
	.dropdownUl>li>a {
	    display: block;
	    text-decoration: none;
	    color: rgb(51,51,51); 
	    background: #fff;
	    padding: 2px;
	    border: 1px solid #ccc;
	    border-bottom: 0;
	    font-size: 10pt;
	    width: 160px;
	}
	.dropdownUl>li>a:hover, .dropdownUl>li:hover {
	    color: white;
	    background-color: rgb(51,51,51);  
	}
	
/* left menu */	
.leftlinksUl 
{
	text-align: left;
	margin-left: 0em;
	padding-left: 0em;
	list-style: none;
	width: 195px;
	position: relative;	
	left: -5px;
}
.leftlinkLi 
{
	
}	
.leftlinkLi>a:link,.leftlinkLi>a:visited,.leftlinkLiTop>a:link,.leftlinkLiTop>a:visited,.leftlinkLiBottom>a:link,.leftlinkLiBottom>a:visited
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    text-decoration: none;
    color: white; 
    background-image: url('../images/leftmenubutton.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: bold;
    width: 194px;
    height: 18px;
    padding-left: 10px;
    padding-bottom: 2px;
    display: block;   
}
.leftlinkSpan 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    color: black; 
    background-image: url('../images/leftmenubutton.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: bold;
    width: 194px;
    height: 18px;
    padding-left: 10px;
    padding-bottom: 2px;
    display: block; 
}
.leftlinkLi>a:hover, .leftlinkDiv>a:hover, .leftlinkLiTop>a:hover,.leftlinkLiBottom>a:hover
{
	color: black;
}

.selectedMenuItem:link, .selectedMenuItem:visited, .selectedSubMenuItem:link, .selectedSubMenuItem:visited
{
	color: Purple;
	font-weight: bolder;
}
.selectedMenuItem:hover, .selectedSubMenuItem:hover
{
	color: Red;
}


/* child links */
.leftlinksUl ul 
{
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 1em;
	padding-top: 0;
	text-indent: 0;
}


/*used to show/hide submenus with javascript*/
.leftlinksUlSubHide {
 display: none;
 visibility: hidden; 
}
.leftlinksUlSubShow {
 display: block;
 visibility: visible;
}

embed, #spanMusic 
{
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}

/* styles for ajax controls*/
.poor
{
color:red;
}
.weak
{
color:#ff6666;
}
.average
{
color:yellow;
}
.strong
{
color:#66ff66;
}
.excellent
{
color:green;
}

/* star ratings */
 .ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}