html {
	margin: 0;
	padding: 0;/*	height: 100%;    */
}
body {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	background: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input[type='text'] {
	color:#333333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
.box > .content input, select, textarea {
	background:url("../image/input_bg.png") repeat-x scroll 0 0 transparent;
	padding:1px;
	border:1px solid #d6d7d6;
	color:#333333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	width:90%;
}
textarea {

}
a, a:visited {
	color: #003366;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
#header {
	height: 40px;
	padding: 0px 30px;
	background: url('../image/header.png') repeat-x;
	/*min-width: 93%;*/
	position: relative;
}
#header .div1 {
	color: #FFFFFF;
	padding: 1px 0px 0px 0px;
	position: absolute;
	left: 3%;
}
#header .div2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 6px 0px 0px 10px;
	position: absolute;
	right: 3%;
}
#header .div1 a, #header .div2 a {
	color: #fff;
}
#header .div1 a:hover {
	text-decoration: none;
}
#header .div2 span {
	font-weight: bold;
}
#menu {
	background: url('../image/menu.png') repeat-x;
	position: relative;
	z-index: 1;
	height: 34px;
	clear: both;
	padding: 0px 30px;/*min-width: 93%;*/
}
ul.left {
	float: left;
}
ul.right {
	float: right;
	width:15%;
}
ul.right li a {
	padding:2px 0 0 0;
}
.nav {
	position: relative;
	margin: 0;
	padding: 0;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/transparent.png');
}
.nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5pt;
}
.nav > li + li {
	background: url('../image/split.png') center left no-repeat;
}
.nav .top, .nav li li.sfhover {
	padding: 8pt 10pt 7pt 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.nav ul li {
	padding: 2px;
}
.nav .selected .top {
	background: url('../image/selected.png') repeat-x;
	color: #FFFFFF;
}
.nav .selected:hover a.top, .nav .sfhover a.top {
}
.nav .parent {
	background: url('../image/arrow_right.png') 95% center no-repeat;
}
.nav li {
	float: left;
	list-style: none;
}
.nav li ul {
	position: absolute;
}
.nav li li {
	clear: both;
}
.nav li ul a {
	color: #FFFFFF;
	height: 15px;
	width: 145px;
}
.nav li ul ul {
	margin: -27px 0 0 157px;
}
.nav li li:hover, .nav li li.sfhover {
	background: #333;
	color: #000000;
}
#content {
	background: #FFFFFF url('../image/background.png') 0px 1px repeat-x;
	padding: 10px 30px 0px 30px;/*min-width: 93%;*/
	/*padding-bottom: 128px;*/
}
#container {
	clear:both;/*height: 100%;*/
}
.xhead-logo {
	font-size:10pt;
	color:#fff !important;
	font-weight: bold;
	text-transform: uppercase;
	float:left;
	padding-right:8pt;
	line-height: 34px;
	font-family: 'Helvetica Neue', Arial;
}
#footer {
	/*	background: #FFFFFF url('../image/footer.png') repeat-x;*/
   border-top: 2px solid #000;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #000;
	position: relative;
	/*margin-top: -128px;*/
	clear: both;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
	display:none;
}
.success, .warning, .attention {
	padding: 5px 0px;
	margin-bottom: 5px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 12px;
	text-align: center;
}
.warning {
	background: #FFDFE0;
	border: 1px solid #FF9999;
}
.attention {
	background: #FEFBCC;
	border: 1px solid #E6DB55;
}
.box {
	margin-bottom: 10px;
	background:url("../image/page_bottom.png") repeat-x scroll 0 100% transparent;
}
.box > .heading {
	height: 40px;
	background: url('../image/heading_bg.png') repeat-x;
	margin-bottom: 0px;
}
.box > .left {
	float: left;
	width: 7px;
	height: 40px;
	background: url('../image/box_left.png') no-repeat;
}
.box > .right {
	float: right;
	width: 7px;
	height: 40px;
	background: url('../image/box_right.png') no-repeat;
}
.box > .heading h1 {
	background-position:  2px 9px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 11px 0px 11px 30px;
	color: #ffffff;
	font-size: 15px;
	float: left;
}
.box > .heading .buttons {
	float: right;
	padding-top: 8px;
}
.box > .heading .buttons.left {
	float: left;
	margin-left: 10px;
}
.box > .content {
	margin:0 auto;
	padding:7px;
	/*background:url(../image/page_right_shadow.png) repeat-y scroll 0 0 transparent;*/
	border-right:1px solid #dedfde;
	border-left:1px solid #dedfde;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
}
.button span {
	color: #FFF;
	display: block;
	padding: 5px 10px 5px 2px;
	background: url('../image/button_right.png') top right no-repeat;
}
.button.button-green  {background: url('../image/button_green_left.png') top left no-repeat;}
.button.button-green  span {background: url('../image/button_green_right.png') top right no-repeat;}

