html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-align: justify;
	color: #103A85;
	background:#3E4F60;
	/*background-image: url(../images/bg001.gif);*/
	background:url(../images/bg_phon.gif);
}

/*Font in table*/
table
{
	font-size:100%;
	font: #f6f6f8;
}

/*Links*/
a:link {color: #0622cb;}
a:visited{color:#0622cb;}
a:active {color: #2775C;}
a:hover{color:#CF1C3E;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:980px; 
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-490px;
	background:#ffffff url(../images/header_bg.gif) repeat-x;
}

#header
{
	position:relative; /*containing block*/
	height:305px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*background:url(../images/header_logo.jpg) no-repeat;*/
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:255px;
	height:82px;
	background:url(../images/logo_head.gif) center right no-repeat;
	position:absolute;
	left:15px;
	top: 16px;
}

#company_tel
{
	width:343px;
	height:61px;
	background:url(../images/logo_tel.gif) center right no-repeat;
	position:absolute;
	left:625px;
	top: 25px;
}

#header_text
{
	position:absolute;
	left:295px;
	top: 26px;
	color:#000fff;
	width:190px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#e7d6d5;
	margin-left:50px;
}

#search
{
	color:#e7d6d5;
	position:absolute;
	right:13px;
	top:6px;
}

#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#e7d6d5;
}

#login a
{
	color:#e7d6d5;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#menu
{
	position:absolute;
	bottom:0px;
	margin-right:0px;
	*bottom:-1px; /*IE hack*/
	left:7px;
	width: 964px;
}


#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#flashbot
{
	width:964px;
	height:200px;
	position:absolute;
	left:7px;
	top: 105px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

#printer
{
	float:right;
	font-size:85%;
	background:url(images/printer.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.table-border-color
{
	background-color:#ffffff;
}

.right-shadow
{
	background:url(images/right_shadow.gif) right top repeat-y;
}

.footer-box
{
	border-top:1px solid #D9D9D9;
	padding:12px 2px 2px 2px;
	margin-left:0px;
	background-color: #1f2d60;
	        
}

.footer-box a:link, 
.footer-box a:visited,
.footer-box a:active, 
.footer-box a:hover
{
	font-size: 10px;
	color:#F5F5ED;
	text-decoration: none;
}

.footer-box p
{
	font-size: 10px;
	color:#F5F5ED;
	padding-left:25px;
}

.footer-box span
{
	font-weight:bold;
	color:#1B3552;
	
}

.table-bottom-corner
{
	background:#ffffff url(images/bottom_corner_bg.gif) repeat-x;
}


/*Content table*/
#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	width:200;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:34px;
	background:#95d3ff url(../images/left-column-bg.gif) left top repeat-x;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 15px;
	background:#fff url(images/right_shadow.gif) right top repeat-y;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
	text-decoration: none;
}

/
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}







/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


/*menu*/

.MainNavigation
{
	background : #999999;
	padding-left: 20px; 
	padding-right: 20px;
	cursor: pointer;
	text-decoration: none; 
}


.MainNavigation_Disabled
{
	color : #D1D1D1;
	background : #999999;
	padding-left: 20px; 
	padding-right: 20px;
	text-decoration: none; 
}

.MainNavigation a,
.MainNavigation a:visited
{
	color : #ffffff;
	text-decoration: none; 
}

.MainNavigation_Active
{
	background : #E60017;
	padding-left: 20px; 
	padding-right: 20px;
	cursor: pointer;
}
.MainNavigation_Active a
{
	text-decoration: none; 
}

.MainNavigation_Grey
{
	color : #464646;
	padding-left: 9px; 
	padding-right: 9px;
	cursor: pointer;
	text-decoration: none; 
}

.MainNavigation_Grey a,
.MainNavigation_Grey a:visited
{
	color : #ffffff;
	padding-left: 9px; 
	padding-right: 9px;
	cursor: pointer;
	text-decoration: none; 
}

.MainNavigation_Grey_Active
{
	color : #ffffff;
	background : #E60017;
	padding-left: 9px; 
	padding-right: 9px;
	cursor: pointer;
	text-decoration: none; 
}
.MainNavigation_Grey_Active a
{
	color : #ffffff;
	background : #E60017;
	padding-left: 9px; 
	padding-right: 9px;
	cursor: pointer;
	text-decoration: none; 
}
.MainNavigation_Grey_Disabled
{
	color : #A2A2A2;
	padding-left: 17px; 
	padding-right: 17px;
	text-decoration: none; 
}
.DhtmlNavigation
{
	border-top: 1px solid #797C7E;
	background : #6A6D6F;
	padding-left: 20px; 
	padding-right: 20px; 
	font-size: 11px;
	height: 20px;
	cursor: pointer;
}
.DhtmlNavigation a,
.DhtmlNavigation a:visited
{
	color : #ffffff;
	text-decoration: none; 
}

.DhtmlNavigation_Active
{
	border-top: 1px solid #797C7E;
	background : #E60017;
	padding-left: 20px; 
	padding-right: 20px; 
	font-size: 11px;
	height: 20px;
	cursor: default;
}
.DhtmlNavigation_Active a
{
	text-decoration: none; 
}

.Right_Navigation
{
	border-top: 1px solid #797C7E;
	padding-left: 10px; 
	font-size: 11px;
	height: 21px;
}
.Right_Navigation a
{
	text-decoration: none; 
}

.Right_Navigation_Active
{
	border-top: 1px solid #797C7E;
	background : #E60017;
	padding-left: 10px; 
	font-size: 11px;
	height: 21px;
}
.Right_Navigation_Active a
{
	text-decoration: none; 
}

.Right_Navigation_Active_grey
{
	border-top: 1px solid #797C7E;
	background : #909090;
	padding-left: 10px; 
	font-size: 11px;
	height: 21px;
}
.Right_Navigation_Active_grey a
{
	text-decoration: none; 
}

.Right_NavigationLevel2_Table
{
	border-top: 1px solid #797C7E;
}

.Right_NavigationLevel2
{
	color: #BCBCBC;
	font-size: 11px;
	padding-bottom: 4px;
}
.Right_NavigationLevel2 a
{
	color: #BCBCBC;
	text-decoration: none;
}
.Right_NavigationLevel2 a:hover
{ 
	text-decoration: underline;
}
.Right_Navigation_BottomSpecial
{
	border-top: 1px solid #797C7E;
	border-bottom: 1px solid #797C7E;
	padding-left: 10px; 
	font-size: 11px;
	height: 22px;
}
.Right_Navigation_BottomSpecial a
{
	text-decoration: none; 
}

.borderimg {
	BORDER: 1px solid;
	border-color: #ffffff;
        
}
