/*========================================================*/
/*  DNNDR Style Sheet                                  */
/*========================================================*/

/*========================================================*/
/*  1. Basic											  */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}

/* Body style */
body {
	margin: 0;
	height: 100%;
	background: url(bg_990.gif) top center repeat-y #E2E2E2;
}

/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}

.MainTable
{
	height: 100%;
	width: 970px;
}

/*========================================================*/
/*  2. Header Classes									  */
/*========================================================*/

/* Holds logo object */
.Logo {
	padding: 4px 46px 4px 16px;
	width: 150px;
}

/* Header height */
.Header {
	height: 20px;
	text-align: right;
	padding: 0 8px 0 8px;
	vertical-align: middle;
}

/* Separator image in header */
.HeaderSep {
	width: 2px;
	margin: 0 4px 0 4px;
	background: url(header_sep.png) center top no-repeat;
}

/* Menu container */
.Menu {
	/* background-color: #000000;
	background: url(menu_bk.png) repeat-x;*/
	height: 24px;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

/* Breadcrumb container */
.Breadcrumb {
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0 16px 0 16px;
}

/* Page title underline - left */
.ShadowLeft {
	width: 185px;
	background: url(breadcrumb_bg_left.gif) no-repeat;
}

/* Page title underline - center */
.ShadowCenter {
	background: url(breadcrumb_bg_center.gif) repeat-x;
}

/* Page title underline - right */
.ShadowRight {
	width: 185px;
	background: url(breadcrumb_bg_right.gif) no-repeat;
}
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #326932;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #326932;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #326932;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #326932;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #326932;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #326932;
}
/*========================================================*/
/*  3. Content Classes									  */
/*========================================================*/

/* Content container */
.Content {
	padding: 2px 10px 10px 10px;
}

/* Top content row */
.ContentTop {
	padding: 0 0 5px 0;
}

/* Left content column */
.ContentLeft {
	width: 160px;
	padding: 0 10px 10px 0;
}

/* Center content column */
.ContentCenter {
	padding: 0 0 10px 0;
}

/* Right content column */
.ContentRight {
	width: 150px;
	padding: 0 0 10px 10px;
}

/* Bottom content row */
.ContentBottom {
	padding: 0;
}

/*========================================================*/
/*  4. Footer Classes									  */
/*========================================================*/

/* Footer height */
.Footer {
	height: 25px;
	text-align: center;
	background-color: #F1F1F1;
	border-top: 1px solid #CCCCCC;
}

/*========================================================*/
/*  5. Links                                              */
/*========================================================*/

/* Basic links */
a:link, a:visited, a:active {
	color: #336633;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #336633;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #336633;
	font-weight: bold;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #336633;
	font-weight: bold;
}

/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #336633;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #336633;
	font-weight: normal;
}

/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #336633;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #336633;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}

/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #336633;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #336633;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #336633;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #336633;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/*========================================================*/
/*  6. Text                                               */
/*========================================================*/

/* Style for copyright text in footer */
.CopyrightText {
	color: #999999;
}

/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #336633;
}

/* Module titles */
.Head {
    font-family: tahoma;	
	font-size: 11px;
	font-weight: bold;
	color: #336633;
}

/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #336633;
}

/* Normal bold text */
.Normal {
	font-family: tahoma;
	font-size: 11px;
}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

/* Applies to text input boxes */
.NormalTextBox {
	color: #000000;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #336633;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

.StandardButton {
	background: #336633;
	border-right: 1px solid #669966;
	border-left: 1px solid #DBEFDB;
	border-top: 1px solid #DBEFDB;
	border-bottom: 1px solid #669966;
	color: #FFFFFF;
	font-weight: normal;
}

/*========================================================*/
/*  8. Main Menu                                          */
/*========================================================*/

/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
}

/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
}

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #D1D360;
	font-size: 11px; 
	font-weight: normal;
	background: #336633;
	border-top: #336633 1px solid;
	border-left: #336633 1px solid;
	border-bottom: #336633 1px solid;
	border-right: #336633 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #F1F1C4;
	border: 1px solid #D1D360;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3) ;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #336633;
	background: #D1D360;
	border-left: #D1D360 1px solid;
	border-right: #D1D360 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(menu_gr_off.png) repeat-x top left;
	color: #D1D360;
	font-weight: bold;
	height: 24px;
}

