/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


body {
	background: #e7e7e7;  /* Light Gray */
}

table, tr, td, p {
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.4em;
}

td.topTD {
	background: url(bg_top.jpg) no-repeat top center;
	height: 238px;
	text-align: right;
	padding: 42px 65px 0 48px;
	font-size: 12px;
}

td.TopPane {
	height: 238px;
	width: 500px;
	text-align: right;
	padding: 0px 0px 0 0px;
	font-size: 12px;
}

td.cartTD  {
	font-size:12px;
	text-align:right;
	float:right;
}

td.middleTD {
	background: url(bg_table_main.jpg) center repeat-y;
	padding: 10px 65px 0 0;
	font-size: 12px;
}

td.bottomTD {
	background: url(bg_footer.jpg) no-repeat bottom center;
	height: 120px;
	padding: 0 65px 55px 100px;
	color: #fff;    /* White */
	text-align: right;
	font-size: 12px;
}

label, .normal, .Normal {
	font-family: tahoma;
	font-size: 12px;
}

td.containerHEADL {
	background: url(header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADR {
	background: url(header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

td.containerHEADC {
	background: url(header_bg.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}

td.containerTD {
	padding: 10px 25px 35px 25px;
}

table {
	padding: 0;
}

select, input {
	font-family: tahoma;
	font-size: 12px;
	color: #333;    /* Dark Gray */
}

h3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;   /* Extremely Light Gray */
	padding: 2px 0 1px 7px;
	background: #888; /* Medium Gray */
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;    /* Black */
    font-family: tahoma;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #2c2c2c;   /* Dark Gray */
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #2c2c2c;   /* Dark Gray */
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #2c2c2c;   /* Dark Gray */
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2c2c2c;   /* Dark Gray */
	background-color: transparent;
	border: 0;
	font-weight: bold;
}


/*=============== START DEFAULT MENU STYLES ============================================*/


.MainMenu_MenuContainer {   /* Main Menu Table, covering entire menu */
	background: #000000; /* Black Background */
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_MenuItem {    /* Main Menu Items, and Dropdown Menu Items, NO mouse over */
	background: #000000; /* Black Background */
	cursor: pointer;
	cursor: hand; 
	color: #ffffff;     /* White Text */
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;  //top right bottom left
}

.MainMenu_MenuItemSel { /* Main Menu Items, and Dropdown Menu Items, WITH mouse over */
	background: #64ac6c; /* Green background */
	cursor: pointer;
	cursor: hand; 
	color: #ffffff;   /* White Text */
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border: 0;
	padding: 2px 10px 3px 5px;
}

.MainMenu_MenuIcon {    /* Area LEFT of DropDown Menu Items, made for icons left of dropdown item */
	display: none;
}


.MainMenu_SubMenu {   /* Area LEFT and RIGHT of DropDown Menu Items */
  z-index: 1000;
	background: transparent; /* transparent background */
	cursor: pointer;
	cursor: hand; 
	border: 0;
	padding: 2px 10px 3px 5px; /* Use this to adjust the padding or tabbing inwards of the dropdown menu items */
	filter: none;
}

.MainMenu_MenuBreak {  /* Menu Break */
border-bottom: #000000 1px solid; 
border-left: #000000 0px solid; 
border-top: #000000 1px solid; 
border-right: #000000 0px solid; 
background-color: transparent; 
height: 6px; 
display: none; 
}
.MainMenu_MenuArrow {  /* Area RIGHT of DropDown Menu Items */
 font-family: webdings; 
 font-size: 10pt; 
 cursor: pointer; 
 cursor: hand; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid; 
 border-top: #000000 0px solid; 
 display: none; 
 }

.MainMenu_RootMenuArrow { 
 font-family: webdings; 
 font-size: 10pt; 
 cursor: pointer; 
 cursor: hand; 
 display: none; 
 }

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {    /* Unknown */
	color: #2c2c2c;   /* Dark Gray Text */ 
}

.ModuleTitle_MenuBar {   /* Unknown */
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #ffffff;	/* White Text */ 
	border-bottom: transparent 1px solid; /* Black */
	border-top: transparent 1px solid;    /* Black */
	border-right: transparent 1px solid;  /* Black */
  	border-left: transparent 1px solid;   /* Black */
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 8px;
	text-decoration: none;
	background: transparent;    /* White Background */
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #ffffff;     /* White Text */
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;  /* transparent background */
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	width: 150px;
	color: #ffffff;            /* White Text */
	background: #000000;    /* Light Green Background (like avocado) */
	margin-top: 5px;
	border: 2px solid #fff;   /* White Border */
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #000000;            /* White Text */
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 8px;
	text-decoration: none;
	border-bottom: #000000 1px solid; /* Black */
	border-top: #000000 1px solid;    /* Black */
	border-right: #000000 1px solid;  /* Black */
  	border-left: #000000 1px solid;   /* Black */
	background: #ffffff;       /* Gray */
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;    /* Gray Text */
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #2c2c2c;  /* Dark Gray Text */ 
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #6E8E05;   /* Light Green Text (like avocado, but more green) */
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;   /* Dark Gray Text */ 
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #000065;	/* White Text */ 
	border-bottom: #1c408b 1px solid; /* Extra Light Gray */
	border-top: #1c408b 1px solid;    /* Light Gray */
	border-right: #1c408b 1px solid;  /* Light Gray */
  	border-left: #1c408b 1px solid;   /* Extra Light Gray */
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #ffc53b;    /* White Background */
}

a.CommandButton:hover {
	color: #ffff9a;
	padding: 1px 5px 2px 6px;
	border-bottom: #e3bf74 1px solid; /* Extra Light Gray */
	border-top: #e3bf74 1px solid;    /* Light Gray */
	border-right: #e3bf74 1px solid;  /* Light Gray */
  	border-left: #e3bf74 1px solid;   /* Extra Light Gray */
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #003ac4;    /* Light Gray */
}

a.Normal:link, a.Normal:visited {
	color: #6E8E05;  /* Light Green (like avocado, but lighter) */
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;   /* Dark Gray Text */ 
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}


a:link, a:visited {
	color: #6E8E05;   /* Light Green (like avocado, but lighter) */
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	color: #2c2c2c;   /* Dark Gray Text */ 
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}


.Head {
	font-size: 12px;
	color: #333;    /* Very Dark Gray Text */ 
	background: transparent;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
}


.NormalRed {
	color: #D08D00;   /* Pumpkin Orange*/ 
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;

}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


