﻿address:hover
{
	text-decoration: underline;
}

.maintable
{
	width: 100%;
	padding: 0 0 0 20px;
	background-color: White;
	margin: 0;
}

#contenttable
{
	margin-top: 20px;
}

#header1 img, #header2 img, #header3 img
{
	display: block;
	border: 0;
}

.mainmenuitem
{
	color: White;
	width: 100px;
	border-right: 1px dotted White;
	padding-left: 10px;
	vertical-align: middle;
	background-color: Gray;
}

.mainmenuitem a, .mainmenuitem a:hover
{
	color: White;
}

.mainmenucontainer
{
	background-color: #025ba0;
	width: 555px;
	height: 60px;
	padding: 20px 0 20px 0;
	text-align: left;
}

ul.navbar
{
	list-style-type: none;
	float: left;
	display: block;
	width: 100%;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

ul.navbar li {
display:inline;}

div.dmenu
{
	display: block;
	float: left;
	width: 105px;
	padding: 0 5px 0 0;
	border-right: 1px dotted white;
}

div.rmenu
{
	display: block;
	float: left;
	width: 105px;
	margin: 0;
	padding: 0;
	border: none;
}

a.navsel:link, a.navsel:visited, a.navsel:hover, a.navsel:active,
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active
{
	display: block;
	width: 90px;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: White;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active
{
	background: url(../Images/MainPage/dsnmenuarrow.png) left no-repeat;
}

a.nav:link, a.nav:visited
{
	background-color: #025ba0;
}

a.nav:hover, a.nav:active
{
	background: rgb(131,175,208) url(../Images/MainPage/dsnmenuarrow_hover.png) left no-repeat;
	color: #FFFFFF;
}

a.navsel
{
	background: rgb(62,130,182) url(../Images/MainPage/dsnmenuarrow_cur.png) left no-repeat;
}

.round-border-topleft 
    { 
     width:18px;
     height:18px;
     background:url(../Images/MainPage/menu-top-left-corner.png) no-repeat; 
     background-color:#025ba0; 
     background-position:top;
     }

.round-border-topright 
    { 
     width:18px;
     height:18px;
     background:url(../Images/MainPage/menu-top-right-corner.png) no-repeat; 
     background-color:#025ba0; 
     background-position:top;
     }

.round-border-bottomleft 
    { 
     width:18px;
     height:18px;
     background:url(../Images/MainPage/menu-bottom-left-corner.png) no-repeat; 
     background-color:#025ba0; 
     background-position:bottom;
     }

.round-border-bottomright 
    { 
     width:18px;
     height:18px;
     background:url(../Images/MainPage/menu-bottom-right-corner.png) no-repeat; 
     background-color:#025ba0; 
     background-position:bottom;
     }

.rbw-topleft 
    { 
     width:8px;
     height:8px;
     background:url(../Images/Woff/sct_topleft.png) no-repeat; 
     background-color:white; 
     background-position:top;
     padding:0;margin:0;
     }

.rbw-topright 
    { 
     width:8px;
     height:8px;
     background:url(../Images/Woff/sct_topright.png) no-repeat; 
     background-color:white; 
     background-position:top;
     }

.rbw-bottomleft
{
	width: 8px;
	height: 8px;
	background: url(../Images/Woff/sct_bottomleft.png) no-repeat;
	background-color: white;
	background-position: bottom;
}

.rbw-bottomright
{
	width: 8px;
	height: 8px;
	background: url(../Images/Woff/sct_bottomright.png) no-repeat;
	background-color: white;
	background-position: bottom;
}


#content
{
	padding-right: 15px;
}

.LoginInput
{
    border: 1px solid #5576a4;
	font-weight: normal; 
	font-size: 12px;
	display: inline; 
}
.loginTable
{
	display: block;
}
.loginTable td
{
	vertical-align: middle;
}
.LoginLine_Table td
{
    padding-left:5px;
    padding-right:5px;
}
.UserPasswordInputRow td, .LoggedRow td
{
	padding-left: 10px;
}
.LoggedUserLabel
{
	font-weight: bold;
}

.sidebar_td
{
    padding:0;
    vertical-align: top;
}


.HomeContentHeader
{
	font-weight: normal;
	font-size: 1.6em;
	color: #595959;
}

#sidebar_reclame
{
    height: 200px;
    vertical-align: top;
}

#sidebar_contacts
{
    vertical-align: bottom;
    width:200px;
}

#sidebar_contacts *
{
	font-style: normal;
	font-weight: normal;
	color: Gray;
}

#sidebar_contacts h1
{
	font-size: 1.7em;
}

#sidebar_contacts address
{
    margin-bottom: 10px;
}

#counter
{
    text-align: left;
}

#copyright
{
	text-align: right;
}

#footer
{
	border-top: 3px solid Gray;
	margin-top: 20px;
}

.gmtbl
{
	background-color: #025BA0;
	border: 1px solid #025BA0;
}
.gmtdttl
{
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #025BA0;
}
.gmtdtext
{
	font-size: 85%;
	font-weight: normal;
	color: #fffff6;
	text-align: center;
}
