/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
	top: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* 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, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #CC6600;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
    background-color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #006699;
}

A:visited   {
    text-decoration:    none;
    color:  #006699;
}

A:active    {
    text-decoration:    none;
    color:  #006699;
}

A:hover {
    text-decoration:    none;
    color:  #ff0000;
}

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:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Custom Styles */

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}

img { border: none; }
form { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

.ModuleBg 
{
	background-color: #006699;
}

#header{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#logo{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	float:right;
}

#topnav{
	background-color:#cccc99;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	clear:both;	
}

#title{	
	background: #006699;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:28px;
	border-bottom:1px solid #000000;		
}

#title h1{
	color:#ffffff;
	font-size:1.8em;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 4px;
}

#utilstrip{
	clear:both;
	font-size:0.9em;
	color:#000000;
	width:100%;
	height:18px;	
	background-color:#cccccc;
}

#breadcrumb{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
	float:left;	
}

#breadcrumb img{
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
}

#breadcrumb p{
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 6px;		
}

#breadcrumb a:link, #breadcrumb a:visited{	
	color:#000000;
}

#footer{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:7px 0px 5px 5px;
	background-color:#cccc99;	
		
}

#footer p{
	color:#333333;
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#footer a:link, #footer a:visited{
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
}

#Separator
{
	height: 5px;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #92C4F7 1px solid; 
	border-left: #92C4F7 1px solid; 
	border-top: #92C4F7 1px solid; 
	border-right: #92C4F7 1px solid;  
	background-color: #92C4F7;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #004B6E; 
	font-family: Verdana, Arial, Helvetica; 
	font-size:9px;
	font-weight: normal;
	border-left: #fff 0px solid; 
	border-bottom: #fff 0px solid; 
	border-top: #fff 0px solid; 
	border-right: #fff 0px solid;
	height: 22;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #93B9DE; 
	border-left: #fff 0px solid; 
	border-right: #93B9DE 0px solid; 
	border-bottom: #fff 0px solid; 
	border-top: #93B9DE 0px solid; 
	text-align: center; 
	width: 5; 
	height: 22;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #93B9DE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #fff 1px solid; 
	border-left: #fff 1px solid; 
	border-top: #fff 1px solid; 
	border-right: #fff 1px solid;
}

.MainMenu_MenuBreak {
	border-left: #ff0000 0px solid; 
	border-bottom: #ff0000 0px solid; 
	border-top: #ff0000 0px solid; 
	border-right: #ff0000 0px solid;
	background-color: white; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #004B6E; 
	font-family: Verdana, Arial, Helvetica; 
	font-size:9px;
	font-weight: normal; 
	height: 22;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #fff 0px solid; 
	border-bottom: #fff 0px solid; 
	border-top: #fff 0px solid;
}

.MainMenu_RootMenuArrow {
}

.menuitem
{
	background-color: #92C4F7;
	font-size: 9px;
	font-family: Verdana;
	color: #004B6E;
	text-align: center;
	text-decoration: none;
	padding: 2px;
}

.submenuitem
{
	background-color: #93B9DE;
	font-size: 9;
	font-family: Verdana;
	color: #004B6E;
	cursor: hand;
	text-decoration: none;
}

.navitem
{
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	cursor: hand;
	text-align: left;
	height: 30px;
}

.MenuHdr
{
	bbackground-color: #92C4F7;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	color: #004B6E;
	text-align: center;
	text-decoration: none;
	padding: 2px;
}

.RightNavSubItem
{
	background-color: #93B9DE;
	font-size: 9;
	font-family: Verdana;
	color: #FFF;
	cursor: hand;
	text-decoration: none;
}

.RightNavSubItem A:link
{
	background-color: #93B9DE;
	font-size: 9;
	font-family: Verdana;
	color: #FFF;
	cursor: hand;
	text-decoration: none;
}
.RightNavSubItem A:active
{
	background-color: #93B9DE;
	font-size: 9;
	font-family: Verdana;
	color: #FFF;
	cursor: hand;
	text-decoration: none;
}
.RightNavSubItem A:visited
{
	background-color: #93B9DE;
	font-size: 9;
	font-family: Verdana;
	color: #FFF;
	cursor: hand;
	text-decoration: none;
}
.RightNavSubItem A:hover
{
	background-color: #93B9DE;
	font-size: 9;
	font-family: Verdana;
	color: #FF0000;
	cursor: hand;
	text-decoration: none;
}

TD.navitem A:link
{
	color: #004B6E;
	text-decoration: none;
}

TD.navitem A:visited
{
	color: #004B6E;
	text-decoration: none;
}

.logitem
{
	background-color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana;
	height: 20px;
}

TD.logitem A:link
{
	color: #004B6E;
	text-decoration: none;
}

TD.logitem A:visited
{
	color: #004B6E;
	text-decoration: none;
}

.white
{
	color: #FFFFFF;
	width: 150px;
}

.footer
{
	font-size: 9px;
	font-family: Verdana;
}

.PinkTapes
{
	color: #EA177E;
	font: bold 11px Verdana;
}

.PurpleTapes
{
	color: #EA8ADD;
	font: bold 11px Verdana;
}

.RedTapes
{
	color: #EC1B1B;
	font: bold 11px Verdana;
}

.GreenTapes
{
	color: #517C26;
	font: bold 11px Verdana;
}

.BrownTapes
{
	color: #5E471B;
	font: bold 11px Verdana;
}

.YellowTapes
{
	color: #E8B410;
	font: bold 11px Verdana;
}

.TapesText
{
	color: #004B6E;
	font: 11px Verdana;
}

.TapesSmall
{
	color: #004B6E;
	font: 9px Verdana;
}

.NavSubButton     {
	border: black 1px solid;
	padding: 5px;
	font: normal 8pt Verdana, Arial;
	color: #ffffff;
	background-color: #004B6E;
	text-align: center;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.NavSubButton:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.NavSubButton:visited  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.NavSubButton:active   {
    text-decoration:    none;
    color: #FFFFFF;
}

A.NavSubButton:hover    {
    text-decoration:    underline;
    color: #004B6E;
	border: black 1px solid;
	padding: 5px;
	font: normal 8pt Verdana, Arial;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
}