* {
	margin: 0;
	padding: 0;
}

body {
	background: #f3f3f3 url(../img/bg_top.jpg) repeat-x;
	/*color: #fff;*/
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}

body.popup {
	color: #000;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	background: none;
}

h1,
h2,
	{
	font-family: Arial;
	color: #FFFFFF;
}

h3,
h4 {
	font-family: Arial;
	color: #000000;
}

a {
	text-decoration: none;
	color: #2B66CE;
}

a:hover {
	text-decoration: underline;
	color: #2B66CE;
}

a:active {
	color: #2B66CE;
}

a:visited {
	color: #2B66CE;
}

.wrap {
	margin: 0 auto;
	width: 1080px;
	position: relative;
	min-height: 100px;
}

#header #top {
	height: 34px;
	padding: 7px 5px 7px 5px;
}

#header #top p {
	text-shadow: #000 0px 1px 1px;
	font-size: 16px;
}

#header #top a {
	color: #f07e01;
	font-size: 12px;
}

#content {
	margin: 30px 0 25px 0;
}

#content .b1 {
	background: #ffffff;
}

#content .b2 {
	background: #f7f7f7;
}

/* CONTENT SIDEBAR START */

#content #sidebar {
	float: left;
	margin: 0 20px 0 0;
	width: 190px;
}

#sidebar a {
	color: #656565;
}

#sidebar .box {
	border: 1px solid #DCDDE1;
	margin: 0 0 12px 0;
}

#sidebar .box .h_title {
	background: url(../img/bg_box_head.jpg) repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	padding: 7px 0 0 12px;
	text-shadow: #0E0E0E 0px 1px 1px;
}

#sidebar .box ul {
	list-style: none;
}

#sidebar .box ul li {
	padding: 8px 0 8px 5px;
}

.box ul li .icon {
	padding: 2px 0 2px 20px;
}

.box ul li .general {
	background: url(../img/icon-bullet.png) no-repeat center left;
}

/* CONTENT MAIN START */

#content #main {
	float: right;
	margin: 0 0 12px 0;
	width: 1070px;
}

#content #main ul,
#content #main ol {
	list-style-position: inside;
	margin: 0 0 0 35px;
}

#main .full_w {
	background: #ffffff;
	border: 1px solid #DCDDE1;
	color: #848484;
	margin: 0 0 20px 0;
}

#main .cas_content {
	background: #ffffff;
	padding: 20px;
}

#main .cas_content_new {
	background: #ffffff;
	padding: 20px;
	margin: 0px auto;
}

#main .full_w .h_title,
#main .half_w .h_title {
	background: url(../img/bg_box_head.jpg) repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	padding: 7px 0 0 12px;
}

#main .full_w .list {
	list-style: none;
}

#main .full_w h1,
#main .full_w h2,
#main .full_w h3 {
	margin: 15px 15px 5px 15px;
}

#main .full_w p {
	line-height: 16px;
	margin: 5px 15px;
}

#main .half_w {
	background: #ffffff;
	border: 1px solid #DCDDE1;
	color: #848484;
	margin: 0 0 20px 0;
	width: 1050px;
	float: left;
}

#main .half_left {
	margin-right: 10px;
}

#main .half_right {
	margin-left: 4px;
}

/* FOOTER START */

#cb-footer {
	color: #708090;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	text-align: center;
}

#cb-footer a {
	color: #708090;
}

/* HELPERS START */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.middle {
	vertical-align: middle;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/* NAV */

#header #nav {
	height: 27px;
	margin: 0;
	padding: 5px 0px 0 0px;
	position: relative;
}

#header #nav ul {
	list-style: none;
}

#header #nav ul li {
	/*display: inline;*/
	float: left;
	position: relative;
	margin: 0;
	text-align: center;
}

#header #nav ul li.right {
	float: right;
}

#header #nav ul li.right a {
	padding: 0px 3px 11px 10px;
}

#header #nav ul li span {
	color: #ffffff;
	display: block;
	padding: 0px 30px 11px 6px;
	text-align: center;
	text-shadow: #000 0px 0px 0px;
	display: inline-block;
	font-size: 14px;
	margin-top: -1px;
}

#header #nav ul li a {
	color: #ffffff;
	padding: 0px 30px 11px 10px;
	text-align: center;
	text-shadow: #000 0px 1px 1px;
}

#header #nav ul li a:hover {
	color: #fff;
}

#header #nav ul li a .active {
	color: #f07e01;
}

/**************Lightbox CSS******************/

#cb_shadowing {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #3E3E3E;
	z-index: 10;
	opacity: 0.9;
	filter: alpha(opacity=50);
}

#cb_box {
	display: none;
	position: fixed;
	top: 15%;
	left: 30% !important;
	right: 20% !important;
	bottom: 15%;
	padding: 45px 10px 10px;
	margin: 0;
	background-color: white;
	z-index: 101;
}

#cb_box_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 540px;
	height: 20px;
	padding: 10px 15px 8px;
	margin: 0;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #628e2c;
	font-family: Arial;
	background: #00649F;
	color: #ffffff;
}

.cb_close_button {
	background: url("../img/modal-close.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 27px;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 27px;
	z-index: 5;
}

.frame {
	width: 320px;
	height: auto;
	padding: 20px;
	background: #F3F3F3;
	border: 1.5px solid #DCDDE1;
	border-radius: 10px;
}

.frame_pwdrecovery {
	width: 525px;
	height: 175px;
	padding: 20px;
	background: #F3F3F3;
	border: 1.5px solid #DCDDE1;
	border-radius: 10px;
}

html,
body {
	height: 100%;
}

.container {
	padding-bottom: 10px;
}

.cbFixMarkupWidth {
	width: 500px;
	word-wrap: break-word;
}

#EditRecordAttachmentRemove {
	margin: 5px;
}

table[name="cbNavigationTableBottom"] {
	padding-top: 5px;
}

input[name="EditRecordAttachment"] {
	margin-top: 5px;
}

.new_button #EditRecordEmail {
	margin-left: 102px;
}

#RecordMessageTop {
	margin-top: 10px;
}