* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-style: none;
}
html, body {
	height: 100%;
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	background: #9DBBC7 url(../img/bg_html.gif) repeat 0px 0px;
}
.background {
	background: transparent url(../img/bg_body.gif) repeat-x 0px 0px;
	min-height: 100%;
	position: relative;
}
.page_top a {
	font-size: 11px;
	font-weight: bold;
	color: #9DBBC7;
	text-decoration: none;
	background: #333;
	position: absolute;
	right: 42px;
	bottom: 0px;
	padding: 10px 10px 5px;
	border-radius: 4px 4px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.page_top a:hover {
	padding-bottom: 10px;
	color: #FFF;
}
.fix {
	clear: both;
}
#header {
	background: url(../img/bg_header.png) repeat-x 0px 0px;
	height: 68px;
	width: 100%;
	z-index: 1000;
	margin-bottom: 20px;
}
.header_wrapper {
	height: 68px;
	width: 100%;
	min-width: 800px;
	position: relative;
}
.header_logo {
	position: absolute;
	left: 20px;
	top: 17px;
}
.header_control {
	font-size: 11px;
	color: #CCC;
	position: absolute;
	top: 17px;
	right: 20px;
	display: block;
}
.header_account {
	float: left;
	padding: 7px 2px;
}
.header_account span {
	font-weight: bold;
}
.header_menu  {
	float: left;
}
.header_menu li {
	float: left;
	background: url(../img/border_menu_header.png) repeat-y 0px 0px;
	margin-left: 12px;
	padding-left: 14px;
}
.header_menu li a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 7px 2px;
}
.header_menu li a:hover {
	color: #FFF;
}
.header_search {
	float: left;
	margin-left: 20px;
}
.header_search .input {
	font-size: 11px;
	background: url(../img/bg_input_search.png) no-repeat 0px 0px;
	padding: 6px 12px;
	float: left;
	width: 176px;
	margin-right: 5px;
	line-height: 15px;
	height: 15px;
	color: #CCC;
}
.header_search .input:focus {
	color: #333;
	background: url(../img/bg_input_search.png) no-repeat 0px -27px;
}
.header_search .button {
	background: transparent url(../img/btn_search.png) no-repeat 0px 0px;
	text-align: center;
	display: block;
	height: 27px;
	width: 42px;
	cursor: pointer;
	float: left;
}
.header_search .button:hover {
	background: url(../img/btn_search.png) no-repeat 0px -27px;
}


#login {
	height: 280px;
	width: 410px;
	margin: -150px 0px 0px -212px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: transparent url(../img/bg_content.png) repeat 0px 0px;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.login_content {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 0px 10px;
	width: 410px;
	height: 250px;
}
.login_content h1 {
	font-size: 27px;
	color: #E5E5E5;
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 15px;
}
.login_content_auth {
	background: url(../img/icons/login_auth.png) no-repeat 0px 3px;
	padding-left: 35px;
}
.login_form fieldset {
	border-top: 1px solid #EEEEEE;
	clear: both;
	float: left;
	display: block;
	width: 100%;
}
.login_form label {
	font: bold 12px/16px Verdana, Geneva, sans-serif;
	color: #666666;
	width: 110px;
	border-right: 1px solid #EEEEEE;
	display: block;
	padding: 20px 10px 20px 20px;
	float: left;
	height: 16px;
}
.login_form_input {
	font: 12px/22px Tahoma, Geneva, sans-serif;
	color: #333;
	background: #F5F5F5;
	padding: 4px 8px;
	width: 200px;
	margin: 12px 25px 12px 0px;
	float: right;
	height: 22px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.login_form_button {
	background: transparent url(../img/btn_form.png) repeat-x 0px 0px;
	text-align: center;
	display: block;
	float: right;
	height: 38px;
	cursor: pointer;
	font: bold 15px Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding: 0px 30px;
	margin: 10px 25px 10px 0px;
	text-shadow:#555555 1px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.login_form .button:hover {
	background: url(../img/btn_form.png) repeat-x 0px -38px;
}
.login_form_forgot{
	font-size: 11px;
	color: #BBBBBB;
	display: block;
	margin: 12px 27px 0px 20px;
	text-align: right;
}
.login_form_forgot a {
	color: #777777;
	text-decoration: none;
}
.login_form_forgot a:hover {
	color: #333;
}

#content {
	margin: 30px 35px 0px;
	padding-bottom: 30px;
}


