/* 
================================
Skin styles for DotNetNuke
================================
*/
p
{
	padding: 0 0 0.55em 0;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif; /*text-align:left; */
}

A:link
{
	text-decoration: none;
	color: #c8a464;
}

A:visited
{
	text-decoration: none;
	color: #c8a464;
}

A:active
{
	text-decoration: none;
	color: #c8a464;
}

A:hover
{
	text-decoration: underline;
	color: #c8a464;
}
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #c8a464;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #c8a464;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #c8a464;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #c8a464;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #c8a464;
}
.vertikala
{
	border: #999999 1px solid;
	padding: 0px;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #010101;
}
.skinmaster
{
	height: 100%;
	background-color: #010101;
}
.skinheader
{
}

.skincont
{
}
.controlpanel
{
	width: 100%;
	background-color: #dddddd;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	width: 150px;
	background-color: #000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contenttoppane
{
	background-color: #fff;
	padding:0;
}


.contentpane
{
	width: 390px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.rightpane
{
	width: 214px;
	background-color: #fff;
	border-left: #c8a464 1px solid;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 10px;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpaneindex
{
	width: 400px;
	background-color: #000;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.MainMenu_MenuContainer
{
	background-color: transparent;
	width: 770px;
	border-top: #c8a464 1px solid;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	cursor: hand;
	height: 21px;
	color: #c8a464;
	padding-right: 5px;
	font-family: Georgia , Verdana , Tahoma, Helvetica;
	font-size: 14px;
	font-weight: bold;
	border: 0;
}

.MainMenu_MenuIcon
{
	display: none;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #000;
	color: #c8a464;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	height: 1px;
}
.MainMenu_MenuItemSel
{
	font-family: Georgia , Verdana , Tahoma, Helvetica;
	font-size: 14px;
	background-color: #000;
	color: #C0C0C0;
	height: 21px;
	padding-right: 5px;
}
.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton
{
	background: #aaaaaa none;
	color: #ffffff;
	font-family: Verdana, Helvetica, 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: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
