﻿/*Page stuff*/
body {
	margin: 0;
	padding: 0;
	font: normal 11px/1.5em Verdana;
	background: url(../Images/bg.gif);
	background-color: #808080; 
}
form {
	margin: 0;
	padding: 0;
}

/*Main tables*/
#MainTable {
	width: 784px;
	text-align: left;
	margin-top: 18px;
}
#MainTable td {
	vertical-align: top;
}
#Main {
	width: 784px;
}


/*Login control*/
#Login {
	background: url(../Images/loginarea.png) no-repeat top left;
	padding: 10px 0px 0px 10px;
	width: 268px;
	height: 155px;
}
#Login1 {
	background: url(../Images/loginarea1.png) no-repeat top left;
	padding: 10px 0px 8px 10px;
	width: 190px;
	height: 155px;
}
#Login2 {
	background: url(../Images/loginarea2.png) no-repeat top left;
	padding: 10px 0px 0px 10px;
	width: 400px;
	height: 155px;
}

#ContentMain {
	background: url(../Images/bg1.jpg) no-repeat top left;
	background-color: #808080;
}

#Welcome {
	padding: 0px 30px 10px 38px;
	width: 426px;
}
#Welcome ul {
	margin: 10px 0px 0px 30px;
	padding: 0px;
}
#flashB {
	background: url(../Images/bgflash.jpg) left bottom;
	width: 784px;
	text-align: left;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #1f8fce;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #1f8fce;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
#Lang
{
    text-align: left;
    padding-left: 20px;
    font-family: Arial;
    position: absolute;
    margin: 125px 0px 0px 520px;
}
.Lan {
	font-size: 12px;
	font-weight: bold;
}
.Lan a {
	color: #1674a9;
	text-decoration: none;
}
.Lan a:hover {
	color: #818385;
	text-decoration: none;
}

/*Not good*/
.transparent1 {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-color: white;
	text-align: center;
}

.transparent 
{
   filter:alpha(opacity=80);
   -moz-opacity: 0.8;
   opacity:0.8;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   
   min-height: 100%;
   min-width: 100%;
   background-color:white;
   text-align: center;   
}

.UpdateProgressPanel
{
   background-color: #ffff99;
   color: black;
   width: 150px;
   text-align: center;
   vertical-align: middle;
   position: fixed;
   bottom: 50%;
   left: 45%
}

/*************************************************/
/*Light text that goes with dark background*/
.textlight {
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
}
.textlight b {
	font-size: 12px;
	line-height: 20px;
}
.textlight a {
	font-size: 11px;
	color: #FABC12;
	text-decoration: none;
}
.textlight a:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

/*Registration Panels*/
.Panel
{
    padding: 0px 10px 5px 20px;
    border-color: #EFF3FB;
    background-color: #EFF3FB;
}

/*Dark text that goes with light background*/
.textblue
{
    font-size: 11px;
    color: #1f8fce;
}
.textorange
{
    font-size: 11px;
    color: #FABC12;
    font-weight: bold;
}
.textgray {
	font-size: 11px;
	color: #606060;
}

.textdark {
	font-size: 11px;
	color: #606060;
	line-height: 15px;
}
.textdark b {
	font-size: 12px;
	line-height: 20px;
}
.textdark a {
	font-size: 11px;
	color: #1f8fce;
	text-decoration: none;
}
.textdark a:hover {
	font-size: 11px;
	color: #606060;
	text-decoration: underline;
}

/*Highlighted text emphasizing a result to the user*/
.ErrorBox
{
	background-color: #FFFFCC;
	border: 1px dashed #FF0000;
	padding: 5px;
	color: red;
}
/*boxed text*/
.instructionbox {
	background-color: #FFFFCC;
	border: 1px dashed #FF0000;
	padding: 5px;
	color: #1f8fce;
}
.instructionbox b {
	line-height: 20px;
}
.instructionbox a {
	font-size: 11px;
	color: #FABC12;
	text-decoration: none;
}
.instructionbox a:hover {
	font-size: 11px;
	color: #606060;
	text-decoration: underline;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: #FFFFCC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	color: #606060;
}





