/* 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-color: beige;
	background: url('images/bg.jpg')
}

/* 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 : 10pt;
}
.DataGrid_Item 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
.DataGrid_AlternatingItem
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
.DataGrid_Header
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
.SelectedTab {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* 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;
}
A.NormalMenu:active{
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
A.NormalMenu:visited{
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
A.NormalMenu:link{
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
A.NormalMenu:hover{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

A.Menu:active{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}
A.Menu:visited{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}
A.Menu:link{
	color: #000000;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}
A.Menu:hover{
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
}


A.BlueLink:active{
	color: #173b67;
	text-decoration:none;
}
A.BlueLink:visited{
	color: #173b67;
	text-decoration:none;
}
A.BlueLink:link{
	color: #173b67;
	text-decoration:none;
}
A.BlueLink:hover{
	color: #173b67;
	text-decoration:underline;
	font-weight:bold;
}

/* 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 : 10pt;
}
.SubHead_Red    {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #8E301F;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
}
.SubHead_Gray    {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #5C5C5C;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
}
/* 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 */
.CMSATopMenu
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
.Normal
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #161616;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}
.CMSAFooter_Bold
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

.CMSAFooter
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalMenu
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #333333;
	font-weight : bolder;
	text-decoration : none;
	font-size : 11px;
}
.NormalRed
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
.NormalBold
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 7pt;
}
.NormalBoldSmall
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 7pt;
}
.NormalSidebar
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
/* 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  {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : #6e2f2e;
	font-weight : bold;
	font-size : 14px;
}

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;
}

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, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
	
}

.ModuleTitle_MenuBar 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
}

.ModuleTitle_MenuItem 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel 
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 10pt;
	
}

.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 : #DDD6C6;
	color : #3E3E3E;
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	font-size : 10pt;
	font-weight : bolder;
	text-decoration : none;
	border-bottom : 1px solid #DDD6C6;
	border-top : 1px solid #DDD6C6;
}

.MainMenu_MenuIcon {
	background-color : #CBBC9B;
	border-bottom : 1px solid #CBBC9B;
	border-top : 1px solid #CBBC9B;
	border-left : 1px solid #CBBC9B;
	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 : white;
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	font-size : 10pt;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	height : 20px;
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid #DDD6C6;
	border-right : 1px solid #DDD6C6;
	
}

.MainMenu_RootMenuArrow {
}

.CMSABreadcrumb{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 10px;
}
.CMSAMenuSeparator{
	font-weight : normal;
	color: #aaaaaa;
	background-color: #3e3e3e;
	height: 25px;
	font-size : 10pt;
}
.CMSARootItem{
	height : 25px;
	background-color : #3e3e3e;
	color : #ffffff;
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
.CMSARootItemActive{
	height : 25px;
	background-color : #3e3e3e;
	color : #B0D4FF;
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	font-size : 10pt;
	font-weight : bolder;
	text-decoration : none;
}
.CMSARootItemSelect{
	height : 25px;
	background-color : #3e3e3e;
	color : white;
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	font-size : 10pt;
	font-weight : bolder;
	text-decoration : none;
}
A.CMSATopMenu:link
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
A.CMSATopMenu:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

A.CMSATopMenu:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}

A.CMSATopMenu:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
}
A.CMSAFooter:link
{
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
A.CMSAFooter:visited  {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.CMSAFooter:active   {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

A.CMSAFooter:hover    {
	font-family : Arial, Tahoma, Helvetica, sans-serif,;
	color : white;
	font-weight : normal;
	text-decoration : underline;
	font-size : 10pt;
}

.applemenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
}

.applemenu div.silverheader{
background: beige;
font: normal 10pt Arial, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 0px 0;
padding-left: 0px;
text-decoration: none;
height: 25px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
font-family: Arial, Helvetica, sans-serif;
color: #696969;
background: beige;
padding: 10px;
/*height: 100px; Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
 
.applemenu div.submenu a:hover{ /*DIV that contains each sub menu*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11.5px;
color: brown;
padding-left: 25px;
line-height: 20px;
text-decoration: underline;
}

.applemenu div.submenu a, .applemenu div.submenu a:active{ /*DIV that contains each sub menu*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11.5px;
color: brown;
padding-left: 25px;
line-height: 20px;
text-decoration: none;

}

