/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
    color: gray;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
/* AGS: Changed to 10px; xx-small doesn't work in dropdown lists. */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size:  10px;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
    font-size: 12px;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
    font-size: 12px;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
    font-size: 12px;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
    font-size: 12px;
}
A:link
{
	text-decoration: none;
	color: #003366;
    text-decoration: underline;
}

A:visited
{
	text-decoration: none;
	color: #003366;
    text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
    text-decoration: underline;
}

A:active
{
	text-decoration: none;
	color: #003366;
    text-decoration: underline;
}

.IconImage IMG
{
	margin-right: 5px;
	margin-left: 5px;
}

.searchbox INPUT
{
	font-size: xx-small;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuSeparator {
	font-size: xx-small;
	height: 8pt;
	background-color: Transparent;
	color: White;
	padding-right: 10px;
}
.MainMenu_MenuBar {
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: 0px solid #A5A5A5; 
	border-bottom: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5; 
	border-right: 0px solid #A5A5A5;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding-right: 3px;
	padding-left: 5px;
}
.MainMenu_MenuIcon {
	background-color: #CFCFCF; 
	border-left: 0px solid #A5A5A5; 
	border-bottom: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5;
	border-right: 0px solid #A5A5A5; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #A5A5A5; 
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-bottom: 0px solid #A5A5A5; 
	border-left: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5; 
	border-right: 0px solid #A5A5A5; 
}
.MainMenu_MenuBreak {
	height: 8px;
	border-bottom: 0px solid #A5A5A5; 
	border-left: 0px solid #A5A5A5; 
	border-top: 0px solid #A5A5A5;  
	border-right: 0px solid #A5A5A5; 
	background-color: Transparent;
	color: White;
}
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: 0px solid #A0A0A0; 
	border-left: 0px solid #A0A0A0; 
	border-top: 0px solid #A0A0A0; 
	border-right: 0px solid #A0A0A0; 
	padding-right: 3px;
	padding-left: 5px;
}
.MainMenu_MenuArrow {
	border-right: #A5A5A5 1px solid; 
	border-bottom: #A5A5A5 1px solid; 
	border-top: #A5A5A5 0px solid;
	font-family: Arial; 
	font-size: 8pt; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
	padding-right: 3px;
}
.StandardButton     {
    background: #F2F2F2 none; 
    color: Black;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    border: 1px solid Gray;
}
.TreeViewMenu {
	width: 175px;
	background-color: #A5DFB1;
	BORDER-RIGHT: #23A53E 1px solid; 
	BORDER-TOP: #23A53E 1px solid; 
	BORDER-LEFT: #23A53E 1px solid; 
	BORDER-BOTTOM: #23A53E 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_MidGreen.jpg);
}

A.RegisterLogin:visited 
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

A.RegisterLogin:hover
{
	color: Red;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}
A.RegisterLogin:link
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

A.RegisterLogin:active
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    underline;
    color:#003366;
    font-size: 12px;
}

A.SkinObject:visited  {
    text-decoration:    underline;
    color:#003366;
    font-size: 12px;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color:#003366;
    font-size: 12px;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:red;
    font-size: 12px;
}

.OVXTree
{
	white-space: nowrap;
	font: menu;
}

.OVXDefaultNodeCssClass
{
	font: menu;
	white-space: nowrap;
}

.OVXDefaultChildNodeCssClass
{
	font: menu;
	white-space: nowrap;
}

.OVXDefaultNodeCssClassOver
{
	text-decoration: underline;
	white-space: nowrap;
}

.OVXDefaultNodeCssClassSelected
{
	font-weight: bold;
	background-color: Silver;
	font: caption;
	white-space: nowrap;
}
.OVXDefaultIconCssClass
{
    padding-right: 3px;
}
.DefaultTableStyle
{ 	
    border: 1px solid black;
    padding: 5px;
}
.DefaultTableStyle TD
{
    padding: 5px;
    border: 1px solid black;
}
.BannerImage
{
    margin-top:-15px;
    margin-bottom: -10px;
}