/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
.OuterSkin
{
	 /*background-color: "#D5D3C2";*/
	 /*background-color: "#9C9C9C";*/
	 background-image: url(background.gif);
}

.SkinMaster 
{
	background-color: #FFFFFF;
	border-top: #003399 0px solid;
	border-bottom: #003399 0px solid;
	border-left: #003399 0px solid;
	border-right: #003399 0px solid;
}
	
/* text style for the breadcrumb */
.BreadCrumbs {
    font-weight: normal;
    font-size: 8pt;
    color: #003399;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.BreadCrumbs:link {
    text-decoration:    none;
    color: #003399;
}

A.BreadCrumbs:visited  {
    text-decoration:    none;
    color: #003399;
}

A.BreadCrumbs:active   {
    text-decoration:    none;
    color: #003399;
}

A.BreadCrumbs:hover    {
    text-decoration: underline;
    color: #990033;
}

.MainBanner {
	BACKGROUND-IMAGE: url(BlueBanner2.jpg);
	height: 70px;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003399;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color:  #003399;
    font-family: Verdana;
    text-decoration: none;
}
    
/* 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:  10pt;
    font-weight:    bold;
    color: #003399;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  10pt;
    font-weight:    bold;
    color: black;
}
/* text style used for publish date on announcements */
.SmallPublishDate
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    color: #003399;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
}

.NormalSmall
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
}
        
/* GENERIC */
A:link
{
	font-size: 10pt;
	font-weight: normal;
	font-family: Verdana;
	color: #003399;
	text-decoration: underline;
}	

A:visited
{
	color: #003399;
	text-decoration: underline;
}

A:active
{
	color: #003399;
	text-decoration: underline;
}

A:hover
{
	color: #990033;
	text-decoration: none;
}


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: #003399;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003399;
}

H5, DT  {
    font-family: Verdana;
    font-size:  10pt;
    font-weight:    bold;
    color: #003399;
}

H6  {
    font-family: Verdana;
    font-size:  10pt;
    font-weight:    bold;
    color: #003399;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  9pt;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  9pt;
    font-weight: bold;
    color: #000000;
}

/*
TD  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  9pt;
    font-weight: normal;
    color: #000000;
}
*/

LI
{
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    padding-bottom: 5pt
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 25; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: white; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: white 0px solid; 
	border-left: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #000000; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	border-bottom: #003399 1px solid ;
	border-left: #003399 0px solid;
	border-top: #003399 1px solid;
	border-right: #003399 0px solid;
	background-color: #DEDEDE;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

/*Button on the menu*/
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #003399; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: GREEN 0px solid; 
	border-bottom: GREEN 0px solid; 
	border-top: GREEN 0px solid; 
	border-right: GREEN 0px solid;
	background-color: #DEDEDE;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #990033;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DEDEDE;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #003399; 
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 16; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: WHITE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #003399 1px solid; 
	border-left: #003399 1px solid; 
	border-top: #003399 1px solid; 
	border-right: #003399 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #003399 1px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #003399 0px solid; 
	background-color: #DEDEDE;
	height: 1px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.FooterBanner
{
	BACKGROUND-IMAGE: url(bluefooter.gif);
}

.Footer
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
	color: White;
}

A.Footer:link
{
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
	color: White;
	text-decoration: none;
}	

A.Footer:visited
{
	color: White;
	text-decoration: none;
}

A.Footer:active
{
	color: White;
	text-decoration: none;
}

A.Footer:hover
{
	color: #FFFFCC;
	text-decoration: underline;
}


