/*
   ================================
    CSS STYLES FOR SDC Portal
   ================================
*/ 
/* force vertical scroll bar in mozilla */
html { min-height: 100%; margin-bottom:1px; }
  
BODY
{
	font-size: 8pt;
	color: #2d2d2d;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #b2c3e0;
}
.BaseFont 
{
	font-size: 8pt;
	color: #2d2d2d;
	font-family: Arial, Helvetica, Sans-Serif;
}

.Wrapper
{
	clear: both;
	float: none;
	width: 100%;
}

.Header
{
	font-size: 9pt;
	color: #2d2d2d;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.HeaderBar
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(/Portals/_default/Skins/SDCPortal/topfade.gif);
	color: #08104a;
	font-family: Arial, Helvitica, Sans-Serif;
}
.BodyBack
{
	background-image: url(/Portals/_default/Skins/SDCPortal/bodyback.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
.Head2Fill
{
	background-image: url(/Portals/_default/Skins/SDCPortal/headdiag.gif);
	height: 110;
	font-size: 8pt;
	font-family: Arial, Helvitica, Sans-Serif;
	background-repeat: no-repeat;
}
.Head3Fill
{
	background-image: url(/Portals/_default/Skins/SDCPortal/header3.gif);
	color: #336699;
	height= 123;
}

.BarTop
{
	padding-right: 10px;
	padding-left: 10px;
	/*background-image: url(/Portals/_default/Skins/SDCPortal/bluebarback.gif); background-color: #7db8e6;*/
	color: gray;
	
	font-size: 8pt;
	vertical-align:middle;
	border-bottom: #696969 0px solid;
	border-top: 0px solid #cfcfcf;
}

.BarBottom
{
	/*background-image: url(/Portals/_default/Skins/SDCPortal/bottombarback.gif);*/
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 7pt;
	color:Silver;
	background-color: #cfcfcf;
	height: 18px;
	border-top: 1px solid silver;
}
.LeftPane 
{
}

.ContentPane 
{
}

.RightPane
{
}

.Footer
{
	font-size: 7pt;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: black;
	text-align: center;
}
.Copyright 
{
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-left: 10px;
}
.TermsPrivacy
{
	font-weight: normal;
	font-size: 7pt;
	font-family: Arial, Helvetica, Sans-Serif;
}
A.TermsPrivacy:Link
{
	color: #999999;
	font-weight: normal;
	font-size: 7pt;
}
A.TermsPrivacy:visited
{
	color: #999999;
	font-weight: normal;
	font-size: 7pt;
}
A.TermsPrivacy:active
{
	color: #999999;
	font-weight: normal;
	font-size: 7pt;
}
A.TermsPrivacy:hover
{
	color: black;
	font-weight: normal;
	font-size: 7pt;
}
.Login
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-bottom: 15px;
	color: #696969;
	text-decoration: none;
}

A.Login:link
{
	color: #696969;
}
A.Login:visited
{
	color: #696969;
}
A.Login:active
{
	color: #696969;
}
A.Login:hover
{
	color: silver;
}

/*
   ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* 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/border colors for the selected tab */
.TabBg
{
	background-color: #dddddd;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: #7f7fff;
	font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #7f7fff;
	font-weight: bold;
}

A.SelectedTab:visited  {
	color: #7f7fff;
	font-weight: bold;
	text-decoration: none;
}

A.SelectedTab:active   {
	color: #7f7fff;
	font-weight: bold;
	text-decoration: none;
}

A.SelectedTab:hover
{
	font-weight: bold;
	color: maroon;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8pt;
    color: #f0e68c;
	font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: #7f7fff;
}

A.OtherTabs:visited  {
	color: #7f7fff;
}

A.OtherTabs:active   {
	color: #7f7fff;
}

A.OtherTabs:hover
{
	color: maroon;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Verdana, Sans-Serif;
    font-size:  14px;
    font-weight:    normal;
    color: #333333;
    font-weight: bold;
}
.LightHead   {
	font-family: Arial, Verdana, Sans-Serif;
    font-size:  14px;
    font-weight:    normal;
    color: silver;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #cc0000
}

.NormalBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #336699;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #336699;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #339999;
}

