/* CSS of Admin Panel */
.header{
background-image:url(../images/bg_admin.gif);
background-repeat:repeat-x;
line-height:60px;
}
.site{
color:#FFFFCC;
font-size:36px;
text-transform:uppercase;
}
.admin{
font-size:24px;
color:#FFFFFF;
text-align:right;
padding-right:10px;
vertical-align:bottom;
}
#tblhead{
background-image:url(../images/menu_back.gif);
background-repeat:repeat-x;
color:#000000;
line-height:18px;
font-size:20px;
border:#CCCCCC solid 1px;
padding-left:20px;
}
.frame{
border:#CCCCCC solid 1px;
}
.bg0{
background-color:#F6F6F6;
}

.bg1{
background-color:#FFFFFF;

}

.bg2{
background-color:#E7E6E6;
}
.labelgreen{
font-size:14px;
font-weight:bold;
color:#006600;
text-align:center;
}
.labelright{
font-size:14px;
text-align:right;
font-weight:bold;
}
.label{
font-size:14px;
font-weight:bold;
}
.gen{
font-size:12px;
}
.toppadding
{padding-top:10px;}
.error{
color:red;
font-size:12px;
font-weight:bold;
}
/* ---------------------------  Link Css ----------------------*/
#Link a
{
text-decoration: none;
font-weight: bold;
font-size:14px;
color:#000000;
}


#Link a:visited 
{
	color: #000000;
}

#Link a:link 
{
	color:#000000;	
}

#Link a:hover 					
{
	color: #333333;
	text-decoration:underline;
}
/*------------------------- Button -------------------------------*/
a.ovalbutton{
background: transparent url('../images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.squarebutton{
background: transparent url('../images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/*------------------------  Paging CSS ----------------------------- */
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
margin-left:3px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #CCCCCC;
text-decoration: none; 
color: #5A5B48;
}

.pagination a:hover, .pagination a:active{
border: 1px solid  #666666;
color: #000;
background-color: #EBEBEB;
}

.pagination a.currentpage{
background-color: #626262;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #000000;
border-color: #000000;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

#pageinbox a
{
	border:#000000 solid 1px;
	color:#000000;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	display:block;
	width:80px;
	text-align:center;
	background-color:#CCCCCC;
	float:left;
	padding-left:10px;
	padding-right:10px;
	
}


#pageinbox a:hover
{
	background-color:#666666;
}

