/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* background color for the content part of the pages */
BODY {
	margin: 0;
	padding: 0;
	background: url(images/BackBody.gif) top left repeat-x #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	SCROLLBAR-FACE-COLOR: #dddddd; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #999999; 
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-DARKSHADOW-COLOR: white; 
	SCROLLBAR-BASE-COLOR: silver;
}
.ControlPanel {
}
.SkinObject {
}
A.SkinObject:link,
A.SkinObject:visited {
}
A.SkinObject:hover {
}


/* style for module titles */
.Head   {
	font-size: 11px;
	font-weight: bold;
	color: #665800;
}
#ContainerPlace .Head {
	color: #F8F5E3;
} 
#ContainerRandomApp .Head {
	color: #2D6C90;
}
#RootTabTitle .Head {
	color: #FFFFFF;
} 

/* style of item titles on edit and admin pages */
.SubHead {
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}


/* text style used for most text rendered by modules */
.Normal {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.Normal a:visited {
	color: #2D6C90;
	text-decoration: underline;
}
.Normal a:hover {
	color: #D18933;
	text-decoration: underline;
}
#ContainerPlace .Normal {
	font-weight: normal;
	color: #FFFFFF;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
TEXTBOX.NormalTextBox,
INPUT.NormalTextBox
{
	border: 1px #2D6C90 solid;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 1px 3px 1px 3px;
}
.NormalBold
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-size: 11px;
	padding: 2px 4px 2px 4px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link,
A.CommandButton:visited {
	color: #205989;
	font-weight: normal;
	text-decoration: none;
}
A.CommandButton:hover {
	color: #205989;
	font-weight: normal;
	text-decoration: underline;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link,
A.CommandButton:visited {
}
A.CommandButton:hover {
}


/* button style for standard HTML buttons */
.StandardButton {
}

    
/* GENERIC */
TEXTAREA {
	border: 1px solid #949494;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(images/back_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
H1 {
}
H2 {
}
H3 {
}
H4 {
}
H5, DT {
}
H6 {
}
TFOOT, THEAD {
}
TABLE {
	border-collapse: collapse;
}
TD {
	padding: 0px;
}
TH {
}
A:link, A:active, A:visited {
	font-size: 11px;
	color: #2D6C90;
	text-decoration: none;
}

A:hover {
	font-size: 11px;
	color: #2D6C90;
	text-decoration: underline;
}
SMALL {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI {
}
UL LI LI {
}
UL LI LI LI {
}
OL LI {
}
OL OL LI {
}
OL OL OL LI {
}
HR {
	color: #FAFAFA;
	height: 1px;
}
SELECT {
	font-size: 10px;
}


/* RADACTION styles */
.MenuGroup {
}
.ContextMenuGroup {
}
.ContextMenuItem {
}
.ContextMenuItemOver, .ContextMenuItemClicked {
}
.actionsmenu_Separator {
}


/* RADMENU navigation styles */
.MenuGroup {
	margin-left: 5px;
}
.RootMenuItem,
.RootMenuItemOver,
.RootMenuSelected,
.RootMenuItemClicked {
	background: url(images/menu_bullet.gif) center left no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	vertical-align: top;
	height: 25px;
}
.RootMenuItem TD,
.RootMenuItemOver TD,
.RootMenuSelected TD,
.RootMenuItemClicked TD {
	color: #FFFFFF;
	padding-left: 3px;
}
.RootMenuItemOver TD,
.RootMenuSelected TD,
.RootMenuItemClicked TD {
	color: #F5CC00;
	padding-left: 3px;
}
.MenuItemsGroup {
	border: 1px #000000 solid;
	background-color: #FFFFFF;
}
.MenuItem,
.MenuItemOver,
.MenuItemSelected,
.MenuItemClicked {
	color: #FFFFFF;
	font-size: 11px;
	cursor: hand;
	font-weight: bold;
	background-color: #909191;
}
.MenuItem TD,
.MenuItemOver TD,
.MenuItemSelected TD,
.MenuItemClicked TD {
	padding: 3px 0px 3px 0px;
}
.MenuItemOver,
.MenuItemSelected,
.MenuItemClicked {
	background-color: #C8C8C8;
}


/* ===========================
    Other styles for DNN skin
   ===========================
*/
.FrontPageBody,
.InsidePageBody,
.AdminPageBody {
	width: 780px;
	background:url(images/BackRight.gif) top right repeat-y #FFFFFF;
	border-bottom: 10px #909191 solid;
}
.HeaderHolder {
	height: 120px;
	vertical-align: top;
	width: 770px;
	background: url(images/header_OpceStranice.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}
.NavigationHolder {
	background-color: #909191;
	height: 25px;
}
.HomeLInkHolder {
	float: left;
	width: 25px;
	height: 25px;
	background-color: #F5CC00;
	border-right: 1px #EFE9CD solid;
}
.BreadcrumbHolder {
	float: left;
	background: url(images/BackBreadcrumb.gif) top left no-repeat;
	width: 356px;
	height: 31px;
	padding: 2px 10px 0px 10px;
}
.BreadcrumbHolder .SkinObject,
.BreadcrumbHolder A.SkinObject:link,
.BreadcrumbHolder A.SkinObject:visited,
.BreadcrumbHolder A.SkinObject:hover {
		line-height: 16px;
		font-weight:normal;
		color: #666666;
		text-decoration: none;
		font-size: 11px;
}
.BreadcrumbHolder A.SkinObject:hover {
		text-decoration: underline;
}
.SecondNavigPane {
	float: right;
	margin-right: 5px;
	width: 400px;
	height: 31px;
	text-align: right;
	border: 1px #FFFFFF solid;
	background: url(images/BackSecondNavigPane.gif) top right repeat-y;
}
HTML>BODY .SecondNavigPane {
	margin-right: 10px;
}
.ContentHolder {
	clear: both;
	width: 770px;
}
.LeftColumn,
.MiddleColumn,
.RightColumn {
	vertical-align: top;
}
.LeftColumn,
.RightColumn,
.ButtonTopHolder {
	width: 147px;
}
.LeftColumn .Spacer,
.RightColumn .Spacer {
	width: 147px;
	height: 1px;
	display: block;
}
.MiddleColumn {
	text-align: center;
	padding: 0px 0px 4px 4px;
}
.RightColumn {
	border-color: #909191;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	padding: 1px;
}
.SideMenuHolder H2 {
	background: url(images/BackSidemenu.gif) top left no-repeat;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.SideMenuHolder H2 SPAN {
	display: block;
	margin-right: 8px;
	background: url(images/BackParentTabName.gif) center right no-repeat;
	padding: 3px 10px 3px 10px;
}
.SideMenuHolder {
	background-color: #DEE5EA;
}
.SideMenuHolder DIV {
	border-style: solid;
	border-color: #AFBCCB;
	border-width: 0px 1px 0px 0px;
	border-top: 1px #DEE5EA solid;
	border-bottom: 1px #DEE5EA solid;
	padding: 10px;
}
.SideMenuHolder .MenuItems0,
.SideMenuHolder .MenuItems1 {
	margin: 0px;
	padding: 0px;
}
.SideMenuHolder LI {
	list-style-type: none;
	border-bottom: 1px #AFBCCB dotted;
	padding: 2px 0px 2px 0px;
}
.SideMenuHolder LI A {
	color: #2D6C90;
	text-decoration: none;
}
.SideMenuHolder LI A:hover {
	color:#000000;
	text-decoration: none;
}
.LoginRegHolder {
	text-align: right;
	padding: 8px 8px 0px 0px;
	background: url(images/BackBehindLogin.gif) bottom right no-repeat;
	height: 46px;
}
.LoginRegHolder DIV {
	padding: 2px 0px 2px 0px;
}
.LoginRegHolder A.SkinObject:link,
.LoginRegHolder A.SkinObject:visited,
.LoginRegHolder A.SkinObject:hover {
	padding-right: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #2D6C90;
}
.LoginButton A.SkinObject:link,
.LoginButton A.SkinObject:visited,
.LoginButton A.SkinObject:hover {
	background: url(images/IconLogin.gif) center right no-repeat;
}
.UserButton A.SkinObject:link,
.UserButton A.SkinObject:visited,
.UserButton A.SkinObject:hover {
	background: url(images/IconUser.gif) center right no-repeat;
}
.LoginRegHolder A.SkinObject:hover {
	text-decoration: underline;
}
.BottomPage {
	width: 770px;
}
.CopyrightHolder {
	text-align: center;
}
.CopyrightHolder .SkinObject {
	color: #6A6A6A;
	font-size: 11px;
	font-weight: normal;
	margin-left: 147px;
}
.ButtonTopHolder {
	background-color: #D2D2D2;
	border: 1px #FFFFFF solid;
}
.ButtonTopHolder IMG {
	margin-left: 5px;
}
.ColumnsHolder {
	width: 468px;
}
.LeftColumnPane,
.RightColumnPane {
	width: 50%;
	vertical-align: top;
}

