.masterTable{
	width:1000px;
	background: #d7d7d7;
	margin-left: auto;
	margin-right: auto;
	font-family:verdana;
	font-size:12px;
	border: thin solid #ffffff;
}
body{
	background:black;
	margin:auto;	
}

.loginHeading {
	background: #464646;
	border: 1px solid #59595B;
	border-left: 1;
	border-right: 1;
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
	width:245px;
	text-align:center;
	color: #FFFFFF;
	font-family: verdana;
	line-height: 19px;
}
.loginHeading a{
	text-decoration:none;	
	color:#FBCB4B;
	font-size:11px;
	font-family: verdana;
}

.loginHeading a:hover{
	text-decoration:none;	
	color:#FFFF00;
	font-size:11px;
	font-family: verdana;
}

.search {
	background: #363636;
	border: 1px solid #59595B;
	border-top: 0;
	margin: 0px;
	text-align:center;
	width:255px;
}


#logo {
  
  background: url(../images/index/index.png) no-repeat;
  text-align: center;
  padding-top: 15px;
  color: #ffffff;
  font-size: 26px ;
  font-family: Verdana;
  height:100px;
  line-height:30px;
}


.rightBoxContent {
	background: #464646;	
	border: 1px solid #59595B;
	border-top: 0;
	margin: 0px;
	padding: 5px;
	text-align:center;
	color: #E4E6F2;
	width:230px;
}

.niceButton{
	width: 85px;
	text-align:center;
	color:black;
	background:url('../../images/button.png');
	border:0px;
	height:26px;
	cursor:pointer;
}
.niceButton:hover{
	width: 85px;
	text-align:center;
	color:white;
	background:url('../../images/button1.png');
	height:26px;
	cursor:pointer;
}
.niceButton150{
	width: 150px;
	color:black;
	background:url('../../images/button.png');
	border:0px;
	height:26px;
	cursor:pointer;
}
.niceButton150:hover{
	width: 150px;
	color:white;
	background:url('../../images/button1.png');
	height:26px;
	cursor:pointer;
}

a{
	text-decoration:none;
	color:blue;	
}

a:hover{
	text-decoration:none;
	color:#dc0000;	
}