﻿.label{
	vertical-align:middle;
}

.title
{
	font-weight:bold;
}

.validator{
}

/*----------------------------------------------------------------------Button -------------------------------------------------------------------------------*/

.bigButton{
	background:  url('../image/bigButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.mediumButton{
	background:  url('../image/medButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.smallButton{
	background:  url('../image/smallButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.xSmallButton{
	background:  url('../image/xSmallButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}
/*----------------------------------------------------------------------End Button --------------------------------------------------------------------------*/



/*----------------------------------------------------------------------Default Master Page------------------------------------------------------------------*/

body{
	background: url('../image/master/background.png') repeat;
}

.master_table_top{
	background: url('../image/master/top.png') no-repeat;
	width: 980px;
	height: 129px;
}

.master_table_middle{
	width: 912px;
	background-color: White;
	margin-left: 33px;
	margin-top: 0px;
}

.master_table_bottom{
	background: url('../image/master/bottom.png') no-repeat;
	width: 980px;
}

.master_tr{
	text-align:left;
	vertical-align:top;
}

.master_table_menu{
	margin-left: 80px;
}

.master_table_content{
	margin-top: 10px;
}

.menu{
	color: black;
	font-family: Helvetica;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}

.menu:hover {
	color: orange;
	font-family: Helvetica;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
}

.btnLogo{
	margin-top: 25px;
	margin-left: 40px;
}

.lblPoint{
	margin-left: 350px;
	color:White;
	font-size: 18px;
	font-weight: bold;
}

.lblWelcome{
	margin-left: 10px;
	color:White;
	font-size: 14px;
	font-weight: bold;
}

.btnSubMenu{
	color:White;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
}

.btnSubMenu:hover{
	color:orange;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
}


/*------------------------------------------------------------------End Default Master Page------------------------------------------------------------------*/


/*------------------------------------------------------------------Sub table--------------------------------------------------------------------------------*/
.sub_table{
	border-style: none;
	border-color: inherit;
	border-width: 1px;
	width:885px;
	margin-left: 10px;

}

.lstBox{
	height: 20px;
	font-size:10px;
	font-weight:bolder;
	width: 94px;
	margin-left: 0px;
}

.validate{
	color:Red;
	font-size: 12px;
}

/*------------------------------------------------------------------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--------------------------------------------------------------------*/


/*------------------------------------------------------------------ Modal Popup-----------------------------------------------------------------------------*/

.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;
	width:250px;
}

/*------------------------------------------------------------------End Modal Popup---------------------------------------------------------------------------*/

.collapsePanel {	
	background-color:white;
	overflow:hidden;
	margin-left: 5px;
}


.lstType{
	margin-top: 15px;
}

	





