/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Banner */
/* background color for the header at the top of the page, where the logos go  */
.mainbg
{

}
.EditModuleBody
{
	background-color: white;
}
.HeadBg {
	background-color: white;
}
/*This will tile a logo across the top of the page*/
.BannerTable {
 /*Background: Url("../../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/logo_left.gif"); */
   Background-color: transparent;

}
/*This will make the left cell where logo_left.gif goes whatever color you assign it*/
.Leftcell {
	width:  33%; 
	height: 70px;
	Background: Url("../../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/logo_left.gif");
}
/*This will make the left cell where logo_center.gif goes whatever color you assign it*/
.Centercell {
	width:  33%; 
	height: 70px;
	Background: Url("../../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/logo_spacer.gif");
}
/*This will make the left cell where logo_right.gif goes whatever color you assign it*/
.Rightcell {
	width:  33%; 
	height: 70px;
	Background: Url("../../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/logo_right.gif");
}
/* background/border colors for the bar where the date,breadcrumbs, and user name are displayed */
.TabBg {
	background: url("../../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/leftBG.gif");
}
/* Footer - uses TabBG and Menubar*/

/* Main Menu - where the left cell buffer is and Help and Logoff text is displayed */
.MenuTable {
 Background: Url("../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/menubar.gif");

}
/*The small cell area to the right of the main menu items, top level*/
.MenuContainer {
	background-color: transparent; 
}
/* Main Menu - where the top level menu items are displayed, such as Home,Reports,Inbox,Summary */
.MenuBar {
	cursor: pointer; 
	cursor: hand;

	height:24;
 	Background: Url("../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/menubar.gif");
}
/* Main Menu Text,Cursor options, and background color of the menu dropdowns are displayed here*/
.MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000070; 
	font-family: Arial,Tahoma,Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: #BDBDCE; 
}
/*The small left hand side of the dropdown menu items color and size  */
.MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #A9A9A9; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 0px; 

	
}
/*Nothing we can see yet, probably a second submenu option */
.SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
/*Nothing obvious changes*/
.MenuBreak {
	border-bottom: #ff0000 0px solid; 
	border-left: #ff0000 0px solid; 
	border-top: #ff0000 0px solid;  
	border-right: #ff0000 0px solid; 
	background-color: #ff0000; 
	height: 1px;
}
/* This is the Highlight Color for Menu Items and the Font Settings*/
.MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #737394;
}
/*This is the right hand cell of the Submenu item dropdowns
.MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FF0000 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
/*This doesn't appear to change much, it is more than likely the arrows and cursors */
.RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Module Title Bar HR - Horizontal Line*/
HR  {
                height: 1px;
                color: #224155;
}

/* PAGE BACKGROUND */