.button.button-blue  {background: url('../image/button_blue_left.png') top left no-repeat;}
.button.button-blue  span {background: url('../image/button_blue_right.png') top right no-repeat;}

.button.button-pink  {background: url('../image/button_pink_left.png') top left no-repeat;}
.button.button-pink  span {background: url('../image/button_pink_right.png') top right no-repeat;}
.button:focus {
  font-weight:bold;
  color:yellow !important;
  outline: 0px;
  border:3px dashed yellow;
}

.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #EFEFEF;
	padding: 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 5px;
}
.list tbody tr:odd {
 background: #FFFFFF;
}
.list tbody tr:even {
 background: #E4EEF7;
}
.list tfoot td {
	background-color: #EFEFEF;
	vertical-align: middle;
	padding: 5px;
}
.list .left {
	text-align: left;
	padding: 4px;
}
.list .right {
	text-align: right;
	padding: 4px;
}
.list .center {
	text-align: center;
	padding: 4px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list .filter td {
	padding: 4px;
	background: #E7EFEF;
	font-size: 10px;
}
.list .filter input, .filter select, .filter option {
	font-size: 10px;
}
.pagination {
	margin-top: 5px;
	border-top: 1px solid #EEEEEE;
	background: #F8F8F8;
	display: inline-block;
	width: 100%;
}
.pagination .links, .pagination .results {
	padding: 9px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.form tr td:first-child {
/*	width: 200px;*/
}
.form > * > * > td {
	padding: 4px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	padding-top: 3px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 550px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox.small {
	height: 200px;
}
.htabs {
	padding: 0px 0px 0px 10px;
	height: 28px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	background:url(../image/tab_right.png) no-repeat scroll 100% 0 transparent;
	padding: 0 20px 0 0;
	display:block;
	float:left;
	color:#DDDDDD;
	font-family:"Lucida Sans Unicode", "Trebuchet Ms", Helvetica, Arial;
	font-size:0.9em;
	text-decoration:none;
	height:28px;
	margin:0 2px 0 0;
}
.htabs a span {
	background:url(../image/tab_left.png) no-repeat scroll 0 0 transparent;
	padding: 7px 0 7px 20px;
	display:block;
	color:#DDDDDD;
	font-family:"Lucida Sans Unicode", "Trebuchet Ms", Helvetica, Arial;
	font-size:0.9em;
	text-decoration:none;
}
.htabs a.selected {
	background:url(../image/tab_right_select.png) no-repeat scroll 100% 0 transparent;
	padding: 0 20px 0 0;
	display:block;
	float:left;
	color:#867946;
	font-family:"Lucida Sans Unicode", "Trebuchet Ms", Helvetica, Arial;
	font-size:0.9em;
	text-decoration:none;
	height:28px;
}
.htabs a.selected span {
	background:url(../image/tab_left_select.png) no-repeat scroll 0 0 transparent;
	padding: 7px 0 7px 20px;
	display:block;
	color:#867946;
	font-family:"Lucida Sans Unicode", "Trebuchet Ms", Helvetica, Arial;
	font-size:0.9em;
	text-decoration:none;
}
/*.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 6px 15px 7px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
}
.htabs a.selected {
	padding-bottom: 8px;
	background: #FFFFFF;
}*/
.vtabs {
	width: 180px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs_page {
	margin-left: 195px;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.add {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../image/add.png) no-repeat scroll right center;
	color:#000000;
	display:inline-block;
	padding-right:20px;
	cursor: pointer;
}
.remove {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../image/delete.png) no-repeat scroll right center;
	color:#000000;
	display:inline-block;
	padding-right:20px;
	cursor: pointer;
}
.form input[type="radio"], .form input[type="checkbox"] {
	width: auto;
}
.checkbox, .radio {
	width: auto;
}
.hide {
	display:none;
}
.drag {
	background: #E4EEF7;
}
.inline {
	display:inline;
}
.input_width_60 {
	width:60px;
}
.cloneform .buttons {
	margin-top: 5px;
}
.list div.left {
	float:left;
}
.list .filter_ico {
	background:url("../image/find.png") 95% center no-repeat;
	width:32px;
	height:32px;
	display:block;/*float:left;*/
}
.list .reset_ico {
	background:url("../image/search_remove.png") 95% center no-repeat;
	width:32px;
	height:32px;
	display:block;
}
.noborder td {
	border:0px;
}
.content .form .bigInput {
	width: 530px;
}
.content textarea.small_box {
	width:auto;
	height:auto;
}
.content .small_box {
	width:100px;
}
.upload_icon {
	background: url(../image/upload_file.jpg);
	display:block;
	width:25px;
	height:29px;
}
.arrow_icon {
	background: url(../image/arrow_down.png);
	float: right;
	height: 21px;
	margin: 2px 0 0;
	width: 20px;
	display: block;
}
.arrow_icon.close {
	background: url(../image/arrow_up.png);
}
.doc_icon {
	background: url(../image/doc_icon.jpg);
	width:16px;
	height:22px;
	display: block;
	float:left;
	text-indent: -99999px;
	margin:0 5px 0 0;
	outline: none;
}
.loading {
	background: url(../image/loading2.gif);
	width:45px;
	height:45px;
}
#button_notes_load, #button_task_load {
	display:block;
	float:left;
}
.plus, .minus {
	background: url(../image/icon_plus.gif);
	display: inline-block;
	width:16px;
	height: 16px;
}
.minus {
	background: url(../image/icon_minus.gif);
}
.icon-vj_amount {
	background: url("../image/arrow_down-circle.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 32px;
	left: 87%;
	margin: -30px 0 0 0;
	position: relative;
	width: 32px;
}
.button_click {
	width:16px;
	height:16px;
	float:left;
}
.button_click a {
	display: block;
	width:16px;
	height:16px;
}
.light-grey {
	background: #fafafa;
}
.content .job_filter td {
	padding:3px;
}
.bold {
	font-weight: bold;
}
.no-border td {
	border-right:0px;
}
.head-logo {
	text-indent: -9999px;
	display:block;
	background: url(../image/logo.png) no-repeat;
	height: 80px;
	width: 235px;
}
.bg_blue td {
	padding: 5px;
	background: #f9f9f9;
}
.bg_blue thead td {
	background: #E7EFEF;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.hideLink {
	display:none;
}
.cloneform .percentInput {
	width:90%;
}
a img {
	border:0px;
}
.ext_file {
	background: url(../image/icon/ext_file.png) no-repeat left;
	padding: 0 0 0 20px;
	height:16px;
	line-height: 16px;
}
.ext_xlsx, .ext_xls {
	background: url(../image/icon/ext_exl.png) no-repeat left;
}
.ext_rar, .ext_qz, .ext_zip {
	background: url(../image/icon/ext_zip.png) no-repeat left;
}
.ext_jpg {
	background: url(../image/icon/ext_jpg.png) no-repeat left;
}
.ext_pdf {
	background: url(../image/icon/ext_pdf.png) no-repeat left;
}
.ext_gif {
	background: url(../image/icon/ext_gif.png) no-repeat left;
}
.ext_docx, .ext_doc {
	background: url(../image/icon/ext_doc.png) no-repeat left;
}
.ext_txt {
	background: url(../image/icon/ext_txt.png) no-repeat left;
}
.doc_tags {
	display: block;
	float: left;
	border: 1px solid #c77500;
	background: #f9e5bf;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	margin: 2px 0 0 2px;
}

.box > .content input.focussed, .box > .content select.focussed {
	background: #FFE4B5;
}

#fancybox-content > div {
    max-height: 100%;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon {
    display: table-cell;
}