body {
	background-color: #8677EC;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
#page_heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #F5811E;
	margin-bottom: 25px;
	font-weight: bold;
}
#login_panel ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#login_panel ul li {
	display: inline;
	height: 30px;
	width: 300px;
	margin-right: 30px;
	padding: 0px;
	margin-top: 0px;
}
.btn {
	font-size: 17px;
	color: #FFF;
	background-color: #8677EC;
	border: 1px solid #DCDCDC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;

	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#remove_user li:hover {
	background-color: #CCC;
}
#remove_user li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#remove_user {
	font-weight: bold;
	width: 98%;
}


#container {
	background-color: #FFF;
	height: auto;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 15px;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
}
#banner {
	margin-left: auto;
	padding-top: 18px;
	margin-right: auto;
	width: 970px;
}
#footer {
	background-color: #262B4B;
	height: 20px;
	width: 970px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	border: 1px solid #8677EC;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
}
#footer span {
	margin-left: 20px;
}

.bottom {
	clear: both;
}


#login_panel {
	height: 250px;
	width: 460px;
	margin-top: 110px;
	margin-left: auto;
	font-size: 20px;
	color: #262B4B;
	margin-bottom: 200px;
	margin-right: auto;
}
.txt_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	height: 30px;
	width: 300px;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); 						-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #ffffff;
	color: #666 !important;
	padding-left: 20px;
}
input {
	border: 1px solid #999;
}

.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	height: 30px;
	width: 200px;


	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); 								-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #ffffff;
	color: #666 !important;
	padding-left: 20px;
}
.txt_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	height: 80px;
	width: 300px;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); 						-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #ffffff;
	color: #666 !important;
	padding-left: 20px;
}
#content_area {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
.small_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
#client_logos img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#client_logos {
	margin-bottom: 50px;
}
.other {
	width: auto;
	margin-bottom: 50px;
}
#left {
	float: left;
	height: auto;
	width: 487px;
	
}
#right {
	float: right;
	height: auto;
	width: 477px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
}
.other ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: none;
}
.other li {
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#nav_area {
	background-color: #F5811E;
	height: 30px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#nav ul {
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul li {
	display: inline;
	height: 30px;
	width: 200px;
	float: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
}

#nav ul li:hover {
	background-color: #262B4B;
	display: inline;
	height: 30px;
	width: 200px;
	float: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#right em {
	font-size: 11px;
	color: #F5811E;
}

.emp {
	color: #900;
}
#goback {
	margin-bottom: 10px;
	padding-left: 20px;
}
#goback a {
	font-weight: bold;
	color: #900;
}
#goback a:hover {
	text-decoration: none;
}
#transact {
	margin-top: 30px;
}


#send_letter ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#send_letter li {
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#send_letter li:hover {
	background-color: #CCC;
}
.disabled_msg {
	font-size: 10px;
	color: #F00;
}
#result ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#result ul:hover {
	color: #0C0;
}


#result li {
	float: left;
	width: 12%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 25px;
}


#result ul.tab_head li{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 12%;
	height: 20px;
	font-weight: bold;
	color: #262B4B;
	background-color: #CCCCCC;
	font-size: 12px;
}



#edit-result ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#edit-result li {
	float: left;
	width: 30%;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-style: solid;
	border-top-color: #999;
	border-top-width: 0px;
	height: 30px;
	padding: 10px;
}
#edit-result li:hover {
	background-color: #CCC;
}



#edit-result ul li.tab_head{
	margin: 0px;
	float: left;
	width: 15%;
	font-weight: bold;
	color: #262B4B;
	background-color: #CCCCCC;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 10px;
}
#tracker_page ul .tab_head{
	width: 200px !important;
	border-top-width: 1px !important;
	border-top-style: solid;
	border-top-color: #CCC;
	float: left;
}

#tracker_page li{
	width: 200px !important;
	border-left-width: 1px !important;
	border-left-style: solid;
	border-left-color: #CCC;
	float: left;
}