/* background color for the content part of the pages */
Body
{
	background-image: url("../../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/leftBG.gif");
	background-position: top right;
	background-repeat: repeat;
}
/* style for site title, not used anymore*/
.SiteTitle   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: white;
}
/*Not used anymore*/
.OwnerBg {
    background-color: #367CCD;
}
/*This is the color of the selected item in the datagrid transaction listings on the left*/
.GridLinkSelected{
    background-color: #FFFF99;
    font-family: Arial, Verdana,Tahoma,Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* DataListTitle Background - this is the heading color where it has the column headings */
.DataListTitle {
	Background: Url("../../../Portals/c398d862-fdf9-4fa6-988c-2e6b08f90daa/DLHead.gif");
    font-size: 12px;
    font-family: Arial, Verdana,Tahoma,Helvetica;
    font-weight: bold;
    color: white;
    border-width: 1px;
}
/* Alternating Datalist Items Backcolor of the datagrids - it is what the format is of the alternating rows, do not pick anything obnoxious*/
.DataListAlt {
    background-color: aliceblue;
    font-size: 11px;
    font-family: Arial, Verdana,Tahoma,Helvetica;
    font-weight: normal;
    border-style: Solid;
    border-width: 1px;
}
/*This is the normal color, non-alternating color background of the datagrids*/
.DataList
{
     background-color: white;
    font-size: 11px;
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-weight: normal;
    border-style: Solid;
    border-width: 1px;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color:White;
    font-family: Arial, Verdana,Tahoma, Helvetica;
    text-decoration: none;
}
/* style for module titles headings, such as the Text/HTML modules, Form Creator modules */
.Head  
{
	font-weight: bold;
	font-size: 14px;
                     color: #224155;
	font-family: Arial, Verdana, Helvetica;
}

/* style of item titles on edit and admin pages  - I don't see this doing anything*/
.SubHead    {
    font-family: Arial, Verdana,Helvetica;
    font-size:  12px;
     color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* hyperlink style for the selected tab - font settings for the Username and Breadcrumbs text if you have not been there */
A.SelectedTab:link {
    font-weight: bold;
    font-size: 8pt;
    color:white;
    font-family: Arial, Verdana,Tahoma,Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab - this is the font settings for the Username and Breadcrumbs visited*/
A.SelectedTab:visited  {
    font-weight: bold;
    font-size: 8pt;
    color:white;
    font-family: Arial, Verdana,Tahoma,Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab - this is the font settings for the Username and Breadcrumbs*/
A.SelectedTab:active   {
    font-weight: bold;
    font-size: 8pt;
    color:white;
    font-family: Arial, Verdana,Tahoma, Helvetica;
    text-decoration: none;
}
/* This is the hover color of the Username, and Breadcrumbs*/
A.SelectedTab:hover    {
    text-decoration:    none;
    color:#FFFF66;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color:white;
    font-family: Arial, Verdana,Tahoma, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}
/* hyperlink style for the unselected tabs  - visited links*/
A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}
/* hyperlink style for the unselected tabs - active links */
A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}
/* Hover color for items in the footer and other places*/
A.OtherTabs:hover    {
    text-decoration:    none;
    color:#333366;
}

/* Closing Record count under My Closings List */
.Records{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 11px;
    color: grey;
    
}
/*Critical Date Link Color*/
CriticalDate:link {
    text-decoration:    none;
    color:white;
}
/*Critical Date Link Color - Unvisited*/
A.CriticalDate:link
{
	color: #ff0000;
}
/*Critical Date Link Color - Visited*/
A.CriticalDate:visited  {

	color: #ff0000;
}
/*Critical Date Link Color - Current*/
A.CriticalDate:active   {
    text-decoration:    underline;
    font-size: 11px;
    font-family: Verdana,Tahoma, Arial, Helvetica;
	color: #ff0000;
}
/*Critical Date Link Hover Color - Do NOT change this color unless Adrian says so*/
A.CriticalDate:hover
{
	color: #ff0033;
	text-decoration: underline;
}
/*Empty*/
.LeftPane  { 

}
/*Empty*/
.ContentPane  { 
}
/*Empty*/
.RightPane  { 
}

/* text style used for most text rendered by modules - such as the Links modules, etc; */
/* If you use Arial Size 8px, when attempting to bold, it will not bold, so use Verdana*/
/*NOTE: This controls the Select Closings text in the Search Datagrid on the Closings pages*/
.GridLink
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:black;
}
.GridLink:Link
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:black;
}
.GridLink:Visited
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:black;
}
.GridLink:hover 
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#5C778C;
}
.Normal
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#353535;
}
.Normal:Link
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:black;
}
.Normal:Visited
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#CC6633;
}
.Normal:hover 
{
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#5C778C;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/*What the font will default to if NormalSmall Style is used*/
.NormalSmall
{
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px    
}
/*What the font will default to if NormalRed Style is used*/
.NormalRed
{
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}
/*What the font will default to if NormalBold Style is used*/
.NormalBold
{
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/*What the font will default to if NormalNavy colored font Style is used*/
.NormalNavy
{
	font-weight: normal;
	font-size: 11px;
	color: #41509d;
	line-height: 11px;
	font-family: Verdana,Tahoma, Arial, Helvetica;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and links*/
A.CommandButton:link {
    text-decoration:    underline;
    color: #000073;
}
/* hyperlink style for visited buttons and link buttons used in the portal admin pages - doesn't do much*/
A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000073;
}
/* hyperlink style for active buttons and links not visited */
A.CommandButton:active   {
    text-decoration:    underline;
    color: #000073;
}
/*Hover color for miscellaneous links, such as saving the Style Sheet here, Link Modules,etc;*/
A.CommandButton:hover    {
    text-decoration:    underline;
    color: #0E0EFF;
}
    
/* GENERIC Heading color and font settings - this is what the font will default to, if you use this style sheet*/
H1  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    normal;
    color: #666644;
}

H4  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
     color: #666644;
}

