﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

ul, li
{
	padding-left: 20px;
}
	 
body
{
	font-family: Trebuchet MS;
	font-size: 10pt;
}
h1
{
	background: #FFFFF;	
	font-family: Trebuchet MS;
	font-size: 18pt;
}

/* Master Page Layout */
#master_header
{
    margin: -1px auto 0 auto;
    width: 100%;
    background: url(images/bg_header.gif);
    background-repeat: repeat-x;
    text-align:  center;
}

#master_headertop
{
	background: url(images/bg_header.gif);
	width: 950px;
	margin: 0px auto 0px auto;
}

#master_headerbottom
{
	background: url(images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 0px auto 20px auto;
	width: 100%;
	text-align:center;
}
#master_content
{
	width: 950px;
	margin: 0px auto 0px auto;
	vertical-align: top;
	font-family: Trebuchet MS;
	font-size: 10pt;
}


#master_menu
{
    padding: 10px 0 0px 10px;
    float: left;
    width: 930px;
    height: 30px;
    padding-right: 14px;
    font-weight: bold;
    background: #E5E5E5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #517aaa;
}
.Content
{
    font-size: 10pt;
	font-family:  Trebuchet MS;
	text-align: justify;
}
.ContentMenu
{
    width: 250px;

}
.ContentTitle {
	padding:  10px 0 0px 10px;
	color:#5377A9;
	font-weight:bold;
	font-size: 24px;
	font-family:  Trebuchet MS;

}
.ContentSubTitle {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-weight:bold;
	font-size: 18px;
	font-family:  Trebuchet MS;

}
.ContentSubTitle2 {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-weight:bold;
	font-size: 14px;
	font-family:  Trebuchet MS;
}
.support_cont {
	float: left;
	background: #f8f8f8 url('images/support_cont.png') repeat-x;
	min-height: 37px;
	width: 270px;
	padding: 5px  10px 10px 20px;
	margin: 0 0 10px 10px;
}

/******* navigation *******/

#navigation {
	width: 260px;
	border-bottom: 1px solid #e0e0e0;
}

#navigation .title_nav
{
    /*background: url('images/table_light_blue.png') repeat-x;*/
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #517aaa;
    text-align: center;
    padding: 10px 0 0 0;
    color: #ffffff;
    height: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #5377A9;
}

#navigation .title_nav span {
	color: #c5e1fe;
}

#navigation .nav {
	background: url('images/table_gray.png') repeat-x;
	display: block;
	height: 27px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #f4f4f4;
	font-weight: bold;
	color: #5783b1;
	padding: 12px 5px 0 15px;
}

#navigation .nav:hover {
	text-decoration: underline;
	cursor: pointer;
}

#navigation .nav span {
	height: 16px;
	margin-right: 10px;
	padding-left: 25px;
	display: block;
}

#navigation .nav #icon_1 {
	background: url('images/icon_nav.png') 0 -108px no-repeat;
}

#navigation .nav #icon_2 {
	background: url('images/icon_nav.png') 0 -18px no-repeat;
}

#navigation .nav #icon_3 {
	background: url('images/icon_nav.png') 0 -36px no-repeat;
}

#navigation .nav #icon_4 {
	background: url('images/icon_nav.png') 0 -54px no-repeat;
}

#navigation .nav #icon_5 {
	background: url('images/icon_nav.png') 0 -90px no-repeat;
}

#navigation .nav #icon_6 {
	background: url('images/icon_nav.png') 0 0 no-repeat;
}

#navigation .nav #icon_7 {
	background: url('images/icon_nav.png') 0 -72px no-repeat;
}
.right_cont {
	float: left;
	width: 260px;
	margin-top: 25px;
}
	
	/******* login *******/

#login_line 
{
	background: url('images/login_line.png') repeat-x;
	width: 640px;
	height: 40px;
	margin-left: 11px;
	padding: 7px 0 0 20px;
	font-size: 12px;
}

#login_line #login_user, #login_line #login_pass{
	float: left;
	width: 103px;
	height: 24px;
	border: none;
	margin-right: 7px;
	padding: 5px 8px 5px 33px;
	color: #7190b7;
	line-height: 24px;
}

#login_line #login_user {
	background: url('images/login_user.png') no-repeat;
}

#login_line #login_pass {
	background: url('images/login_pass.png') no-repeat;
}

#login_line #login_btn {
	background: url('images/site/login_btn.png') repeat-x;
	height: 33px;
	width: 82px;
	border-left: 1px solid #2e4258;
	border-top: 1px solid #2e4258;
	border-right: 1px solid #5a88c3;
	border-bottom: 1px solid #5a88c3;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Myriad Pro";
	cursor: pointer;
	margin-top: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#login_line .forgot_pass {
	float: left;
	margin: 7px 0 0 0;
	border-right: 1px solid #4973a4;
	border-left: 1px solid #6496CB;
	padding-right: 15px;
	padding-left: 15px;
}

#login_line .forgot_pass:first-child {
	border-left: none;
}

#login_line .forgot_pass a {
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #1a2837;
}

#login_line .forgot_pass a:hover {
	text-decoration: underline;
}

#login_line #phone {
	float: left;
	background: url('images/site/phone.png') no-repeat 15px 0;
	height: 25px;
	padding: 0 0 0 45px;
	margin-top: 5px;
	border-left: 1px solid #6496cb;
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #1a2837;
}

