/* 
================================
Skin styles for DotNetNuke - DNN 3 & 4  Designed by Nina Meiers - dnn3@xd.com.au
XDFusion Skin & Container Set - http://www.xd.com.au - April 18, 2006
================================
*/

/* Standard HTML Tag Settings */

body {  
width: 100%;
height: 100%;	
color:black;
font-family:"Trebuchet MS";
font-size:13px;
color: #251411;
}

table, tr, td, p {
    font-family: "Trebuchet MS";
    font-size: 13px;
    line-height: 1.3em;
    color: #251411
}

p {
    margin: 0 0 1em 0;
}
/* Standard DotNetNuke Settings */

.controlpanel {
width: 100%;
background-color: #999999;
}

.toppane {
width: 100%;
background-color: transparent;
padding-left: 32px;
padding-right: 2px;
padding-top: 6px;
}
.leftpane {
width:259px;
background-color: transparent;
padding-left: 0px;
padding-right: 2px;
padding-top: 6px;
}
.contentpane {
width: 485;
background-color: transparent;
padding-left: 2px;
padding-right:2px;
padding-top: 6px;
}
.rightpane {
width:254px;
padding-left: 0px;
padding-right: 0px;
padding-top: 6px;
}
.bottompane {
width: 100%;
background-color: transparent;
padding-left: 1px;
padding-right: 1px;
padding-top: 2px;
}


/* Standard Menu Settings */

.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: #FFFFFF; 
	font-size: 11px; 
	/* font-weight: none;  */
	font-style: normal; 
	background-color: Transparent;
	font-family: "Trebuchet MS"; 
    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: #FFFFFF; 
	font-size: 11px; 
	/* font-weight: none;  */
	font-style: normal; 
	background-color: Transparent;
	font-family: "Trebuchet MS"; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 6px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: Transparent;
	color:#FF0000 
}

.main_dnnmenu_itemhover td {  
	background-color: Transparent; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: "Trebuchet MS"; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: "Trebuchet MS"; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
/* End Menu Settings */

.StandardButton {
vertical-align:middle;
font-family:"Trebuchet MS", Arial, Verdana;
text-align:center;
font-family:"Trebuchet MS"; 
font-size: 11px;
font-weight: normal;

}

.Head   {
font-family: "Trebuchet MS";
font-size:  11px;
font-weight:normal;
color: #FFFFFF; 
line-height: 30px;
padding-left:22px;
}

/* Custom Classes */


/* Search Padding - lines up text nicely */
.GoLink {padding-top: 4px;
color:#FFFFFF;
cursor: pointer; 
cursor: hand; 

}


/* Light Background Elements */
.LightBG {
width: auto;
color: #FFFFFF;
}

a.LightBG:link, a.LightBG:active {
text-decoration: none;
color: #CC0000;
font-weight: normal;
cursor: pointer; 
cursor: hand; 

}


a.LightBG:hover {
text-decoration: none;
color: #FFFFFF;
font-weight: normal;
}
/* GENERIC */
H1  {
    font-family: "Trebuchet MS";
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: "Trebuchet MS";
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: "Trebuchet MS";
    font-size:  12px;
    font-weight:    normal;
    color: #FFFFFF;
}

H4  {
    font-family: "Trebuchet MS";
    font-size:  12px;
    font-weight:    normal;
    color: #FFFFFF;
}

H5, DT  {
    font-family: "Trebuchet MS";
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

H6  {
    font-family: "Trebuchet MS";
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

TFOOT, THEAD    {
    font-family: "Trebuchet MS";
    font-size:  12px;
    color: #FFFFFF;
}

TH  {
    vertical-align: baseline;
    font-family: "Trebuchet MS";
    font-size:  12px;
    font-weight:    bold;
    color: #FFFFFF;
}

A:link  {
    text-decoration:    none;
	font-family:"Trebuchet MS";
    color:  #FFFFFF;
	cursor: pointer; 
	cursor: hand; 

}

A:visited   {
    text-decoration:    none;
	font-family:"Trebuchet MS";
    color:  #FFFFFF;
	cursor: pointer; 
	cursor: hand; 

}

A:hover {
    text-decoration:    none;
	font-family:"Trebuchet MS";
    color:  #FF0000;
	cursor: pointer; 
	cursor: hand; 

}

A:active    {
    text-decoration:    none;
    color:  #FF0000;
	cursor: pointer; 
	cursor: hand; 

}

/*Footer Classes */

.FooterText {
font:"Trebuchet MS";
font-size:11px;
width: auto;
padding-left:15px;
padding-right:15px;
padding-top:15px;
padding-bottom:15px;
color: #FFFFFF;
}

a.FooterText:link, a.FooterText:visited, a.FooterText:active {
text-decoration: none;
color: #FFFFFF;
font-weight: normal;
}

a.FooterText:hover {
text-decoration: none;
color: #FF0000;
font-weight: normal;
}




/* End Light Background Elements */

.Separator {
width: 12px;
margin: 0 1px 0 1px;

}


.Logo {
padding-top:0px;
padding-left: 37px;

}
.line{
padding-left:22px;
}
/* End Custom Classes */
/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: #666666;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #999999;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #999999;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
	cursor: pointer; 
	cursor: hand; 

}

.FileManagerTreeNodeSelected 
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: normal;
	background-color: #999966; 
	cursor: pointer; 
	cursor: hand; 

}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #FFFFFF;
	cursor: pointer; 
	cursor: hand; 

}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #FFFFFF;
	cursor: pointer; 
	cursor: hand; 

}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #FF0000;
	cursor: pointer; 
	cursor: hand; 

}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #FFFFFF;
	
}


