/* ================================
    CSS STYLES FOR illuminated_metals Skin
   ================================
*/   


/* 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-color: #FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {
}
/* Panes */
.LeftPane  { 
}
.ContentPane{ 
}
.RightPane  { 
}

/*____________________________________________breadcrumb & current date_________*/
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
    color: #645000;	
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #645000;
}
A.SelectedTab:visited  {
    text-decoration:    none;
    color: #645000;
}
A.SelectedTab:active   {
    text-decoration:    none;
    color: #FFFFFF;
}
A.SelectedTab:hover    {
    text-decoration:    none;
    color: #FFFFFF;
}
/*_____________________________________________________*/

/* 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 {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color:transparent;
	height:20px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	color: #444444; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #C4C3C8 solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #C4C3C8; 
	border: 1px #C4C3C8 solid;
	padding: 1px;
	width: 1px;
	height: 1px;
}
.submenuitemselected {
	background-color: #898A8F; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #898A8F solid;
	padding: 1px;
}
.rootmenuitem {
	height:20px;
	color: #444444; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	background-color: transparent;
	padding: 5px;
}
.rootmenuitemselected {
	background-color: transparent;
	height:20px;
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px; 
	padding: 5px;	
}
.rootmenuitembreadcrumb{
	height:20px;
	background-color: transparent;
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px;
	padding: 5px;	
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #C4C3C8 solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000; 
	background-color: #C4C3C8; 
	border: 2px #898A8F solid; 
	border-top: 0px #77787D solid;
	padding: 1px;
	margin-top:1px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	border: 0px; 
}
/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/*Castom classes*/

.bg_main{
	background-image:url(media/bg_main.jpg);
	background-repeat: no-repeat;
}
.currentdate{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color:#FFF;
    font-weight:bold;
}
.breadcrumb{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:10px;
    font-weight:bold;
    color:#FFF;
}
a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited{
	color:#FFF;
	text-decoration:none;
}
a.breadcrumb:hover{
	color:#FFF;
	text-decoration:underline;
}
a.links_bottom:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #333333;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #FFCC02;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    color: #333333;
	text-decoration:none;
}
a.links_top:visited{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_top:active{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;	
}
a.links_top:hover{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #FFCC02;
	text-decoration:none;	
}
a.links_top:link{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #333333;
	text-decoration:none;
}
.Copyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
}
a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #FFCC02;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