#login_line #support:link, #support:visited {
	float: left;
	display: block;
	background: url('images/site/support_img.png') no-repeat;
	width: 110px;
	height: 26px;
	margin-left: 15px;
	padding: 6px 0 0 47px;
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #1a2837;
}

#login_line #support:hover {
	text-decoration: underline;
}
}	
#small_login {
	background: url('images/small_login_cont.png') repeat-x;
	height: 130px;
	width: 235px;
	margin: 30px 0;
	padding: 20px 10px 0 15px;
	color: #bed9f8;
}

#small_login #user, #small_login #pass {
	width: 187px;
	height: 18px;
	padding: 8px 10px 8px 35px;
	margin: 0;
	margin-bottom: 5px;
	color: #7190b7;
	border: none;
}

#small_login #user {
	background: url('images/small_login_user.png') no-repeat;
}

#small_login #pass {
	background: url('images/small_login_pass.png') no-repeat;
}

#small_login #small_login_btn {
	background: url('images/login_btn.png') repeat-x;
	height: 33px;
	width: 102px;
	border-left: 1px solid #2e4258;
	border-top: 1px solid #2e4258;
	border-right: 1px solid #5a88c3;
	border-bottom: 1px solid #5a88c3;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Myriad Pro";
	cursor: pointer;
	margin: 1px 0 0 25px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#search_bg {
	background: url('images/search_bg.png') no-repeat;
	width: 260px;
	height: 38px;
}

#search_bg #search {
	background: transparent;
	width: 200px;
	margin: 6px 0 0 5px;
	padding: 5px;
	color: #646464;
	border: none;
}

#search_bg #search_btn {
	background: transparent;
	width: 37px;
	height: 36px;
	margin: 1px 0 0 3px;
	cursor: pointer;
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color: #00122E;
	text-decoration:none;
}

a:visited {
	color: #1D3750;
	text-decoration:none;
}

a:hover
{
    color: #1D3750;
    text-decoration: underline;
}

a:active {
	color: #1D3750;
}

HyperLink
{ 	color: #00122E;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.table_main {
	width: 950px;
	margin: 0px 0 0px 0;
	vertical-align: top;
}
.table_content {
	width: 600px;
	margin: 0px 0 0px 0;
	background-image: url(images/bkg-highlight-2.png);
	vertical-align: top;
}
.table_menu {
	width: 320px;
	margin: 0px 0 00px 0;
	vertical-align: top;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Baners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Banner
{
    float: left;
    width: 281px;
    height: 251px;
    background-repeat:no-repeat;
    font-size: 10pt;
	font-family:  Trebuchet MS;
	text-align: center;
	opacity: 70%;
}
.BanerProfit
{
    float: left;
    width: 281px;
    height: 251px;
    background-image: url(images/BannerProfit.jpg);
    background-repeat:no-repeat;
    font-size: 10pt;
	font-family:  Trebuchet MS;
    text-align: center;
}
.BanerEconomy
{
    float: left;
    width: 281px;
    height: 251px;
    background-image: url(images/BannerEconomy.jpg);
    background-repeat:no-repeat;
    font-size: 10pt;
	font-family:  Trebuchet MS;
    text-align: center;
}
.BanerValue
{
    float: left;
    width: 281px;
    height: 251px;
    background-image: url(images/BannerValue.jpg);
    background-repeat:no-repeat;
    font-size: 10pt;
	font-family:  Trebuchet MS;
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.table1
{
    width: 100%;
    text-align:left;
    font-style: normal;
    width: 100%;
    font-family: Tahoma;
}
.table1 thead th
{
    padding:10px 0px;
    text-align:center;
    font-size: 14px;
    color:#fff;
    text-shadow:1px 1px 1px #112D47;
    background-color:#112D47;    
    -webkit-border-top-left-radius:5px;    
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius:10px 10px 0px 0px;    
    border-top-left-radius:10px;    
    border-top-right-radius:10px;
    /*width: 130px;*/
}
.table1 thead th:empty    
{
    background :transparent;    
    border:none;
}
.table1 thead td
{
    text-align:left;
    /*font-weight: bold;*/
    vertical-align: middle;
    /*width: 180px;*/
}
.table1 tbody th
{
    text-align: left;    
    padding:0px; 
    border: 1px solid #f9f9f9;    
    -moz-border-radius:2px;    
    -webkit-border-radius:2px;
    border-radius:4px;    
    color:#333;    
    text-shadow:1px 1px 1px #ccc;    
    /*width: 380px;*/
}
.table1 tbody td
{
    text-align: Center;    
    padding:1px;
     
    border: 1px solid #f9f9f9;    
    -moz-border-radius:2px;    
    -webkit-border-radius:2px;
    border-radius:4px;    
    color:#333;    
    text-shadow:1px 1px 1px #ccc;    
    width: 180px;
}
.table1 tbody span.check::before
{
    content : url(images/check.gif)
}
.table1 tbody tr:hover
{
   background-color: #e1eafe;
}
.table1 tbody th:hover
{
   background-color: #e1eafe;
}
.table1 tfoot td
{
background-color: #e1eafe;
    font-size:32px;    
    text-align:center;    
    padding:0px 0px;    
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th
{
    color:#666;
    text-align:center;
        
}