


/*            ITEMS                   */

/*        1.PreRequisites             */
/*        2.Items                     */
/*        3.Text, Links, Forms        */
/*        4.Main Menu                 */ 
/*        5.Module Menus              */

/* ---------------------------------- */

/*        1.PreRequisites             */

html {
	height: 100%;
}
body
{
	/*background: #263272;*/
	margin: 0;	
}
/* reset text color, font and size */
table, tr, td, p 	
{	
	font-family: 'Trebuchet MS', Arial, Sans-Serif;	
	line-height: 1.4em;
	color: #0B5986; 
    font-size: 10pt;       
}
/* Items in the footer */
.FooterItems 
{	
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 11px;
	line-height: 1.4em;
    padding: 0px 65px 0px 0px;
}


/*        2.Items                     */


/* ------- Customizable Items ------- */
/* All Items */
.All {
	width: 1150px;
	height: 100%;
}


#divFooter
{
    color: #CCCCFF;
}

#divFooter a, #divFooter a:link, #divFooter a:visited
{	color: #ffffff;
	font-weight: normal;
	font-size: 10px;	
	text-decoration: none;
}

#divFooter a:hover 
{
    color: #ffffff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}


/* Color for links */
#Default a 
{
    color: #5A7228;
}
/* ---------------------------------- */


/* Color for links */
#08 a 
{
    color: #004996;
}


/* Date and Login row */
.HeaderTopRow {
	height: 27px;   /* 27px */
   margin-top: 25px;
	text-align: right;
	padding: 10px 45px 0px 0px;
	font-size: 11px;	
}

/* Website Menu */
.HeaderMenuRow {
	height: 36px;
	padding: 0px 10px 0px 253px;
}
.AdminHeaderMenuRow {
	height: 36px;
	padding: 0px 10px 0px 68px;
}


/* For left-hand column content */
.SideContent {
	width: 177px;
	padding: 10px 15px 0 55px;
}


/* For main column content */
.MainContent {
	 padding: 0px 68px 0px 0px;	 
}


/* For left column within the main content area */
.ContentLeft {
	width: 33%;
}


/* For center column within the main content area */
.ContentCenter {
	width: 33%;
}


/* For right column within the main content area */
.ContentRight {
	width: 33%;
}

.TwoColumnSideBar {
    width: 215px;
    padding-left: 25px;
}

/* Holds breadcrumbs */
.Breadcrumbs 
{
	/*padding: 0px 0px 30px 10px;*/
	padding: 0px 0px 0px 10px;
}


/* Separator image between header and footer links */
.Bullet {
	background: url(bullet_grey.gif) no-repeat;
	height: 10px;
}



/*        3.Text, Links, Forms        */


/* Basic links */
a:link, a:visited, a:active {
	color: #666ba2;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: normal;
	/*font-size: 11px;*/
	text-decoration: underline;
}


a:hover {
	color: #ff0000;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: normal;
	/*font-size: 11px;*/
	text-decoration: underline;	
}

#divLogin 
{
    color: #ffffff;
    font-size: 11px;
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
	text-align: right; position: relative; top: 35px; width: 1100px;
}

#divLogin a:link, #divLogin a:visited, #divLogin a:active 
{
    color: #ffffff;
	font-weight: bolder;	
	text-decoration: none;
}

#divMenu 
{
	position: relative; margin-left: 245px; top: 31px; width: 840px;
}

#divBreadcrumb
{
	position: relative; margin-left: 260px; top: 240px; width: 800px;
}

/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
    color: #ffffff;
	font-weight: bolder;	
	text-decoration: none;
}

a.LoginLink:hover 
{
    color: #ffffff;
	font-weight: bolder;
	text-decoration: underline;
}



/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	font-weight: bold;
	font-size: 15px;
}

a.BreadcrumbLink:hover {
	font-weight: bold;
	font-size: 15px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	font-weight: bold;
	color: #555;
}

a.CommandButton:hover {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}





/* Style for current date token */
.CurrentDate {
	color: #555;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
}


/* Style for copyright text in footer */
.CopyrightText
{
    color: #0099CC;
    font-size: 10px;
}


/* Used in admin sections */
.SubHead    {
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}



.Normal {
	font-size: 12px;
	color: #555;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}



select, input {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 11px;
	color: #555;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	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;
}




/*        4.Main Menu                 */ 


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: 'Trebuchet MS', Arial, Sans-Serif; 
	color: #aaa;
	font-size: 11px; 
	font-weight: bold;
	border: 1px solid #222;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	border: 1px solid #000;
	padding: 1px;
	background: #222;
	filter: alpha(opacity=75, FinishOpacity=75, Style=1);
	-moz-opacity: 0.75
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: 'Trebuchet MS', Arial, Sans-Serif; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	height: 35px;
	background: transparent; /*background: url(separator.gif) top right no-repeat transparent;*/
	color: #aaa;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 35px;
	background: transparent; /*background: url(separator.gif) top right no-repeat transparent;*/
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 35px;
	background: transparent; /*background: url(separator.gif) top right no-repeat transparent; */
	color: #fff; 
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/*        5.Module Menus              */

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

.ModuleTitle_MenuItem
{
	background-color: #fff;
	border: 1px solid #F7F7F7;
	color: #333;
	font-family: Trebuchet MS,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	white-space:nowrap;	
}
.ModuleTitle_SubMenu
{
	background-color: #fff;
	border: 1px solid #666;
	margin: 1px 0px 0px;
	padding: 0px;
	z-index: 1000;
}
.ModuleTitle_MenuItemSel
{
	background: #DDD none repeat scroll 0%;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	color: #000;
	font-family: Trebuchet MS,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	white-space:nowrap;	
}
.ModuleTitle_MenuIcon
{
	border: 1px solid #EEE;
	padding: 2px 3px;
}
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow
{
	display: none;
}