A.CommandButton:hover
{
	color: #800000;
	text-decoration: none;
}
    
/* GENERIC */
H1  {
	font-family: Georgia, Times New Roman, Times Roman, Times, Serif;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

H2  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

H3  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
}

H4  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

H5, DT  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

H6  {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}

TFOOT, THEAD    {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #333333;
}

TH  {
    vertical-align: baseline;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

A:link  {
    text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    font-weight: bold;
    color: maroon;
}

A:visited   {
    text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    font-weight: bold;
    color: maroon;
}

A:active    {
    text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    font-weight: bold;
    color: maroon;
}

A:hover {
    text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    font-weight: bold;
    color: #336699;
}

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: dimgrey;
    height: 1px;
    text-align: left
}

/* 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
{
	border-right: #0000ff 0px solid;
	padding-right: 2px;
	border-top: #0000ff 0px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #0000ff 0px solid;
	padding-top: 2px;
	border-bottom: #0000ff 0px solid;
	background-color: transparent;
}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: #7f7fff;
	
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #f1f1f1 0px solid; 
	border-bottom: #f1f1f1 0px solid; 
	border-top: #f1f1f1 0px solid; 
	border-right: #f1f1f1 0px solid;
	/*background-color: #7f7fff;*/
	background-color: #7db8e6;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #7f7fff;
	border-left: #f1f1f1 0px solid; 
	border-bottom: #f1f1f1 0px solid; 
	border-top: #f1f1f1 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: silver 1px solid;
	cursor: hand;
	border-bottom: #44456a 1px solid;
	/*background-color: #7f7fff;*/
	background-color: #7db8e6;
}

.ModuleTitle_MenuBreak {
	border-bottom: #f1f1f1 1px solid; 
	border-left: #f1f1f1 0px solid; 
	border-top: silver 1px solid;  
	border-right: #f1f1f1 0px solid; 
	background-color: #7f7fff; 
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #ffcc66;
	font-style: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: transparent;
	border-bottom: #ffcc66 0px solid; 
	border-left: #ffcc66 0px solid; 
	border-top: #ffcc66 0px solid; 
	border-right: #ffcc66 0px solid; 

}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #ffcc66 0px solid; 
	border-bottom: #ffcc66 0px solid; 
	border-top: #ffcc66 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar {
	height: 18px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	color: #0064a9; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	border-left: #dddddd 0px solid; 
	border-bottom: #dddddd 0px solid; 
	border-top: #dddddd 0px solid; 
	border-right: #dddddd 0px solid;
}

.MainMenu_MenuIcon {
	/*background-color: #7f7fff;*/
	background-color: #dfdfdf;
	border-left: #dddddd 0px solid; 
	border-bottom: #dddddd 0px solid; 
	border-top: #dddddd 0px solid; 
}

.MainMenu_SubMenu {
	/*background-color: #7f7fff;*/
	background-color: #dfdfdf; /*#7db8e6;*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: silver 1px solid; 
	border-left: silver 1px solid; 
	border-top: #696969 1px solid; 
	border-right: silver 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #999999 1px solid; 
	border-left: #999999 0px solid; 
	border-top: #999999 1px solid;  
	border-right: #999999 0px solid; 
	/*background-color: #7f7fff;*/
	background-color: #dfdfdf;
	height: 1px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: transparent;
	border-bottom: #999999 0px solid;
	border-left: #999999 0px solid;
	border-top: #999999 0px solid;
	border-right: #999999 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	border-right: #ffcc66 0px solid; 
	border-bottom: #ffcc66 0px solid; 
	border-top: #ffcc66 0px solid;
	color: #dfdfdf;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #999999;
}


