﻿body
{
    padding: 0px;
    font-family: 'Verdana';
    margin: 0px;
    font-size: 12px;
}
img
{
	border-style: none;
	padding: 0px;
	margin: 0px;
}	
#div_main 
{
	width: 100%;
}
#tbl_main
{
	width: 100%;
	background-image: url('images/top_back.gif');
	background-repeat: repeat-x;
}
#tbl_tab
{
	width: 100%;
}
#td_logo
{
	width: 102px;
	height: 86px;
	padding-left: 5px;
	padding-top: 5px;
}
.btn 
{
	width: 48px;
	vertical-align: middle;
	text-align: center;
}
.header1
{
	font-size: 18px;
	color: #ff4a15;
}

.header2
{
	font-size: 14px;
	color: #ff4a15;
	font-weight: bold;
}
.header3
{
	font-size: 13px;
	color: #ff4a15;
	font-weight: bold;
}
h1
{
	font-size: 18px;
	color: #ff4a15;
}

h2
{
	font-size: 14px;
	color: #ff4a15;
	font-weight: bold;
}
h3
{
	font-size: 13px;
	color: #ff4a15;
	font-weight: bold;
}
.description_td
{
	background-color: #FFFFCC; 
	border-style: ridge; 
	border-width: 1px; 
	padding: 10px;
}
.tbl_full_lenght
{
    width: 100%;
}
#td_search_characteristic 
{
    width: 200px;
    vertical-align: top;
    text-align: left;
}
.tbl_search_main
{
    border: 1px solid #CCCCCC;
    width: 100%;
}
.tbl_search_item
{
    width: 100%;
}
.td_search_small_header
{
    font-weight: bold;
    background-color: #EFEFEF;
    color: #ff4512;
}
.td_row_splitter 
{
    text-align: right;
}
.dd_search_characteristics
{
    color: #040404;
    font-size: 12px;
}
.sml_txt
{
    font-size:10px;
    font-weight: normal;
}
.div_overflow
{
    overflow: auto;
    height: 120px;
}
#td_search_left_col
{
    vertical-align: top;
}
#td_search_right_col
{
    vertical-align: top;
}
.tbl_list
{
    border: 1px solid #F0F0F0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    font-size: 10px;
    border-collapse: collapse;
}
.tbl_list thead
{
    background-color: #F9F9F9; font-weight: bold;
}
.tbl_list tbody tr:hover
{
    background-color: #FFFFCC;
}
.tbl_list tbody .gold
{
    font-weight: bold; 
    background-image: url('images/back_gold.gif');
    background-repeat: repeat;
}
.tbl_list tbody .silver
{
    font-weight: bold;
    background-image: url('images/back_silver.gif');
    background-repeat: repeat;
}
.info
{
    float: left; padding-right: 2px;
}
.description2
{
	background-color: #FFFFCC; 
	border-style: ridge; 
	border-width: 1px; 
	padding: 10px;
	font-size: 10px;
	padding: 1px;
	margin:0px;
}
#list_header
{
    width: 100%;
}
.select
{
    font-weight: bold;
    color: #666666;
    width: 250px;
    vertical-align: middle;
}
.right_align
{
    float: right;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    text-align: center;
    vertical-align: middle;
}
.modalWindow
{
    background-color: White;
    position: absolute;
    width: 725px;
    height: 590px;
    border: 5px double #C9C9C9;
    padding: 5px;
}



