html, body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	font-size:100%;
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
}

body {
	background: url("bg.jpg") no-repeat fixed center top;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
}
.header {
	margin: 25px 0 0 0;
	width:925px;
}
.footer {
	color: #FFFFFF;
	background: url(footerbg.jpg) no-repeat center;
	padding:20px 10px;
	margin: auto 0;
	text-align:center;
	font-size:80%;
}
.navbg {
	background: url(nav.gif) no-repeat center;
	height: 41px;
	margin: 0 auto;
	padding: 0 0 0 12px;
	color:#fff;
}

.content {
	background: url("pagebg.gif") repeat-y center;
	padding: 20px;
}


/* To ensure text consistency */
div, table, tr, td {
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/



/* You may adjust the site width here */
.SiteWidth {
}


/* The container for inner for site table */
.SiteBorder{
	width: 100%;
	border: 1px solid #336699; /* Inner border: lighter blue */
	padding: 20px;
	text-align: center;
}


/* Style for Solpart Menu */
.Menu {
	background-color:#E03623;
	height:25px;	
}


/* Style for Panes */
.TopPane{

}

.LeftPane{

}

.ContentPane{

}

.RightPane{

}

.BottomPane{
}

/* The very tricky separator */
.Separator{

}


/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family:tahoma;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	text-decoration: none;
}

a.LoginUser:hover{
	text-decoration:underline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	text-decoration: none;
}

a.LegalLinks:hover {
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
}

a:hover {
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
}

a.Normal:hover {
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #FFF;	
	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:tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #666;
}

A.CommandButton:hover    {
	color: #FFF;	
	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:tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
/* 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
*/
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:tahoma;
	font-size: 11px;
	color:#333;
	font-weight: bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color: #333;
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height:1.8em;
}

.NormalBold {
	color: #333;
	font-family:tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #930;
	font-family:tahoma;
	font-weight: bold;
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:tahoma;
    font-size: 11px;
    font-weight: normal;
}

/*  form style */
select, input {
	font-family:tahoma;
	font-size: 11px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
	color:#333;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	margin-left:25px;
	margin-top: 0;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:25px;
	padding:0;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding: 2px 10px 3px 5px;
}


/* Container for submenu */
.MainMenu_SubMenu {  /*the same style as MainMenu_MenuItem*/
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background: #006699;
	filter: none;
	margin-top: 1px;
	padding: 2px 10px 3px 5px;
}

.MainMenu_SubMenu a:hover {
	padding: 2px 10px 3px 5px;
}

/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#006699;  /* for sub menu rollover effect*/
	cursor: pointer;
	cursor: hand;
	color:#FFFFFF;
	border: 0;
	padding: 2px 10px 3px 5px;
	font: bold 11px tahoma;
}





/* 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: #fff;
	font-weight: bold;
	padding:0 8px 0 5px;
}

/* Active state for main menu items */
.RootMenu_On{
	background:transparent;
	color:#fff;
	padding:0 8px 0 5px;
}

/* Hover state for main menu items */
.RootMenu_Hover{
	background:#E55444;
	color:#fff;
	padding:0 8px 0 5px;
}


/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #333;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family:tahoma;
	color: #333;
	font-size: 11px; 
	font-weight: bold; 
	border: #eee 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 -6px;
	background-color: #eee; 
	filter: none; 
	border: #333 1px solid;
	padding: 0px 1px 1px 1px;
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family:tahoma;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #eee;
	background: #333;
	border: #333 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}
.footer a {
	color: #FFFFFF;
}

