﻿/* general body */
body {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #000000;
  margin: 0;
  padding: 0;

}
td {
  font-size: 12px;
}

td.tHeading {
  color: #FFFFFF;
  font-weight: bold;
}

h1 {
  font-family: Tahoma, Arial;
  font-size: 20px;
  color: #020280;
  font-weight: bold;

}

h2 {
  font-family: Tahoma, Arial;
  font-size: 18px;
  color: #020280;
  font-weight: bold;

}

a:hover {
  color: #d02424;
}


/* main block for content */
.main {
  margin: 0px; 
  padding: 5px 5px 0px 5px;
  width:170px;
  
}

/* additional main block for 3-cols page */
.main1 {
  margin: 0px; 
  padding: 0px;
}



/* right block for all pages */
.rightblock {   
  width: 178px;
  float: right;
 }


/* black title for right column */
.right_title {    
  border: #dbdbdb 1px solid;
  background: #fafafb url(../images/right_title_back.png) repeat-x top left;
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  padding-left: 10px;
  margin: 0px;
  margin-bottom: 2px;
}

.right_text {   
  background-color: #ffffff;
  border: #dbdbdb 1px solid;
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #000000;
  padding: 6px;
  margin: 0px;
  margin-bottom: 2px;
}

.boxoutline
{
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-left:12px;
	margin-right:12px;
	margin-top:5px;
	width:96%;
}

.menubox
{
	border:1px solid #CCCCCC;
	padding:6px;
	margin-left:12px;
	margin-top:5px;
	width:96%;
	
}

.title_menu {
  font-family: Tahoma, Arial;
  font-size: 15px;
  font-weight: bold;
  color: #020280;
  /*border-bottom: #cdcdce 3px solid;*/
  padding-bottom: 6;
}

.title_in {
  font-family: Tahoma, Arial;
  font-size: 13px;
  font-weight: bold;
  color: #020280;
  border-bottom: #cdcdce 3px solid;
  padding-bottom: 6;
  text-align:left;
}

.hdr
{	
	background-color:#020280;
	color:White;
	height:25px;
	text-align:left;
	border-style:none;
	vertical-align:middle;
}

.hdr A
{
	color: White;	
}

.gridRow
{
	text-align:left;
	vertical-align:middle;
	height:25px;
}


.alternateTR
{
	text-align:left;
	background-color:#f1f1f1;
	height:25px;
}

.tempTR
{
	background-color:#f1f1f1;
	height:20px;
}

.inputbox
{
	border:1px solid #cccccc;
	color: #666666;
}
.inputbox1 
{
	border:1px solid #BBBBBB; 
	background-color:#F7F7F7; 
	color:#666666;

}
.userinput
{
	border:1px solid #cccccc;
	color:Black;
}
a {
  color: #020280;
  text-decoration: underline; 
}
a:hover {
  color: #d02424;
}


/* Buttons */
.btn
{
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	background-color: #f1f1f1;

}
.btn1{
	font-size:10pt;
	font-family:Arial, Tahoma, Verdana;
	color:#000000;
	cursor:pointer;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	background: url(../images/btn_bg.gif) left repeat-x;
	height:22px;
}
.btn2{ cursor:pointer; border: 1px solid #7B7B8D; background: url(../images/btn_bg.gif) left repeat-x; height:24px; }

.errmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Red;
}
.sortCSS
{
	margin-left:5px;
}
.aBrowse
{
	text-decoration:none;
}
.aBrowse:hover
{
	text-decoration:underline;
}
.templateBox
{
	color:Black;
	background-color:InfoBackground;
	width:99%;
	height:300px;
}




/*style for rating*/

.starlight {
	color: #e00;
}
.star-rating ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
	width: 75px;
	height: 15px;
	position: relative;
	background: url(../images/rating.gif) top left repeat-x;
	
}
.star-rating li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.star-rating li.current-rating {
	background: url(../images/rating.gif) left bottom;
	position: relative;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.star-rating li a {
	display: block;
	width: 15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;

}
.star-rating li a:hover {
	background: url(../images/rating.gif) left center;
	z-index: 1;
	left: 0px;
}
.star-rating a.star-1 {
	left: 0px;
}
.star-rating a.star-1:hover {
	width: 15px;
}
.star-rating a.star-2 {
	left: 15px;
}
.star-rating a.star-2:hover {
	width: 30px;
}
.star-rating a.star-3 {
	left: 30px;
}
.star-rating a.star-3:hover {
	width: 45px;
}
.star-rating a.star-4 {
	left: 45px;
}
.star-rating a.star-4:hover {
	width: 60px;
}
.star-rating a.star-5 {
	left: 60px;
}
.star-rating a.star-5:hover {
	width: 75px;
}
/*END */

/*css for new default page*/
.tdTemp
{
	margin-left:2px;
	margin-top:3px;
}
.tbl
{
border:0;
padding:0;
height:50%;
}
.hdrDiv
{
	margin-left: 6px;
	float:left;
}
.box{
	border:1px solid #CCCCCC;
	padding:6px;
	margin-left:12px;
	margin-top:5px;	
}
/**/


.detailsTableRowTitle
{
	background-color: #F1F1F1;
	width: 150px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.detailsTableRowValue
{
	background-color: White;
	padding: 5px;
	text-align: left;
}

.detailsTableRowTitleIndented
{
	background-color: #F1F1F1;
	width: 150px;
	padding: 5px;
	margin-left:20px; /* solid #F1F1F1;*/
}

.subSectionTitle
{
	font-weight: bold;
	text-align: left;
}

.disabledLink
{
	text-decoration:underline;
	color: Gray;
	cursor: hand;
	cursor: pointer;
}
