/*--- page -------------------------------------------------*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {border:0}
.bgMap {
	background-image: url(images/splash_map.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	height: 142px;
	border-top: solid 1px;
}

/*--- header & footer -------------------------------------------------*/
.bgFooter {
	background-image: url(images/splash_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: solid 1px;
}
.borderTop {
	border-top: solid 1px;
}
.borderBottom {
	border-bottom: solid 1px;
}
.borderTop6 {
	border-top: solid 6px;
}
.barTopLeft {
	height: 24px;
	background: #FFFFFF right top;
}
.barTopMiddle {
	height: 24px;
	width: 100%;
}
.barBottomLeft {
	height: 22px;
	width: 100%;
	border-top: solid 1px;
	background: repeat-x right bottom url(images/bg_menubar_bottom.gif);
}
.barBottomMiddle {
	color: #666666;
	font-size: 9px;
	height: 29px;
	width: 100%;
	border-top: solid 1px;
}

/*--- main menu -------------------------------------------------*/
.menuBarBg {
	background: repeat-x right bottom url(images/menu_bg_gradient.jpg) #F1F1F1;
}
.mainTable {
	width: 640px;
	height: 100%;
}
.bgGray {
	background: #999999;
}
.menuRow {
  /*background: #EAEAEA repeat-x bottom url(images/menu_main_normal.gif);/*doesn't work in opera*/*/
	border-bottom: solid 1px #FF0000;
}
.whitePixelRow {
	height: 1px;
	width: 100%;
	background: #FFFFFF;
}
.menuCellText {
	background: #EAEAEA repeat-x bottom url(images/menu_main_normal.gif); /*for opera browsers*/
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #EFEFEF;
	border-right: solid 1px #D9D9D9;
	border-bottom: solid 1px #969696;
	text-shadow: 2px 2px 4px #444444;
	/*border-left: solid 1px  #E1E1E1;*/
}
.subMenu{
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menuCellLink{
	color: #000000;
	text-decoration: none;
}
.menuCellLink:hover{
	/*color: #000000;*/
	text-decoration: none;
}
.menuCellLeft {
	background: #EAEAEA repeat-x bottom url(images/menu_main_normal.gif); /*for opera browsers*/
	width:4px;
	border-top: solid 1px #EFEFEF;
	/*border-right: solid 1px #D9D9D9;*/
	border-bottom: solid 1px #969696;
	border-left: solid 1px  #E1E1E1;
}
.menuSepPanel {
	height: 5px;
	background-color:#787878;
	border-top: 1px solid #9A9A9A;
	border-right: 1px solid  #696969;
	border-bottom: 1px solid #696969;
	border-left: 1px solid #9A9A9A;
}
.menuCaption {
	color: #000000;
	border-bottom: solid 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 14px;
	padding-bottom: 5px;
}
.menuPanel {
	color: #000000;
	border-top: solid 2px #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 8px;
}
/*--- menu colors -------------------------------------------------*/
.menuColorHome {
	width: 3px;
	background: #000000;
}
.menuColorRed {
	width: 3px;
	background: #DA0014;
}
.menuColorGreen {
	width: 3px;
	background: #57B800;
}
.menuColorYellow {
	width: 3px;
	background: #F5D200;
}
.menuColorOrange {
	width: 3px;
	background: #FA9000;
}
.menuColorBrown {
	width: 3px;
	background: #AC6700;
}
.menuColorViolet {
	width: 3px;
	background: #8B7FEB;
}
.menuColorBlue {
	width: 3px;
	background: #0E21A7;
}

/*--- forms -------------------------------------------------*/
.editbox{
	border: solid 1px #4D4D4D;
	background: #FFFFFF;
}
.button{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #4D4D4D;
	background: #4D4D4D;
}
/*--- article -------------------------------------------------*/
.noWrap {
	white-space: nowrap;
}
.parJustify {
	text-align: justify;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.h1 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.h2 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
ul {
	padding-left: 14px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 6px;
	margin-bottom: 15px;
}
.ul2nd {
	color: #999999;
}
.smallLink{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
/*--- tables -----------------------------------------------------*/
.tableBrightOdd {
	background: #EAEAEA;
}
.tableBrightEven {
	background: #D6D6D6;
}
.tableDarkOdd {
	background: #6A6A6A;
}
.tableDarkEven {
	background: #616161;
}
/*--- ID selectors -------------------------------------------------*/
#editboxSearch {
	width: 93px;
	height: 18px;
}
#buttonSearch {
	width: 18px;
	height: 18px;
}
#grayBorder {
	border-color: #999999;
}
#bgWhite {
	background: #FFFFFF;
}
#textWhite {
	color: #FFFFFF;
	font-weight: bold;
}
#subMenuSelected{
	background: #FFFFFF;
	font-weight: bold;
}
#subMenuLink{
	font-weight: bold;
}

.justify {
	text-align: justify;
}
.imgBorderRB {
	margin-right: 6px; 
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
}
.imgBorderLB { 
	margin-left: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
}
.imgBorderLT {
	margin-left: 6px;
	margin-top: 6px;
	border: 1px solid #CCCCCC;
}
.imgBorderRT {
	margin-right: 6px;
	margin-top: 6px;
	border: 1px solid #CCCCCC;
}
.justify {
	text-align: justify;
}
.weakeyedLink {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #333333;
	letter-spacing: -0.05em;
}
.weakeyedLink:hover { 
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #333333;
	letter-spacing: -0.05em;
}

.odsad 
{
	padding-left: 16px;
}
.odsadvice
{
	padding-left: 24px;
}

#menuHiglightLeftYellow {	
	background: repeat-x left bottom url(images/yellow_menu_highlight.gif) #F6CA00;
	border-top: solid 1px #F8DD40;
	/*border-right: solid 1px #C89900;*/
	border-bottom: solid 1px #C89900;
	border-left: solid 1px  #F8DD40;
}

#menuHiglightRightYellow {
	background: repeat-x left bottom url(images/yellow_menu_highlight.gif) #F6CA00;
	border-top: solid 1px #F8DD40;
	border-right: solid 1px #C89900;
	border-bottom: solid 1px #C89900;
	/*border-left: solid 1px  #F8DD40;*/
}
.menuCellLinkYellow:hover{
	color: #F6CA00;
}

#menuHiglightLeftRed {	
	background: repeat-x left bottom url(images/home_menu_highlight.gif) #DA2610;
	border-top: solid 1px #E37240;
	/*border-right: solid 1px #A63400;*/
	border-bottom: solid 1px #A63400;
	border-left: solid 1px  #E37240;
}

#menuHiglightRightRed {
	background: repeat-x left bottom url(images/home_menu_highlight.gif) #DA2610;
	border-top: solid 1px #E37240;
	border-right: solid 1px #A63400;
	border-bottom: solid 1px #A63400;
	/*border-left: solid 1px  #E37240;*/
}
.menuCellLinkRed:hover{
	color: #DA2610;
}