.NewsPic {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
}
.NewsPic img {
	border: 1px solid #c8c8c8;
	padding: 1px;
}
.News {
	margin-top: 10px;
	padding: 10px 10px 20px 0px;
	background: url(../Images/dots.gif) no-repeat left bottom;
}
.News h6 {
	padding: 0px;
	margin: 0px;
	color: #00a0b5;
	font-size: 10px;
}
.News b {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}
.News small {
	color: #fff;
	line-height: 12px;
	font-size: 10px;
}
.News small a {
	color: #9dc741;
	line-height: 20px;
	font-size: 10px;
	text-decoration: none;
}
.News small a:hover {
	color: #00a0b5;
	line-height: 20px;
	text-decoration: none;
}
.Promo {
	background: #efefef;
	border: 1px dashed #999999;
	font-size: 13px;
	color: #1f8fce;
	padding: 5px 10px;
	font-weight: bold;
}
.Promo td {
	vertical-align: middle;
}
.Promo small {
	font-size: 10px;
	color: #FABC12;
	text-decoration: underline;
}
.Promo1 {
	padding: 10px 20px;
}
.Promot {
	margin-top: 0px;
	padding: 10px 10px 20px 20px;
	background: url(../Images/dots.gif) no-repeat left bottom;
}
.Promot b {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}
.Promot small {
	color: #656565;
	line-height: 12px;
	font-size: 10px;
}
.Promot small a {
	color: #9dc741;
	line-height: 20px;
	font-size: 10px;
	text-decoration: none;
}
.Promot small a:hover {
	color: #00a0b5;
	line-height: 25px;
	text-decoration: none;
}
.Promot .aap {
	color: #9dc741;
	font-size: 9px;
	text-decoration: none;
	float: right;
}
.Promot .price {
	background: url(../Images/badge.png) no-repeat left top;
	width: 50px;
	height: 52px;
	padding: 16px 0px 10px 0px;
	float: right;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia,Tahoma;
	color: White;
	margin-left: 20px;
}
.HNewsPic {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.HNewsPic img {
	border: 1px solid #c8c8c8;
	padding: 1px;
}
.HNews {
	margin-top: 10px;
	padding: 0px 10px 5px 0px;
	background: url(../Images/dots.gif) no-repeat left bottom;
}
.HNews h6 {
	padding: 0px;
	margin: 0px;
	color: #00a0b5;
	font-size: 10px;
}
.HNews b {
	color: #656565;
	font-size: 11px;
	margin-bottom: 5px;
}
.HNews small {
	color: #656565;
	line-height: 12px;
	font-size: 10px;
}
.HNews small a {
	color: #9dc741;
	line-height: 20px;
	font-size: 10px;
	text-decoration: none;
}
.HNews small a:hover {
	color: #00a0b5;
	line-height: 20px;
	text-decoration: none;
}
.NewsPic1 {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.NewsPic1 img {
	border: 1px solid #c8c8c8;
	padding: 1px;
}
.ProductsPic {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.ProductsPic img {
	border: 1px solid #c8c8c8;
	padding: 1px;
}
.ProductsPicS img {
	border: 1px solid #c8c8c8;
	padding: 1px;
}
.Products {
	width: 540px;
	margin-top: 0px;
	padding: 0px 10px 20px 0px;
	background: url(../Images/dots.gif) no-repeat center bottom;
	text-align: left;
}
.Products b {
	color: #FABC12;
	font-size: 11px;
	line-height: 20px;
}
.Products b a {
	color: #FABC12;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
}
.Products b a:hover {
	color: #1f8fce;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
}
.Products small {
	color: #fff;
	line-height: 12px;
	font-size: 10px;
}
.Products small a {
	color: #9dc741;
	line-height: 15px;
	font-size: 10px;
	text-decoration: none;
}
.Products small a:hover {
	color: #fff;
	text-decoration: none;
}
.Products ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}
.Products ul a {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.Products li a {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.payment {
	line-height: 12px;
	font-size: 10px;
}
#targets {
	font-style: italic;
}
.Faq {
	margin-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px dashed #999999;
}
.Faq h6
{
	padding: 0px;
	margin: 0px;
	color: #1f8fce;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 11px;
}
.Faq div {
	color: #fff;
	line-height: 18px;
	padding-left: 30px;
	font-style: normal;
}
#copy {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}
#leftB {
	background: url(../Images/huv_02.gif) no-repeat top left;
}
#rightB {
	background: url(../Images/huv_04.gif) no-repeat top left;
}
#anchors {
	line-height: 18px;
}
.Box {
	border: 1px solid #fff;
	width: 200px;
	font-size: 11px;
}
.Area {
	border: 1px solid #fff;
	width: 250px;
	font-size: 11px;
	height: 142px;
}

