﻿.label{
	vertical-align:middle;
	color:White;
}

.time{
	vertical-align:middle;
	color:White;
	background:  url('../image/img.png') ;
}

.title
{
	color:#50daef;
	font-weight:bold;
	text-decoration:underline;
}

.validator{
}

.panel
{
	width:100%;
	height:100%;
}

.linkDelete
{
	color:Black;
}

legend
{
    color: White;
}

/*----------------------------------------------------------------------Button -------------------------------------------------------------------------------*/

.bigButton{
	background:  url('../image/button/bigButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.mediumButton{
	background:  url('../image/button/medButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
	margin-left: 0px;
}

.smallButton{
	background:  url('../image/button/smallButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.xSmallButton{
	background:  url('../image/button/xSmallButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}
/*----------------------------------------------------------------------End Button --------------------------------------------------------------------------*/



/*----------------------------------------------------------------------Default Master Page------------------------------------------------------------------*/

.bar
{
    background: url( '../Image/master/bar.jpg' ) no-repeat;
}   

.menu{
	color: white;
	font-family: Helvetica;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

.menu:hover {
	color: white;
	font-family: Helvetica;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
}

.popupHover
{
    background-repeat: repeat-x;
    background-position: left top;
}

.popupMenu
{
    background-color: black;
}

.popupText
{
    color: white;
	font-family: Helvetica;
	font-size: 14px;
	text-decoration:none;
}

.popupText:hover
{
    color: Orange;
	font-family: Helvetica;
	font-size: 14px;
	text-decoration:none;
}


.roleSelectionHide
{
    background-color: black;
    display:none;   
    visibility:hidden;
}

.roleSelectionVisible
{
    background-color: black;
    display:block;
    position:static;
    visibility:visible;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*------------------------------------------------------------------End Default Master Page------------------------------------------------------------------*/


/*------------------------------------------------------------------Sub table--------------------------------------------------------------------------------*/
.sub_table{
	border-style: none;
	border-color: inherit;
	border-width: 1px;
	width:948px;
	margin-left: 10px;
	height: 7px;
}

.lstType{
	font-size:12px;
	margin-left: 0px;
}

.lstBox{
	height: 20px;
	font-size:10px;
	font-weight:bolder;
	width: 94px;
	margin-left: 0px;
}

.validate{
	color:Red;
	font-size: 12px;
}

.btnLink{
	color:Aqua;
}

/*------------------------------------------------------------------End Sub table----------------------------------------------------------------------------*/


/*------------------------------------------------------------------Textbox Watermark------------------------------------------------------------------------*/
.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
/*------------------------------------------------------------------End Textbox Watermark--------------------------------------------------------------------*/







