/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
}
.skinmaster {
	height: 100%;
	background-color: #000000;
	border-right: #93bd98 1px solid; 
	border-top: #93bd98 1px solid; 
	border-left: #93bd98 1px solid; 
	border-bottom: #93bd98 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(GTTV-Bar.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #93bd98;
}
.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: #93bd98;  
	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: #c7fece 1px solid; 
	border-bottom: #c7fece 1px solid; 
	border-top: #c7fece 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: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #93bd98;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight:  normal;
   color: #000000;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #b86c1a;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#b86c1a;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#b86c1a;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#b86c1a;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#b86c1a;
}/* GENERAL */
/* style for module titles */

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight:  normal;
   color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
color: #b86c1a;
}

TH  {
color: #b86c1a;
}

A:link  {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}

A:visited   {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}

A:hover {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}

A:active    {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
color: #b86c1a;
}

UL LI LI    {
color: #b86c1a;
}

UL LI LI LI {
color: #b86c1a;
}

OL LI   {
color: #b86c1a;
}

OL OL LI    {
color: #b86c1a;
}

OL OL OL LI {
color: #b86c1a;
}
OL UL LI   {
color: #b86c1a;
}

HR {
color: #b86c1a;
}

A.CommandButton:link {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}

A.CommandButton:visited  {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}

A.CommandButton:hover    {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}
    
A.CommandButton:active   {
font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #b86c1a;
}