﻿/*
    Trebuchet MS, Georgia, Sans-Serif
    Segoe UI, Tahoma, Verdana
    opacity: 0.6; filter: alpha(opacity=60);
*/


body
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    font-size: 10pt;
    line-height: 18px;
    color: #333333;
}

body, input {font-family: 'Segoe UI', Tahoma, Arial, Sans-Serif;}

a {text-decoration: none; color: #3366CC;}
a:hover {text-decoration: underline;}

.a_black {text-decoration: none; color: #333333;}
.a_gray {text-decoration: none; color: #808080;}
.a_orange {text-decoration: none; color: #FF6600;}
.a_red {text-decoration: none; color: #FF0000;}
.a_green {text-decoration: none; color: #008000;}
.a_white {text-decoration: none; color: #FFFFFF;}

ul {color: #333333; padding-left: 20px; list-style-type: circle;}
ul, li {margin:0;}

h1 {font-size: 20pt; font-weight: normal;}
h2 {font-size: 16pt; font-weight: normal; color: #FF6600;}
h3 {font-size: 14pt; font-weight: normal; margin: 10px 0px 10px 0px;}


td {vertical-align: top;}
.td_blue {border: solid 1px #CAE4FF; background-color: #E6F2FF; padding: 5px;}
.td_green {border: 1px solid #ABEBAB; background-color: #E4FAE4; padding: 5px;}
.td_gray {border: 1px solid #E4E4E4; background-color: #F9F9F9; padding: 5px;}
.td_brown {border: 1px solid #e8e6d9; background-color: #f2f0e5; padding: 5px;}
.td_yellow {border: 1px solid #ffecb5; background-color: #FFF8DF; padding: 5px;}
.td_promotion {border: 2px dashed #FFCC66;background-color: #FFE8B7;padding: 5px;}

img {border-spacing: 0px; padding: 0px; margin: 0px; border: 0px;}
.img16x16 {width: 16px; height: 16px;}
.img70x70 {width: 70px; height: 70px;}
.img70x35 {width: 70px; height: 35px;}

.message {border: solid 1px #DCDCDC; background-color: #FFFFCC; padding: 5px;}
.asterisk {color: #FF0000;}
.note {color: #FF0000; vertical-align:super; font-size: 7pt; letter-spacing: 1px;}

.button_login {width: 160px; height: 25px; font-size: 14pt;}

#menu {
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px 0 10px;
	list-style-type: none;
	font-size: 16px;
	height: 30px;
	background: #f2f0e5;
	border: 1px solid #e8e6d9;
	border-bottom-width: 2px;
}
#menu li {
	float: left;
	margin: 0;
	
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 15px;
	line-height: 30px;
	color: #333;
}
#menu li a:hover, #menu li.active a
{
    color: #999;
    background-color: #e8e6d9;
    border-bottom: 2px solid #97CBFF;
}

#submenu {
	margin: 0;
	list-style-type: none;
	float:right;
}
#submenu li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
}

.a_gray_square
{
	display: block;
	margin: 0 30px 0 30px;
	padding: 20px 0 20px 0;
    border: 1px solid #e8e6d9;
    background-color: #f2f0e5;
}

.a_gray_square:hover
{
   	text-decoration: none;
    background-color: #e8e6d9;
}
