/* 
================================
Skin styles for DotNetNuke
================================
*/  
.orange{
	color:#ff5f00;
}
body{
	background-color: #d6dee1;
	
} 
.complete{
	width: 100%;
}
.loga{
width: 100%;
	text-align: center;
}

h1{
	font-family: Trebuchet MS;
	font-size: 15px;
	color:#ff5f00;
	font-weight: bold;
}
h2{
	font-family: Trebuchet MS;
	font-size: 13px;
	color:#ff5f00;
	font-weight: bold;
}
h3{
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#ff5f00;
	font-weight: bold;
}
li{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #686868;
}

.login{
	background-image: url(banner_login.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 30px;
}
.search{
	background-image: url(banner_search.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 5px;
	
}
.searchGO{
	color: white;
}
.banner_rep{
	background-image: url(banner_rep.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}
.menu_bg{
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 40px;
	-moz-box-sizing: border-box;
	padding-left: 0px;
}
.bottom_rep{
	background-image: url(bottom_rep.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 7px;
	
}

.right_rep{
	background-image: url(right_col_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
p{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #686868;
}
.footer{
	font-family: Trebuchet MS;
	 font-size: 10px;
	 color: #999999;
	 text-align: right; 
	 padding-right: 25px;
}
.controlpanel {
	width: 100%;
	background-color: white;
}
.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;
}
.main_space{
	background-color: White;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 640px;
}
.bottomlinks{
	padding-left: 10px;
	padding-right: 10px;
}

.white_object, .white_object A, .white_object A:link, .white_object A:visited, .white_object A:active
{
    color: white;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 10px;
}
.white_object A:hover
{
    color: white;
    font-weight: bold;
    font-family:Trebuchet MS;
    font-size: 10px;
    text-decoration: underline;
}
.white_object2, .white_object2 A, .white_object2 A:link, .white_object2 A:visited, .white_object2 A:active
{
    color: #ffffff;
    font-weight: normal;
    font-family: Verdana;
    font-size: 10px;
}
.white_object2 A:hover
{
    color: #ffffff;
    font-weight: normal;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
}
.white_object3, .white_object3 A, .white_object3 A:link, .white_object3 A:visited, .white_object3 A:active
{
    color: #ffffff;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 12px;
}
.white_object3 A:hover
{
    color: #ffffff;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 12px;
    text-decoration: none;
}
/*menu*/
.separator
{
    color: black;
    font-weight: bold;
}

.MainMenu_MenuContainer, .MainMenu_MenuContainer TD, .MainMenu_MenuContainer TR, .MainMenu_MenuBar, .MainMenu_MenuBar TD, .MainMenu_MenuBar TR, .MainMenu_SubMenu, .MainMenu_MenuBreak, .MainMenu_RootMenuArrow
{
    background-color: transparent;
    background-image: none;
    width: auto;
    height: auto;
    filter: none;
	
}

.MainMenu_SubMenu
{
    z-index: 1000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= 'Black' ,Direction=135,Strength=1);
	 border: 1px solid black;
}

.MainMenu_SubMenu .MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuIcon, .MainMenu_SubMenu .MainMenu_MenuArrow
{
    border: 1px solid white;
    background-color: white;
    color: #ff5f00;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel
{
    border: 1px solid cccccc;
    background-color: #cccccc;
    color: black;
}

.ModuleTitle_MenuBreak
{
    background-color: #222222;
}

TR.MainMenu_MenuBar TD, TR.MainMenu_MenuBar TD.MainMenu_RootMenuArrow
{
    border-bottom: 0px;
    color:  #ff5f00;
    background-color: Transparent;
}

TR.MainMenu_MenuItemSel TD, TR.MainMenu_MenuItemSel TD.MainMenu_RootMenuArrow
{
   color: #666666;
   background-color: white;
}

.MainMenu_MenuContainer TD
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.8px;
    text-transform: uppercase;
	 letter-spacing: normal;
}

.MainMenu_SubMenu TD
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top:2px;
    padding-bottom:2px;
	 letter-spacing: normal;
	
}

TD.MainMenu_MenuIcon
{
    width: 10px;
    text-align: left;
    display: 1;
}
TD.MainMenu_RootMenuArrow, TD.MainMenu_MenuArrow
{
    width: 10px;
    text-align: right;
}

.MainMenu_MenuContainer TABLE
{
    width: 140px;
    height: 20px;
	 text-align: center;
	 margin-left: 25px; 
		 
}

.MainMenu_SubMenu TABLE
{
    width: auto;
}

.MainMenu_SubMenu TD
{
    height: auto;
}
.MainMenu_SubMenu, .ModuleTitle_SubMenu
{
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    opacity: 100;
	 filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=5); 
}
.StandardButton     {
    background: #cccccc none; 
    color: #000000;
    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: Trebuchet MS;
    font-size:  12px;
    font-weight: bold;
    color:#666666;
}
.line
{
	background-color:#669999;
 height:20px;}
 
	.bread{
		background-color: #669999;
	}
	.toppanel{
		padding-right: 3%;
	}
	.NormalTextBox
{
    font-size: 11px;
	 border: 1px solid #c6c6c6;
	 font-family: Trebuchet MS;
}
.searchbox{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:white;
}
/*Styl News4*/

.News4PrefixLabel {
	font-size: 10px; 
	font-family: Trebuchet MS;
	color: #999999;
}
.News4Anotace 
{
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	    font-family: Trebuchet MS;
}
.News4Title{
	margin-bottom: 5px;
	font-weight: bold;
	color: #ff5f00;
	font-size: 12px;
	    font-family: Trebuchet MS;
	
}
.News4AnotaceNotPublished
{
	font-weight: normal;
	color: #aaaaaa;
	font-size: 11px;
	    font-family: Trebuchet MS;
}
.News4TitleNotPublished{
	margin-bottom: 5px;
	    font-family: Trebuchet MS;
	font-weight: bold;
	color: #c6c6c6;
	font-size: 12px;
}

.News4TitleFull{
	margin-bottom: 5px;
	font-weight: bold;
	color: #ff5f00;
	font-size: 12px;
	    font-family: Trebuchet MS;
}
.News4AnotaceFull 
{
	
	    font-family: Trebuchet MS;
		 font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.News4TextFull
{
	    font-family: Trebuchet MS;
	background-color:inherit;
	color: #666666;
}

.News4TitleFullNotPublished{
	margin-bottom: 5px;
	font-weight: bold;
	color: #999999;
	font-size: 12px;
	
}
.News4AnotaceFullNotPublished 
{
	    font-family: Trebuchet MS;
	font-weight: normal;
	color: #aaaaaa;
	font-size: 11px;
	
}
.News4TextFullNotPublished
{
	    font-family: Trebuchet MS;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}	
.vice, .vice A, .vice A:link, .vice A:visited, .vice A:active
{
   color: #ff5f00;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 10px;
}
.vice A:hover
{
    color:#ff5f00;
    font-weight: bold;
        font-family: Trebuchet MS;
    font-size: 10px;
    text-decoration: none;
}
   /*vyskakovaci copyright*/
    
  #pic {
	background-color: #d6dee1;
	position: relative;
}

#pic a .large {

	display: block;
	height: 1px;
	left: -10px;
	position: absolute;
	top: -50px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #d6dee1;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
}

#pic a.p1:hover {
	
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {

	display: block;
	width: 320px;
	height:190px;
	left: 150px;
	position: absolute;
	top: 60px;
}
