﻿.CustomLogin
{
	position: relative; /* z-index: -1; */
	_height: 1px; /*  force hasLayout for IE6/7 in quirks mode */
}

.CustomLogin H2
{
	padding: 0;
	margin: 0.5em 0 0.5em 0;
	color: Black;
}

.CustomLogin FIELDSET
{
	border: 0;
	padding: 0;
}

.CustomLogin LEGEND
{
	display: none;
}

.CustomLoginOptions FIELDSET
{
	border: solid 1px #AAAAAA;
	padding: 1em;
}

.CustomLoginOptions LEGEND
{
	display: inline-block;
	font-weight: bold;
}

.CustomLogin .RetrievePassword UL
{
	margin-bottom: 0.5em;
}

.CustomLogin .RetrievePassword UL, .CustomLogin .RetrievePassword LI
{
	list-style-type: none;
	padding: 0;
}

.CustomLogin .ActionPanel
{
	/*border-bottom: 1px solid #999999;*/
	margin-bottom: 0.5em;
}

.CustomLogin .LoginButtons
{
	display: block;
/*	margin-left: 12em;*/
}

.CustomLogin .LoginButtons .LoginButton
{
	margin-top: 1em;
}

.CustomLogin .FieldLabel, .CustomLoginOptions .FieldLabel, .CustomLoginOptions .FieldLabelLink
{
	display: inline-block;
	width: 12em;
	padding-bottom: 10px; /*position: relative;*/	
}

.CustomLoginOptions .InputRowTall .FieldLabel 
{
	vertical-align: top;
}

.CustomLogin .FieldValue, .CustomLoginOptions .FieldValue, .CustomLoginOptions .FieldValueLink
{
	display: inline-block; /*left: 12em;*/
	padding-bottom: 10px;
}

.CustomLogin .FieldValue.UserName, .CustomLogin .FieldValue.Password
{
	position: relative;
}

.CustomLogin .overlaylabel
{
	position: absolute;
	color: #777;
	cursor: text;
	left: 4px;
	top: 4px;
}

/*.CustomLogin .MessageDialog
{
	border: 5px ridge #999999;
	padding: 10px;
	display: none;
	min-width: 400px;
	background-color: #eeeeee;
	margin-bottom: 8px;
}

.CustomLogin .MessageTitle
{
	font-weight: bold;
  color: red;
	text-transform: uppercase;
}

.CustomLogin .dnnModMessageHeading
{
	display: block;
	font-weight: bold;
}*/

CustomLoginOptions .DisplayControlLabel
{
	vertical-align: top;
}

.CustomLogin .RememberLogin
{
	display: block;
}

.CustomLogin .RememberLogin label
{
  margin-left: 0.25rem;
}

.CustomLogin .LinkValue A
{
	cursor: pointer;
}

.CustomLoginOptions
{
	text-align: left;
}

.CustomLoginOptions .FieldLabel
{
	width: 15em;
}

.CustomLoginOptions .FieldValue
{
	left: 15em;
}

.CustomLoginOptions .FieldLabelLink
{
	width: 10em;
}

.CustomLoginOptions .FieldValueLink
{
	left: 10em;
}

.CustomLoginOptions .ConnectionStatusButton
{
	display: inline-block;
}

.CustomLoginOptions .StatusLabel
{
	vertical-align: top;
}

.CustomLoginOptions .Status
{
	min-width: 450px;
	overflow: auto;
}

.CustomLoginOptions .Summary
{
	position: relative;
	left: 15.3em;
}

.CustomLoginOptions .OptionSection
{
	padding-top: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.CustomLoginOptions .OptionSectionLegend
{
	padding-bottom: 10px;
}

.CustomLoginOptions .AltSourceTabPanel
{
  clear: both;
	border: solid 3px #494545;
	padding: 8px;
	min-width: 600px; /* 600 - left padding - right padding - 1px left/right border */
	_width: 600px; /*  IE6 fix for min-width  */
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: White;
}
  
.CustomLoginOptions .EditorTabPanel
{
	clear: both;
	border: solid 3px #494545;
	padding: 8px;
	min-width: 600px; /* 600 - left padding - right padding - 1px left/right border */
	_width: 600px; /*  IE6 fix for min-width  */
	min-height: 300px;
	_height: 300px; /*  IE6 fix for min-height  */
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: White;
}


.CustomLoginOptions .DataGrid
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px black;
}

