
html {
	height: 100%;
}

/* Body style */
#body {
	margin: 0;
	height: 100%;
	background: #000000;
	color: #374a4e;
}

/* 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%;

}

/*========================================================*/
/*  2. Header Classes									  */
/*========================================================*/

/* Holds logo object */
.Logo {
	padding: 4px 16px 4px 50px;
	width: 343px;
}

/* Header height */
.Header {
	height: 108px;
	text-align: right;
	padding: 0 8px 0 8px;
	vertical-align: middle;
	background: url(topbar.jpg) center top no-repeat;
}

/* Separator image in header */
.HeaderSep {
	width: 2px;
	margin: 0 4px 0 4px;
	background: url(header_sep.gif) center top no-repeat;
}

/* Menu container */
.Menu {
	height: 31px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding: 0 0px 0 90px;
	background: url(menubar.gif) center top no-repeat;
}

/* Breadcrumb container */
.Breadcrumb {
	height: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #8f8f8f;
	padding: 0 16px 0 110px;
	background: url(tablebg.gif) repeat-y;
}

/* Page title underline - left */
.ShadowLeft {
	width: 185px;
	background: url(Xbreadcrumb_bg_left.gif) no-repeat;
}

/* Page title underline - center */
.ShadowCenter {
	background: url(Xbreadcrumb_bg_center.gif) repeat-x;
}

/* Page title underline - right */
.ShadowRight {
	width: 185px;
	background: url(Xbreadcrumb_bg_right.gif) no-repeat;
}

/*========================================================*/
/*  3. Content Classes									  */
/*========================================================*/

/* Content container */
.Content {
	padding: 0px 0px 0px 0px;
	background: url(tablebg.gif) repeat-y;
}

/* Top content row */
.ContentTop {
	padding: 30 10 0 50;

}


/* Left content column */
.ContentLeft {
	width: 190px;
	padding: 20px 2px 10px 0;
	background: #e6e6e6;
	height: 100%;
}

/* Center content column */
.ContentCenter {
	padding: 5px 0 0 30px;
	height: 100%;
}

/* Right content column */
.ContentRight {
	width: 150px;
	padding: 20px 0 10px 10px;
	height: 100%;
}

/* Bottom content row */
.ContentBottom {
	padding: 0;
}

/*========================================================*/
/*  4. Footer Classes									  */
/*========================================================*/

/* Footer height */
.Footer {
	height: 93px;
	text-align: center;
	padding: 20px 0 50px 10px;
	background: url(footerbg.gif) repeat-y;
}


a:link, a:visited, a:active {
	color: #0c6870;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #94aa1f;
	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: #0c6870;
	font-weight: bold;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #94aa1f;
	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: #0c6870;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #0c6870;
	font-weight: normal;
}

/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #1c8294;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #94aa1f;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
}

/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #0c6870;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #1c8294;
	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: #0c6870;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #1c8294;
	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: #0c6870;
}

/* Module titles */
.Head {
    font-family: tahoma;	
	font-size: 12px;
	font-weight: bold;
	color: #025e8d;
}

/* 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;
}

/* Module titles - White */
.ContainerBlankTopTitle .Head {
	color: #8c8c8c;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

/* Module titles - White */
.ContainerSideTopTitle .Head {
	color: #777777;
	font-weight: bold;
	font-size: 12px;
	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;
}



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: #ceeff7;
	font-size: 12px; 
	font-weight: normal;
	background: #4293a9;
	border-top: #4293a9 0px solid;
	border-left: #4293a9 0px solid;
	border-bottom: #4293a9 0px solid;
	border-right: #4293a9 0px solid;
	padding: 1px 4px 2px 2px;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 0px solid #c7c7c7;
	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: 12px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #66b6cd;
	border-left: #66b6cd 0px solid;
	border-right: #66b6cd 0px solid;
	padding: 0px 4px 0px 2px;

}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(menu_off.gif) repeat-x top left;
	color: #ffffff;
	font-family: tahoma; 
	font-size: 1.5em; 
	font-weight: bold;
	height: 31px;
	padding: 1px 4px 2px 2px;
}

/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(menu_on.gif) repeat-x top left;
	color: #00546b;
	font-family: tahoma; 
	font-size: 1.5em; 
	font-weight: bold;
	height: 31px;
	padding: 1px 4px 2px 2px;
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(menu_on.gif) repeat-x top left;
	color: #00546b;
	font-size: 1.5em; 
	font-family: tahoma; 
	font-weight: bold;
	height: 31px;
}

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}

.MainMenu_LeftOff {

	height: 31px;
	background: url(menu_off.gif) bottom left no-repeat;
}

.MainMenu_LeftOn {

	height: 31px;
	background: url(menu_on.gif) bottom left no-repeat;
}

.MainMenu_RightOff {

	height: 31px;
	background: url(menu_off.gif) bottom right no-repeat;
}

.MainMenu_RightOn {

	height: 31px;
	background: url(menu_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; 
	cursor: hand; 
	height: 21px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #FFF;
	font-size: 11px; 
	font-weight: normal;
	background: #96a250;
	border-top: #96a250 1px solid;
	border-left: #96a250 1px solid;
	border-bottom: #96a250 1px solid;
	border-right: #96a250 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: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #b10129;
	border-left: #b10129 1px solid;
	border-right: #b10129 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                                         */
/*========================================================*/

.ContainerBlankTopLeft {
	width: 10px;
	height: 25px;
	font-size: 3px;
}

.ContainerBlankTopTitle {
	height: 25px;

	white-space: nowrap;
}

.ContainerBlankTopActions {
	height: 25px;
	width: 1px;

	white-space: nowrap;
}


.ContainerSideTopLeft {
	width: 10px;
	height: 22px;     
	background: url(side-bg.gif) bottom right repeat-x #ffffff;
	font-size: 3px;
}

.ContainerSideTopRight {
	width: 4px;
	height: 22px;
	background: url(side-right.gif) bottom right repeat-x #ffffff;
	font-size: 3px;
}

.ContainerSideTopTitle {
	height: 22px;
	background: url(side-bg.gif) bottom right repeat-x #ffffff;
	white-space: nowrap;
}

.ContainerSideTopActions {
	height: 22px;
	width: 1px;
	background: url(side-bg.gif) bottom right repeat-x #ffffff;
	white-space: nowrap;
}




.ContainerTopLeft {
	width: 10px;
	height: 25px;
	background-color: #268cc5;
	font-size: 1px;
}

.ContainerTopTitle {
	height: 25px;
	background-color: #268cc5;
	white-space: nowrap;
}

.ContainerTopActions {
	height: 25px;
	width: 1px;
	background-color: #268cc5;
	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;
}

.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;
}

.ContainerBlankContent {
	padding: 7px 10px 10px 10px;

}


/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/