H5, DT  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* This is the style for a table Head or foot (default)*/
TFOOT, THEAD    {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    color: #003366;
}
/*Another style for tables*/
TH  {
    vertical-align: baseline;
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A99672;
}
/*Link Colors on the site*/
A:link  {
    text-decoration:    none;
    color:  #000073;
}
/*Visited Link Colors on the site*/
A:visited   {
    text-decoration:    none;
    color:  #7070DD;
}
/*Active Link Colors on the site*/
A:active    {
    text-decoration:    none;
    color:  #000073;
}
/*Hover Link Colors on the site*/
A:hover {
    text-decoration:    underline;
    color: #5C778C;
}
/*What a small font will default to*/
SMALL   {
    font-size:  8px;
}
/*What a big font will default to*/
BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Verdana,Tahoma, Arial, Helvetica;
}

/*Type of bullets used in Unordered Lists*/
UL LI   {
    list-style-type:    square ;
}
/*Type of bullets used sublists in Unordered Lists*/
UL LI LI    {
    list-style-type:    disc;
}
/*Type of bullets second level lists used in Unordered Lists*/
UL LI LI LI {
    list-style-type:    circle;
}
/*Type of bullets used in Ordered/Numbered Lists*/
OL LI   {
    list-style-type:    decimal;
}
/*Type of bullets used in sublists in Ordered/Numbered Lists*/
OL OL LI    {
    list-style-type:    lower-alpha;
}
/*Type of bullets second level lists used in Ordered/Numbered Lists*/
OL OL OL LI {
    list-style-type:    lower-roman;
}
/* text style used for most text rendered by modules - p is a paragraph - Do not use the HR below, it is defined at the top of the page */
.p
{
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A99672;
}




.NormalButton  {
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size:  11px;
    font-weight:   normal;
    color: black;
}

.DataInput  {
    font-family: Arial, Verdana,Tahoma, Helvetica;
    font-size:  11px;
    font-weight:   normal;
    color: black;
}

.Additional:Link
{
    font-family:  Arial, Verdana,Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: blue;
}
.Additional:Visited
{
    font-family:  Arial, Verdana,Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: blue;
}


/* text style for the unselected tabs */
.Footer {
    font-size: 8pt;
    color:white;
    font-family: Verdana,Arial, Tahoma, Helvetica;
    text-decoration: none;
text-decoration:underline;
}
    
/* hyperlink style for the unselected tabs */
A.Footer:link {
    text-decoration:    none;
    color:white;
}
/* hyperlink style for the unselected tabs  - visited links*/
A.Footer:visited  {
    text-decoration:    none;
    color:white;
}
/* hyperlink style for the unselected tabs - active links */
A.Footer:active   {
    text-decoration:    none;
    color:white;
}
/* Hover color for items in the footer and other places*/
A.Footer:hover    {
    text-decoration:    none;
    color:#FFFF66;
}


.subNavDiv 
{
	position: absolute;
	z-index: 2;
	visibility: hidden;
	vertical-align: top;
	display: inline;

	border: 1px solid #E1E1E1;
	background-color: #F5F5F5;
}

a.subNavs
{
	padding: 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	/*color: #5C778C;*/
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
}
a.subNavs:hover
{
	text-decoration: none;
	background-color: #fff;
	/*color: #A63C3C;*/
}

td.navsItem {
	height: 18px;
}

a.subNavsMenu
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
}
a.subNavsMenu:visited
{
	text-decoration: none;
}
a.subNavsMenu:hover
{
	text-decoration: none;
}

div.subNavLinks
{
}













