/*========================================================*/
/*  Ventrian Style Sheet                                  */
/*========================================================*/

/*========================================================*/
/*  1. Basic											  */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}

/* Body style */
body {
	margin: 0;
	height: 100%;
	background-color: #cccccc;
/*  background: url("/Portals/0/tile.gif");*/
    background-repeat: repeat;
    background-position: top center;
}

/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: arial;
	font-size: 9pt;
	line-height: 1.4em;
}

.MainTable
{
	height: 100%;
	width: 100px;
	background-color: #cccccc;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

/*========================================================*/
/*  2. Header Classes									  */
/*========================================================*/

/* Holds logo object */
.Logo {
/* padding: 4px 0px 4px 0px; */
/* position:absolute; */
/* top: 70px; */
/* right:50%; */
/* margin-right: 200px; */
	padding: 10px 0px 0px 0px;
}

/* Header height */
.Header {
	height: 20px;
	text-align: right;
	padding: 0 8px 0 8px;
	vertical-align: bottom;
}

.Announcements {
	text-align: center;
	vertical-align: top;
}

/* 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: #000000;
/* height: 24px; */
}

/* Breadcrumb container */
.Breadcrumb, .BreadcrumbLink {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

/* 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: 0px 10px 10px 10px;
}

/* Top content row */
.ContentTop {
	padding: 0px;
}

/* Left content column */
.ContentLeft {
	width: 160px;
	padding: 0 10px 10px 0;
}

/* Center content column */
.ContentCenter {
	width: 100%;
	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: #000000;
	font-family: arial;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-family: arial;
	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: #000000;
		font-weight: bold;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #000000;
		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: #000000;
		font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #000000;
		font-weight: normal;
}

/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
  text-decoration: none;
  color: #000000;
	font-weight: bold;
	font-size: 9pt;
	white-space: nowrap;
}

a.BreadcrumbLink:hover {
  text-decoration: underline;
  color: #000000;
	font-weight: bold;
	font-size: 9pt;
	white-space: nowrap;
}

/* For the links that look like buttons */
td.ContainerTopTitle span.Head a.CommandButton:link, td.ContainerTopTitle span.Head a.a.CommandButton:visited, td.ContainerTopTitle span.Head a.a.CommandButton:active {
	color: #ffffff;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}

td.ContainerTopTitle span.Head a.a.CommandButton:hover {
	color: #ffffff;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}

/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}

a.Normal:hover {
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}

/*========================================================*/
/*  6. Text                                               */
/*========================================================*/

/* Style for copyright text in footer */
.CopyrightText {
	color: #999;
}

/* Used in admin sections */
.SubHead {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

td.subhead a:link, td.subhead a:visited, td.subhead a:active {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

td.subhead a:hover {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

/* Module titles */
.Head {
    font-family: arial;	
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* Module titles - White */
.ContainerTopTitle .Head {
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	white-space: nowrap;
}

/* Module titles - White */
.ContainerColorTopTitle .Head {
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	white-space: nowrap;
}

/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
}

/* Normal bold text */
.NormalBold {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

/* Normal bold text */
.Normal {
	font-family: arial;
	font-size: 9pt;
}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

select, input {
	font-family: arial;
	font-size: 9pt;
	color: #000;
}

/* Applies to text input boxes */
.NormalTextBox {
	color: #000;
/* 	padding-left: 4px;*/
/* 	line-height: 12px;*/
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #000000;
	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: #000000;
	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, .main_dnnmenu_container {
	background: transparent;
}

/* Menu bar */
.MainMenu_MenuBar, .main_dnnmenu_bar {
	background: transparent; 
}

/* Idle state for main menu items */
.MainMenu_Idle, .main_dnnmenu_rootitem { 
	color: #D4DCEB;
	border: 1px solid #000000;
	font-weight: bold;
/* height: 24px; */
}

/* Hover state for main menu items */
.MainMenu_Selected, .main_dnnmenu_selected {
	color: #ffffff;
	font-weight: bold;
	background: #CC0000;
	border: 1px solid #CC0000;
/* height: 24px; */
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive, .main_dnnmenu_itemhover {
	background: #CC0000;
	color: #fff;
	font-weight: bold;
	border: 1px solid #CC0000;
/* height: 24px;*/
}

/* Container for submenu */
.MainMenu_SubMenu, .main_dnnmenu_submenu {
	z-index: 1000; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3) ;
}

/* Applies to idle state of submenu items */
.MainMenu_MenuItem, .main_dnnmenu_item {
	font-family: arial; 
	color: #FFF;
	font-size: 9pt; 
	font-weight: normal;
	background: #000000;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel, .main_dnnmenu_subitemhover, .main_dnnmenu_subitemselected {
	color: #fff;
	background: #CC0000;
	border: 1px solid #CC0000;
	padding: 1px 4px 2px 2px;
}

.MainMenu_MenuBreak, .main_dnnmenu_break {
	width: auto;
	border: 0;
}

.MainMenu_LeftOff, .main_dnnmenu_leftoff {
/* height: 24px;*/
	background: #000000;
}

.MainMenu_LeftOn, .main_dnnmenu_lefton {
/* height: 24px;*/
	background: #CC0000;
}

.MainMenu_RightOff, .main_dnnmenu_rightoff {
	height: 24px;*/
	background: #000000;
	border-right:1px solid #FFF;
}

.MainMenu_RightOn, .main_dnnmenu_righton {
/* height: 24px;*/
	background: #CC0000;
	border-right:1px solid #FFF;
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .main_dnnmenu_icon {
	display: none;
}

/*========================================================*/
/*  9. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #FFF;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: arial; 
	color: #FFF;
	font-size: 9pt; 
	font-weight: normal;
	background: #000000;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 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: #CCC;
	border: 1px solid #CCC;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #CC0000;
	border-left: #CC0000 1px solid;
	border-right: #CC0000 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: #000000;
	font-size: 1px;
}

.ContainerTopTitle {
	height: 25px;
	background-color: #000000;
	white-space: nowrap;
}

.ContainerTopActions {
	height: 25px;
	width: 1px;
	background-color: #000000;
	white-space: nowrap;
}

.ContainerColorTopLeft {
	width: 10px;
	height: 25px;
	background-color: #CC0000;
	font-size: 1px;
}

.ContainerColorTopTitle {
	height: 25px;
	background-color: #CC0000;
	white-space: nowrap;
}

.ContainerColorTopActions {
	height: 25px;
	width: 1px;
	background-color: #CC0000;
	white-space: nowrap;
}

.Container {
	padding: 0px;
	border: 1px solid #000000;
}

.ContainerContent {
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFF;
}

/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/


