
/* Notes:

		Lower cased all tag styles
		
*/		


/* 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-bottom : 0px;
	margin-top : 0px;
	margin-left : 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;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* hyperlink style for the selected tab */
a.SelectedTab:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.SelectedTab:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.SelectedTab:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.SelectedTab:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for the unselected tabs */
a.OtherTabs:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.OtherTabs:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.OtherTabs:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.OtherTabs:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	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 */
.Normal
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.NormalBold
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.CommandButton:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.CommandButton:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a.CommandButton:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* GENERIC */
h1  {
}

h2  {
}

h3  {
}

h4  {
}

h5, dt  {
}

h6  {
}

tfoot, thead    {
}

th  {
}

a:link  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a:visited   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a:active    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

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;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

/* 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 {
	background-color : transparent;
	cursor : pointer;
}

.MainMenu_MenuBar {
	background-color : transparent;
	cursor : pointer;
}

.MainMenu_MenuItem {
	height : 20px;
	background-color : #363E50;
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
	border-bottom : 1px solid #363E50;
	border-top : 1px solid #363E50;
}

.MainMenu_MenuIcon {
	background-color : #363E50;
	border-bottom : 1px solid #363E50;
	border-top : 1px solid #363E50;
	border-left : 1px solid #363E50;
	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 : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	height : 20px;
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid #363E50;
	border-right : 1px solid #363E50;
}

.MainMenu_RootMenuArrow {
}

.CorpMain{
	background : White url(images/CorpTile.gif) repeat scroll top
}

.CorpTable{
	background-color : white;
	border-left : 1px solid black;
	border-right : 1px solid black;
}

.CorpBlueTerms{
	background-color : #363E50;
	border-top : 1px solid black;
}

.CorpBlueBread{
	background-color : #363E50;
	color : white;
}

.CorpBlueSearch{
	background : #363E50 url(images/CorpHeadTile.gif) repeat-x scroll bottom;
	border-top : 1px solid black;
}

.CorpChairLogo{
	background : White url(images/CorpSeats.jpg) no-repeat scroll top left;
	padding-left : 35px;
	padding-bottom : 25px;
	border-bottom : 1px solid black;
	height: 200px;
}

.CorpLogin{
	background : transparent url(images/CorpLoginBground.gif) no-repeat scroll top left;
	padding-right : 5px;
}

.CorpSearch{
	/* Changed to remove arrows >> from search back ground 2009-02-04 JHW 
	   background : White url(images/CorpSearchBground.gif) no-repeat scroll left; */
	background : White;
}

.CorpSearchPadd{
	/* Changed to shift search box to left 
		 padding-left : 30px; 2009-02-04 JHW */
	padding-left : 20px;
}

.CorpSolpartTile{
	background : White url(images/_CorpSolpartTile.gif) repeat-x scroll top left;
	border-top : 1px solid black;
}

.CorpSolpartEnd{
	background : transparent url(images/CorpSolpartEnd.gif) no-repeat scroll top left;
}

.CorpSolpartMenu{
	background : White url(images/CorpSearchBground.gif) no-repeat scroll left;
	padding-left : 55px;
	border-bottom : 1px solid black;
}

.CorpPaddingLeft{
	padding-left : 5px;
}

.CorpPaddingRight{
	padding-right : 5px;
}

.CorpDnnTextBlack{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

a.CorpDnnTextBlack, a.CorpDnnTextBlack:link, a.CorpDnnTextBlack:visited, a.CorpDnnTextBlack:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : black;
}

a.CorpDnnTextBlack:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : black;
}

.CorpDnnTextWhite{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
}

a.CorpDnnTextWhite, a.CorpDnnTextWhite:link, a.CorpDnnTextWhite:visited, a.CorpDnnTextWhite:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
}

a.CorpDnnTextWhite:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : underline;
	color : white;
}

.seperate{
	font-weight : bolder;
	color : black;
	font-size : 8pt;
}

.CorpRootItem{
	height : 31px;
	background-color : white;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}

.CorpRootItemActive{
	height : 31px;
	background-color : white;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}

.CorpRootItemSelect{
	height : 31px;
	background-color : #363E50;
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	text-decoration : none;
}

p{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
