table.box1 {
	background-color: #F3F9FE;
	border-color: #96BCE4;
	border-style: solid;
	border-width: 1px;
}

table.box2 {
	background-color: #E3EEFB;
	border: none;
}

table.box3 {
	border-color: #96BCE4;
	border-style: solid;
	border-width: 1px;
}

.header {
	background-color: #C1D2EE;
	border-bottom: 1px solid #96BCE4;
}

.box1 th {
	border-bottom: 1px solid #96BCE4;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.box3 th {
	background-color: #E3EEFB;
	border-bottom: 1px dotted #96BCE4;
    font-weight: bold;
    text-align: left;
    font-size: 10px;
}

td.right_line {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;

	border-right-style: dotted;
	border-right-color: #96BCE4;
	border-right-width: 1px;
}

td.left_line {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;

	border-left-style: dotted;
	border-left-color: #96BCE4;
	border-left-width: 1px;
}

.bottom_line {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;

	border-bottom: 1px dotted #96BCE4;
}

.top_line {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;

	border-top: 1px dotted #96BCE4;
}

td.bottom_line2 {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;

	border-bottom-style: solid;
	border-bottom-color: #96BCE4;
	border-bottom-width: 1px;
}

.row1{background-color: #F3F9FE;}
.row2{background-color: #C6DDF7;}
.row3{background-color: #E3EEFB;}
.row4{background-color: #FFD6D6;}
.row5{background-color: #FFFFFF;}
.row6{background-color: #FFFFBF;}
.row_sel { background-color: #FFECC4; cursor:pointer; }

.info {
	border-bottom: 1px dotted #0043BE;
	cursor: pointer;
}

a, a:link, a:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	text-decoration: underline;
	color: #0043BE;
}

a:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	text-decoration: underline;
	color: #000000;
}

#menu a,
#menu a:link,
#menu a:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	text-decoration: none;
	color: #0043BE;
    display: block;
    padding: 1px 0 1px 4px;
    margin: 0;
    line-height: normal;
}

#menu a:hover {
	display: block;
	background-color: #C6DDF7;
	color: #000000;
}

#menu a.sel,
#menu a.sel:link,
#menu a.sel:visited,
#menu a.sel:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	text-decoration: none;
	font-weight: bold;
    background-color: #1C426C;
	color: #FFFFFF;
    display: block;
    padding: 2px 0 2px 4px;
}

#menu a.sel b {
  color: #FFFFFF;
}

#menu .bottom_line {
	border-bottom: 1px dotted #96BCE4;
    margin-bottom: 5px;
}

a.noul, a.noul:link, a.noul:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	text-decoration: none;
	font-weight: normal;
	color: #0043BE;
}

a.noul:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.title {
	font-family: verdana, arial, sans-serif;
	color: #1C426C;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.subtitle {
	font-family: verdana, arial, sans-serif;
	color: #1C426C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

input.button {
	background-color : #1C426C;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	border: 1px outset;
}
input.button2 {
	background-color : #CC0000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 18px;
	border: 1px outset;
}
input.cancel {
	background-color : #E8E8E8;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 18px;
	border: 1px outset;
}

.cbutton_outer {
	margin-bottom: 10px;
	padding: 4px;
	width: 150px;

	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}

.button_icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
}

.cbutton {
	width: 120px;
	text-align: left;
	cursor: pointer;
	color: #000 !important;
	background-color: transparent !important;
	border: 0 !important;
	font-weight: bold;
	padding-left: 0;
}

.cbutton.disabled {
	color: #CCC !important;
	cursor: auto !important;
}

.icon_invoice { background: url(../../images/icons.png) 0 0 no-repeat;}
.icon_invoice_disabled { background: url(../../images/icons.png) -16px 0 no-repeat;}

.icon_delete { background: url(../../images/icons.png) 0 -16px no-repeat;}
.icon_delete_disabled { background: url(../../images/icons.png) -16px -16px no-repeat;}

.icon_paid { background: url(../../images/icons.png) 0 -32px no-repeat;}
.icon_paid_disabled { background: url(../../images/icons.png) -16px -32px no-repeat;}

