/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #3D512F;
}

/* background color for the content part of the pages */
Body
{
	background-color: #3D512F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

TBody
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}


.ControlPanel {
	background-color: #222222;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
	background-color:#222222;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active
{

}

A.SelectedTab:hover
{

}


/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active
{

}

A.OtherTabs:hover
{

}


/* GENERAL */
/* style for module titles */
.Head   {
	color:#FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* text style used for most text rendered by modules */
.Normal
{
/*	color: #FFFFFF; */
/*	background-color: #222222;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	color: #FFFFFF;
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.NormalRed
{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.NormalBold
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
	color: #CCCCCC;
	text-decoration: none;
}

A.CommandButton:hover    {
	color: #CCCCCC;
	text-decoration: underline;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link, A:visited, A:active
{
	color: #CCCCCC;
	text-decoration: none;
}

A:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	background-color: #000000;
	border-left: #3D512F 0px solid;
	border-bottom: #3D512F 0px solid;
	border-top: #3D512F 0px solid;
	border-right: #3D512F 0px solid;
}

.ModuleTitle_MenuBar {
	cursor:pointer; cursor:hand; height:16px; background-color:Transparent; 
}

.ModuleTitle_MenuItem {
	border-left: #3D512F 0px solid;
	border-bottom: #3D512F 0px solid;
	border-top: #3D512F 0px solid;
	border-right: #3D512F 0px solid;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;

}

.ModuleTitle_MenuIcon {
	background-color: #000000;
	border-left: #3D512F 0px solid;
	border-bottom: #3D512F 0px solid;
	border-top: #3D512F 0px solid;
	border-right: #3D512F 0px solid;
}

.ModuleTitle_SubMenu {
	background-color: #000000;
	border-left: #3D512F 3px inset;
	border-bottom: #3D512F 3px inset;
	border-top: #3D512F 3px inset;
	border-right: #3D512F 3px inset;
	padding: 5;
}

.ModuleTitle_MenuBreak {
	height:1px;
		background-color: #000000;
}

.ModuleTitle_MenuItemSel {
	background-color: Transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.ModuleTitle_MenuArrow {
	display:none;
}

.ModuleTitle_RootMenuArrow {
	display:none;
}

/* Main Menu - Solpart Menu */
.MainMenu_MenuContainer
{
	background-color:transparent;
}

.MainMenu_MenuBar
{
	cursor:pointer; cursor:hand; height:16px; background-color:Transparent;
}

.MainMenu_MenuItem
{
	border-left: #3D512F 0px solid;
	border-bottom: #3D512F 0px solid;
	border-top: #3D512F 0px solid;
	border-right: #3D512F 0px solid;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
}
	
.MainMenu_SubMenu
{
	background-color: Transparent;
}

.MainMenu_MenuBreak
{
	height:1px;
}

.MainMenu_MenuItemSel
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.MainMenu_MenuArrow
{
	display:none;
}

.MainMenu_RootMenuArrow
{
	display:none;
}

.MainMenu_MenuIcon
{
	display:none;
}
/*End SolpartMenu*/



/* FileMananger */
.FileManager
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_ToolBar
{

}

.FileManager_Explorer
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_Header
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_FileList
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_MessageBox
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_Item
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_AltItem
{
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_Pager
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManager_StatusBar
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.FileManagerTreeNode
{
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.FileManagerTreeNodeSelected
{
	color: #FFFFFF;
	background-color:#333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.DNNTree


/* DataGrid Object */
.DataGrid_Container
{

}

.DataGrid_Item, .DataGrid_Header
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.DataGrid_AlternatingItem
{
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

/*Others*/
.PagingTable
{
	color: #FFFFFF;
	background-color: #222222;
	border: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}


/* Login Styles */
.LoginPanel{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* TycoonPlanet Styles */
.TPLogoArea
{
	background-image: url(images/site/top_bg3.jpg);
}

.TPFullHorizBar
{
	background-image: url(images/site/fade.gif);
}

.TPLogo
{

}

.TPBanner
{

}

/* style for Login/Register/Logout/User Info */
.TPLogin, A.TPLogin:link, A.TPLogin:visited, A.TPLogin:hover, A.TPLogin:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;

}

.TPUser, A.TPUser:link, A.TPUser:visited, A.TPUser:hover, A.TPUser:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPBreadcrumb, A.TPBreadcrumb:link, A.TPBreadcrumb:visited, A.TPBreadcrumb:hover, A.TPBreadcrumb:active
{
	background-color: #3D512F;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.TPCopyright, .TPTerms, A.TPTerms:link, A.TPTerms:visited, A.TPTerms:hover, A.TPTerms:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}



.TPBottomPane
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}


.TPAnnounceHead
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style: normal;

}


