﻿body
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    font-size:13px;
    margin:0px 0px 0px 0px;
}

.maintable
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    width:100%;
    height:99%;
    font-size:13px;
}

.header
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    font-weight:normal;
    font-size:21px;
    width:100%;
    color:#99CC00;
    vertical-align:top;
}
.header_logo, .footer_counter
{
    vertical-align:bottom;
    text-align:right;
    width:180px;
    white-space:nowrap;
}
.header_link
{
    color:#99CC00;    
    text-decoration:none;
    border-bottom:1px Navy none;
}

.content
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    width:100%;
    height:100%;
    font-size:13px;
    text-align:left;
    text-indent:10px;
    vertical-align:top;
    color:Navy;
}
.content td
{
    text-align:left;
    vertical-align:top;
}

.footer
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    width:100%;
    font-size:13px;
    text-align:center;
    color:#99CC00;
}

.footer a
{
    color:#99CC00;
    text-decoration:none;
    border-bottom:1px #99CC00 dashed;
}

.content a:active, .content a:link, .content a:visited
{
    color:Navy;
    text-decoration:none;
    border-bottom:1px Gray dashed;
}
.content a:hover
{
    color:Navy;
    text-decoration:none;
    border-bottom:1px Navy dashed;
}
.content ul li a:active, .content ul li a:link, .content ul li a:visited
{
    color:Navy;
    text-decoration:none;
    border-bottom:1px Gray none;
}
.content ul li a:hover
{
    color:Navy;
    text-decoration:none;
    border-bottom:1px Navy dashed;
}
.content ul, .content li
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    margin-top:5px;
    margin-bottom:5px;
}

.content_
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    width:100%;
    font-size:13px;
    text-align:left;
    text-indent:10px;
    vertical-align:top;
    color:Navy;
}

a img
{
    border:none;
}

.menu_item_fg
{
	background-image:url(~images/menu_fg.png);
	background-repeat:repeat;
	font-size:15px;
}
.menu_item_bg
{
	background-image:url(~images/menu_bg.png);
	background-repeat:repeat;
	font-size:15px;
}
.menu_hr
{
	/*height:2px;*/
	color:#99CC00;
}


.header_left
{
	width:40px;
	height:80px;
	background-image:url(~images/header_left.png);
	background-repeat:no-repeat;
	background-color:Black;
}
.header_right
{
	width:40px;
	height:80px;
	background-image:url(~images/header_right.png);
	background-repeat:no-repeat;
	background-color:Black;
}
.header_middle
{
	height:80px;
	background-image:url(~images/header_middle.png);
	background-repeat:repeat-x;
	background-color:Black;
}

.footer_left
{
	width:40px;
	height:20px;
	background-image:url(~images/header_left.png);
	background-repeat:repeat-y;
	background-color:Black;
}
.footer_right
{
	width:40px;
	height:20px;
	background-image:url(~images/header_right.png);
	background-repeat:repeat-y;
	background-color:Black;
}
.footer_middle 
{
    height:20px;
	background-image:url(~images/header_middle.png);
	background-repeat:repeat-xy;
	background-color:Black;
}

.content_left
{
	width:40px;
	height:100%;
	background-image:url(~images/content_left.png);
	background-repeat:repeat-y;
}
.content_right
{
	width:40px;
	height:100%;
	background-image:url(~images/content_right.png);
	background-repeat:repeat-y;
}

.ad
{
	vertical-align:top;
	text-align:right;
}

h1, h2, h3
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    text-align:left;
    text-indent:10px;
    color:Navy;
    margin-top:7px;
    margin-bottom:7px;
}
h4
{
    font-family: Segoe,Calibry,Tahoma,Verdana,Arial;
    font-size:14px;
    text-align: left;
    text-indent: 10px;
    color: Navy;
    margin-top: 7px;
    margin-bottom: 7px;
    border-bottom: 1px #C0C0C0 solid;
}
h5
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    font-size:13px;
    text-align:left;
    text-indent:10px;
    color:Navy;
    margin-top:7px;
    margin-bottom:7px;
}

.infowindow_maintable
{
    font-family:Segoe,Calibry,Tahoma,Verdana,Arial;
    font-size:12px;
    color:Navy;
    text-indent:10px;
    margin:4px;
    width:100%;
    height:100%;
}
.infowindow_maintable td
{
    padding:4px;
}
.infowindow_maintable_top
{
    vertical-align:top;
    width:100%;
    height:100%;
}
.infowindow_maintable_bottom
{
    text-align:right;
}
.infowindow_maintable a:active, .infowindow_maintable a:link, .infowindow_maintable a:visited
{
    color:Navy;
    text-decoration:none;
    border-bottom:1px Gray dashed;
}
.infowindow_maintable a:hover
{
    color:Navy;
    text-decoration:none;
    border-bottom:1px Navy dashed;
}

