.headerright span {
	height: 45px;
	line-height: 45px;
	float: left;
	width: 100%;
}
.headerright ul #textname {
	padding-right: 15px;
	line-height: 40px;
	font-weight: bold;
}


.headerright ul #three {
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	margin-right: 15px;
}
.adminsection {
	width: 980px;
	margin-top: 10px;
	padding-bottom: 10px;
	min-height:500px;
	height:auto !important;
	height:500px;
}




/*Paginations */

.pagination_outer {
	width:400px;
	float:left;
	margin:15px 0px 10px 3px;
	clear:both;
}
.pagination {
	margin:0px;
	padding:0px;
	font-size:10px;
	min-width:200px;
}
.pagination li {
	padding:0px;
	display:inline;
	vertical-align:top;
}
.pagination li a {
	color:#666;
	text-decoration:none;
	background:#f5f5f5;
	border:1px solid #c2c2c2;
	width:18px;
	height:20px;
	display:block;
	float:left;
	text-align:center;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 4px
}
.pagination a:hover {
	background:#e1e1e1;
	text-decoration:underline
}
.pagination li img {
	border:0px;
	margin:3px 0px 0px 0px
}
.login_adm {
	width:670px;
	margin:0px;

	font-size:75%;
	margin-bottom:10px;
}
.login_adm th {
	border:none;
	text-align:left;
	padding-bottom:7px;
	padding-top:7px;
	color:#de5300;
	background:#e3e3e3;
	padding-left:5px;
	font-size:13px;
}
.login_adm td {
	padding-bottom:8px;
	padding-top:10px;
	text-align:left;
	padding-left:10px;
	font-size:12px;
}
.textbox_250 {
	border:1px solid #CCC;
	width:250px;
	height:22px;
	margin:0px;
	font-size:12px;
	color:#666;
	padding:0px;
}
.textbox_250:focus {
	border:1px solid #bbb;
	width:250px;
	background:url(../images/submenu_bg.jpg) repeat-x left bottom;
}
.textbox_50 {
	border:1px solid #CCC;
	width:30px;
	height:22px;
	margin:0px 0px 8px 0px;
	font-size:12px;
	color:#666;
	padding:2px 5px 2px 5px;
}

.textbox_100 {
	border:1px solid #CCC;
	width:80px;
	height:22px;
	margin:0px 0px 8px 0px;
	font-size:12px;
	color:#666;
	padding:2px 5px 2px 5px;
}

.textbox_50:focus {
	border:1px solid #bbb;
	background:url(../images/submenu_bg.jpg) repeat-x left bottom;
}
.textarea_300 {
	border:1px solid #CCC;
	width:250px;
	height:60px;
	margin:0px 0px 6px 0px;
	font-size:12px;
	color:#666;
	padding:2px 5px 2px 5px;

}
.form_table td span {
	margin:0px 0px 8px 0px;
	float:left;
}
#managebutton {
	background: url(../images/buttonbg1.jpg) repeat-x top left;
	width:978px;
	height:30px;
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	
}
#managebutton ul {
	list-style-type: none;
	}
#managebutton li {
	float:left;
	height:30px;
	background-image: url(../images/button_sep.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#managebutton ul li a {
	height:10px;
	display:block;
	font-weight: bold;
	color:#333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#managebutton a:hover, #managebutton .currentmenu a {
	background:url(../images/button_over1.jpg) repeat-x;
	display:block;
	color:#148FB8;
	text-decoration: none;
	font-size:12px;
}
#managebutton .none {
	background:none;
}
#subbutton {
	width:980px;
	height:30px;
	padding-top: 5px;
	background-color: #CCCCCC;
}
#subbutton ul {
	list-style-type: none;
}
#subbutton li {
	margin-left:5px;
	float:left;
	height:22px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}

.addicon {
	background-image: url(../images/add.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}


.manageicon {
	background-image: url(../images/manage.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}


#subbutton .none {
	background:none;
}
#subbutton a {
	height:12px;
	display:block;
	color:#000;
	text-decoration: none;
	font-size:12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#subbutton a:hover, #subbutton .currentsub {
	display:block;
	color:#bc4a01;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.adm {
	width:100%;
	margin:10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	margin-bottom:10px;
}
.adm th {
	border:none;
	text-align:left;
	padding-bottom:3px;
	padding-top:3px;
	color:#FFF;
	border-bottom:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	padding-left:5px;
	font-size:13px;
	background-color: #13A4D2;
	background-image: url(../images/button_over.png);
	background-repeat: repeat-x;
}
.bright {
	border-left:1px solid #E8E8E8;
}
.adm td {
	padding-bottom:6px;
	padding-top:6px;
	text-align:left;
	padding-left:5px;
	font-size:12px;
	border-bottom:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	border-collapse:collapse;
}
.adm tr:hover {
	background-color:#fafafa;
}
.adm td a {
	text-decoration:none;
	color:#000;
}
.adm td a:hover {
	text-decoration:none;
	color:#de5300;
}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #093;
	height: 35px;
	padding-right: 20px;
	padding-left: 40px;
	border: 1px solid #063;
	background-color: #D9F4E2;
	background-image: url(../images/success.gif);
	background-repeat: no-repeat;
	width: 93.5%;
	background-position: 10px 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.error {
	display:block;
    color:#C33;
}
.adminsection h4 {
	display: block;
	line-height: 25px;
	margin-top: 10px;
	font-size: 14px;
}

.paginationwrap{
	margin:0 auto;
	width:100%;
	height:40px;
	border:px solid;
}
.pagination{float:left;
margin-right:10px;
margin-top:8px;}
.pagination strong{background:none repeat scroll 0 0 #555;
border:1px solid #e7e7e7;
display:block;
float:left;
margin:0 2px 0 0;
color:white;
padding:2px 5px;
text-decoration:none;}
.pagination a{background:url("../images/page_gradient.jpg") repeat-x scroll center bottom transparent;
border:1px solid #D3D3D3;
display:block;
float:left;
margin:0 2px 0 0;
padding:2px 5px;
text-decoration:none;}

