/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	padding-bottom: 10px;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	background-image: url(footerBefore_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
	
}
.skinheader {
}
.skingradient {
	background-color: #ff7700; 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #f2f2f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
}
.leftpane {
	width: 160px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 7px;	
}
.contentpane {
	width: 100%;
	background-color: transparent;
    padding-left: 0px;
	padding-right: 0px;
}
.rightpane {
	width: 160px;
	background-color: transparent;
	padding-left: 7px;
	padding-right: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem 
{
	border-left: #f2f2f2 0px solid; 
	border-bottom: #f2f2f2 1px solid; 
	border-top: #f2f2f2 1px solid; 
	border-right: #f2f2f2 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #f2f2f2; 
	border-left: #f2f2f2 1px solid; 
	border-bottom: #f2f2f2 1px solid; 
	border-top: #f2f2f2 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #f2f2f2;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	border: solid 1px #ff7700;
}

.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #ff7700; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height: 21px;
	border-bottom: #f2f2f2 1px solid; 
	border-top: #f2f2f2 1px solid;
}
.MainMenu_MenuArrow {
	border-right: #f2f2f2 1px solid; 
	border-bottom: #f2f2f2 1px solid; 
	border-top: #f2f2f2 1px solid;
	font-family: webdings; 
	font-size: 13px; 
	cursor: pointer; 
	cursor: hand; 
}

	
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 13px; 
	cursor: pointer; 
	cursor: hand;
}

.rootMenuFont
{
    font-size: 12px;
    font-weight: bold;
}

.rootMenuOver
{
    font-size: 12px;
    font-weight: bold;
}

.StandardButton
{
    background: #ff7700;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 185px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 

}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  bold;
   color: #000000;
}

.footer
{
    background-image: url(footer_bg.gif);
    background-repeat: repeat-x;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
}

.navigation
{
    background-color: #f2f2f2;
    border-top: #ff7700 1px solid;   
}

.navigation2
{
    background-color: #f2f2f2;
    border-top: #ff7700 1px solid;
    border-right: #ff7700 1px solid; 
}

.time
{
    background-color: #f2f2f2;
    border-bottom: #ff7700 1px solid;
}

.search
{
    background-color: #ff7700;
}

.bannerSpace
{
    height: 7px;
}

.banner
{
    height: 127px;
}

.fontSize
{
    font-size: 10px;
}

.fontSize2
{
    font-size: 12px;
}

.obvestilo
{
    font-family: Tahoma, Arial;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
}

.searchTextBox
{
    font-family: Tahoma, Arial;
    font-size: 11px;
    height: 10px;
    width: 30px;
}

.footerBefore
{
    background-image: url(footerBefore_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}






