/* 
================================
Skin styles for DotNetNuke
================================
*/   
html,body
{
	font-family:Arial,Helvetica;
}
table
{
	border-spacing:0;
}
td 
{
	padding:0px;
}

.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;

}

.menu a, .menu a:visited
{
	color: #20323e;
	text-decoration:none;	
}

.menu a:hover
{
	color: white;
	text-decoration:none;	
}


.separator {
	background-image: url(/images/separator.gif);
	width: 1px;
	height: 27px;
	float: left;
}

.text {
	font-family: Arial;
	font-size: 12px;
	margin: 10px 20px 10px 20px;
}
.MainPageText
{
	font-style:italic;
}

.text2 {
	font-family: Arial;
	font-size: 14px;
}

.h2
{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #3a5b70;

}

.header, .header .head{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #3a5b70;
}

.whiteheader, .whiteheader .head{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

.header2 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

.mainpagechoice a,.mainpagechoice a:hover
{
	color:White;
	text-decoration:none;
}

.graybottom
{
	width:155px;
	background-color:#A8B3C7;
	text-align:left;
	padding: 5px 10px 0 10px;

}
.graytop
{
	padding: 3px 0 3px 0;
	width:155px;
	background-color:#808FAC;
	font-family:Arial;
	font-size:14px;
}
.graybottomw
{
	width:180px;
	background-color:#A8B3C7;
	text-align:left;
	padding: 5px 10px 0 10px;

}
.graytopw
{
	padding: 3px 0 3px 0;
	width:180px;
	background-color:#808FAC;
	font-family:Arial;
	font-size:14px;
}
.graytop a,.graytop a:hover,.graytop a:visited,.graytopw a,.graytopw a:hover,.graytopw a:visited
{
	text-decoration:none;
	color:White;
	font-weight:bold;
}
.graybottom a,.graybottom a:hover,.graybottom a:visited,.graybottomw a,.graybottomw a:hover,.graybottomw a:visited
{
	text-decoration:none;
	color:White;
	font-weight:normal;
	font-family:Arial;
	font-size:14px;
	line-height:16px;
}
.graySide
{
	width:155px;
	margin-bottom:25px;
	vertical-align:top;
	padding:0;
	text-align:center;
	margin-top:1px;
}
.bluebottom
{
	width:155px;
	background-color:#6FABC5;
	text-align:left;
	padding: 5px 10px 0 10px;
	font-family:Arial;
	font-size:14px;
	line-height:16px;
}
.bluetop
{
	padding: 3px 0 3px 0;
	width:155px;
	background-color:#436996;
	font-family:Arial;
	font-size:14px;
}
.bluetop a,.bluetop a:hover,.bluetop a:visited
{
	text-decoration:none;
	color:White;
	font-weight:bold;
}

.bluebottom a,.bluebottom a:hover,.bluebottom a:visited
{
	text-decoration:none;
	color:White;
	font-weight:normal;
}

.blueSide
{
	width:155px;
	margin-bottom:25px;
	vertical-align:top;
	padding:0;
	text-align:center;
}
ul li
{
	list-style-position:inside;
}
.borderLeft
{
	border-left: solid 1px black;
}
.borderTop
{
	border-top: solid 1px black;
}
.borderTopLeft
{
	border-top: solid 1px black;
	border-left: solid 1px black;
}

.searchH1
{
	background-color:#748daf;
	font-weight:bold;
	font-size:12px;
	padding: 3px 10px 3px 10px;
		border-top: solid 1px black;
}
.searchH2
{
	background-color:#e0e1eb;
	font-weight:bold;
	padding: 3px 10px 3px 10px;
	font-size:12px;	
	border-top: solid 1px black;
}
.searchB1
{
	background-color:#e0e1eb;
	padding: 3px 10px 3px 10px;
	font-size:12px;	
	border-top: solid 1px black;
}
.searchB2
{
	background-color:white;
	padding: 3px 10px 3px 10px;
	font-size:12px;	
	border-top: solid 1px black;
}

.tovarHead1
{
	background-color:#748daf;
	padding: 1px;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
}
.tovarHead2
{
	background-color:#b3c1d4;
	padding: 1px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
		font-weight:bold;
}
.tovarc2
{
	background-color:white;
	text-align:center;
	font-size:10px;
		border-top: solid 1px black;
}

.tovarc1
{
	background-color:#e0e1eb;
	text-align:center;
	font-size:10px;
	
		border-top: solid 1px black;
	}
.tovarcs2
{
	background-color:white;
	text-align:center;
	font-size:10px;
		border-top: solid 1px black;
	padding:3px;
}

.tovarcs1
{
	background-color:#e0e1eb;
	text-align:left;
	font-size:10px;
	padding:3px;
		border-top: solid 1px black;
	}


.tovarcl2
{
	background-color:white;
	text-align:center;
	font-size:12px;
	padding: 0 3px 0 3px;
		border-top: solid 1px black;
}
.tovarcl2left
{
	background-color:white;
	text-align:left;
	font-size:12px;
	padding: 0 3px 0 3px;
			border-top: solid 1px black;

}

.tovarcl1
{
	background-color:#e0e1eb;
	text-align:center;
	font-size:12px;
	padding: 0 3px 0 3px;
		border-top: solid 1px black;
	}
.tovarTL
{
background-image:url(/img/tltovar.png);
	padding: 3px 1px 1px 1px;
	font-size:10px;
	text-align:left;
	vertical-align:bottom;
}
.tovarTL2
{
background-image:url(/img/tltovar2.png);
	padding: 3px 1px 1px 1px;
	font-size:10px;
	text-align:left;
	vertical-align:bottom;
}
.tovarTR
{
	background-position:top right; 
	background-repeat:no-repeat;
	background-image:url(/img/trtovar.png);
	font-size:10px;
	text-align:center;
	vertical-align:bottom;
		padding: 1px;
}
.tovarTR2
{
	background-position:top right; 
	background-repeat:no-repeat;
	background-image:url(/img/trtovar2.png);
	font-size:10px;
	text-align:center;
	vertical-align:bottom;
		padding: 1px;
}
.tovartitle
{
	color:White;
	background-color:#375b85;
	font-size:16px;
	font-weight:bold;
	padding:3px 5px 3px 5px;
}
.bluebottom a.SideMenuSelected,.graybottom a.SideMenuSelected,.bluetop a.SideMenuSelected,td.graytop a.SideMenuSelected,.SideMenuSelected
{
	color:#fffa95;
	font-weight:bold;
}
.Singletitle
{
color:#3A5B70;
font-size:14px;
font-style:normal;
font-weight:bold;
}
a.whitelink,a.whitelink:visited
{
	color:White;
	text-decoration:none;
	font-size:14px;
}
a.whitelink:hover
{
	color:White;
	text-decoration:underline;
	font-size:14px;
}
.white
{
	color:White;
}
.smallertext
{
	font-size:12px;
}
.mainactive
{
	color:White;
}
.topleftHeader
{
	 height:36px;
	 background-color:#7d91ac;
	 color:White;
}
.topleftHeader td
{
		 padding:5px;
}
.topleftItem td
{
	padding:5px;
}
.smaller
{
	font-size:10px;
}
.blue
{
	color:#003366;
}
.bannersTD
{
	padding:0 0 0 0;background-color:#A8B3C7;color:White;
	text-align:center;
}
.bannersTD a,.bannersTD a:visited,.bannersTD a:hover
{
	color:White;

}


.whitediv, .whitediv a,.whitediv a:hover,.whitediv a:visited
{
	color:White;
}

.whitediv a
{
	padding-left:20px;
}
#dnn_bottomLeftPane
{
	color:White;
}
#dnn_bottomPane
{
    padding-top:5px;
}
#dnn_bottomPane p
{
    margin:0;
}
#dnn_bottomLeftPane
{
	padding-left:10px;
	padding-top:2px;
}

.floatdiv
{
	display:none; 
      position:absolute; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
}
.overfloat
{
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.kohead
{
	height:23px;
	width:301px;
	background: url('/img/kobg.jpg') no-repeat left bottom;
	font-size:18px;
	color:White;
	padding-left:15px;
	margin-bottom:10px;
	margin-top:15px;
}
.koheadl
{
	height:23px;
	background:#900910 url('/img/kobg.jpg') no-repeat right bottom;
	font-size:18px;
	color:White;
	padding-left:15px;
	padding-right:5px;
	margin-bottom:10px;
}

.kosubhead
{
	font-size:18px;
	padding-left:15px;
}
.kocont
{
	padding-left:15px;
}
.kored
{
	color:#8a0109;
}
.graytop .email
{
	text-align:left;
	padding:5px 5px 5px 10px;
}
.graytop .name
{
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	font-size:18px;
	color:White;
}

.graybottom .photo
{
	text-align:center;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
		
}
a.bllinksel
{
    color:Black;
    text-decoration:none;
    font-weight:bold;
}
a.bllink
{
    color:Black;
    font-weight:bold;
    text-decoration:underline;
}
.nowrap
{
    white-space:nowrap;
}
a.redlink
{
    font-size:12px;
    color:#8a0109;
    text-decoration:underline;
}
.bottom
{
    height:45px;
    background:url(/img/bottombg.jpg) repeat-x;
    width:100%;
    text-align:center;
    color:White;
}
.bottom .Normal
{
    font-size:14px;
}
.bottom .DNNAlignLeft
{
    text-align:center;
}
.bottom a
{
    color:White;
}

#dnn_rightPane
{
    width:220px;
}
.blacklink a
{
color:Black;
text-decoration:none;
}
.blacklink a:hover
{
text-decoration:underline;
}

.paging a
{

border:solid 1px #999;
text-decoration:underline;
padding: 5px 7px 5px 7px;
margin-right:5px;
}

.paging a.stran_a
{
background-color:#999;
text-decoration:none;
color:White;
}
