/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: ##f5f5eb;
}

/* background color for the content part of the pages */
Body
{
    background-color: #F5F5EB;
    scrollbar-base-color: #7D7F69;
	scrollbar-face-color: #F5F5EB;
	scrollbar-track-color: #F5F5EB;
	scrollbar-arrow-color: #7D7F69;
	scrollbar-highlight-color: #F5F5EB;
	scrollbar-3dlight-color: #7D7F69;
	scrollbar-shadow-color: #F5F5EB;
	scrollbar-darkshadow-color: #7D7F69;
}
/* background color for the content part of subcontrols */
.BackControl
{
    background-color: #F5F5EB;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #730E02;
    font-size:8pt;
    color: #ffffff;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.Beige
{
	background-color: #F5F5EB;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#000000;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#000000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 8pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#ffffff;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#F8CB66;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #730E02;
}

.SubHeadDisabled
{
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: silver;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
}

/* Steph text style used for Register page text   */
TD
{    
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: #730E02;
}
.Disabled
{
	font-family: verdana;
	font-size: 8pt;
	border-style: solid; 
	border-width: 1;
	background-color: #EDEDE6;
	color: #C9C7BA;
}


.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
    {
	font-family: Verdana;
	font-size: 8pt;
	border-style: solid; 
	border-width: 1;
	background-color: #E6E6CC;
	color: #730E02;
	cursor: hand;
	}

    
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;    
}
    
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:     underline;    
    color:  #730E02;
}

A:visited   {
    text-decoration:    underline;
    color:  #730E02;
}

A:active    {
    text-decoration:    underline;
    color:  #730E02;
}

A:hover {
    text-decoration:    underline;
    color:  #F8CB66;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #741104;
    height:1pt;
    text-align:left;
    
}
HR.header {
    color: #730E02;
    height:1pt;    
    border-style: dotted;
    text-align:center;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


.content
{
   
   border-collapse: collapse;	
   border-left: #741104 1px solid;
   border-right: #741104 1px solid;
   border-bottom: none;
   border-top: none;
   background-color: #ffffff;
   padding-left: 12px;
   padding-right: 12px;

}

.MPMenu
{
	border-collapse: collapse;	
   border-left: none;
   border-right: #741104 1px solid;
   border-bottom: none;
   border-top: none;
   padding: 5px;
   background-color: #E6E6CD;
}

li
{
	color: #474826;
	
}
input
{
	font-family: verdana;
	font-size: 8pt;
	border-style: solid; 
	border-width: 1;
	background-color: #ffffff;
	color: #730E02;	
}

.rc
{
	font-family: verdana;
	font-size: 8pt;
	border-style: solid; 
	border-width: 0;
	background-color: #ffffff;
	color: #730E02;	
}
select
{
	font-family: verdana;
	border-style: solid; 
	border-width: 1;
	font-size: 8pt;
	background-color: #ffffff;
	color: #730E02;
}

textarea
{
	font-family: verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: #730E02;
}
.SegHead
{
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #730E02
}
table
{
border-collapse: collapse;
}


A.leftmenu:link  {
    text-decoration:     none;    
    color:  #730E02;
}

A.leftmenu:visited   {
    text-decoration:    none;
    color:  #730E02;
}

A.leftmenu:active    {
    text-decoration:    none;
    color:  #730E02;
}

A.leftmenu:hover {
    text-decoration:    underline;
    color:  #F8CB66;
}

/* Main Menu */

.MainMenu_MenuArrow
{
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuBreak
{
}

.MainMenu_MenuContainer{
	border-bottom:#FF8080 0px solid;
	border-left:#FF8080 0px solid;
	border-top:#FF8080 0px solid;
	border-right:#404040 0px solid;
	height:35px;
	
}

.MainMenu_MenuIcon
{
}

.MainMenu_MenuItem{
	font:normal normal 14px Verdana;	
}

.MainMenu_MenuItemSel{
	background-color:#646C82;
	font:normal normal 14px Verdana;	
}

.MainMenu_MenuScroll
{
}

.MainMenu_RootMenuArrow
{
}

.MainMenu_RootMenuItem
{
	padding-right: 0px;
	padding-left: 0px;
	background: url(/Images/menu_up.gif) no-repeat left;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 35px;	
}

.MainMenu_RootMenuItemSelected{
	padding-right: 0px;
	padding-left: 0px;
	background: url(/Images/menu_dn.gif) left no-repeat;
	height:35px;	
}

.MainMenu_SubMenu{
	font:normal normal 11px Verdana,Arial,Helvetica;
}

