/* 
   ================================
    HTML - BODY
   ================================
*/

/* background color for the content part of the pages 

font-size: x-small;

*/
body
{
	font-size:x-small;
}


/* ================================
    CUSTOM XACT PORTAL WIDE SETTINGS
   ================================
*/

.BOX {border:double 3px #A0A0FF;margin:8px;padding:8px;white-space:pre;overflow-x:scroll;}

.BOX_RED {border:double 3px #A0A0FF;margin:8px;padding:8px;background:#F0F0FF;overflow:scroll;}
.BOX_BLUE {border:double 3px #A0A0FF;margin:8px;padding:8px;background:#F0F0FF;overflow:scroll;}
.BOX_GREEN {border:double 3px #A0A0FF;margin:8px;padding:8px;background:#F0F0FF;overflow:scroll;}

PRE.BOX_CODE {border:double 3px #A0A0FF;margin:8px;padding:8px;background:#F0F0FF;white-space:pre;font-family:Courier;color:#0072FF;font-size:0.8em;width:100%;overflow:auto;}

TT.CODETEXT {font-family:Courier;color:#A0A0FF;color:#0072FF;}



/* ================================
    OVERRIDES 
   ================================

P,DIV {
	margin:0 0 0 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin:1em 0 0 0;
	padding:0;
}

TABLE {font-size:1em;}
INPUT{font-size:1em;}
SELECT{font-size:1em;}

OL,UL {margin:0 0 1em 0;}


LI LI    {
	list-style-type: circle
}



/* 
   ================================
    STANDARD HTML ELEMENTS
   ================================
*/


TFOOT, THEAD {
}

TH {
	vertical-align: baseline;
	font-weight: bold;
}

A:link {
	text-decoration: none;
	color: #003366;
}

A:visited {
	text-decoration: none;
	color: #003366;
}

A:hover {
	text-decoration: underline;
	color: #ff0000;
}

A:active {
	text-decoration: none;
	color: #003366;
}

SMALL {
	font-size: 0.75em;
}

BIG{
	font-size: 1.4em;
}

BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}


LI LI {
	list-style-type: square;
}


HR{
	color: #696969;
	height: 1px;
}
	


/* 
   ================================
    DNN - CONTROL PANEL
   ================================
*/
.ControlPanel, .PagingTable
{
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}


/* 
   ================================
    DNN - MODULE RENDERING
   ================================
*/

/***** DNN - Modules - Help ******/
/*This one is abs. needed for when Containers.Visibility = off*/
.DNNAlignleft {text-align:left;}


/***** DNN - Modules - Help ******/
.Help {
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	padding-top: 2px;
	border-bottom: black 1px solid;
	background-color: #ffff99;
}

/***** DNN - Modules - Titles ******/
span.Head {
	font-size: 1.2em;
	font-weight:bold;
}


/*
The titles for the modules.
*/
td.Head {
	font-size: 1.1em;
	font-weight:bold;
}

/*
a) The admin control panel main text and the content panes text
b) The titles for each form element within a modules settings
*/
.SubHead {
	font-weight: bold;
}

/* 
module title style used instead of Head for compact rendering by QuickLinks and Signin modules 
.SubSubHead {
	font-size:1em;
	font-weight: bold;
	font-style:italic;
}
*/

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled {
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled {
	color: Silver;
}

/* 
This is for any text that requires emphasis. Generally you will find this within the admin settings page of a module.
*/
.NormalBold {
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed {
	font-weight: bold;
	color: #ff0000;
}



/* 
   ================================
    MENU - MAIN
   ================================
*/

/* NO EFFECT WHAT SO EVER */
.MainMenu_MenuContainer {
	
}
/* IMPORTANT: Only position:static works  */
.MainMenu_MenuBar{
	cursor: pointer;
}

.MainMenu_MenuItem{
	height:16px;
        padding-right: 4px;	
}

.ModuleTitle_MenuItem TD {
	white-space:nowrap;
}

.MainMenu_MenuIcon {
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 16px;
}

.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}



.MainMenu_RootMenuItem {
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 8px 3px 8px;	
}
.MainMenu_SubMenuItem {
        white-space: nowrap;  /*Word wrapping menu item now optional*/
}



.MainMenu_MenuItemSel{
	background-color: #CCCCFF;
}

.MainMenu_RootMenuItemSelected {
	background-color:#EEEEEE;
	border-bottom:dashed 1px #A0A0A0;
}

.MainMenu_SubMenuItemSelected{
	background-color: #EEEEEE;
}



.MainMenu_SubMenu {
	position:static;
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	border-bottom-color: #696969;
	border-bottom: #696969;
}


.MainMenu_MenuArrow {
	font-family: webdings;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
}
















/*NEW*/



.MainMenu_RootMenuItem{
}




/* ================================
    DNN - MENU FOR MODULE/CONTAINERS
   ================================
*/
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
	cursor: pointer;
}

.ModuleTitle_MenuItem {
	height:16px;
        padding-right: 4px;	
}
/*
	Needed to solve word wrap (doesn't work if applied to ModuleTitle_MenuItem or MainMenu_MenuItem
*/
.ModuleTitle_MenuItem TD {
	white-space:nowrap;
}


.ModuleTitle_MenuIcon {
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
}

.ModuleTitle_SubMenu {
	cursor: pointer;
	z-index: 1000;
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
	
}

.ModuleTitle_MenuItemSel {
	background-color: #CCCCCC;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;

}



/* 
   ================================
    DNN - TREEMENU
   ================================
*/
.TreeMenu_Node {
}

.TreeMenu_NodeSelected {
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	text-decoration: none;
	color: #003366;
}


/* 
   ================================
    DNN SkinObject
    The overall font sizing for Search, Date, Breadcrumbs, Login, Register, Copyright, Terms, Privacy
   ================================
*/
.SkinObject
{
	color: #003366;
	text-decoration: none;
}

A.SkinObject:link
{
	color: #003366;
	text-decoration: none;
}

A.SkinObject:visited
{
	color: #003366;
	text-decoration: none;
}

A.SkinObject:hover
{
	color: #003366;
	text-decoration: none;
}

A.SkinObject:active
{
	color: #003366;
	text-decoration: none;
}

/* 
   ================================
    DNN - LANGUAGE
   ================================
*/
/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}



/* 
   ================================
    DNN - TEXTBOXES IN ADMIN/EDIT PAGES
   ================================
*/
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {

}

/* styles used by Data Grids */
.DataGrid_AlternatingItem {
	background-color: White;
	color: Red;
}
.DataGrid_Container {
}
.DataGrid_Footer {
	background-color: White;
}
.DataGrid_Header {
	background-color: Transparent;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item {
	background-color: Transparent;
}
.DataGrid_SelectedItem {
	background-color: Silver;
	color: Blue;
}


/* 
   ================================
    DNN - 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: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList {
	height: 100%;
	border: #696969 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-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager {
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar {
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item {
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem {
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem {
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode {
}

.FileManagerTreeNodeSelected {
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	text-decoration: none;
	color: #003366;
}

/* 
   ================================
    DNN - 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: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.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;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText {
	overflow: auto;
	width: 180px;
	height: 300px;
}
.WizardText {
}



/* 
   ================================
    DNN - ADMIN PAGES
   ================================
*/
/* 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 {
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited {
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover {
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active {
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	background: #dddddd;
	color: #000000;
}