.CustomLoginOptions .DataGrid TH, .CustomLoginOptions .DataGrid TD
{
	border: solid 1px black;
}

.CustomLoginOptions .DataGrid A, .CustomLoginOptions .DataGrid A:active, .CustomLoginOptions .DataGrid A:hover, .CustomLoginOptions .DataGrid A:visited, .CustomLoginOptions .DataGrid A:link
{
	display: block;
	text-decoration: none;
	color: Black;
}

.CustomLoginOptions .DataGrid .SelectedRow, .CustomLoginOptions .DataGrid .SelectedRow A, .CustomLoginOptions .DataGrid .SelectedRow A:active, .CustomLoginOptions .DataGrid .SelectedRow A:hover, .CustomLoginOptions .DataGrid .SelectedRow A:visited, .CustomLoginOptions .DataGrid .SelectedRow A:link
{
	color: white;
	background-color: blue;
}

.CustomLoginOptions .DataGrid .HeaderRow
{
	background-color: #5f5a05;
}

.CustomLoginOptions .DataGrid .GridHeader
{
	text-align: left;
}

.CustomLoginOptions .margin-top
{
	margin-top: 15px;
}

.CustomLogin .Header, .CustomLogin .Footer
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.CustomLogin .UserNameField, .CustomLogin .PasswordField, .CustomLogin .TextBoxField
{
	width: 20em;
}

.CustomLogin .Progress
{
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 1;
	display: none;
	width: 100%; /*  for IE6/7 in quirks mode */
	height: 100%; /*  for IE6/7 in quirks mode */
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.CustomLogin .ProgressImage
{
	position: relative;
	top: 50%;
	margin-top: -16px;
}

.CustomLogin .LoginFields .ButtonPanel
{
	position: relative;
	display: inline-block;
}

.CustomLogin .RetrievePassword .FieldLabel
{
	width: 15em;
}


.CustomLogin .RetrievePassword .FieldValue .NormalTextBox, .CustomLogin .ChangePassword .FieldValue .NormalTextBox
{
	width: 25em;
}


/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs
{
	position: relative;
	padding: .2em;
	zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav
{
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li
{
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a
{
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel
{
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tabs .ui-tabs-hide
{
	display: none !important;
}


.tabs-nav
{
	float: left;
	width: 99%;
}

.tabs-nav a
{
	display: block;
	padding: 0 10px;
	border: solid 1px gray;
}

.ui-tabs-nav li
{
	margin: 5px 5px 0 0;
}

.ui-tabs-nav li a:link, .ui-tabs-nav li a:visited, .ui-tabs-nav li a:hover, .ui-tabs-nav li a:active
{
	font-size: 14px;
	padding: 4px 1.2em 3px;
	color: black;
}

.ui-tabs-nav li.ui-tabs-selected a:link, .ui-tabs-nav li.ui-tabs-selected a:visited, .ui-tabs-nav li.ui-tabs-selected a:hover, .ui-tabs-nav li.ui-tabs-selected a:active
{
	color: #1b75bb;
}

.ui-tabs-panel
{
	padding: 20px 9px;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
}

.ui-widget-content
{
	border: 1px solid black;
	background-color: #ffffff;
	color: #333333;
}
.ui-widget-content a
{
	color: #222222;
}

.ui-widget-content a:link, .ui-widget-content a:visited
{
	color: #1b75bb;
	text-decoration: none;
}
.ui-widget-content a:hover, .ui-widget-content a:active
{
	color: #0b559b;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	border: 1px solid #d3d3d3;
	background-color: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	font-weight: normal;
	color: #212121;
}

.ui-widget-header
{
	border: 1px solid #aaaaaa;
	background-color: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a
{
	color: #222222;
}
.ui-helper-clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* /
.ui-helper-clearfix
{
	display: inline-block;
	width: 99%;
}


