@charset "iso-8859-1";

.tempL { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tempL .layoutGrid {
	empty-cells: show; 
    /* IE work around */
    border-collapse: collapse;
}  

.tempL #right { 
    border-right: 1px solid #CCCCCC;
}

.tempL .sub_menu {
    border-bottom: 1px solid #CCCCCC;
}

.tempL .vDivider {
    border-left: 1px solid #CCCCCC;
    
}




.tempL .top_content .description {
    padding-top: 4px;
	line-height: 11px;
	font-size:10px;
	color:#555555;   
} 
.tempL .top_content .description {  
	padding-left: 4px;
}
.tempL .top_content .title { 
	/*width: 120px;*/
	padding:7px;
}  

.tempL .top_content .title { 
	padding-top: 4px;
	border-right: 1px solid #999999;
}  

.tempL .link {
	color:#0099FF;
}  

.tempL .label {
	text-align: right;
    vertical-align: top;
    font-size: 10px;
	color: #003399;
}
.tempL .label_error {
	text-align: right;
    vertical-align: top;
    font-size: 10px;
	color: #990000;
}

.tempL .input_label {
  font-size: 10pt;
	color: #000000;
}
.tempL .contact .name {
 	color: #003266;
    font-size: 12px;
	font-weight: bold;
}



.tempL .error_message {
	color: #990000;
  font-size: 10px;
	border: 1px solid #990000;
	padding: 4px;
	background-color: #ffeeee;
}

.tempL .contact .info {
 	color: #555555;
    font-size:10px;
}

.chart_header {
  background-color: #003266;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}
.chart_sub_header {
	background-color: #8F8F8F;
  font-family: verdana;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}
.chart_content {
	font: menu;
}

.chart_table {
	width: 100%;
	border: 1px solid #999999;
}

.chart_info {
 	font-family: verdana;
 	color: #555555;
 	font-size: 10px;
}
.chart_categories {
 	font-family: verdana;
 	color: #555555;
 	font-size: 10px;
  font-weight: bold;
}

.tempL .grid {
	position: relative; 
  margin-left: 0px;
  border: 1px solid #0099FF;
  background: #addeff;
}
.tempL .grid-row td, .tempL .grid-row-hover td{
	padding:4px;
}
.tempL .grid-row-hover  {
	background: #0099FF;
  color: #FFFFFF;
  cursor: pointer;
}
.tempL .grid-row .topic {
	border-right: 1px solid #EEEEEE;
}
.tempL .grid-row .date, .tempL .grid-row-hover .date {
	white-space: nowrap;
}
.tempL .grid-row-odd {
	background: #FFFFFF;
}
.tempL .grid-row-even {
	background: #F5F5F5;
}
.tempL .grid-title {
	text-align: center;
  font-size: 14px;
  padding:7px;
  color: #333333;
}
.tempL .grid input {
	height: 18px;
	border: 1px solid #93bdd9;
}
.tempL .grid-header td{
	background:#003A96 url('/support/view/images/button_gradient.gif');
  color:#003A96; 
  padding:4px;
  border-right: 1px solid #a3d2f1;
}

