/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	width: 100%;
	height: 100%;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.skinheader 
{
    BACKGROUND-color: #6665FE;
    HEIGHT:80px;
    margin-bottom:0px;
}
.menubar {
	background-image: url(gradient_DKGray.jpg);
	background-color:Gray;
	height: 30px;
}
.menubardate {
    color: #FFFFFF; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #77AABB none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #336699;
	border-right: #77AABB 1px solid; 
	border-top: #77AABB 1px solid; 
	border-left: #77AABB 1px solid; 
	border-bottom: #77AABB 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
}


/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Times, Serif;
	font-size:  24px;
	font-weight:    normal;
	color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    bold;
	color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Times, Serif;
	font-size:  16px;
	font-weight:    bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000
}

.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: Normal;
	border: 1 solid Gray;
	padding: 1 3 1 3;
	background-color: #EEEEEE;
	margin: 0 2 0 2;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: none;
	color: Blue;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: Navy;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: Red;
}

A.CommandButton:hover    {
	text-decoration: none;
	color: Blue;
	background-color: #FFFFCC;
}

/* GENERIC */
H1  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: #666644;
}

H2  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: #666644;
}

H3  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    normal;
	color: #003366;
}

H4  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    normal;
	color: #003366;
}

H5, DT  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}

H6  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}

TFOOT, THEAD    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	color: #003366;
}

TH  {
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    bold;
	color: #003366;
}

A:link  {
	text-decoration:    none;
	color: Blue;
}

A:visited   {
	text-decoration:    none;
	color: Blue;
}

A:active    {
	text-decoration:    none;
	color: Red;
}

A:hover {
	text-decoration: none;
	color: Blue;
	background-color: #FFFFCC;
}

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
}

.SkinUser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}
.SkinUser:link {
	color: Black;
}
.SkinUser:active {
	color: Black;
}
.SkinUser:visited {
	color: Black;
}
.SkinUser:hover {
	color: Black;
}

.SkinLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}
.SkinLogin:link {
	color: Black;
}
.SkinLogin:active {
	color: Black;
}
.SkinLogin:visited {
	color: Black;
}
.SkinLogin:hover {
	color: Black;
}

.Fish4Him_Default_ContTop {
	background-position: top;
	background-image: url("def_top.gif");
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
	height: 17px
}
.Fish4Him_Default_ContBot {
	background-position: bottom;
	background-image: url("def_bot.gif");
	background-repeat: repeat-x;
	padding: 0px 0px 10px 0px;
	height: 17px
}
.Fish4Him_Default_ContLft {
	background-position: left;
	background-image: url("def_lft.gif");
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	width: 17px
}
.Fish4Him_Default_ContRgt {
	background-position: right;
	background-image: url("def_rgt.gif");
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	width: 17px
}
.Fish4Him_Yellow_ContTop {
	background-position: top;
	background-image: url("yel_top.gif");
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
	height: 17px
}
.Fish4Him_Yellow_ContBot {
	background-position: bottom;
	background-image: url("yel_bot.gif");
	background-repeat: repeat-x;
	padding: 0px 0px 10px 0px;
	height: 17px
}
.Fish4Him_Yellow_ContLft {
	background-position: left;
	background-image: url("yel_lft.gif");
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	width: 17px
}
.Fish4Him_Yellow_ContRgt {
	background-position: right;
	background-image: url("yel_rgt.gif");
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	width: 17px
}
.Fish4Him_Default_ContTitle {
	padding: 0px 0px 10px 0px;
}


/* WallpaperViewer Styles */
div.WallpaperViewer_Category{
    clear:both;
    font-family:Verdana;
    font-size:14pt;
    font-weight:bold;
    padding:20px 0px 5px 0px;
}
div.WallpaperViewer_WallpaperContainer{
    float:left;
    width:305px;
    border:1px solid black;
    padding:5px;
    margin:1px;
}
div.WallpaperViewer_ImageContainer{
    float:left;
    width:100px;
    height:75px;
}
div.WallpaperViewer_LinksContainer{
    float:left;
    width:90px;
    margin-left:10px;
    /*border:1px solid black;*/
}
div.WallpaperViewer_LinkHeader{
    border-bottom:1px dotted black;
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal;
}
div.WallpaperViewer_Link{
    /*border:1px solid red;*/
    font-family:Verdana;
    font-size:9pt;
    font-weight:bold;
}
