/*========================================================*/
/*  Ventrian 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 16px 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.gif) center top no-repeat;
}
/* Menu container */
.Menu
{
	background-color: #003366;
	height: 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
/* Breadcrumb container */
.Breadcrumb
{
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	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;
}
/*========================================================*/
/*  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 #ccc;
}
/*========================================================*/
/*  5. Links                                              */
/*========================================================*/
/* Basic links */
a:link, a:visited, a:active
{
	color: #003366;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a:hover
{
	color: #003366;
	font-family: Verdana;
	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: #003366;
	font-weight: bold;
}
a.LoginLink:hover
{
	text-decoration: underline;
	color: #003366;
	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: #003366;
	font-weight: normal;
}
a.FooterLink:hover
{
	text-decoration: underline;
	color: #003366;
	font-weight: normal;
}
/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}
a.BreadcrumbLink:hover
{
	text-decoration: underline;
	color: #003366;
	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: #003366;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
a.CommandButton:hover
{
	color: #003366;
	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: #003366;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
a.Normal:hover
{
	color: #003366;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
/*========================================================*/
/*  6. Text                                               */
/*========================================================*/
/* Style for copyright text in footer */
.CopyrightText
{
	color: #999;
}
/* Used in admin sections */
.SubHead
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
/* Module titles */
.Head
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
/* Module titles - White */
.ContainerTopTitle .Head
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}
/* Module titles - White */
.ContainerColorTopTitle .Head
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}
/* Bold colored - used for warnings and such */
.NormalRed
{
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}
/* Normal bold text */
.NormalBold
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
/* Normal bold text */
.Normal
{
	font-family: tahoma;
	font-size: 11px;
}
/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/
select, input
{
	font-family: tahoma;
	font-size: 11px;
	color: #000;
}
/* Applies to text input boxes */
.NormalTextBox
{
	color: #000;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #003366;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
/* Applies to the table cells that contain text input boxes */
td.NormalTextBox
{
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}
.StandardButton
{
	background: #003366;
	border-right: 1px solid #405581;
	border-left: 1px solid #889BC4;
	border-top: 1px solid #889BC4;
	border-bottom: 1px solid #405581;
	color: #fff;
	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: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #003366;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-right: #003366 1px solid;
	padding: 1px 4px 2px 2px;
}
/* Container for submenu */
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid;
}
/* Hover state for submenu items */
.MainMenu_MenuItemSel
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	color: #fff;
	background: #FF6600;
	border-left: #FF6600 1px solid;
	border-right: #FF6600 1px solid;
	padding: 1px 4px 2px 2px;
}
/* Idle state for main menu items */
.MainMenu_Idle
{
	background: url(menu_off.gif) repeat-x top left;
	color: #D4DCEB;
	font-weight: bold;
	height: 24px;
}
/* Hover state for main menu items */
.MainMenu_Selected
{
	background: url(menu_off.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	height: 24px;
}
/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive
{
	background: url(menu_on.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	height: 24px;
}
.MainMenu_MenuBreak
{
	width: auto;
	border: 0;
}
.MainMenu_LeftOff
{
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_off.gif) bottom left no-repeat;
}
.MainMenu_LeftOn
{
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_on.gif) bottom left no-repeat;
}
.MainMenu_RightOff
{
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_off.gif) bottom right no-repeat;
}
.MainMenu_RightOn
{
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_on.gif) 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: #FFF;
}
/* Inner container for module submenu */
.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 21px;
}
/* Idle state for module submenu items */
.ModuleTitle_MenuItem
{
	font-family: tahoma;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	background: #003366;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-right: #003366 1px solid;
	padding: 1px 4px 2px 2px;
}
/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	background-color: #CCC;
	border: 1px solid #CCC;
	padding: 0px;
	filter: progid;
}
/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	color: #fff;
	background: #FF6600;
	border-left: #FF6600 1px solid;
	border-right: #FF6600 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                                         */