.BoxAllignBottom {
	vertical-align: bottom;
}
.BOX
{
    border-color: #D7D7D7;
    border-width: thin;
}


.Box1 {
	border: 1px solid #fff;
	width: 250px;
	font-size: 11px;
}
.Box1 optgroup {
	background: #FABC12;
	font-size: 14px;
	font-weight: bold;
}
.Box1 option {
	background: #ffffff;
	font-size: 11px;
}
.Box2 {
	border: 1px solid #fff;
	width: 120px;
	font-size: 11px;
}
.Box2 optgroup {
	background: #FABC12;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.Box2 option {
	background: #ffffff;
	font-size: 11px;
}
.Button {
	border: 1px solid #cccccc;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #0099de;
	cursor: hand;
}
.Pix {
	border: 1px solid #c8c8c8;
	padding: 1px;
}
.Pix1 {
	border: 1px solid
	padding: 1px;
}
.pad {
	padding: 10px;
}
.pad1 {
	padding-left: 30px;
}
.bg {
	background: #a1c3d2;
}
.bgl {
    background: #EFF3FB;
}

i {
	color: #00a0b5;
}
.i {
	color: #00a0b5;
}
tt {
	font-size: 13px;
	font-weight: bold;
	color: #0099de;
	font-family: Verdana;
}
tt a {
	font-weight: bold;
	color: #0099de;
	font-family: Verdana;
	text-decoration: underline;
}
tt a:hover {
	font-weight: bold;
	color: #fff;
	font-family: Verdana;
	text-decoration: underline;
}
fieldset {
	padding: 0;
	border: none;
	border-top: 1px solid #ccc;
}
legend {
	margin: 0;
	padding: 5px 5px 10px 0;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
}
legendL {
	margin: 0;
	padding: 5px 5px 10px 0;
	font-weight: bold;
	font-size: 100%;
	color: #606060;
}
.bg #ddd {
	padding: 10px 20px;
	color: #fff;
}
.info {
	clear: both;
	color: #333;
	padding: 10px 10px 10px 50px;
	line-height: 1.6em;
	border: 1px solid #cc9;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: 1.5% 11px;
}
.info {
	padding: 10px 50px 10px 10px;
	background-position: 98.5% 11px;
}
.info {
	background-image: url(../Images/status-info.gif);
}
.info strong {
	display: block;
	color: #0099de;
}
/***********************************************************************/
#menucase ul.vert-one {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font: bold 11px Verdana;
	line-height: 210%;
	width: 200px;
}
#menucase ul.vert-one li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#menucase ul.vert-one li a {
	display: block;
	text-decoration: none;
	color: #1f8fce;
	background: #c2c2c2;
	padding: 0 0 0 20px;
	width: 180px;
}
#menucase ul.vert-one li a:hover {
	background: #1f8fce url("../Images/vert-one_arrow.gif") no-repeat 0 9px;
	color: #fff;
}
#menucase ul.vert-one li a.current, ul.vert-one li a.current:hover {
	background: #1674a9 url("../Images/vert-one_arrow.gif") no-repeat 0 9px;
	color: #fff;
}
.CalendarTable
{
    border: 1px groove #000000;
    empty-cells: show;
    text-align: center;
}
.CalendarDayCell
{
    color: #535353;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
}
.CalendarDayCellEmpty
{
    color: #535353;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #E9E9E9;
}

.CalendarMainCellEmpty
{
    vertical-align:top;
    color: #535353;
    width: 20%;
    height: 100%;
    text-align: center;
    background-color: #E9E9E9;
}
.CalendarMainCell
{
    vertical-align:top;
    color: #535353;
    width: 20%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
}
/*Modal popup*/
.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}
 /*Modal popup*/
.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}
