﻿/*****************************************************************
   Wizard Styles
******************************************************************/
.wizardLink
{
	text-decoration: none;
	color: Black;
	cursor:default;
}

.lblErrorMessage
{
	color: Red;
}

.lblStatusMessage
{
	color: Black;
}

.wizardHeader
{
	font-size:large;
	font-weight: bold;
}

.wizardStepHeader
{
	font-size: larger;
	font-weight: bold;
}

div#wizardHeader
{
	margin: 0 auto;
}

.wizardStep
{
	padding: 10px;
}

/*****************************************************
          Password Policy Display
******************************************************/

DIV#policyDisplay {
	margin: 5px 0 0 35px;
	padding: 0;
	font-size: 1em; 
	color: red;
}

DIV#policyDisplay UL {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

DIV#policyDisplay UL LI {
	margin: 0;
	padding: 0;
}

DIV#policyDisplayRight {
	font-size: 1em;
	padding: 5px 5px 5px 0px;
}

INPUT#cmdClear
{
    border-left:        1px ridge #999999; 
    border-right:       1px ridge #666666; 
    border-top:         1px ridge #999999; 
    border-bottom:      1px ridge #666666; 
    color:              Black;
    font-size:          12px;
    background-color:	#cccccc;
    padding:            2px;
}
H4
{
    font-size:          14px;
    font-family:        Arial,sans-serif;
    color:              #333333;
    padding:            0px;
    margin:             0px;
}

.contentPageMainTable
{
     padding-top:       5px;
     padding-left:      5px;
     padding-right:     5px;
     padding-bottom:    0px;
     width:             100%;
}

.errorMsg
{
    font-family:        Arial,sans Serif;
    font-size:          11px;
    font-weight:        normal;
    color:              Red;
}

DIV#formButtons
{
	padding-top:	10px;
	width:			100%;
	text-align:		right;
}


/*************************************************
             Application Setting Styles
**************************************************/
.indentedTD {
	padding-left: 10px;
}

/************************************************
    Save/Delete Buttons at Bottom of Lots of Pages
*************************************************/
.formButtons {
	width: 100%;
	text-align: right;
	padding-top: 10px;
}
/**************************************************
     Status Message Label as found in the Master Page
**************************************************/
.statusMessage {
	margin-bottom: 5px;
}


/****************************************************
          AJAX Tab Containers
****************************************************/
.ajax__tab_tab
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ajax__tab_panel
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}


	.pnlbody {
		font-family: Arial;
		font-size: 10pt;
	    padding-left: 10px;
	}
	.modalBackground {
		background-color: black;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}

	.modalPopup {
		background-color: #FFFFFF !important;
		width: 350px;
		border: 3px solid #000;
	}
	.modalPopup .header {
			background-color: #484646;
			height: 30px;
			color: White;
			line-height: 30px;
			text-align: center;
			font-weight: bold;
	}
	.modalPopup .footer {
			padding: 3px;
	}
	.modalPopup .yes, .modalPopup .nob {
			height: 23px;
			color: White;
			line-height: 23px;
			text-align: center;
			font-weight: bold;
			cursor: pointer;
	}
	.modalPopup .yes {
			background-color: #c28975;
			border: 1px solid #0DA9D0;
	}
	.modalPopup .nob {
			background-color: #9F9F9F;
			border: 1px solid #5C5C5C;
		}
