﻿
/* --------------------------------------------------- */
/* -- Table Style -- */
table.StyleTable
{ 
		border-collapse:collapse;
		background:#EFF4FB url(Image/teaser.gif) repeat-x;
		border:0px none;
	/*	border-left:1px solid #686868;
		border-right:1px solid #686868; */
		font-family:Arial,helvetica,arial,verdana;
		font-size:10pt;}
		

table.StyleTable td
{
		border-style: none;
	border-color: inherit;
	border-width: 0px;
	border-collapse:collapse;
		/*	border-left:1px solid #686868;
		border-right:1px solid #686868; */
			font-family:Arial,helvetica,arial,verdana;
			font-size:10pt;
	text-align: left;
}

table.StyleTable tr
{
		border-collapse:collapse;
		border:0px none;
	/*	border-left:1px solid #686868;
		border-right:1px solid #686868; */
		font-family:Arial,helvetica,arial,verdana;
		font-size:10pt;
}

thead th{
		background: url(Image/headertable.bmp) repeat-x;
		color:#fff;
}
/* --------------------------------------------------- */


#header {
width: 100%;
height: 121px;
background: #3D8DBF;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -2px;
padding: 30px 0 0 20px;

}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}

#ContentLeft
{
width:200px;
float:left;
}
#ContentRight
{
float:left;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 35px;
	margin: 0 auto 0 auto;
	background: url(Image/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(Image/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(Image/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	LINE-HEIGHT: 1.5em;
	PADDING-TOP: 0px;
	font:Arial, Helvetica, sans-serif;

}
B {
	FONT-SIZE: 110%
}
EM {
	COLOR: red
}
#topsection {
	HEIGHT: 90px;
}
#topsection H1 {
	MARGIN: 0px; PADDING-TOP: 15px
}
#contentwrapper {
	FLOAT: left; WIDTH: 100%
}
#contentcolumn {
	/*MARGIN-LEFT: 200px*/
}
#leftcolumn {
	FLOAT: left; MARGIN-LEFT: -100%; WIDTH: 200px;
}
#footer {
	CLEAR: left; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND:#045c97; PADDING-BOTTOM: 4px; WIDTH: 100%; COLOR: #fff; PADDING-TOP: 4px; TEXT-ALIGN: center; font-weight:bold; font-size:14px;
}
#footer A {
	COLOR: #8acfee
}
.innertube {
	MARGIN: 0px 10px 10px
}
a {text-decoration:none}
a:hover{ text-decoration:underline;}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(image/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}
