﻿/* ================================
    Default styles for OnlineWeb
   ================================
*/   

/* background color for the content part of the pages */
Body
{

}

.ControlPanel, .PagingTable
{
    width: 100%;
    background: url(/images/controlpanel_bg.gif) #a3a3a3 repeat-x;
    /* background-color: #535353; */
    color: #ffffff;
}

.ControlPanelH3
{
    font-family: Verdana;
    font-size:  11px;
    font-weight:  Bold;
    color: #ffffff;
}

.ControlPanelH4
{
    font-family: Verdana;
    font-size:  11px;
    color: #ffffff;
}

.NoticeMessage
{
    font-family: Verdana;
    font-size:  13px;
    font-weight:  Bold;
    color: #ffffff;
}

A.NoticeMessage:link {
    text-decoration:    none;
    color:#ffffff;
}

A.NoticeMessage:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.NoticeMessage:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.NoticeMessage:hover    {
    text-decoration:    underline;
    color:#ffffff;
}

.ControlPanelTextBox
{
    font-family: Verdana;
    font-size:  11px;
    color: #000000;
}

.ControlPanelCommandButton
{
    font-family: Verdana;
    font-size:  11px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

A.ControlPanelCommandButton:link {
    text-decoration:    none;
    color:#ffffff;
}

A.ControlPanelCommandButton:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.ControlPanelCommandButton:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.ControlPanelCommandButton:hover    {
    text-decoration:    none;
    color:#ffffff;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:  Bold;
    color: #666666;
}


A {
	font-family:verdana;
	text-decoration: none;
	font-weight:Normal;
	font-size: 11px;
}

HR {
	color: #CCCCCC;
	height: 1px;
	width: 100%;
}

.SectionHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    font-family: Verdana;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#666666;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#666666;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#666666;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#000000;
}

.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* module title style used instead of H1 for compact rendering by QuickLinks and Signin modules */
.H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* text style used for most text rendered by modules */
.H4, .NewsletterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* text style used for error messages */
.NormalRed
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:Verdana;
	font-size: 11px;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color: Transparent;
    color: #666666;
	font-family:Verdana;
	font-size: 11px;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    background-color: Transparent;
    color: #666666;
	font-family:Verdana;
	font-size: 11px;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: #333333;
	font-family:Verdana;
	font-size: 11px;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: #333333;
	font-family:Verdana;
	font-size: 11px;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
}

.TreeMenu_NodeSelected
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #00546D;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #00546D;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #00546D;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
    text-decoration:    none;
    color: #000000;
}

/* styles used in the Meida Player */
.PlayerList
{
    	height:100%;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.PlayerItem
{
    font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: #182957 1px dashed;
    border-bottom: #182957 1px dashed;
}

.PlayerAltItem
{
    	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}


/* styles used in the FileManager */
.FileManager
{
	border-right: #182957 1px solid;
	border-top: #182957 1px solid;
	border-left: #182957 1px solid;
	border-bottom: #182957 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: #182957 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: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family:Verdana;
	font-size: 11px;
	color: #666666;
    font-weight: Normal;
    background-color: #F1F2EE;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
    background-color: #F1F2EE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: H4;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: #182957 1px dashed;
    border-bottom: #182957 1px dashed;
}

.FileManager_AltItem
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
    color: Black;
    background-color: #dcdcdc;
    border-style: none;
}

.FileManagerTreeNode 
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
}

.FileManagerTreeNodeSelected 
{
	font-family:Verdana;
	font-size: 11px;
    font-weight: Normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #00546D;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #00546D;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #00546D;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #000000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: #182957 1px solid;
	border-top: #182957 1px solid;
	border-left: #182957 1px solid;
	border-bottom: #182957 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #F1F2EE;
}
.WizardHeader
{
	background: #F1F2EE;
	border-bottom: #182957 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: #182957 1px solid;
	background: #F1F2EE;
	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: #182957 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #F1F2EE;
}
.WizardHelpText
{
	overflow: auto;
	width: 180px;
	font-family:Verdana;
	font-size: 11px;
	color: #666666;
	height: 300px;
}
.WizardText
{
	font-family:Verdana;
	font-size: 11px;
	color: #666666;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: #182957 1px solid;
  padding-right: 2px;
  border-top: #182957 1px solid;
  padding-left: 2px;
	font-family:Verdana;
	font-size: 11px;
	color: #666666;
  padding-bottom: 2px;
  border-left: #182957 1px solid;
  padding-top: 2px;
  border-bottom: #182957 1px solid;
  background-color: #F1F2EE;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family:Verdana;
	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: #666666;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #666666;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #666666;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #000000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: Normal;
	font-size: 11px;
	color: #666666;
	font-family: Verdana;
}

.PagingTable {
    height: 33px;
}
.LabelEditTextClass
{
	border: solid 1px #ccff33;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
    
}

/*Edit In Place Tool Bar Classes*/
.eipbackimg {
	border: solid 1px #ccff33;
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */	
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.png);
	background-color: #FFFFFF;
	height: 22px;
}

.eipbuttonbackimg {	
	width: 22px;
	height: 22px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/	
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit {
	background: url(/images/edit.png) no-repeat center;
}
.eipbutton_save {
	background: url(/images/save.png) no-repeat center;
}
.eipborderhover {
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
    width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
    text-align: left;
}
.DNNAlignright
{
    text-align: right;
}
.DNNAligncenter
{
    text-align: center;
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.png") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.png") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.png") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
    clear: both;
    padding-top: 5px;
}

.LoginContainer
{
}

/* Search SkinObject Styles */

div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}

div.SearchBorder
{
    width: 200px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: relative;
    background-color: White;
    white-space: nowrap;
    float: left;
    margin-top: 2px;
}

input.SearchTextBox
{
    font-family:Verdana;
    font-size: 11px;
    float: left;
    z-index: 10;
    border: 0px;
    width: 169px;
    height: 18px;
}

div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    display: -moz-inline-box;
}

div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}

div.SearchIcon img
{
    margin-top: 3px;
}

#SearchChoices
{
    width: 160px;
    clear: both;
    display: none;
    border: solid 1px #777;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #eee;
    position: absolute;
    top: 21px;
    left: 0px;
}

#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
}

#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}

#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
}

#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #ffffff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist 
{
	width: 120px;
	margin: 0;
	border-right: 1px solid black;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}

.paneOutline
{
	border: 1px #CCCCCC dotted;
}
.containerAdminBorder
{
	border: 2px red solid;
}

/*-----------------------------------------------------*/
/* AJAX - Start                                        */
/*-----------------------------------------------------*/

.modalBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 15000;
}

.modalPopup 
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#99cc33;
	padding:5px;
	width:450px;
}

.modalMailPopup 
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#99cc33;
	padding:5px;
	width: 800px;
}   

.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 15000;
}

.PageUpdateProgress
{
	background-color: #FFFFFF;
	border: solid 2px #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	width: 120px;
	height: 40px;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
	z-index: 16000;
}