/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


#progressBackgroundFilter 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#dcdcdc; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1002;
}

#processMessage 
{ 
    position:fixed; 
    padding:10px; 
    width:150px; 
    z-index:1001; 
    background-color:White;
    border:solid 1px #000;
    text-align:center;
    font-family:Arial;
	font-size: 12px;
	color:Black;
}

.LineSpacer
{
	height:5px;
}

.UpdateDetails_Border
{
	border:solid 1px #dcdcdc;
	padding:10px;
	width:50%;
}

.HorizontalRule_Main
{
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 0px #dcdcdc;
	border-left:solid 0px #dcdcdc;
	border-right:solid 0px #dcdcdc;
	width:100%;
	height:1px;
}




/* -------------------------
	ModuleMessage
--------------------------*/

.ModulesMessage_Yellow
{
	background-color:#fcffb8;
	border:solid 1px Yellow;
	padding:5 5 5 5;
	width:95%;
	text-align:left;
}

.ModulesMessage_Green
{
	background-color:#dafbb0;
	border:solid 1px Green;
	padding:5 5 5 5;
	width:95%;
	text-align:left;
}

.ModulesMessage_Red
{
	/*background-color:#ff7b7b;*/
	background-color:#ffb8b8;
	border:solid 1px Red;
	padding:5 5 5 5;
	width:95%;
	text-align:left;
}

.ModulesMessage_Text
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}

/* Validation Summary Control */

.ValidationSummaryBox
{
	background-color:#ffb8b8;
	border:solid 1px Red;
	color:Black;
	font-family:Arial;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	width:95%;
	text-align:left;
}

/* Contact Search */

.ContactSearch_Header
{
	background-color:#dcdcdc;
}

.ContactSearch_MainTable
{
	background-color:#f9faff;
}

/* Update Details */

.UpdateDetails_Header
{
	background-color:#dcdcdc;
	height:20px;
}


.Container_Normal_Header
{
	font-family:Arial;
	font-size: 16px;
	color:blue;
}

.Skin_GES8_UserLoggedIn
{
	border-bottom:solid 1px #dcdcdc;
	height:29px;
	font-family:Arial;
	font-size:13px;
	color:Black;
}

.Skin_GES8_Header
{
	background-color:#dcdcdc;
	border-bottom:solid 1px black;
}

.Skin_GES8_HeaderText
{
	font-family:Arial;
	font-size:13px;
	color:Black;
}

a.Skin_GES8_HeaderText, a.Skin_GES8_HeaderText:link, a.Skin_GES8_HeaderText:active, a.Skin_GES8_HeaderText:visited, a.Skin_GES8_HeaderText:hover
{
	font-family:Arial;
	font-size:13px;
	color:blue;
}

.Skin_GES8_ContentPane
{
    padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}

#dnnMenu .navbar-nav {
	float: right;
} 


.login_text, a.login_text, a.login_text:link, a.login_text:active, a.login_text:visited, a.login_text:hover
{
	font-family:Arial;
	font-size:13px;
	color:#dcdcdc;
}


/* Module Drop Down */


.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

/* Main Menu */

.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: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        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: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.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; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	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: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}




/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	font-family:Arial;
	font-size:13px;
	color:Blue;
	width:175px;
}

.TitleSubHead
{
	font-family:Arial;
	font-size:13px;
	color:Blue;
	font-weight:bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
body, .Normal
{
	font-family:Arial;
	font-size: 12px;
	color:Black;
}

.OptionTitle
{
	font-family:Arial;
	font-size: 12px;
	color:Black;
}

.NormalButton
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	width:175px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family:Arial;
	font-size: 12px;
	color:Red;
	font-weight:normal;
}

.NormalBold
{
	font-family:Arial;
	font-size: 12px;
	color:Black;
	font-weight:bold;
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a, a:link, a:visited, a:active, a:hover
{
	font-family:Arial;
	font-size: 12px;
	color:Blue;
}

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 
{
	height:0px;
}

/* 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 {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.modal_Background
{
	filter: alpha(opacity=70); 
	background-color: Gray;
	opacity: 0.7;
}

.modal_Popup
{
	background-color:White;
	padding:6px;
	border:solid 1px black;
}


fieldset
{
	border-style:none;
	margin-left:0px;
}

fieldset label
{
	display:inline-block;
	width: 200px;
	margin:0 0 7px 0;
	vertical-align:top;
	height:20px;
}

fieldset select
{
	height:21px;
}

fieldset textarea
{
	font-family:Arial;
}

.fieldset_InlineText
{
	display:inline-block;
	width:500px;
}

.fieldset_Small label
{
	width:125px;
}

.fieldset_Small textarea
{
	color:#646767;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}

.fieldset_Large label
{
	width:260px;
}

.linkbutton_Navigation,
.linkbutton_Navigation:link,
.linkbutton_Navigation:visited,
.linkbutton_Navigation:active
{
	margin-right:30px;
}
.linkbutton_Navigation:hover
{
}

.linkbutton_Navigation_NoMargin,
.linkbutton_Navigation_NoMargin:link,
.linkbutton_Navigation_NoMargin:visited,
.linkbutton_Navigation_NoMargin:active
{
}
.linkbutton_Navigation_NoMargin:hover
{
}

.AbstractGrid, .AbstractGrid th, .AbstractGrid td
{
	border-style:solid;
	border-color:#f0f0f0;
}

table.Normal
{
    border-spacing: 0px;
    border-collapse: separate;
}

table.Normal th 
{
    text-align:left;
    font-family:Arial;
	font-size: 12px;
    color:black;
    padding: 4px;
}

table.Normal td 
{
    padding: 4px;
    vertical-align:top;
}

.CommentText 
{
    color:dimgray;
}

.consentpref
{
    margin-bottom: 20px;
}

.consentpref .checkbox
{
    margin-bottom: 5px;
}

.ConsentIntro
{
    margin-bottom: 10px;
}

.redtext {
    color:red;
}
