legend{
		color:#000000;
}
body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Arial,Verdana;
	font-size:12px;
	color:#000000;
}

#container{
	width:1000px;
	margin:auto;
	background-color:#FFFFFF;
	text-align:left;
	
}

#header{
	height:149px;
	
}

#footer{
	height:116px;
	text-align:center;
	padding-top:40px;
	font-size:14px;
}

#leftsidebar{
	float:left;
}

#main_menu{
	margin:0px 60px 0px 60px;
	padding-top:100px;
}

/*
#rightsidebar{
	float:left;
	margin:9px 10px 10px 0px;
	width:713px;
}
*/
#rightsidebar{
	margin:9px 60px 10px 60px;
	color:#000000;
}

a{
	color:#000000;
}

.clear{
	clear:both;
}

.left_box{
	margin:10px;
}

.l_top{
	background-image: url(../images/l_top.png);
	width:251px;
	height:6px;
}

.l_body{
	background-image: url(../images/l_middle.png);
    background-repeat: repeat-y;
	padding:5px;
}

.l_bottom{
	background-image: url(../images/l_bottom.png);
	width:251px;
	height:5px;
}

.l_body h2{
	font-size:20px;
	padding:0px 0px 10px 0px;
	margin:0px;
}

.l_body h3{
	padding:5px 0px 5px 0px;
	margin:0px;
	border-bottom:1px solid #333333;
	font-size:12px;
}

ul.navigation{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.navigation li{
	height:20px;
	background-color:#65aa01;
	margin-bottom:3px;
	width:230px;
	text-align:center;
	padding:3px;
}

ul.navigation li a{
	text-decoration:none;
	font-weight:bold;
}

ul.navigation li a:hover{
	text-decoration:underline;
}

.main_data {
	border:1px solid #333333;
	background-color:#ffffff;
	padding:5px;
	font-size:14px;
	
	
}

#rightsidebar h2{
	font-size:20px;
	padding:0px 0px 10px 0px;
	margin:0px;
}

#rightsidebar h2 span{
	font-size:12px;
	margin-left:400px;
}

#rightsidebar h2 span a{
	text-decoration:none;
	height:24px;
	line-height:16px;
	padding:5px 0 0 25px;
	white-space:nowrap;
}

a.add_customer, a.add_customer:hover {
	background:transparent url(../images/add_user.png) no-repeat scroll 0 50%;
}

.action{
	width:165px;
}

.action2{
	width:370px !important;
}

.action a{
	text-decoration:none;
	height:24px;
	line-height:16px;
	padding:5px 0 0 25px;
	white-space:nowrap;
}

.action a:hover{
	text-decoration:underline;
}

a.view_customer{
	background:transparent url(../images/users.png) no-repeat scroll 0 50%;
}
a.edit_customer{
	background:transparent url(../images/edit_profile.png) no-repeat scroll 0 50%;
}
a.delete_customer{
	background:transparent url(../images/delete_user.png) no-repeat scroll 0 50%;
}

a.change_password{
	background:transparent url(../images/unlock.png) no-repeat scroll 0 50%;
}

a.access{
	background:transparent url(../images/access.png) no-repeat scroll 0 50%;
}

a.transaction{
	background:transparent url(../images/dollar.png) no-repeat scroll 0 50%;
}

.list_table th{
	background:#ffffff none repeat scroll 0 0;
	border-color:#CCCCCC;
	height:20px;
	line-height:24px;
	text-align:center;
	padding:3px 3px;
	border-right:1px solid #333333;
}

tr.alternate{
	background-color:#272727 none repeat scroll 0 0;
}

tr.alternate td{
	padding:3px 3px;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	height:20px;
	line-height:24px;
}

td.first{
	border-left:1px solid #333333;
	text-align:center;
}	

td.aligncenter{
	text-align:center;
}

td.left{
	text-align:left;
}

td.right{
	text-align:right;
}
.login{
	margin-left:220px;
}

fieldset{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #BFB8BF;
	padding:5px;
	color:#6db000;
	margin-bottom:10px;
}

fieldset#login {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #BFB8BF;
	padding:5px;
	width:300px;
	@width:422px;
	color:#6db000;
}

dl,dt,dd{
	margin:0px;
	padding:0px;
}


.form dt, .form dd {
    display: block;
	
}

.form dt {
    margin-bottom: 5px;
}

.form dd {
    margin-bottom: 10px;
}

.form dt label {
    display:block;
    font-weight:bold;
	color:#000000;
}

.form dt span{
	padding:0px 0px 0px 10px;
	font-weight:normal;
}

.form p.view_divider{
	font-size:22px;
	border-bottom:1px solid #333333;
	margin:10px 0px 5px 0px;
	padding:0px;
}

.form input,.form textarea{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #333333;
	background-color:#CBE1E5;
	color:#000000;
	padding:5px 3px;
}

.large{
	width:97%;
}

.medium{
	width:75%;
}

.small{
	width:50%;
}

.themebutton{
	background-color:#6db000 !important;
	padding:5px 10px !important;
	text-align:center;
	font-weight:bold;
}

.error{
	border:1px solid #d43134 !important;
}

.error_msg{
	background:transparent url(../images/error.png) no-repeat scroll 0 50%;
	color:#d43134;
	font-weight:bold;
	text-indent:15px;
}

/* ---------------------- PAGINATION SPECIFIC ----------------------  */

ul.pagination {
    margin-left: 10px;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.pagination li{
    border:0; 
    float: left;
    font-size:11px;
    list-style:none;
    margin:0px 4px 0px 0px; 
	padding:0;
	background:#65AA01;
}

.pagination a{
    border:solid 1px #E0E2F3;
}

.pagination .previous-off, .pagination .next-off {
    border:solid 1px #DEDEDE;
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:4px 7px;
}

.pagination .next a, .pagination .previous a {
    font-weight:bold;
}

.pagination .active{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:5px 8px;
    margin-right:2px;
}

.pagination a:link, .pagination a:visited {
    color:#FFFFFF;
    display:block;
    float:left;
    padding:4px 8px;
    text-decoration:none;
}

.pagination a:hover{
    border:solid 1px #FFFFFF;
	font-weight:bold;
}

.pagination a.active:link, .pagination a.active:visited {
    color:#fff;
}

div#access{
	font-size:22px;
	color:red;
}

#main_menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#main_menu ul li{
	float:left;
	background:#7300DF;
	padding:5px;
	font-weight:bold;
	border-right:4px solid #ffffff;
}

#main_menu ul li a{
	text-decoration:none;
	color:#ffffff;
}

#search_l{
	float:left;
	width:450px;
}
#search_m{
	float:left;
	margin:0px 20px 0px 20px;
}

#search_m select{
	padding:3px 0px 3px 0px;
}

#search_r{
	float:left;
}

.highlighted{
	font-weight:bold;
	font-size:14px;
	color:#0070B7;
}