@charset "utf-8";
/* Messages Status */
#msg {
	float: left;
	clear: both;
}
.update {
	background-color: green ;
}
/* end msg */
#download_payment {
	float: left;
	background-image: url(../images/down_app.png);
	background-repeat: no-repeat;
	background-position: 50px 0;
	height:80px;
	padding:40px 0 0 160px;
	width:800px;
	cursor: pointer;
}
#download_payment:hover{
	text-decoration: underline;
}
.spacer {
	float: left;
	height: 20px;
	width: 100%;
}
.error {
	padding:0;
	width: 240px;
	overflow: hidden;
}
#hello {
	color: #FFF;
	font-size: 14px;
	width: 100%;
	float: left;
	margin: 20px 0 0 30px;
}
body {
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
:-moz-any-link:focus {
  outline: none;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer {
	display: inline;
	float: left;
	width: 100%;
	height: 155px;
	background-color: #252728;
	border-top: 1px solid #EFEFEF;
	margin:10px 0 0;
	color: #EFEFEF;
	overflow: hidden;
}
#footer ul {
	display: inline;
	float: left;
	list-style: none;
	margin: 14px 0 14px 0;
	padding: 0 18px 0 18px;
}
#footer ul h4{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	color: #EFEFEF;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#ul_container {
	width: 1000px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
}
#perf {
	display: inline;
	float: left;
	width: 100%;
	font-size: 10px;
	margin: 10px 0 0 0;
	color: #EFEFEF;
}
#container {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#container #header {
	position: relative;
	float: left;
	height: 82px;
	width: 100%;
}

	#m01 {
		position:absolute;
		top:79px;
		left:321px;
		width: 120px;
		display: none;
	}
	.smenu {
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		background-color: #FFF;
	}
	.smenu a {
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #445560 !important;
		padding: 0;
		margin: 0;
	}
	.smenu a:hover {
		color: #475966 !important;
		background-color: #FAFAFA;
		text-decoration: underline;
	}
	.smenu ul {
		display: inline;
		float: left;
		list-style: none;
		width: 100px;
		margin: 10px 0 10px 5px;
		padding: 0;
	}
	.smenu ul li {
		float: left;
		width: 100px;
		margin: 3px 0 3px 9px;
	}
	.smenu ul li a {
		height: 10px;
	}
	.smenu ul li a:hover {
		color: #333 !important;
	}
	.clicked {
		color: #000 !important;
		background-color: #FFF;
	}
	
	#m02 {
		position:absolute;
		top:79px;
		left:398px;
		width: 150px;
		display: none;
	}
	
	#m02 ul li {
		width: 120px;
	}
	#m03 {
		position:absolute;
		top:79px;
		left:597px;
		width: 175px;
		display: none;
	}
	
	#m03 ul li {
		width: 150px;
	}
	
	#m04 {
		position:absolute;
		top:79px;
		left:264px;
		width: 150px;
		display: none;
	}

	#m04 ul li {
		width: 150px;
	}
	
	#m05 {
		position:absolute;
		top:79px;
		left:513px;
		width: 170px;
		display: none;
	}

	#m05 ul li {
		width: 170px;
	}		

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	display: inline;
	float: left;
	height: 20px;
	margin: 43px 0 0 100px;
	padding: 0;
}
#menu li{
	float: left;
	text-align: center;
}
#menu a {
	float: left;
	height: 26px;
	padding: 10px 10px 0 10px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#menu a:hover {
	color:#000 !important;
	background-color: #ececec;
}
#container #header #logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 154px;
	display: inline;
	float: left;
	margin-top: 48px;
	margin-left: 10px;
}
#container #header #logout {
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	height: 52px;
	width: 152px;
	display: inline;
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
}

#container #header #logout:hover {
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: top;
}
#container #header a {
	color: #FFFFFF;
}
#container #header a:hover {
	color: #999999;
}
#container #header #logout a {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	width: 97px;
	overflow: hidden;
}
#container #header #logout #logout_btn {
	height: 30px;
	width: 97px;
	float: left;
}
#container #header #logout #user_btn {
	height: 20px;
	padding-left: 6px;
	width: 97px;
}
#container #header #logout #user_image {
	height: 43px;
	width: 43px;
	display: inline;
	margin-top: 4px;
	margin-left: 103px;
}
#container #content {
	float: left;
	height: auto;
	width: 960px;
	padding-top: 10px;
	overflow: hidden;
}
#container #content .message {
	background-image: url(../images/msg-back.png);
	float: left;
	height: 80px;
	width: 880px;
	padding: 10px 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#container #content .message h1 {
	font-size: 20px;
	margin: 20px 0 0 -3px;
	padding: 0px;
	color: #465968;
}
#container #content .message p {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #878787;
}
/*
*	Form
*/
#form_login {
	width: 500px;
	margin: 22px auto;
}
#form_login form {
	float: left;
}
#form_login input {
	float: left;
	color: #666666;
	border: none;
	margin: 3px 0 3px 0;
	padding: 5px;
	width: 150px;
}