#sidebar {
	background: transparent url(../img/bg_content.png) repeat 0px 0px;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	float: left;
	margin-right: 20px;
}
.sidebar_wrapper {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width: 200px;
}
.sidebar_menu {
}
.sidebar_menu li {

}
.sidebar_menu li a {
	font-size: 14px;
	color: #6A6D75;
	text-decoration: none;
	display: block;
	padding: 20px 20px 20px 25px;
	background: #FFFFFF url(../img/bg_sidebar_m1.png) no-repeat left bottom;
	border-bottom: 1px solid #81B9C9;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.sidebar_menu li a:hover {
	background: #F4F9FB url(../img/bg_sidebar_m1.png) no-repeat left bottom;
	color: #555555;
}
.sidebar_menu li a.active {
	color: #FFF;
	background: #555555 url(../img/bg_sidebar_m1.png) no-repeat left bottom;
	text-shadow:#555555 1px 1px;
}
.sidebar_menu li a.first {
	border-radius: 4px 4px 0px 0px;
}
.sidebar_menu li a.last {
	border-radius: 0px 0px 4px 4px;
	border-style: none;
}
.sidebar_menu li span.upload {
	background: url(../img/icons/ico_upload_m1.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li span.index {
	background: url(../img/icons/ico_index_m1.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li span.archive {
	background: url(../img/icons/ico_archive_m1.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li span.companies {
	background: url(../img/icons/ico_companies_m1.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li span.settings {
	background: url(../img/icons/ico_settings_m1.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li span.reports {
	background: url(../img/icons/ico_reports_m1.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li a.active .upload {
	background: url(../img/icons/ico_upload_m1_active.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li a.active .index {
	background: url(../img/icons/ico_index_m1_active.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li a.active .archive {
	background: url(../img/icons/ico_archive_m1_active.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li a.active .companies {
	background: url(../img/icons/ico_companies_m1_active.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li a.active .settings {
	background: url(../img/icons/ico_settings_m1_active.png) no-repeat 0px 0px;
	padding-left: 25px;
}
.sidebar_menu li a.active .reports {
	background: url(../img/icons/ico_reports_m1_active.png) no-repeat 0px 0px;
	padding-left: 25px;
}


#main {
	background: transparent url(../img/bg_content.png) repeat 0px 0px;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
	z-index: 99999;
}
.main_wrapper {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.main {
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.main h1 {
	font: bold 22px Tahoma, Geneva, sans-serif;
	color: #545454;
	display: block;
	padding: 5px 0px 15px;
}
.main_float {
	overflow: hidden;
}
.main_toolbar {
	margin: 12px 0px 2px;
	float: left;
	width: 100%;
}
.main_toolbar .left {
	float: left;
	margin-right: 5px;
}
.main_toolbar .right {
	float: right;
	margin-left: 5px;
}
.main_button a {
	background: transparent url(../img/bg_main_button.png) repeat-x 0px 0px;
	display: block;
	float: left;
	height: 38px;
	cursor: pointer;
	font: bold 15px/38px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-shadow:#555555 1px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
	margin-right: 5px;
}
.main_button a:hover {
	background: url(../img/bg_main_button.png) repeat-x 0px -76px;
}
.main_button_grey a {
	background: transparent url(../img/bg_main_button.png) repeat-x 0px -38px;
	display: block;
	float: left;
	height: 38px;
	cursor: pointer;
	font: bold 15px/38px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-shadow:#555555 1px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
	margin-right: 5px;
}
.main_button_grey a:hover {
	background: url(../img/bg_main_button.png) repeat-x 0px -76px;
}


.doc_nav {
	background: transparent url(../img/bg_content.png) repeat 0px 0px;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}
.doc_nav_wrapper {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
.doc_nav_left {
	float: left;
	margin-right: 5px;
}
.doc_nav_right {
	float: right;
	margin-left: 5px;
}
.doc_nav_button a {
	background: transparent url(../img/bg_main_button.png) repeat-x 0px 0px;
	display: block;
	float: left;
	height: 38px;
	cursor: pointer;
	font: bold 15px/38px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-shadow:#555555 1px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
	margin-right: 5px;
}

.doc_nav_button a:hover {
	background: url(../img/bg_main_button.png) repeat-x 0px -76px;
}
.doc_nav_button.grey a {
	background: transparent url(../img/bg_main_button.png) repeat-x 0px -38px;
	display: block;
	float: left;
	height: 38px;
	cursor: pointer;
	font: bold 15px/38px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-shadow:#555555 1px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
	margin-right: 5px;
}

.doc_nav_button.grey a:hover {
	background: url(../img/bg_main_button.png) repeat-x 0px -76px;
}
.doc_nav_button.archive {
	background: url(../img/icons/ico_archive_m1_active.png) no-repeat 0px 0px;
	display: block;
	padding-left: 20px;
}
.doc_nav_button_off {
	background: transparent url(../img/bg_main_inactive.png) repeat-x 0px 0px;
	display: block;
	float: left;
	height: 38px;
	font: bold 15px/38px Tahoma, Geneva, sans-serif;
	color: #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
	margin-right: 5px;
}
.doc_nav_validate {
	float: left;
	position: relative;
	margin-right: 5px;
}
.doc_nav_page {
	background: transparent url(../img/bg_main_inactive.png) repeat-x 0px 0px;
	display: block;
	float: left;
	height: 38px;
	font: bold 15px/38px Tahoma, Geneva, sans-serif;
	color: #555555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
	margin-right: 5px;
}





.doc_view {
	background: transparent url(../img/bg_content.png) repeat 0px 0px;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}
.doc_view_wrapper {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 5px;
}
.doc_view_nav_top {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -60px;
}
.doc_view_nav_bottom {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -60px;
}
.doc_view_prev, .doc_view_next {
    background: transparent url(../img/bg_main_inactive.png) repeat-x 0px 0px;
    display: block;
    float: left;
    height: 30px;
    font: bold 12px/30px Tahoma, Geneva, sans-serif;
    color: #555555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
}
.doc_view_prev:hover, .doc_view_next:hover {
    background: transparent url(../img/bg_main_active.png) repeat-x 0px 0px;
}
.doc_view_prev:hover.disabled, .doc_view_next:hover.disabled {
    background: transparent url(../img/bg_main_inactive.png) repeat-x 0px 0px;
}
.doc_view_prev a {
    background: url(../img/btn_doc_nav.png) no-repeat 0px -30px;
    float: left;
    height: 30px;
    width: 40px;
    display: block;
}
.doc_view_next a {
    background: url(../img/btn_doc_nav.png) no-repeat 0px 0px;
    float: left;
    height: 30px;
    width: 40px;
    display: block;
}
.doc_view_prev a:hover {
    background: url(../img/btn_doc_nav.png) no-repeat -40px -30px;
}
.doc_view_prev.disabled a:hover {
    background: url(../img/btn_doc_nav.png) no-repeat 0px -30px;
}
.doc_view_next a:hover {
    background: url(../img/btn_doc_nav.png) no-repeat -40px 0px;
}
.doc_view_next.disabled a:hover {
    background: url(../img/btn_doc_nav.png) no-repeat 0px 0px;
}

.doc_view_page {
    background: transparent url(../img/bg_main_inactive.png) repeat-x 0px 0px;
    display: block;
    float: left;
    min-width: 40px;
    height: 30px;
    font: bold 12px/30px Tahoma, Geneva, sans-serif;
    color: #555555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 7px;
    margin-left: 5px;
    text-align: center;
}

.doc_info {
	background: transparent url(../img/bg_content.png) repeat 0px 0px;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin: 0px 0px 15px;
}
.doc_info.closed {
	display: none;
}
.doc_info_wrapper {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}
.doc_info_title {
	font: bold 12px/16px Verdana, Geneva, sans-serif;
	color: #666666;
	padding-bottom: 10px;
}
.doc_info dl {
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}
.doc_info dt {
	float: left;
	width: 50%;
	background: #F5F5F5;
	margin-bottom: 1px;
}
.doc_info dt span {
	padding: 5px 10px;
	float: left;
	font-weight: bold;
	color: #666666;
}

.doc_info dd {
	float: left;
	background: #EAEAEA;
	margin-bottom: 1px;
	width: 50%;
}
.doc_info dd span {
	padding: 5px 10px;
	float: left;
	color: #333;
}


.form {

}
.form_left {
	float: left;
	width: 75%;
}
.form_right {
	float: right;
	width: 25%;
}
.form_row {
	display: block;
	margin: 12px 8px 12px 0px;
}
.form_relative {
	position: relative;
	overflow: hidden;
}

.form_row.radiocheck {
	display: block;
	margin: 16px 8px 0px 0px;
	font-size: 12px;
}
.form_label {
	font: bold 12px/16px Verdana, Geneva, sans-serif;
	color: #666666;
	width: 140px;
	display: block;
	padding: 20px 10px 20px 20px;
	float: left;
	height: 16px;
	margin-right: 20px;
}
.form_label span {
	font-size: 11px;
	color: #999;
	display: block;
	font-weight: normal;
}
.form fieldset {
	clear: both;
	display: block;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	float: left;
	background: url(../img/border_fieldset.png) repeat-y 170px 0px;
}

.form select {
	font: 12px/22px Tahoma, Geneva, sans-serif;
	color: #333;
	display: block;
	cursor: pointer;
	padding: 6px;
	background: #F5F5F5;
	border: 1px solid #E8E8E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float: left;
	line-height: 32px;
	height: 32px;
}
.form option {
	color: #333;
	padding: 2px 5px;
	background: #F5F5F5;
}
.form_input {
	font: 12px/22px Tahoma, Geneva, sans-serif;
	color: #333;
	background: #F5F5F5;
	padding: 4px 8px;
	height: 22px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width: 50%;
}
.form_textarea {
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #333;
	background: #F5F5F5;
	padding: 4px 8px;
	border: 1px solid #E8E8E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width: 50%;
}
.form_date {
	font: 12px/22px Tahoma, Geneva, sans-serif;
	color: #333;
	background: #F5F5F5;
	padding: 4px 8px;
	margin-right: 5px;
	height: 22px;
	border: 1px solid #E8E8E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.form_button {
	background: transparent url(../img/bg_main_button.png) repeat-x 0px 0px;
	text-align: center;
	display: block;
	float: left;
	height: 38px;
	cursor: pointer;
	font: bold 15px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-shadow:#555555 1px 1px;
	margin: 12px 5px 12px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
}
.form_button:hover {
	background: url(../img/bg_main_button.png) repeat-x 0px -76px;
}
.form_button_grey {
	background: transparent url(../img/bg_main_button.png) repeat-x 0px -38px;
	text-align: center;
	display: block;
	float: left;
	height: 38px;
	cursor: pointer;
	font: bold 15px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-shadow:#555555 1px 1px;
	margin: 12px 5px 12px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 20px;
}
.form_button_grey:hover {
	background: url(../img/bg_main_button.png) repeat-x 0px -76px;
}
.form_note {
	font-size: 11px;
	padding-top: 3px;
	display: block;
	color: #AAA;
	white-space: nowrap;
}


#cpanel {
	background: transparent url(../img/bg_content.png) repeat 0px 0px;
	padding: 7px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	width: 1200px;
	margin: 0px auto;
}
.cpanel_wrapper {
	background: #FFF url(../img/bg_cpanel.png) repeat-y 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
}
.cpanel_item {
	padding: 70px;
	float: left;
	border-right: 1px none #81B9C9;
	border-bottom: 1px none #81B9C9;
	display: block;
	border-top-style: none;
	border-left-style: none;
	background: url(../img/bg_cpanel_item.png) no-repeat center center;
}
.cpanel_item a {
	color: #FCFCFC;
	text-decoration: none;
	background: url(../img/btn_cpanel.png) no-repeat 0px 0px;
	display: block;
	height: 62px;
	width: 210px;
	padding: 28px 0px 0px 50px;
	font-family: Verdana, Geneva, sans-serif;
}
.cpanel_item a:hover {
	background: url(../img/btn_cpanel.png) no-repeat 0px -90px;
}
.cpanel_item a .title {
	font-size: 22px;
	line-height: 18px;
	font-weight: bold;
	text-shadow:#555555 1px 1px;
	padding-top: 5px;
	display: block;
}
.cpanel_item a  .info{
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-shadow:#555555 1px 1px;
	padding-top: 1px;
}
.cpanel_item a .upload{
	background: url(../img/icons/ico_upload_cp1.png) no-repeat 0px 0px;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 8px;
}
.cpanel_item a .index{
	background: url(../img/icons/ico_index_cp1.png) no-repeat 0px 0px;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 8px;
}
.cpanel_item a .archive{
	background: url(../img/icons/ico_archive_cp1.png) no-repeat 0px 0px;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 8px;
}
.cpanel_item a .companies{
	background: url(../img/icons/ico_companies_cp1.png) no-repeat 0px 0px;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 8px;
}
.cpanel_item a .settings{
	background: url(../img/icons/ico_settings_cp1.png) no-repeat 0px 0px;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 8px;
}
.cpanel_item a .reports{
	background: url(../img/icons/ico_reports_cp1.png) no-repeat 0px 0px;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 8px;
}