/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(menu_gr_off.png) repeat-x top left;
	color: #F9FC72;
	font-weight: bold;
	height: 24px;
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(menu_yl_on.png) repeat-x top left;
	color: #336633;
	font-weight: bold;
	height: 24px;
}

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}

.MainMenu_LeftOff {
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_gr2_off.png) bottom left no-repeat;
}

.MainMenu_LeftOn {
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_yl2_on.png) bottom left no-repeat;
}

.MainMenu_RightOff {
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_gr2_off.png) bottom right no-repeat;
}

.MainMenu_RightOn {
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_yl2_on.png) bottom right no-repeat;
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}

/*========================================================*/
/*  9. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #FFFFFF;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #D1D360;
	font-size: 11px; 
	font-weight: normal;
	background: #336633;
	border-top: #336633 1px solid;
	border-left: #336633 1px solid;
	border-bottom: #336633 1px solid;
	border-right: #336633 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #336633;
	background: #D1D360;
	border-left: #D1D360 1px solid;
	border-right: #D1D360 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

/*========================================================*/
/*  10. Containers                                        */
/*========================================================*/
/* Module titles - White */
.ContainerTopTitle_Green .Head {
	color: #D1D360;
	font-weight: bold;
	font-size: 105%;
	white-space: nowrap;
}

.ContainerTopTitle_Crimson .Head {
	color: #D1D360;
	font-weight: bold;
	font-size: 105%;
	white-space: nowrap;
}

/* Module titles - White */
.ContainerTopTitle_Wax .Head {
	color: #336633;
	font-weight: bold;
	font-size: 105%;
	white-space: nowrap;
}
/* Module titles - Black */
.ContainerTopTitle_Blank .Head {
	color: #000000;
	font-weight: bold;
	font-size: 105%;
	white-space: nowrap;
	padding-left: 3px;
}
.ContainerTopLeft_Green {
	width: 1px;
	height: 25px;
	/* background-color: #336633; */
	font-size: 1px;
}

.ContainerTopTitle_Green {
	height: 25px;
	/* background-color: #336633; */
	white-space: nowrap;
}

.ContainerTopActions_Green {
	height: 25px;
	width: 1px;
	background-color: transparent;
	white-space: nowrap;
}

.ContainerContent_Green {
	padding: 7px 10px 10px 10px;
	/* border-top: 2px solid #E2E3B0; */
	border-right: 2px solid #336633;
	border-left: 2px solid #336633;
	/*border-bottom: 2px solid #E2E3B0; */
	background: #FFFFFF;
}

.ContainerTopLeft_Crimson {
	width: 1px;
	height: 25px;
	/* background-color: #336633; */
	font-size: 1px;
}

.ContainerTopTitle_Crimson {
	height: 25px;
	/* background-color: #336633; */
	white-space: nowrap;
}

.ContainerTopActions_Crimson {
	height: 25px;
	width: 1px;
	background-color: transparent;
	white-space: nowrap;
}

.ContainerContent_Crimson {
	padding: 7px 10px 10px 10px;
	/* border-top: 2px solid #E2E3B0; */
	border-right: 2px solid #680000;
	border-left: 2px solid #680000;
	/*border-bottom: 2px solid #E2E3B0; */
	background: #FFFFFF;
}

.ContainerTopLeft_Wax {
	width: 1px;
	height: 25px;
	/*background-color: #D1D360;*/
	font-size: 1px;
}

.ContainerTopTitle_Wax {
	height: 25px;
	/*background-color: #D1D360;*/
	white-space: nowrap;
}

.ContainerTopActions_Wax {
	height: 25px;
	width: 1px;
	background-color: transparent;
	white-space: nowrap;
}

.ContainerContent_Wax {
	padding: 7px 10px 10px 10px;
	/* border-top: 2px solid #E2E3B0; */
	border-right: 2px solid #E2E3B0;
	border-left: 2px solid #E2E3B0;
	/*border-bottom: 2px solid #E2E3B0; */
	background: #FFFFFF;
}

.ContainerTopLeft_Blank {
	width: 10px;
	height: 25px;
	background-color: transparent;
	font-size: 1px;
}

.ContainerTopTitle_Blank {
	height: 25px;
	background-color: transparent;
	white-space: nowrap;
}

.ContainerTopActions_Blank {
	height: 25px;
	width: 1px;
	background-color: transparent;
	white-space: nowrap;
}

.ContainerContent {
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}

.ContentBase{
	padding-bottom: 10px;
}

.FooterArea{
	padding-top: 3px;
}

/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/


