/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.SelectedTab:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.SelectedTab:active   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.SelectedTab:hover    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : #902531;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.OtherTabs:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.OtherTabs:active   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.OtherTabs:hover    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : #902531;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

.NormalRed
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : red;
}

.NormalBold
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.CommandButton:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.CommandButton:active   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A.CommandButton:hover    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : #902531;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A:visited   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A:active    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : #902531;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

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, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	color : black;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	width : 221px;
	background : transparent;
}

.MainMenu_MenuBar {
	width : 221px;
	background : transparent;
}

.MainMenu_MenuItem {
	height : 20px;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	background-color : #868686;
	border-top : 1px solid #868686;
	border-bottom : 1px solid #868686;
}

.MainMenu_MenuIcon {
	background-color : #868686;
	height : 20px;
	border-left : 1px solid #868686;
	border-top : 1px solid #868686;
	border-bottom : 1px solid #868686;
}

.MainMenu_SubMenu {
	filter : none;
	border : 1px solid #333333;
	background-color : #868686;
}

.MainMenu_MenuBreak {
	border-top : none;
	border-bottom : none;
	background-color : transparent;
}

.MainMenu_MenuItemSel {
	height : 41px;
	background : transparent url(images/BeveledBlue_VerticalOver.gif) no-repeat scroll top left;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}

.MainMenu_MenuArrow {
	border-right : 1px solid #868686;
	border-bottom : 1px solid #868686;
}

.MainMenu_RootMenuArrow {
}

.Custom_TopTile{
	background : White url(images/Custom_TopTile.gif) repeat-x scroll top left;
}

.Custom_Date{
	padding-left : 10px;
	padding-right : 10px;
}

.Custom_SolpartTile{
	background : White url(images/Custom_SolpartTile.gif) repeat-x scroll top left;
}

.Custom_Logo{
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 0px;
	padding-right : 0px;
}

.Custom_FooterTile{
	background : White url(images/Custom_FooterTile.gif) repeat-x scroll bottom left;
}

.Custom_FooterPadd{
	padding-left : 5px;
}

.Custom_Search{
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	font-size : 8pt;
	text-decoration :none;
}

a.Custom_Search, a.Custom_Search:link, a.Custom_Search:visited, a.Custom_Search:active {
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bolder;
	font-size : 8pt;
	text-decoration :none;
}

a.Custom_Search:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #C69F31;
	font-weight : bolder;
	font-size : 8pt;
	text-decoration :none;
}

.Custom_RootItem{
	text-indent : 42px;
	width : 221px;
	height : 41px;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	background : White url(images/Custom_VerticalItem.gif) no-repeat scroll top left;
	
}

.Custom_RootItemActive TD{
	text-indent : 42px;
	height : 41px;
	width : 221px;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	background : transparent url(images/Custom_VerticalOver.gif) no-repeat scroll top left;
}

.Custom_RootItemSelect{
	text-indent : 42px;
	width : 221px;
	height : 41px;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	background : transparent url(images/Custom_VerticalOver.gif) no-repeat scroll top left;
}

.Custom_SubItemSelect{
	height : 20px;
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	background : #CCCCCC none no-repeat scroll top;
}

.Custom_Black{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	text-decoration : none;
	font-weight : normal;
}

a.Custom_Black, a.Custom_Black:link, a.Custom_Black:visited, a.Custom_Black:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	text-decoration : none;
	font-weight : normal;
}

a.Custom_Black:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	text-decoration : underline;
	font-weight : normal;
}

p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

.Custom_Bread{
	padding-left : 5px;
	padding-right : 5px;
}
