body {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

.main-table {
	background-color: #666666;
}

a {
	color: #FFF;
	outline:none;
	text-decoration: none;
}

a:hover{
	 
	outline:none;
	text-decoration: none;
}

/*------------ Search box -------------------*/


.search-box {
	width: 110px;
}

/*----------------- Content area --------------------*/
.galcontent {
/*	background: #464545 url(../images/content-bg.gif) top left repeat-x;
	
*/}
.content {
	background: #464545 url(../images/content-bg.gif) top left repeat-x;
	padding: 77px 100px 30px 30px;
}

.content p {
	font-size: 14px;
}

/*------------- Footer --------------------*/

.footer {
	font-size: 11px;
}

.footer a {
	text-decoration: none;
}


#button-login {
	background:url("../images/submitbuttonlogin.jpg"); 
	border:none;
	height:25px;
	width:50px;
	cursor:pointer;
}
#button-button {
	background:url("../images/submit-button.jpg"); 
	border:none;
	height:30px;
	width:50px;
	cursor:pointer;
}
div#loader { 
	height:556px;
	width:100%;
	overflow:hidden;
}

div#loader.loading {
	background: url("../images/spinner.gif") no-repeat center center;
	overflow:hidden;
	
 }
div#ploader { 
	height:595px;
	width:100%;
	overflow:hidden;
}

div#ploader.loading {
	background: url("../images/spinner.gif") no-repeat center center;
	overflow:hidden;
	
 }
 
 #menuheighlight {
 	background:url("../images/li-bg.gif") ;
	height:17px;
	padding-left:5px;
	text-decoration:none;
  }
  
  #menuheighlight a {
	text-decoration:none;
  }