/* ========================================

    CSS STYLES FOR NextStep-Live skin
    
	Created by Zlatko Horvat - 18.07.2007.
	
   ========================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{

}

/* background color for the content part of the pages */
Body
{
    
}

/* background/border colors for the selected tab */
.TabBg
{

}

/* Panes */
.LeftPane 
{
	width: 200px;
}

.ContentPane
{
	
}
.RightPane
{
	width: 200px;
}

/*____________________________________________breadcrumb & current date_________*/
/* text style for the selected tab */
.SelectedTab
{
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
    color: #FF0000;	
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:visited
{
    text-decoration:    none;
    color: #333333;
}

A.SelectedTab:active
{
    text-decoration:    none;
    color: #654000;
}

A.SelectedTab:hover
{
    text-decoration:    none;
    color: #654000;
}

/*_____________________________________________________*/
/* text style for the unselected tabs */
.OtherTabs
{
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
	color: #645000;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: #FFFFFF;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #645000;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #FF0000;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #FF0000;
}

/*_____________________________________________________*/

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  x-small;
    font-weight: bold;
    color: #444444;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #645000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #645000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: xx-small;
    font-weight: normal;
	color: #645000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: xx-small;
    font-weight: normal;
	color: #645000;
}

.NormalRed
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #FF0000;
}

.NormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: xx-small;
    font-weight: bold;
}
/*_____________________________________________________*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #645000;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #645000;
}
A.CommandButton:active
{
    text-decoration: underline;
    color: #FF0000;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #FF0000;
}

/*_____________________________________________________*/

/* GENERIC */
H1
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 18px;
    color: #645000;
}

H2
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 16px;
    color: #645000;
}

H3
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 14px;
    color: #645000;
}

H4
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #645000;
}

H5
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #645000;
}

H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    color: #645000;
}

TFOOT, THEAD
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #645000;
}

TH
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #645000;
}

/*_____________________________________________________*/
/* Common links */
A:link
{
    text-decoration: underline;
    color: #FFFFFF;
}

A:visited
{
    text-decoration: underline;
    color:  #FFFFFF;
}

A:active
{
    text-decoration: underline;
    color: #FFFFFF;
}

A:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

/*_____________________________________________________*/

SMALL
{
    font-size:  8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

/*_____________________________________________________*/

UL LI
{
    list-style-type: square ;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

/*_____________________________________________________*/

HR
{
    color: dimgrey;
    height: 1px;
}

/*_____________________________________________________*/
/*_____________________________________________________*/
/* Menu-Styles */
/* Module Title Menu */

.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar
{
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	/*border-top: #EEEEEE 1px solid;*/
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu
{
	z-index: 1000; 
	cursor: hand; 
	background-color: #FFFFFF; 
	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;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer
{
	border: 0px;
	background-color: transparent;
}

.MainMenu_MenuBar
{

}

.MainMenu_MenuItem
{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
	height: 22px;
}

.MainMenu_MenuItem:hover
{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
	height: 22px;
}

.MainMenu_MenuIcon
{
	cursor: hand; 
	background-color: #C4C3C8; 
	border: 1px #C4C3C8 solid;
	width: 22px;
}

.MainMenu_MenuItemSel
{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
	height: 22px;
}

.rootmenuitem
{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
	background-image: url(media/menubar_bg.jpg);
	height: 50px;
	
}

.rootmenuitem td
{
	padding-bottom:20px;
}

.rootmenuitemselected
{
	background-color: transparent;
	background-image:url(media/menubar_active_bg.jpg);
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px; 
	vertical-align: top;
	height: 50px;
}

.rootmenuitembreadcrumb
{
	cursor: hand; 
	background-color: transparent;
	/*background-image:url(media/menubar_bg.jpg);*/
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;	
}

.submenuitembreadcrumb
{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
}

.submenu
{
	z-index: 1000; 
	background-color: #C4C3C8; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=180, Strength=1); */
	border: 2px #898A8F solid; 
	border-top: 1px #77787D solid;
}

.MainMenu_MenuBreak
{
	border: 0px; 
	background-color: #898A8F; 
	height: 1px;
}

.MainMenu_MenuArrow
{
	border: 0px; 
	border-right: 1px #C4C3C8 solid;
}
.MainMenu_RootMenuArrow
{
	border: 0px; 
}

/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/*Custom classes*/


div.contentWrapper
{
	text-align: center;
}

a.links_bottom:visited
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #FFFFFF;
	text-decoration:none;	
}

a.links_bottom:active
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #FFFFFF;
	text-decoration:none;	
}

a.links_bottom:hover
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #FFFFFF;
	text-decoration:none;	
}

a.links_bottom:link
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #FFFFFF;
	text-decoration:none;
}

a.links_top:visited
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #000000;
	text-decoration:none;	
}

a.links_top:active
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #000000;
	text-decoration:none;	
}

a.links_top:hover
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #000000;
	text-decoration:none;
}

a.links_top:link
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #000000;
	text-decoration:none;
}

.Copyright
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
}

a.DNNCopyright:visited
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
	text-decoration:none;	
}

a.DNNCopyright:active
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
	text-decoration:none;	
}

a.DNNCopyright:hover
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #FFFFFF;
	text-decoration:none;	
}

a.DNNCopyright:link
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.CURRENTDATE
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
	text-decoration:none;
}
