/* [GENERAL] */

Body {
	background: url(images/sitebg.jpg);
	font-family: Verdana, Arial, sans-serif;
	width:100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.Top_Link {
	font-size: 10px;
	color:#DEDEDE;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, sans-serif;
	color: #E3E3E6;
}
Normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
}
li
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
}

/* [SOLPATRMENU] */
.MainMenu_MenuBar
{
    cursor: pointer; 
}
.MainMenu_MenuContainer
{
	margin-left:20px;
     
}
.MainMenu_RootMenuArrow 
{
 /* margin-left:30px;
  background:url(images/menuicon.png) left no-repeat;*/
}
.MainMenu_RootMenuItem
{
	cursor: pointer; 
    color: #FFFFFF;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal; 
	line-height:24px;
}

.MainMenu_RootMenuItemSelected 
{
    cursor: pointer; 
    color: #FFFFFF;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal; 
	line-height:24px;color:#FFCC33;
}
.MainMenu_RootMenuItemActive
{
    cursor: pointer; 
    color: #FFFFFF;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal; 
	line-height:24px;color:#33FF66;
}
.MainMenu_MenuItemBreadcrumb
{
	/*border:1px solid white;*/
}
.MainMenu_MenuItem 
{
    cursor: pointer; 
    color: #FFFFFF;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal; 
	line-height:24px;
}
.MainMenu_MenuItemSel 
{
    cursor: pointer; 
    color: #FFFFFF;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal;
	line-height:24px; color:#FFCC33;
}
.MainMenu_MenuItemActive 
{
    cursor: pointer; 
    color: #FFFFFF;
    font-family: Arial, Helvetica; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal;
	line-height:24px; color:#33FF66;
}
.MainMenu_MenuBreak
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 0px;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	border: #000 1px solid;
	margin-top: 1px;
	padding-left:10px;
	background-color: #626773;
}
.MainMenu_SubMenuItemSel
{
	line-height: 24px;
	font-size: 11px;
    color: #FFFFFF;
	border: none;
	background-color: #84b191;
}


/* [DNN] */

.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #484B55;
    BORDER-RIGHT: #313237 1px solid;
    BORDER-TOP: #313237 1px solid;
    BORDER-LEFT: #313237 1px solid;
    BORDER-BOTTOM: #313237 1px solid;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #DEDEDE;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#F7F7F7;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#F7F7F7;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#DEDEDE;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#DEDEDE;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #DEDEDE;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #DEDEDE;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #DEDEDE;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #DEDEDE;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold   ;

    color:#DEDEDE;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
        color:black;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:Transparent;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: #DEDEDE;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color:#DEDEDE;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color:#DEDEDE;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
        color:#DEDEDE;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#F7F7F7;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color:#F7F7F7;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color:#F7F7F7;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color:#DEDEDE;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color:#DEDEDE;
}

/* 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;
    background-color: White;
}
.FileManager_ToolBar
{
	border-bottom: black 0px solid;
	height:25px;
    background-color:#53535E;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	margin: 2px 2px 2px 2px;
    background-color:White;
}

.FileManager_FileList
{
	height:100%;
	border: dimgray 1px solid;
	margin: 2px 2px 2px 2px;
	overflow: auto;
     background-color:White;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	 background-color:White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #737382;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: White;
    border-top: dimgray 1px solid;
    height: 25px;
    color:Black;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: White;
    height: 25px;
	margin: 2px 2px 2px 2px;
     color:Black;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #DEDEDE;
    background-color: #53535E;

}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #DEDEDE;
    background-color: #53535E;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #DEDEDE;
    background-color: #656572;
    border-style: none;
}


.FileManagerTreeNode
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: White;
}

.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:Black;

}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color:Black;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color:Black;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color:Black;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color:Black;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: #F7F7F7;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
    color:#DEDEDE;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
    color:#DEDEDE;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
color:#F7F7F7;
}

A.CommandButton:visited  {
    text-decoration:    underline;
color:#F7F7F7;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#DEDEDE;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:#DEDEDE;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
    color:#DEDEDE;
	font-family: Verdana, sans-serif;
}