﻿/***** check UserID availability *****/
body 
{
	margin-top :10px;
	font-family:Lucida Sans Unicode;
}
.taken
{
  background-image: url(../images/taken.gif);
}

.available
{
  background-image: url(../images/available.gif);
}

/***** Table: Full width *****/
.FullWidth  
{
    width:100%
}

/***** Page form header *****/
.PageHeader 
{
    font-size:large;
    font-style:normal;
}

/***** div Email Error *****/
.divEmailError
{
    width:300px;
    height:20px;
    color:Red;
    display:none;
}

/************ Modal Popup ***********************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: #CCCCCC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 600px;
}

.modalPopupHeader 
{
    cursor: move;
    background-color:Gray;
    border:solid 1px Gray;
    color:Black
}

/*********** Show / Hide Control **************/
.hiddencol
    {
        display:none;
    }
.hidden
    {
        display:none;
    }
    
.visible
{
    display:block;
}

.gridviewheader
{
	background-color:gray;
	color:#FFFFCC;
	font-weight: bold;
	
}
.header
{
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0000FF;
	text-decoration: underline;
	font-family:Lucida Sans Unicode;
}


.viscol
{
    display:block;
}

.TextAlign
{	
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;	
}

.button
{
	background-color:silver;
	font-weight: bold;
	font-size:10pt;
	font-family:Lucida Sans Unicode;
}

.gridviewheader
{
	background-color:#16529c;
	color:white;
	font-weight: bold;
	font-size:x-small;
}
.gridviewContent
{
	background-color: white;
	color: #000000;
	font-weight: bold;
	font-size:x-small;
}
.gridviewFooter_Underline
{
	text-decoration: underline overline;
	font-weight: bold;
}
.TitleStyle
{
	background-color: white;
	color: #FFFFFF; 
	font-weight: bold;
	font-family:Lucida Sans Unicode;
	font-size:2;
}

.basic
{
	font-size:10pt;
	font-family:Lucida Sans Unicode;
	color:Black;

}

.print
{
	font-size:8pt;
	font-family:Lucida Sans Unicode;
	color:Black;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/**** Update Image ****/
.UpdateImage
{
	border-style: dotted; 
	border-width: thin; 
	position: absolute; 
	top: 301px; 
	left: 336px; 
	background-color: #FFFFFF;
	width: 110px;
}

/***** check username availability *****/
.progress
{
  background-image: url(../images/spinner.gif);
}

.taken
{
  background-image: url(../images/taken.gif);
}

.available
{
  background-image: url(../images/available.gif);
}


/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:25px;
	/*background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;*/
	background-color:Gray ;
	color:White;
	font-weight:bold;
}

/*PopupControl*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.HomepagePanelHeader{
	width:100%;
	height:25px;
	/*background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;
	background-color:#736F6E;
	color:White;*/
	background-color:#c0c0c0;
	color:Black;
	font-size: 9pt;
	font-weight:bold;
	vertical-align:middle;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}
