
/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Page Layout                                        */
/*  3. Controls (Skin Object)                             */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menu                                        */
/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background:#333333; /* alternative colors: d4d0c8  */
	margin-top:1px;
	margin-bottom:1px;
	padding:0;
	text-align:center;
}


/* Catch-all to ensure text consistency */
div, table, tr, td, p{
	font-family:Georgia;
	font-size: 11px;
	letter-spacing:0.04em;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/


/* Determine the overall page size, color and position.You may change the site width into any fixed sizes or 100%  */

/* Master Wrapper for skin_warm */
#MasterWrapper_Warm {
	margin-top:0;
	margin-bottom:0;
	width: 748x;
	height: 100%;	
	background-color: #F8F4EF; /*#F8F4EF*/
	border-left:0;
	border-right:0;
	

}

/* Master Wrapper for skin_cool */
#MasterWrapper_Cool {
	margin-top:0;
	margin-bottom:0;
	width: 748px;
	height: 100%;	
	background-color: #eeeeee; /*#F8F4EF*/
	border-left:0;
	border-right:0;
	

}

/* The actual content area. For skin_warm. */
#SiteWidth_Warm{
	padding-top:10px;
	margin-top:0;
	width:688px; /*used to get gutter on left and right sides */
	background-color:#F8F4EF;
	height:auto;
}


/* The actual content area. For skin_cool. */
#SiteWidth_Cool{
	padding-top:10px;
	margin-top:0;
	width:688px; /*used to get gutter on left and right sides */
	background-color:#f2f1ee;
	height:auto;
}



/* Style for solpart menu box */
.Menu {
	BACKGROUND-IMAGE:  url(skins/FSG_menu_center.jpg); 
	color:#AABB77;
	HEIGHT:20px;
	border-top:0;
	border-bottom:0;
	border:0;
}


.Copyright {
	BACKGROUND-IMAGE:  url(skins/FSG_btm_center.jpg);
	HEIGHT:20px;
	color: ffffff;
	font-size: 9px;
	border-top:0;
	border-bottom:0;
	border:0;
}

/*========================================================*/
/*  3. Controls (Skin Object)                             */
/*========================================================*/

/* Catch all for skin object font */
.SkinObject{
	font-family:Georgia;
	color:#ffffff;

}


/* Style for date control */
.date{
	font-family:Georgia;
	color:#AABB77;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	padding-right:2px;
}

.Breadcrumb {
	font-family: Georgia;
	color: #333333;
	font-size: 9px;
}

a.Breadcrumb:link, a.Breadcrumb:visited, a.Breadcrumb:active {
	font-family: Georgia;
	color: #333333;
	font-size: 9px;
}

a.Breadcrumb:hover {
	font-family: Georgia;
	color: #0000BB;
	font-size: 9px;
}

/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:Georgia;
	font-size:10px;
	color:#002200;
	font-weight:bold;
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:Georgia;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:Georgia;
	font-size:9px;
	color:#333333;
	font-weight:normal;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:Georgia;
	font-size:9px;
	color:#0000BB;
	font-weight:normal;
	text-decoration:overline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color: #0000FF;
	font-family:Georgia;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	color: #FF0000;
	font-family:Georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #0000FF;
	font-family:Georgia;
	font-weight: normal;
	font-size: 11px;
}

a.Normal:hover {
	color: #FF0000;
	font-family:Georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #FFFFFF;	
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #666;
	border-left: 1px solid #bbb;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333;
}

A.CommandButton:hover    {
	color: #FFFFFF;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	padding: 1px 5px 2px 6px;
	font-family:Georgia;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #000;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:Georgia;
	font-size: 18px;
	color: #171717;
	font-weight: bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:Georgia;
	font-size: 11px;
	color:#004600;
	font-weight: bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #004600;
	font-family:Georgia;
	font-size: 11px;
	font-weight: normal;
	line-height:1.8em;
}

.NormalBold {
	color: #002200;
	font-family:Georgia;
	font-size: 11px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:Georgia;
	font-weight: bold;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Georgia;
    font-size: 11px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family:Georgia;
	font-size: 11px;
	/*border:1px solid #000;*/
	margin-bottom:-2px;  /* To align the box with the search button */
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
color:#ffffff;
}

/*========================================================*/
/*  7. Module Aggregator Tabs                             */
/*========================================================*/