/*========================================================*/
.ContainerTopLeft
{
	width: 10px;
	height: 25px;
	background-color: #003366;
	font-size: 1px;
}
.ContainerTopTitle
{
	height: 25px;
	background-color: #003366;
	white-space: nowrap;
}
.ContainerTopActions
{
	height: 25px;
	width: 1px;
	background-color: #003366;
	white-space: nowrap;
}
.ContainerColorTopLeft
{
	width: 10px;
	height: 25px;
	background-color: #FF6600;
	font-size: 1px;
}
.ContainerColorTopTitle
{
	height: 25px;
	background-color: #FF6600;
	white-space: nowrap;
}
.ContainerColorTopActions
{
	height: 25px;
	width: 1px;
	background-color: #FF6600;
	white-space: nowrap;
}
.ContainerContent
{
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #FFF;
}
/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/
/*==== Clipped-Orange Skin ======*/
/*Group Gradient*/
.afgrouprow
{
	background-image: url(headerback.gif);
}
/*Header Gradient*/
.afheader
{
	background-image: url(headerback23.gif);
	color: #666;
}
.afheader2
{
	background-image: url(headerback18.gif);
}
/*Link Colors*/
.afsmallbutton, .afsmallbutton a, .afsmallbutton a:link, .afsmallbutton a:active, .afsmallbutton a:visited, .afminibutton, .afminibutton a, .afminibutton a:link, .afminibutton a:active, .afminibutton a:visited, .afforumrow a:link, .afforumrow a:visited, .afforumrow a:active, .afpostinfo1 a, .afpostinfo1 a:link, .afpostinfo1 a:visited, .afpostinfo1 a:active, .afposttopic a, .afposttopic a:link, .afposttopic a:visited, .afpostreply1 a, .afpostreply1 a:link, .afpostreply1 a:visited, .afforumrow2 a:link, .afforumrow2 a:visited, .afforumrow2 a:active, .afnormal a, .aftopicrow1 a, .aftopicrow1 a:link, .aftopicrow1 a:visited, .aftopicrow1 a:active, .afpostinfo2 a, .afpostinfo2 a:link, .afpostinfo2 a:visited, .afpostinfo2 a:active, .afpostreply2 a, .afpostreply2 a:link, .afpostreply2 a:visited, .aflastpost a:link, .aflastpost a:visited, .aflastpost a:active, .afcrumb a, .afcrumb a:link, .afcrumb a:visited, .afcrumb a:active
{
	color: #666;
}
.aftopicrownew a, .aftopicrownew a:link, .aftopicrownew a:visited, .aftopicrownew a:active
{
	color: #666;
	font-weight: bold;
}
/*Link Hover Colors*/
.afcrumb a:hover, .afforumrow a:hover, .afpostinfo1 a:hover, .afposttopic a:hover, .afpostreply1 a:hover, .afforumrow2 a:hover, .afpostreply2 a:hover, .afpostinfo2 a:hover, .aflastpost a:hover, .aftopicrow1 a:hover, .aftopicrownew a:hover, .afsmallbutton a:hover, .afminibutton a:hover
{
	color: #444;
}
.afgrouprow a:hover
{
	color: #fff;
}
/*Pager*/
.NTForums_Pager
{
	border: solid 1px #ABABAB;
	background-color: #ffffff;
}
.af_pager, .af_pagernumber, .af_currentpage
{
	font-family: Tahoma;
	font-size: 10px;
	color: #6A6A6A;
	padding: 2px,2px,2px,2px;
}
.af_pagernumber
{
	background-color: #E3E6F1;
	border-left: #ABABAB 1px solid;
	width: 15px;
	color: #6A6A6A;
}
.af_currentpage
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #E1E1E1 1px solid;
	width: 15px;
	color: #6A6A6A;
	padding-top: 2px;
	background-color: #DFDFDF;
}
/*Forum navigation text color*/
.afcrumb
{
	color: #666;
}
/*Submit, Cancel Buttons*/
.NTForums_Button
{
	cursor: hand;
	border: 0px;
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	filter: progid;
	padding-bottom: 5px;
	width: 100px;
	color: #fff;
	padding-top: 5px;
	background-color: #cccccc;
	text-align: center;
	text-decoration: none;
}
.aftopicrow1 a, .aftopicrow1 a:link, .aftopicrow1 a:visited, .aftopicrow1 a:active
{
	font-weight: normal;
}