.icon_pdf { background: url(../../images/icons.png) 0 -48px no-repeat;}
.icon_pdf_disabled { background: url(../../images/icons.png) -16px -48px no-repeat;}

.icon_flight { background: url(../../images/icons.png) 0 -64px no-repeat;}
.icon_flight_disabled { background: url(../../images/icons.png) -16px -64px no-repeat;}

.icon_add { background: url(../../images/icons.png) 0 -80px no-repeat;}
.icon_add_disabled { background: url(../../images/icons.png) -16px -80px no-repeat;}


#list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.sortableitem
{
	cursor: move;
	width: 300px;
	background-color: #F3F9FE;
	height: 20px;
	margin: 0 0 1px 0;
    text-align: left;
	border-bottom: 1px solid #C6DDF7;
    border-left: 2px solid #C6DDF7;
}

.nono
{
	width: 300px;
	background-color: #F3F9FE;
	height: 20px;
	margin: 0 0 1px 0;
    text-align: left;
	border-bottom: 1px solid #C6DDF7;
    border-left: 2px solid #C6DDF7;
}

.icon {
  display: inline;
  margin-right: 5px;
  margin-top: 4px;
  float: right;
}

.visible {
  display: inline;
  margin: 2px 5px 0 5px;
  float: left;
}

/* WEB Mail */
#info_container {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	height: 20px;
	text-align: center;
}

#info {
    display: none;
	width: auto;
	background-color: #FFCC00;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 4px 10px 4px 10px;
	margin:0;
}

#search {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	height: 20px;
}

#mail_content {
	clear: both;
	float: left;
    background-color: #C6DDF7;
	padding: 5px;
	width: 100%;
}
#mail_toolbar {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#mail_tools {
    float: left;
}
#mail_navbar {
    float: right;
	margin-right: 10px;
}
#mails {
	clear: both;
    float: left;
	width: 100%;
}

#mails table {
    width: 100%;
}
#mails td {
    padding: 2px;
}


#mails input {
    border:0;
	margin: 0;
	padding: 0;
}

#mails div {
    float: left;
	width: 100%;
	border-bottom: 1px solid #6DA9EB;
	display: inline;
	cursor: pointer;
}
.mail_row_00 {
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	padding-top: 5px;
}
.mail_row_0 {
	font-weight: bold;
	background-color: #FFFFFF;
}
.mail_row_0b {
	font-weight: bold;
	background-color: #FF6600;
}
.mail_row_1 {
	font-weight: normal;
	background-color: #F3F9FE;
}
.mail_row_2 {
	font-weight: normal;
	background-color: #FFFFCC;
}

.mail_td_state_0 {
	font-weight: bold;
	padding: 2px;
	margin:0;
}
.mail_td_state_1 {
	font-weight: normal;
	padding: 2px;
	margin:0;
}
.deadline {
    color: red;
}
.popup {
    color: blue;
}


#mail_viewer {
    display: none;
	clear: both;
    float: left;
	background-color: #F3F9FE;
	width:100%;
}
#mail_frm {
    width:100%;
	border: none;
	height: 500px;
}

#mail_compose {
    display: none;
	clear: both;
    float: left;
	width:100%;
}

#mail_compose .mail_editor {
    border: 0;
	margin: 0;
	width: 100%;
}
.threads {
    padding: 4px;
	font-weight: bold;
}


/* Toolbars*/
#toolbar_inbox {
    display: block;
	float: left;
}
#toolbar_view {
    display: none;
	float: left;
}
#toolbar_write {
    display: none;
	float: left;
}
#toolbar_folders {
    display: block;
	float: left;
	margin-left: 20px;
}

.mail_content {
    background-color: #F3F9FE;
	border: 2px solid #F3F9FE;
}
.mail_content td {
	padding: 4px;
}
.mail_header1 {
    background-color: #F3F9FE;
	width: 100px;
	border-bottom: 1px solid #FFFFFF;
}
.mail_header2 {
    background-color: #FFFFFF;
	font-weight: bold;
}
.mail_header3 {
    background-color: #FFFFFF;
	font-weight: normal;
}
.mail_div {
    border-bottom: 2px solid #C6DDF7;
}
.mail_marker {
    border-top: 1px solid #FA0100;
	display: ;
}