/*   FSG_TOP Styles  */
.FSG_TOP_TabStrip {
 margin:0;padding:0;
 background-color: trans;
 border: none;
 float: left;
 filter: none;
}

.FSG_TOP_TabPage {
 margin-top: 1px;
 border: none;
 width: 100%;
 background: #fff;
 padding: 2px 2px;
 font: 14px Verdana;
 color: black;
 border: 1px solid rgb( 0, 0, 0 );
 clear: both;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#eeeeee');
}

.FSG_TOP_TabStrip .FSG_TOP_TabUnselected {
 cursor: pointer;
 background:  url(unselectedTab.gif);
 color: #999999;
 position:	relative;
 top: 1px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 5px 0px 5px;
 /*border: 0;     */
 border-right: 1px solid #999999;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 /*width: 95%;     */
 height: 18px;
}

.FSG_TOP_TabStrip .FSG_TOP_TabMouseover {
 margin: 1px 1px 1px 0px;
 color: #000000;
 /*background:  url(../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/LUXA09HA/tab.hover.png);     */
 /*width: 95%;     */
 height: 18px;
}

.FSG_TOP_TabStrip .FSG_TOP_TabSelected{
 cursor: pointer;
 position:	relative;
 top: 2px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 5px 0px 5px;
 /*border: 0;     */
 border-right: 1px solid #000000;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 /*width: 100%;     */
 height: 18px;
 background-image:  url(selectedTab.gif);
 letter-spacing: 0px;
 text-decoration: none;
}

/*   FSG_TOP2 Styles  */
.FSG_TOP2_TabStrip {
 margin:0;padding:0;
 background-color: trans;
 border: none;
 float: left;
 filter: none;
}

.FSG_TOP2_TabPage {
 margin-top: 1px;
 border: none;
 width: 100%;
 background: #AACC88;
 padding: 2px 2px;
 font: 14px Verdana;
 color: black;
 border: 1px solid rgb( 0, 0, 0 );
 clear: both;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#AACC88', EndColorStr='#AACC88');
}

.FSG_TOP2_TabStrip .FSG_TOP2_TabUnselected {
 cursor: pointer;
 background:  url(unselectedTab2.gif);
 color: #999999;
 position:	relative;
 top: 1px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 5px 0px 5px;
 /*border: 0;     */
 border-right: 1px solid #999999;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 /*width: 95%;     */
 height: 18px;
}

.FSG_TOP2_TabStrip .FSG_TOP2_TabMouseover {
 margin: 1px 1px 1px 0px;
 color: #000000;
 /*background:  url(../../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/LUXA09HA/tab.hover.png);     */
 /*width: 95%;     */
 height: 18px;
}

.FSG_TOP2_TabStrip .FSG_TOP2_TabSelected{
 cursor: pointer;
 position:	relative;
 top: 2px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 5px 0px 5px;
 /*border: 0;     */
 border-right: 1px solid #000000;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 /*width: 100%;     */
 height: 18px;
 background-image:  url(selectedTab2.gif);
 letter-spacing: 0px;
 text-decoration: none;
}

/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	height:22px;
	width:80%;  /* to shrink the menu container width to fit into the talbe cell*/
	margin-left:5px;
	margin-top: 3px;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:22px;
	padding:8px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font-family:Georgia;
	font-size: 10px; 
	font-weight: bold; 
	border-bottom: #efefef 1px solid; /* same color as MainMenu_SubMenu BG*/
	border-top: #efefef 1px solid;    /* same color as MainMenu_SubMenu BG*/
	padding: 1px 10px 1px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #efefef; /* same color as MainMenu_MenuItem borders*/
	filter: none;
	border: 1px solid #887E1E;
	font-family:Georgia;
	margin-top: 0;
	margin-left: 0;
	padding: 2px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#333;  /* for sub menu rollover effect, put different color to achieve different bg effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:Georgia;
	font-size: 10px; 
	font-weight: bold; 
	border: 0;
	padding: 1px 10px 1px 5px;
	color:#fff;
}



/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	background:transparent;
	color: #AABB77;
	font-size: 11px;
	font-weight: bold;
	cell-spacing: 0 0 5px 0;
	/*height:25px;*/
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#FFCC00;
	font-size: 11px;
	cell-spacing: 0 0 5px 0;
	/*height:25px;*/
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:transparent;
	color:#fff;
	font-size: 11px;
	cell-spacing: 0 0 5px 0;
	/*height:25px;*/
}

/*MainMenu_MenuBreak*/
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}