/* End File Manager */


/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: "Trebuchet MS";
    font-size: 11px;
	cursor: pointer; 
	cursor: hand;
    font-weight: normal;
	color:#FFFFFF;
}

.TreeMenu_NodeSelected
{
    font-family: "Trebuchet MS";
    font-size: 11px;
	cursor: pointer; 
	cursor: hand;
    font-weight: normal;
	background-color: transparent;
	color: #FF0000; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #FF0000;
	cursor: pointer; 
	cursor: hand;

}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    cursor: pointer; 
	cursor: hand;
    color: #FFFFFF;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
	cursor: pointer; 
	cursor: hand;
    color: #FF0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
	cursor: pointer; 
	cursor: hand;
    color: #FF0000;
}


.SkinObject {
    font-size: 9px;
    color: #FFFFFF;
    font-family: "Trebuchet MS";
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FF0000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#FFFFFF;
}


.SubHead    {
    color: #FFFFFF;
}
.SubSubHead    {
    font-family: "Trebuchet MS";
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

.NormalDisabled
{
    color: #CCCCCC;
}

.NormalBold
{
    font-family:"Trebuchet MS";
    font-size: 11px;
    font-weight: bold
}

.NormalRed
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #FF0000;
}


A.CommandButton:link {
    text-decoration: none;
    color: #FFFFFF;
	cursor: pointer; 
	cursor: hand;
     
    padding-top:5px;
    font-size:11px;
    font-family:"Trebuchet MS";
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #FFFFFF;
    cursor: pointer; 
	cursor: hand;
    padding-top:5px;
    font-size:11px;
    font-family:"Trebuchet MS";
}

A.CommandButton:hover    {
    text-decoration:    none;
    cursor: pointer; 
	cursor: hand;
    color: #FF0000;
    padding-top:5px;
    font-size:11px;
    font-family:"Trebuchet MS";
}

A.CommandButton:active   {
    text-decoration:    none;
    cursor: pointer; 
	cursor: hand;
    color: #FF0000;
    padding-top:5px;
}
.WizardText
{
	font-size: 9pt;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}


A.menulink{text-decoration: none; font-family:"Trebuchet MS"; color: #ffffff; cursor: pointer; cursor: hand; }
A.menulink:link{text-decoration: none; font-family:"Trebuchet MS"; color: #ffffff; cursor: pointer; cursor: hand;} 
A.menulink:visited{ text-decoration: none; font-family:"Trebuchet MS"; color: #ffffff; cursor: pointer; cursor: hand;}
A.menulink:active{ text-decoration: underline; font-family:"Trebuchet MS"; color: #FF0000; cursor: pointer; cursor: hand; }
A.menulink:hover{ text-decoration: underline; font-family:"Trebuchet MS"; color: #FF0000; cursor: pointer; cursor: hand; }



