/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
}
.skinmaster {
	height: 100%;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
body {
	background-color: #e8e8e8;
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(media/linkaspodni.png);
	HEIGHT:25px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.podkladhalava {
	BACKGROUND-IMAGE: url(media/podhalava.jpg);
	HEIGHT:25px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 4px solid #FFFFFF;
}
.controlpanel {
	width: 1px;
	background-color: #F3F3F3;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: #CCCCCC;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
.contentpane {
	width: 100%;
	background-color: #CCCCCC;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	border-top: 0px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/*
Menu
*/
.MainMenu_RootMenuArrow{ display:none; }

.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #E5E5E5 0px solid; 
	border-bottom: #E5E5E5 1px solid; 
	border-top: #E5E5E5 1px solid; 
	border-right: #E5E5E5 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuIcon {
	background-color: #E5E5E5; 
	border-left: #E5E5E5 1px solid; 
	border-bottom: #E5E5E5 1px solid; 
	border-top: #E5E5E5 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
}
.MainMenu_SubMenu {
	background-color: #E5E5E5;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #CCCCCC;
	cursor: hand;
	cursor: hand;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-position: bottom;
}
.MainMenu_MenuArrow {
	border-right: 1px none #E5E5E5; 
	border-bottom: 1px none #E5E5E5; 
	border-top: 0px solid #E5E5E5;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #CCCCCC url(none); 
    color: #333333;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 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_LtBlue.jpg);
}
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
.submenu{
	z-index:1000;
	border:1px solid #999999;
	padding:0px; margin-top:0px; margin-left:0px; 
	background:#E5E5E5;
}
.submenuitemselected{
	z-index:1000;
	background:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.rootmenuitem TD{
	font-weight: normal;
	background:transparent bottom;
	padding: 1px;
	vertical-align: bottom;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	font-weight:normal;
	background:transparent;
	padding: 1px;
	vertical-align: bottom;
	color: #CC0000;
}
.k-SEARCH{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #40536A;
}
.reg_dat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.k-button{
	BORDER-RIGHT: #a7a7a7 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #333333;
	BORDER-BOTTOM: #a7a7a7 1px solid;
	BACKGROUND-COLOR: #f7f7f7;
	height: 18px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clip: rect(auto,auto,5px,auto);
}
a.k-button{
	color: #000000;
	text-decoration: none;
}
a:visited.k-button{
	color: #000000;
}
a:hover.k-button{
	color: #CC0000;
	text-decoration: none;
}
INPUT {
	BACKGROUND: white;
	FONT: 100% "Arial CE", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.k-ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.hodiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.obrlogo{
	background-attachment: fixed;
	background-image: url(media/logobannr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a.reg_dat{
	color: #000000;
	text-decoration: none;
}
a:visited.reg_dat{
	color: #000000;
}
a:hover.reg_dat{
	color: #CC0000;
	text-decoration: none;
}
a.k-ver10{
	color: #666666;
	text-decoration: none;
}
a:visited.k-ver10{
	color: #666666;
}
a:hover.k-ver10{
	color: #CC0000;
	text-decoration: none;

}
.linka {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 19px;
	background-image: url(media/linkaspodni.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*wippro */
.serie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-transform: capitalize;
}
h1 {
	font-size: 3px;
	color: #e8e8e8;
}
.pr-lem-b {

	border-top: 0px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
}
.hr-lem-b {
	border-top: 0px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.verdana12 {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.LinkTr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}



