﻿/*CollapsiblePanel*/
.collapseRole {
	width:100%;
	overflow:hidden;
}

.comPressRole
{
    width:100%;
    border-color:Black;
    border-width:1px;
    border-style:dotted;
}
.collapseRoleHeader{
	width:100%;
	height:30px;
	background-image: url(../ajaxImg/bg-menu-main_Red.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.collapsePanel {
	width:310px;
	overflow:hidden;
}

.comPressPanel
{
    width:310px;
    border-color:Black;
    border-width:1px;
    border-style:dotted;
}

.collapsePanelHeader{
	width:310px;
	height:30px;
	background-image: url(../ajaxImg/bg-menu-main_Red.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.artPanel {
	width:100%;
	overflow:hidden;
}

.artPressPanel
{
    width:100%;
    border-color:Black;
    border-width:1px;
    border-style:dotted;
}
.artPanelHeader{
	width:100%;
	height:30px;
	background-image: url(../ajaxImg/bg-menu-main_Red.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;
    vertical-align:middle;
}

.TextIndicator_TextBox3
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}



.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

/*Textbox Watermark*/

.unwatermarked {
	background: white url(../images/login_input_background.gif) repeat-x;
	border: 0;
	height: 18px;
	margin-right: 6px;
	padding-left: 3px;
	color:Black;
}

.watermarked {
	background: white url(../images/login_input_background.gif) repeat-x;
	border: 0;
	height: 18px;
	margin-right: 6px;
	padding-left: 3px;
	color:Silver;
}

.watermarked_pass {
	background: white url(../images/waterPass.jpg);
	background-repeat:no-repeat;
	border: 0;
	height: 18px;
	margin-right: 6px;
	padding-left: 3px;
}

.imgWater
{
    margin-bottom:0px;
    margin-left: 0px;
}	

.unaddressmarked {
	width:300px;
	height: 18px;
}

.addressmarked {
	width:300px;
	height: 18px;
	color:Silver;
}

.waterSearch{
	background: white url(../images/white_input_background.gif) repeat-x;
	border: silver 1px solid;
	height: 17px;
	margin-bottom: 6px;
	margin-right: 6px;
	padding-left: 3px;
	color: silver;
	float:left; 
    width: 170px;
}
.unWaterSearch{
	background: white url(../images/white_input_background.gif) repeat-x;
	border: black 1px solid;
	height: 17px;
	margin-bottom: 6px;
	margin-right: 6px;
	padding-left: 3px;
	float:left; 
    width: 170px;
}	


/*CALENDER*/
.PopUpButton
{
    cursor:hand;cursor:pointer;
}