/*---------------------------------------------------------------------------/
-- Site Styles                          *
---------------------------------------------------------------------------*/

/*-------------------------------------------*/
/*--------------- default --------------------*/

body {/*url(/images/background-stripe.gif)*/
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color: ;#DEDEDE;
	background-image : url(/images/background-stripe.gif);
	color: #000000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*text-align: left;*/
}

a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #d04000;
}

blockquote {
  font-style: normal;
}

input, textarea, select {
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-width: 1px;
	font-size: 8pt;
	padding: 0px 0px 2px 2px;
	background-color : Silver;
	font-family : Verdana;
	color : Black;
	font-weight : normal;
}

.disabledInput {
	border-color: #000099;
	background-color : #000099;
}

textarea {
  border-color: #cccccc #cccccc #cccccc #cccccc;
	border-width: 1px;
	font-size: 8pt;
	padding: 0px 0px 2px 2px;
	background-color : Silver;
	font-family : Verdana;
	color : Black;
	font-weight : normal;
  /*scrollbar-base-color: #62ADA7;*/
}

input.button {
  background-color: #d0a070;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-size: 80%;
  font-weight: bold;
  padding: 0px;
  width: 5em;
}

td {
	font-size: 8pt;
}

ul {
  list-style-type: square;
}

/*-------------------------------------------*/
/*--------------- Custom --------------------*/
/*-------------------------------------------*/
.noClass{
  background-color: transparent;
  color: transparent;
  border-color: transparent;
}

.smalltext {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	/*text-align : justify;*/
}

.contentheader {
	font-size: 8pt;
	font-weight: lighter;
	color: Gray;
	text-decoration: none;
}

.smalltextwhite {
	font-size: 8pt;
	font-weight: normal;
	color: White;
	text-decoration: none;
	/*text-align : justify;*/
}
.smalltextwhite:hover {
	color: #0000cc;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}


.borderTable {
	border : 1px solid #999999;
	background: #f3eded;
}
.borderTable2 {
	font-size: 8pt;
	border : 1px solid #999999;
	background: #82D6EE;
}

#copyright {
	background-color: #227585;
	border-color: #62ADA7 #227585 #62ADA7 #227585;
	border-style: solid;
	border-width: 2px;
	color: white;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px .5em;
}

.footer, a.footer{
  background-color: #62ADA7;
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-size: 8pt;
}

.footerLink{
  color: #000000;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
}

.footerLink:hover{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
}
.WhiteText {   
	font-size: 8pt; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}
/* training */
.TrainingTable { border : 1px solid #000000;background: #166ED8;}
.TrainingSelect{ font-size: 8pt; font-weight: bold; color: #0066cc;background-color:#ffffff; }
.TrainingSelectHeader { font-size: 8pt; font-weight: normal; color: #999999; text-decoration: underline;}
.TrainingText { font-size: 8pt; font-weight: normal; color: #000000; text-decoration: none}
.findItUrl{ font-size: 8pt; font-weight: normal; color: maroon; text-decoration: none}
.findItUrl:hover{color: #000000;}
.trainingFooterLink{ font-size: 8pt; font-weight: normal; color: #666666; text-decoration: none}
.trainingFooterLink:hover{ color: #000000;}
.courseHeaderLink{ font-size: 10pt; font-weight: normal; color: #666666; text-decoration: underline}
.courseHeaderLink:hover{ color: #000000;}
label {
  font-weight: bold;
}
/* find it- white headers for list box */
.whiteListBoxHeaders{ font-size: 8pt; font-weight: bold; color: #FFFFFF;}
.adBorderTable {border-color: black;border-width: 1px;padding: 0px 0px 0px 0px;}

/* find it- text formatting buttons*/
/*
btnFormat{
  background-color: red;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-size: 80%;
  font-weight: bold;
  padding: 0px;
  width: 5em;
}

btnPreview {
	background-color: blue;
	color: #000000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
*/
/*---------------------------------------------------------------------------/
-- Printing styles.                         *
---------------------------------------------------------------------------*/
@media print {

}




