.page_numbers {
/*	width: 640px;*/
    margin:0 auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:center;
	/* part 2 of 2 centering hack */
	width: 510px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	text-align:center;
	}
html>body .page_numbers {
	width: 510px; /* ie5win fudge ends */
	padding-left: 2px;
	}

.page_numbers ul { 
    margin: 0px;
    list-style-type: none; 
    padding: 0px; 
    text-align: center; 
} 

.page_numbers li { 
    display: inline; 
    float: left; 
    margin:0px;
	padding-left: 0px; 
    background: #ABDDF7; 
	border: 1px solid #E4E4E4;/*7CB6DB*/
    width:22px;
	height: 20px; 
} 

.page_numbers li.current{ 
  width:45px; 
} 

.page_numbers li a { 
    background: #BEE7FE;  
    padding: 1px;
	padding-top: 3px; 
    text-decoration: none; 
    color: #006699; 
	border-bottom: 1px solid #E4E4E4;
    font: bold 10px verdana,sans-serif; 
    display:block; 
	height: 16px;
	background: url(../images/pagination_back_off.gif) repeat-x top;
}

.page_numbers a.current, .page_numbers li a:hover { 
    background: #D9F0FD; 
    color: #006699; 
	background: url(../images/pagination_back_on.gif) repeat-x top;
}

.adminbox
{
	border-top:1px solid #C1CDD8;
	border-right:1px solid #C1CDD8;
	border-bottom:1px solid #C1CDD8;
	border-left:1px solid #C1CDD8;
	background-color: #EFF6FB;
	text-align:left;
}

.admintable
{
	border:1px solid #FFDE95;
	text-align:left;
	background-color: #FFFAF0;
}
.admincell
{
	border-bottom:1px solid #FFE4A5;
	background-color: #FFFAF0;
	text-align:left;

	padding:3px;
	font-size:12px;
	font-family:Arial,verdana, Helvetica, sans-serif;
	line-height:20px;
	color:#75756A;
}
.admincelltitle
{
	border-bottom:1px solid #FFE4A9;
	background-color: #FFF4DC;
	text-align:left;

	padding:3px;
	font-size:12px;
	font-family:Arial,verdana, Helvetica, sans-serif;
	line-height:20px;
	color:#8A702D;
}

.HelpDIVCSS
{
	position:absolute;
	width:700px;
	left:250px;
	top:10px;
	visibility:hidden;
	z-index:1000;
}
.adminadbox
{
	border:1px solid #990000;
	padding:5px;
	color:#000000;
	background-color:#FFE9EE;
	text-decoration:none;
}
.clsCenterPan{
	width:650px;
}

.successmsg
{
	padding:5px 5px 5px 25px;
	background:#E8FFE8 url(../images/success.gif) no-repeat;
	background-position:5px 5px;
	border:1px solid #009900;
	color:#006600;
	width:95%;
	text-align:left;
	margin-bottom:5px;
}
.failedmsg {
	padding:5px 5px 5px 25px;
	background:#FFECEC url(../images/warning.gif) no-repeat;
	background-position: 5px 5px;
	border: 1px solid #990000;
	color: #990000;
	width:95%;
	text-align:left;
	margin-bottom:5px;
}
.AdminTitle
{
	font-family:Arial;
	color:#00629B;u
	font-size:17px;
	font-weight:bold;
}
.lnkButton
{
    background: #BEE7FE;  
    padding: 3px 10px 3px 10px;
    text-decoration: none; 
    color: #006699; 
	border: 1px solid #E4E4E4;
	border-bottom: 2px solid #ABDDF7;
	
    font: bold 10px verdana,sans-serif; 
	height: 16px;
	background: url(../images/pagination_back_off.gif) repeat-x top;
}
.greytxt
{
	color: #868686; 
}
.links
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:#625220;
	text-decoration:none;
}


.newsitem
{
	line-height:17px;
	font-size:14px;
	/*color:#064675;*/
	color:#3B0306;
	font-weight:normal;
	text-decoration:none;
	font-family:Georgia,verdana, Arial,verdana,Helvetica, sans-serif;
}
.newsitem:hover
{
	color:#990000;
	text-decoration:none;
}

/*** Reserved Area Login details ****/
.ReservedArea
{
	line-height:17px;
	font-size:9px;
	/*color:#064675;*/
	color:#3B0306;
	font-weight:normal;
	text-decoration:none;
	font-family: verdana, Arial-Black, Georgia, verdana,Helvetica, sans-serif;
}
.ReservedArea:hover
{
	color:#990000;
	text-decoration:none;
}

/*** Class for Links in the Admin Panel - Samuel ****/
.linkorange
{
	color:#FF8000;
	text-decoration:none;
	font-weight:bold;
}