/* Standard Cascading Stylesheet for TLC */
/* Peter Pilgrim 07 April 2004 */

/* Standard HTML Tag styles */
body { 
  font-family: Verdana, Arial, Helvetica, San-Serif;
  font-size: 12pt;  
}

p { 
  font-family: Verdana, Arial, Helvetica, San-Serif;
  font-size: 12pt;  
}

/* Custom styles */

.portal-background {
  background-color: #F0F0FF
}

.text {
  font-family: verdana, arial, helvetica;
  font-size: 10pt;
}

.buff_pink {
  background-color: #DE5277;
}

.sailor_blue {
  background-color: #375171;
}

.top_menu_marker_backgrd { 
  background-color: #00007F;
}

.header_marker {
  font-family: Helvetica, Arial, San-Serif;
  font-size:  14pt;
  font-weight: bolder;
}

.buff-pink-fgcolor {
  color: #DE5277;
}

.buff-pink-bgcolor {
  background-color: #DE5277;
}

.sailor-blue-fgcolor {
  color: #375171;
}

.sailor-blue-bgcolor {
  background-color: #375171;
}

/* Hyperlink */

a.sailor-blue-hyperlink {
  color: #375171;
  text-decoration: none;
}

a.sailor-blue-hyperlink:hover {
  color:#B40486;
  
 
}

h1 {
  color: #AC58FA;
  font-size: 15pt;
}

h2 {
  color:#B40486;
  font-size: 12pt;
}
h3 {
  font-size: 10pt;
}

.highlevel {
  color: red;
  font-size: small;
}

ul {
 
  list-style-type: circle;
}

/*#scrollingList {
   margin-left:5px
}*/

.tooltip1 {
	display: none;
	position: absolute;
	width: 310px;
	height: 400px;
	padding: 10px;
	background-color: #FCFCFF;
	border-width: 2px;
	border-style: solid;
	border-color: #A4A4A4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tooltip1 h2 {
  margin-top: 1px;
}
.tooltip1 ul {
  margin-top: 1px;
}



.tooltip2 {
	display: none;
	position: absolute;
	width: 400px;
	padding: 5px;
	background-color: #F0F099;
	border-width: 3px;
	border-style: solid;
	border-color: #4444CC;
}

label {
	width: 8em; float: left;
}

label.error {
	float: none; color: red; 
	padding-left: 0.5em; 
	vertical-align: top; 
}

.priceDiv {
	padding: 8px;
	margin: 8px;
	/*font-size: 10pt;*/
	background-color: #E0E6F8;
	-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
}
.priceDiv2 {
	padding: 8px;
	margin: 8px;
	/*font-size: 10pt;*/
	background-color: #CED8F6;
	-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* End */

