﻿

@import url(layout.css);

/* ------------------------------------ HTML Format classes */
body
{
   font-size: 11px;
   font-family: Verdana, Arial, MS Sans Serif;
   background-color: #394273;
   margin: 5px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6, th
{
   font-size: 11px;
   color: #394273;
   margin: 5px 0px 5px 0px;
}

h1
{
   font-size: 42px;
   height: 50px;
   line-height: 50px;
   margin: 20px 0px 5px 0px;
}

a:link, a:visited, a:active
{
   color: #394273;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}


a.external
{
   background: url(../images/design/external.gif) right center no-repeat;
   padding-right: 12px;
}

/* ---------------------------------------- layout classes */


.clearBoth
{
   clear: both;
}

.highlight
{
   color: #ff0000;
}

.lowlight
{
   color: #999999;
}

/* ------------------------------------ Header classes */
#logo
{
   margin: 10px;
   width: 180px;
   height: 63px;
   background: url(../Images/Design/sml_logo.gif) no-repeat top;
}

#logo a
{
   display: block;
}

#isoqukas
{
   margin: 10px;
   width: 180px;
   height: 120px;
   background: url(../Images/Design/isoqukas.gif) no-repeat top;
}

/* ----------------------------------------------------------------------------------- Menu / Navigation classes */
#mnu
{
   width: 250px;
   float: left;
}

.mnu
{
   width: 230px;
   float:left;
   border: 1px solid #97a7af;
   display: inline-block;
   position: relative;
   color: #4F6068;
   margin: 5px 5px 10px 5px;
}

.mnuTitle
{
   line-height: 30px;
   font-weight: bold;
   background: #efefef url(../Images/Design/bottom_bg.jpg) repeat-x top;
   color: #394273;
   border-bottom: 1px solid #ccc;
}

.mnuList
{
   list-style-type: none;
   width: 170px;
}

.mnuList li, td a:hover
{
   background-color: #EAEFF7;
}

.mnuList li a
{
   color: #17469D;
   display: block;
   padding: 5px 0px 5px 3px;
   border: solid 1px red;
}

.mnu .mnuInner
{
   margin: 10px;
   line-height: 18px;
}

.mnu h2
{
   padding: 5px;
   margin: 0px;
   line-height: 25px;
   font-size: 12px;
   background: #efefef url(../Images/Design/bottom_bg.jpg) repeat-x top;
   border-bottom: 1px solid #97a7af;
}


.mnu i, .slideShow i, .box i
{
   display: block;
   position: absolute;
   width: 10px;
   height: 10px;
   line-height: 0;
   background-color: transparent;
   background-image: url(../Images/Design/corners-bg.gif);
   background-repeat: no-repeat;
}
.mnu i.tl, .slideShow i.tl, .box i.tl
{
   top: -1px;
   left: -1px;
   background-position: top left;
}
.mnu i.tr, .slideShow i.tr, .box i.tr
{
   top: -1px;
   right: -1px;
   background-position: top right;
}
.mnu i.bl, .slideShow i.bl, .box i.bl
{
   bottom: -1px;
   left: -1px;
   background-position: bottom left;
}
.mnu i.br, .slideShow i.br, .box i.br
{
   bottom: -1px;
   right: -1px;
   background-position: bottom right;
}

.hpOuter
{
   float: left;
}

.hpImage
{
   margin-right: 10px;
   width: 299px;
}

.accMain
{
	width:170px;
	float:left;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:0px 10px 0px 10px;
}

.accMain
{
	width:170px;
}

ul.accList
{
	list-style-type:none;
	padding:0px;

	margin:0px;
}

.accList li a
{
	color:#17469D;
	display:block;
	padding:8px 0px 8px 5px;
}

.accList li a:hover
{
	background-color:#EAEFF7;
}

.accTitle, .accTitleSelected
{
	padding:0px 0px 0px 5px;
	line-height:30px;
	font-weight:bold;
	color:#336699;
	border-top:1px solid #ccc;
	cursor:pointer;
	background:#D7E0EE url(../Images/Design/acc_item_bg.jpg) repeat-x top;
}

.accTitle:hover, .accTitleSelected:hover{
	text-decoration:underline;
}
