.masterTable{
	width:1000px;
	background: #d7d7d7;
	margin-left: auto;
	margin-right: auto;
	font-family:verdana;
	font-size:12px;
	border: thin solid #ffffff;
}
.tableTop{
	width:1000px;
	background: url('../images/tableTop.png');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px;
	border: thin solid #000000;
	border-bottom:0px;
}
.tableContent{
	width:1000px;
	background: url('../../images/tableBgContent1.png');
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000000;
	border-top:0px;
	margin-top: -3px;
	border-bottom:0px;
}
.tableFooter{
	width:1000px;
	border: thin solid #000000;
	border-top:1px;
	margin-left: auto;
	margin-right: 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;
}

body{
	background:#f9f9f9;	
}

#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:#1b9fdc;
	border:thin solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}
.niceButton:hover{
	width: 85px;
	text-align:center;
	color:white;
	background:#1b9fdc;
	border:medium solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}
.niceButton150{
	width: 150px;
	text-align:center;
	color:black;
	background:#1b9fdc;
	border:thin solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}
.niceButton150:hover{
	width: 150px;
	text-align:center;
	color:white;
	background:#1b9fdc;
	border:medium solid #908181;
	border-left:0px;
	border-right:0px;
	height:26px;
	cursor:pointer;
}

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

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