#form_login label {
	float: left;
	color: #FFF;
	font-size: 11px;
	padding: 9px 5px 0 5px;
}

#form_login h1 {
	font-size: 13px;
	padding: 0;
	margin: 0;
}

#form_login #s_btn { 
	height:26px;
	margin:3px 0 0 5px;
	width:50px;
}

#form_login #form_error {
	float: left;
	width: 489px;
	height: 14px;
	margin: 35px auto;
	padding: 12px 0px;
	background-image: url(../images/login_err.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	text-align: center;
}

#form_login #form_error p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #363837;
}
/*
*	Table
*/
.odd {
	background-color: #F5F5F5;	
}
.even {
	background-color: #EEE;
}
/*
.results {
	width: 920px;
	margin: 20px 20px 0 20px;
}*/
.results {
	width: 920px;
	margin: 2px 20px 0;
}
.results thead tr {
	background-color: #CDCDCD;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
.results tr {
	height: 30px;
}
.results tr:hover {
	background-color: #E1E1E1;
}
	.being_deleted {
		background-color: #FB6C6C;
	}
	
.results td {
text-align: center;
}
.results a {
	color: #5B5B5B;
	text-decoration: underline;
}
.results a:hover {
	color: #000;
}
.update form {
	float: left;
}
.update  {
	font-size: 13px;
	float: left;
	margin: 20px 0 0px 0;
}
.update p{
	margin: 0px 20px;
	padding: 0px;
	float: left;
	width: 620px;
}
.update .row {
	margin: 10px 20px;
	padding: 0px;
	float: left;
	width: 450px;	
}
#wysiwyg {
	margin: 10px 20px;
	float: left;
	width: 920px
}
#wysiwyg label {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
#wysiwyg textarea {
	border: none;
	border: 1px solid #E0E0E0;
	width: 450px;
	color: #666666;
	padding: 5px;
}
.update .button {
	margin: 10px 20px;
	float: left;
	border: none;
	padding: 4px;
	width: 100px;
	clear: both;
}
.update input {
	float: left;
	color: #666666;
	margin: 3px 0 3px 0;
	padding: 5px;
	width: 450px;
	border: 1px solid #E0E0E0;
}
.update textarea {
	border: none;
	border: 1px solid #E0E0E0;
	width: 450px;
	color: #666666;
	padding: 5px;
}
.update .role_chk {
	float: left;
	color: #666666;
	margin: 3px 0 3px 0;
	padding: 5px;
	border: 1px solid #E0E0E0;
	width: 20px;
}

.back {
	float: left;
	margin: 5px 0 0 0;
	clear: both;
}

#current_accesses {
	float: left;
}

#current_accesses ul{
	width: 200px;
	float: left;
	list-style: none;
}
#current_accesses ul li{
	float: left;
	clear: both;
}

#validation {
	margin: 0px 0 20px 20px;
	font-size: 12px;
	color: #999999;
}
#file_upload {
	margin: 20px 0 0 20px;
	width: 300px;
	clear: both;
	float: left;
}

#file_upload h3 {
	color: #666666;
	width: 100px;
	float: left;
	padding: 0px;
	margin: 0px 10px 0 0;
}
a {
	color: #333333;
}
.ajax_load {
	background-image: url(../images/load.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.ajax_load_s {
	background-image: url(../images/load_s.gif);
	background-repeat: no-repeat;
	background-position: 235px center;
}
.ajax_load_s_l {
	background-image: url(../images/load_s.gif);
	background-repeat: no-repeat;
	background-position: 335px center;
}
#ajax_cont {
	display: inline;
	float: left;
	width: 100%;
}

/*
#new_item {
	background-image: url(../images/buttons_27.png);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	height:32px;
	margin:0 0 0 20px;
	padding:11px 0 0 34px;
}
*/
#new_item {
	background-image:url(../images/buttons_27.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:inline;
	float:right;
	height:32px;
	margin:10px 40px 0 20px;
	padding:11px 0 0 34px;
}