a.star0, a.star0:visited, a.star0:active {
	background: url(../../images/flag.gif) repeat-x;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-position: left top;
	text-decoration: none;
}

a.star0:hover {
	background-position: left center;
	text-decoration: none;
}

a.star1, a.star1:visited, a.star1:active, a.star1:hover {
	background: url(../../images/flag1.gif) repeat-x;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-position: left top;
	text-decoration: none;
}

a.pin0, a.pin0:visited, a.pin0:active {
	background: url(../../images/pin.gif) repeat-x;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-position: left top;
	text-decoration: none;
}

a.pin0:hover {
	background-position: left center;
	text-decoration: none;
}

a.pin1, a.pin1:visited, a.pin1:active, a.pin1:hover {
	background: url(../../images/pin.gif) repeat-x;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-position: left bottom;
	text-decoration: none;
}

a.lock0, a.lock0:visited, a.lock0:active {
	background: url(../../images/lock0.gif) repeat-x;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-position: left top;
	text-decoration: none;
}

a.lock0:hover {
	background-position: left center;
	text-decoration: none;
}

a.lock1, a.lock1:visited, a.lock1:active {
	background: url(../../images/lock1.gif) repeat-x;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-position: left top;
	text-decoration: none;
}

a.lock1:hover {
	background-position: left center;
	text-decoration: none;
}
.label {
    color: #FFFFFF;
	background: url(../../images/label_bg.gif) no-repeat top;
	font-size: 9px;
	width: 45px;
	height: 16px;
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
}
.label_empty {
	width: 45px;
	height: 16px;
	display: block;
	padding: 1px 0 0 0;
}

#mails .refedit {
    width: 60px;
	height: 16px;
	border: 1px solid #C6DDF7;
}
#mails .refbutt {
	width: 20px;
	height: 16px;
	background-color : #1C426C;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 9px;
	border: 0;
	cursor: pointer;
}
.flagpopup {
    border: 1px solid #C6DDF7;
	padding: 5px;
}
.scroll {
    overflow: auto;
	height: 300px;
}

#JT_arrow_left{
	background-image: url(../../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:22px;
	width:11px;
}

#JT_arrow_right{
	background-image: url(../../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:22px;
	width:11px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #FDA100;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../../images/progress2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:24px;
}

#JT_close_left{
	display: none;
}

#JT_close_right{
	display: none;
}



/* TAB VIEW */

.tabcontent {
	clear: both;
	margin: 0;
    margin-top: 10px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #96BCE4;
}

.tabcontent .tabitem {
	clear: both;
	padding: 10px;
	overflow: hidden;
}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab {
	padding:3px 0;
	margin-left: 0;
	/*border-bottom: 1px solid #96BCE4;*/
	list-style-type: none;
	text-align: left;
	clear: both;
	float: left;
	padding-top: 5px;
	width:850px;
	text-decoration: none;
}

.basictab li a, .basictab li a:visited {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #96BCE4;
	border-bottom: none;
	background-color: #E3EEFB;
	color: #0043BE;
	text-decoration: none;
}

.basictab li a:hover{
	background-color: #C6DDF7;
	color: #000000;
}

.basictab li a:focus{
	-moz-outline: none;
}


