/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
background-color: #3e95d1;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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 */

html
{font-family: Arial, Helvetica, sans-serif;
font-size:13;
color: #000000;
}

.Normal
{font-family: Arial, Helvetica, sans-serif;
font-size:13;
color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

H2  {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

H3  {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

H4  {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

H5, DT  {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

H6  {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

TFOOT, THEAD    {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

TH  {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

A:link  {
color: #006600;
}

A:visited   {
color: #666666;
}

A:hover {
text-decoration: underline;
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}



UL LI {
	list-style-type: disc;
}


UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
font-family: Arial;
font-size: 10pt;
font-weight: normal;
border-bottom: #EEEEEE 0px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid; 
border-right: #EEEEEE 0px solid; 
background-color: transparent; 
}

.MainMenu_MenuIcon {
display:none;
}

.MainMenu_SubMenu {
background-color:#f2b45a;
text-align:center;
border-bottom: #ffffff 1px solid; 
border-left: #ffffff 1px solid; 
border-top: #ffffff 1px solid; 
border-right: #ffffff 1px solid; 
}

.MainMenu_MenuBreak {
border-bottom: #EEEEEE 0px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid; 
border-right: #EEEEEE 0px solid; 
background-color: transparent; 
height: 1px;
padding-left: 2px;
padding-right:2px;
}

.MainMenu_MenuItemSel {
font-family: Arial;
font-size: 10pt;
font-weight: normal;
background-color:transparent;
color:#ffffff;
}

.MainMenu_MenuArrow {
border-bottom: #EEEEEE 0px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid; 
border-right: #EEEEEE 0px solid; 
background-color: transparent; 
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


.SkinObject {
font: normal 10px Arial;
color: #ffffff;		
text-decoration:none;
padding:0px 0px 0px 0px;
}

a.SkinObject,  a.SkinObject:link, a.SkinObject:visited {
font: normal 10px Arial;
color: #ffffff;		
text-decoration:none;
padding:0px 0px 0px 0px;
}

a.SkinObject:hover,  a.SkinObject:active {
font: normal 10px Arial;
color: #6d6d6d;		
text-decoration:none;
padding:0px 0px 0px 0px;
}

.footerInfo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align:bottom;
	color: #ffffff;
	text-decoration:none;
}

.footerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align:bottom;
	color: #ffffff;
}

.footerInfo a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align:bottom;
	color: #cccccc;
}




