﻿body 
{
	color: #595959;
	font-family: Tahoma;
	font-size: 12px;
}


    
.orange_button
{
    background-image: url(../Images/Buttons/orange_button.jpg);
    background-repeat: repeat-x;
    font-family: Verdana, Tahoma;
    font-size: 11px;
    color: White;
    border: 1px solid orange;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: Transparent;    
} 


.error
{
	color: Red;	
}

p
{
	text-align: justify;	
}

a, a:link, a:visited, a:active
{
    text-decoration: none;
    color: #FF8000;
}
a:hover
{
    color: Orange;
    text-decoration: underline;
}


/*--- TABLE DESIGN ---*/

td.tdHeader
{
	text-align: left;	
	font-size: 14px;
	font-weight: bold;	
}

td.tdSubHeader
{
	border-top: silver 1px solid;
	text-align: left;	
	font-size: 11px;	
	height: 20px;
	vertical-align: top;
	color: #FF8000;
}

td.searchDesc
{
	border-top: silver 1px solid;
	border-bottom: silver 1px solid;
	text-align:right;
}

td.searchDescTop
{
	border-top: silver 1px solid;
	text-align:right;
}

td.searchDescBottom
{
	border-bottom: silver 1px solid;
	text-align:right;
}

td.searchBox
{
	border-top: silver 1px solid;
	border-bottom: silver 1px solid;
	text-align:left;
}

td.searchBoxTop
{
	border-top: silver 1px solid;
	text-align:left;
}

td.searchBoxBottom
{
	border-bottom: silver 1px solid;
	text-align:left;
}

td.tdDesc
{
	text-align: right;	
	font-size:11px;
	padding-right:3px;
}

td.tdBox
{
	text-align: left;	
	font-size:12px;
	color:Black;

}

td.tdCheckBox
{
	text-align: left;
	padding-left: 50px;	
}
.tdBtn
{
	text-align: center;
	padding: 10px;	
}


td.modelListName
{
	border-bottom: silver 1px solid;
	padding-bottom:1px;
	vertical-align:bottom;
	font-size:12px;
}

td.modelListImg
{
	width: 54px;
	border-bottom: silver 1px solid;
	padding-bottom:2px;
	padding-top:4px;
}

.tooltipSymbol
{
	vertical-align: top;
	font-family:Arial Black;
	font-size: 11px;
	font-weight: bold;
	color: #FF8000;	
}

div.tooltip
{
	display: none; 
    position: absolute; 
	border: solid 1px #FFA563;
	background-color: #FFF6EF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: Black;
	font-size: 11px;
	max-width: 300px;
}

table.gridView, table.gridView tbody, table.gridView tr th { border: none; }
.gridView td    { height: 18px; padding: 2px 5px 2px 5px; border: none; border-bottom: 1px solid #e5e5e5; }
.gridView td.none   { height: 18px; padding: 2px 5px 2px 5px; border: none; width:100px; }
.gridView th    { padding: 5px; background-color: #e5e5e5; }
.gridView tr:hover { background-color: #f5f5f5; }