.basictab li.selected a{
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.basictab li.selected2 a{
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #C6DDF7;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.basictab li{
	color: #0043BE;
	display: inline;
	margin: 0;
	text-decoration: none;
}

.inner_form {
	clear: both;
	margin: 10px;
	width: 600px;
}
.inner_form_input {
	line-height: 20px;
	clear: both;
}
.inner_form_input label {
    cursor: default;
	width: 140px;
	display: block;
	clear: both;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.inner_form_input input {
    display: block;
	float: left;
}
.inner_form_input label.error {
	color:  #d93300;
	font-weight: bold;
	border: 0;
	background: transparent;
	padding: 0;
}

.inner_form_header {
    clear: both;
	float: left;
    margin: 10px 0 10px 0;
    padding: 0;
    line-height: normal;
    border-bottom: 1px solid #96BCE4;
}

.inner_form_header h2 {
  margin: 0;
  padding: 0;
}

.book_details {
    border: none;
    display: none;
    background-color: #FFFFFF;
}

.book_details div {
  margin: 4px;
}

.book_details ul {
  margin: 0;
  margin-left: 10px;
}

.td_tab {
  padding: 0;
}

.type_tab {
  display: block;
  border: none;
  position: relative;
  background-color: transparent;
  height: 20px;
  padding-top: 2px;
  font-weight: normal;
  width: 80px;
}

.type_tab_open {
  display: block;
  border-top: 2px solid #96BCE4;
  border-left: 2px solid #96BCE4;
  border-right: 2px solid #96BCE4;
  position: absolute;
  background-color: #FFFFFF;
  height: 20px;
  font-weight: bold;
  margin-top: -8px;
  width: 80px;
}

.border_all {
	border: 2px solid #96BCE4;
}

.border_top {
	border-top: 2px solid #96BCE4;
}

.innercol {
  float: left !important;
  width: 300px !important;
  border: none;
}

.lbl {
  overflow: hidden;
  width: 640px;
  height: 18px;
  margin: 0 0 4px 0;
}


a.mark0, a.mark0:visited, a.mark0:active {
	background: url(../../images/star.gif) repeat-x;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-position: left top;
	text-decoration: none;
}

a.mark0:hover {
	background-position: left center;
	text-decoration: none;
}

a.mark1, a.mark1:visited, a.mark1:active, a.mark1:hover {
	background: url(../../images/star1.gif) no-repeat;
	display:block;
	width:19px;
	height:19px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-decoration: none;
}

.deleted td.mark { text-decoration: line-through; }
.notvis td {
    opacity: .3;
    filter: alpha(opacity=30);
}

.image {
  float: left;
  width: 150px;
  height: 120px;
  margin: 0 10px 10px 0;
}
.image img {
  border: 1px solid #C6DDF7;
  padding: 1px;
}

.book_buttons {
	float: right;
	margin: 20px 0 0 20px;
}

.log{
	padding-left: 10px;
}
.comment {
	border-left: 5px solid #96BCE4;
	padding-left: 5px;
	background-color: #F3F9FE;
}

.errorMsg {
    clear: both;
    margin: 10px 0 10px 0;
	padding: 4px;
	border: 1px solid #CC0101;
	color: #000000;
	font-weight: bold;

	-moz-border-radius: 3px;
	border-radius: 3px;

	padding: 4px 4px 4px 32px;
	background: url(../../images/alert.png) 2px 3px no-repeat;
	background-color: #FEF8EA;
}

.payin {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	width: 100px;
	padding: 4px;
}

legend {
	color: #0043BE;
}
fieldset {
	display: inline;
}

.filterbox {
	clear: both;
	border: 1px solid #E8E6E6;
	border-bottom: 0;
	background-color: #F4F4F4;
}

a.filter_button {
	clear: both;
	display: block;
	height: 15px;
	border: 1px solid #E8E6E6;
	background-color: #F4F4F4;
	text-align:center;
	text-decoration: none;
}
a.filter_button:hover {
	background-color: #E8E6E6;
}

.dataline td {
	border-bottom: 1px solid #FFFFFF;
}

.invline td {
	border-bottom: 1px dotted #96BCE4;
}

.module_gta .box3 {
	background-color: #E3EEFB;
	border: 1px solid #96BCE4;
	border-top: 0;
}

.module_goglobal .box3 {
	background-color: #E3EEFB;
	border: 1px solid #96BCE4;
	border-top: 0;
}

.file_list_scroller {
	width: 100%;
	height: 45px;
	margin-top: 3px;
	overflow: auto;
	background-color: #ffffff;
}

.file_list_item {
	clear: left;
}

.file_list_item div {
	float: left;
	line-height: 13px;
	margin: 2px 0;
	white-space: nowrap;
}

.file_list_item .qq-upload-del {
	text-align: center;
	width: 10%;
}

.file_list_item .qq-upload-file {
	width: 60%;
}

.file_list_item .qq-upload-size {
	display: none;
}

.file_list_item .qq-upload-spinner {
	width: 30%;
	text-align: right;
}

.stat {
	text-align: right;
}

.rdiv {
	border-right: 1px solid #96BCE4;
}

