.lnkBack
{
	background-color: #FFCC00; 
	text-decoration: none; 
	color: #D40C0C; 
	padding: 3px;
	text-align :left;
	font-size:12px ;
}

.hr
{
	 border-top: solid 1px #A0A0A0;
	 
}

body
{
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #FFFFFF;
	
	
	
}
.validatorCalloutHighlight 
{
    background-color: #009900; 
    color:White ;
   
}

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffffff;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:#ffffff;
	background-color:#009900;
}

a.home 
{
	background-image:url(../images3/pcore_home.jpg);
	width:73px;
	height:24px;
	display:block;
}

a.home:hover
{
	background-image:url(../images3/pcore_home_over.jpg);
	width:73;
	height:24;
}

a.exit 
{
	background-image:url(../images3/pcore_logout.jpg);
	width:73px;
	height:24px;
	display:block;
}

a.exit:hover
{
	background-image:url(../images3/pcore_logout_over.jpg);
	width:73;
	height:24;
}	

a.help 
{
	background-image:url(../images3/pcore_help.jpg);
	width:73px;
	height:24px;
	display:block;
}

a.help:hover
{
	background-image:url(../images3/pcore_help_over.jpg);
	width:73;
	height:24;
}	

a.security 
{
	background-image:url(../images3/pcore_security.jpg);
	width:95px;
	height:24px;
	display:block;
}

a.security:hover
{
	background-image:url(../images3/pcore_security_over.jpg);
	width:95;
	height:24;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
}

#marqueecontainer{
position: relative;
/*width: 500px; /*marquee width */
height: 30px; /*marquee height */
background-color: #FFFFFF;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}



/************ 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;
}
.grid tr.highlight
{
background-color: #FFFFFF;
}

.grid tr.highlight:hover
{
background-color: #b2c5ed;
font-weight:bold;
}
