/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
}

/* background color for the content part of the pages */
Body#body
{
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
	background-color: #a7c3e6;
}

/* background/border colors for the selected tab */
.TabBg {
}

.TopPane  { 
}

.LeftPane  
{
}

.ContentPane  
{
}

.RightPane  { 
}

.BottomPane  { 
}

/* text style for the selected tab */
.DataGrid_Container 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_Item 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_AlternatingItem
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.DataGrid_Header
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
.SelectedTab {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.SelectedTab:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.SelectedTab:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.SelectedTab:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.OtherTabs:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.OtherTabs:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.OtherTabs:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* GENERAL */
/* style for module titles */
.Head   
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
.Head_Red   
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #923120;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
.Head_Gray 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #3E3E3E;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
.SubHead_Red    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #8E301F;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
.SubHead_Gray    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #5C5C5C;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.GWMITopMenu
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.Normal
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
.NormalWhite
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
.NormalWhite_Bold
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
.GWMIFooter_Bold
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

.GWMIFooter
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.NormalGreen
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : green;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
.NormalBold
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
}
.NormalBoldSmall
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}
.NormalSidebar
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.CommandButton:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.CommandButton:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.CommandButton:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A:visited   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A:active    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A:hover {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.whitelink:link  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.whitelink:visited   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.whitelink:active    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.whitelink:hover {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.links:link  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.links:visited   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.links:active    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.links:hover {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

A.Login:link  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #808080;
	text-transform: capitalize;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.Login:visited   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #808080;
	font-weight : normal;
	text-transform: capitalize;
	text-decoration : none;
	font-size : 8pt;
}

A.Login:active    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #808080;
	text-transform: capitalize;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.Login:hover {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #808080;
	text-transform: capitalize;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
	list-style: square;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuBar 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

.ModuleTitle_MenuItem 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color : transparent;
	cursor : pointer;
	border: 0px;
}

.MainMenu_MenuBar {
	background-color : transparent;
	cursor : pointer;
	border: 0px;
}

.MainMenu_MenuItem {
	height : 20px;
	background-color : #f4f4f4;
	color : #3e3e3e;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	border-bottom : 1px solid #f4f4f4;
	border-top : 1px solid #f4f4f4;
}

.MainMenu_MenuIcon {
	background-color : #898989;
	border-bottom : 1px solid #898989;
	border-top : 1px solid #898989;
	border-left : 1px solid #898989;
	border-right: #3e3e3e 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height : 20px;
}

.MainMenu_SubMenu {
	filter : none;
	border : 1px solid black;
}

.MainMenu_MenuBreak {
	background-color : white;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
	background-color : #002742;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
	font-weight : bolder;
	text-decoration : none;
	height : 20px;
}

.MainMenu_MenuArrow {
	border-bottom : 0px solid;
	border-right : 0px solid;
	
}

.MainMenu_RootMenuArrow {
}

.GWMIBreadcrumb{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color :  #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 10px;
}
.GWMIMenuSeparator{
	font-weight : normal;
	color: #29486f;
	background-color: #eef0e6;
	height: 20px;
	font-size : 12pt;
	vertical-align: middle;
}
.GWMIRootItem{
	height: 20px;
	background-color : transparent;
	color : #29486f;
	font-family : Times, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	vertical-align: middle;
	text-transform: uppercase;
}
.GWMIRootItemActive{
	height: 20px;
	background-color : transparent;
	color : #29486f;
	font-family : Times, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	vertical-align: middle;
	text-transform: uppercase;
}
.GWMIRootItemSelect{
	height : 20px;
	background-color : #29486f;
	color : #ffffff;
	font-family :Times, Arial, Tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	vertical-align: middle;
	text-transform: uppercase;
}
A.GWMITopMenu:link
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
A.GWMITopMenu:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

A.GWMITopMenu:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}

A.GWMITopMenu:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 8pt;
}
A.GWMIFooter:link
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}
A.GWMIFooter:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.GWMIFooter:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.GWMIFooter:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

A.GWMIBreadcrumb:link
{
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10px;
}
A.GWMIBreadcrumb:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10px;
}

A.GWMIBreadcrumb:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10px;
}

A.GWMIBreadcrumb:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10px;
}