/* Getting the new tags to behave */

.left {float:left}
.right {float:right}
.wrapper {width:100%;overflow:hidden}

body {font:13px Arial,Helvetica,sans-serif;color:#323232;line-height:13px}

/* Configure 1 : Set page width */
.main {margin:0 auto; width:1350px}

a {color:#308da2;text-decoration:none}
a:hover {text-decoration:underline} 

h1 {float:left;padding:15px 0 0 0} 
h2 {font-size:25px;font-weight:600;color:#000;line-height:44px;padding:16px 0 9px 0;letter-spacing:-1px} 
h3 {font-size:18px;font-weight:600;} 

/* header */

header {
margin-bottom: 10px;
}

#logo {display:block;background:url(../images/logo_70.png) no-repeat;width:253px;height:70px;text-indent:-5000px}

#menu {width:100%;overflow:hidden;margin-top:15px}
#menu li {float:left}
#menu a {display:block;font-size:20px;color:#000;background:url(../images/menu.gif) top repeat-x;line-height:48px;text-decoration:none}
#menu li span {display:block;background:url(../images/menu_left.gif) top left no-repeat}
#menu .alpha span {background:url(../images/left_menu.gif) top left no-repeat}
#menu .alpha a:hover span,#menu .alpha#menu_active a span {background:url(../images/left_menu_active.gif) top left no-repeat}
#menu .omega span span {background:url(../images/right_menu.gif) top right no-repeat}
#menu .omega a:hover span span,#menu .omega#menu_active a span span {background:url(../images/right_menu_active.gif) top right no-repeat}

/* Configure 2 : Set menu button length  78px*/
#menu li span span,#menu .alpha span span {background:url(../images/menu_right.gif) top right no-repeat;padding:0 66px}

#menu a:hover,#menu #menu_active a {color:#fff;background:url(../images/menu_active.gif) top repeat-x}
#menu a:hover span,#menu #menu_active a span {background:url(../images/menu_left_active.gif) top left no-repeat}
#menu a:hover span span,#menu #menu_active a span span,#menu .alpha#menu_active a span span,#menu .alpha a:hover span span  {background:url(../images/menu_right_active.gif) top right no-repeat} 

/* content */
#content {margin-top:18px;margin-bottom:10px;background:url(../images/bg_cont.gif) bottom repeat-x #fff;border:1px solid #ccc;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:1px 1px 2px #cfcfcf;-moz-box-shadow:1px 1px 2px #cfcfcf;-webkit-box-shadow:1px 1px 2px #cfcfcf;position:relative}

.pad {padding:0 25px}
.pad_left1 {padding-left:55px}
.pad_left2 {padding-left:45px}
.marg_right1 {margin-right:12px}
.marg_right2 {margin-right:18px}
.pad_bot1 {padding-bottom:35px}
.pad_bot2 {padding-bottom:49px}
.pad_bot3 {padding-bottom:7px}
.pad_bot4 {padding-bottom:17px}
.marg_top {margin-top:17px}
.marg_top2 {margin-top:7px}

.banners {padding:19px 0 19px 19px;overflow:hidden}
.banners li {width:210px;float:left;padding-right:12px}
.banners p {padding-bottom:7px}
.banners p.font1 {font-weight:bold;color:#318ea2;padding:16px 0 7px 0}
.banners .marker {background:url(../images/marker_1.gif) no-repeat}
.banners .marker:hover {background:url(../images/marker_3.gif) no-repeat}
.banners .pad {padding:0 10px 0 15px}
.marker {display:inline-block;background:url(../images/marker_3.gif) no-repeat;width:17px;height:17px}
.marker:hover {display:inline-block;background:url(../images/marker_1.gif) no-repeat;width:17px;height:17px}
.line1 {background:url(../images/line_ver1.gif) 250px 0 repeat-y;padding:7px 0}
.under {padding-bottom:17px;border-bottom:1px solid #ddd;margin-bottom:17px}
.color1 {color:#308da2}
/*
.list1 li {line-height:23px}
.list1 li a {padding-left:20px;background:url(../images/marker_2.gif) 5px 5px no-repeat}
*/
.menu_option{vertical-align:middle;font-size:140%}

/* .menu_option a:link, a:visited {text-decoration: none;color: blue;cursor: pointer;} */
.clear_line{clear:both;margin-bottom:2px;}

#CCIframe {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 300px;
	z-index: 99;
}
#CC { 
	position:absolute;
	background-color:#FFF;
	margin:0; padding:0;
	display:none;
	z-index: 100;
}

#CC table { 
	font-family: arial, verdana, helvetica, sans-serif;
	/*font-size: 18pt;*/
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}

#CC tr, #CC td, #CC th {
	font-size: 18px;
	line-height: 26px;
} 

#CC th {
	font-weight: normal;
	text-align: center;
	
}

#CC th a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding: 1px;
}
#CC td {
	text-align: center;
}

#CC .header {
	background-color: #DE5D13;
}
#CC .weekday {
	background-color: #eee;
	color: #000;
}
#CC .weekend {
	background-color: #FFC;
	color: #000;
}
#CC .weekno {
	background-color: #c0daf8;
	color: #555;
}
#CC .current {
	border: 1px solid #339;
	background-color: #285b86;
	color: #FFF;
}
#CC .weekday, #CC .weekend, #CC .current {
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	width: 2.5em;
}
#CC .weekday:hover, #CC .weekend:hover, #CC .current:hover {
	color: #FFF;
	background-color: #285b86;
	border: 1px solid #999;
}
#CC .previous {
	text-align: left;
}
#CC .next {
	text-align: right;
}
#CC .previous, #CC .next {
	padding: 1px 3px 1px 3px;
	font-size: 1.4em;
}
#CC .previous a, #CC .next a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#CC .title {
	text-align: center;
	font-weight: bold; 
	color: #FFF;
}
#CC .empty {
	background-color: #ddd;
	border: 1px solid #FFF;
}

tr{
	font-size: 14px;
	/*vertical-align: middle; */
	/*line-height: 10px;*/
}


table {
	text-align: left;
}

textarea {
	font:14px Arial, Helvetica;
	/*font-size: 14px;*/
	border: 1px solid #aaa;
	padding:4px 8px;
}

input {
	font-size: 14px;
	border: 1px solid #aaa;
	padding: 3px;
}

input.login {
	font-size: 16px;
	border: 1px solid #aaa;
	border-radius:4px;
	padding: 6px 10px;
	margin-top: 4px;
}

.login_img {
	background:url(../images/bg_login.png);
	//background: url("img_flwr.gif");
	background-position: center;
    //background-size: 180px 60px;
    background-repeat: no-repeat;
    padding-top: 10px;
}

select {
    /* max-width: 350px; */
	font-size: 14px;
	border: 1px solid #aaa;
	padding: 2px;
}

/*
button {
	font-size: 13px;
	border: 1px #0066cc solid;
	padding: 2px 6px;	
}
*/

/*
select {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #aaa;
	padding: 2px;
	color: #000;
} */

.amount {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 14px;
	text-align: right;
}

.amount_submit {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 14px;
	text-align: right;
}

/*f
optgroup[label] {
   // color: red;
	font-size: 20px;
}
*/	
	
table.tablestyle {
	/*border-collapse: collapse;*/
	margin-bottom: 15px;
	border: 1px solid #8cacbb;
	/*padding: 2px;*/
}


table.tablestyle td {
	border-collapse: collapse;	
	background-color:#F5F7FC;
	/*vertical-align:middle;*/			
	padding-left: 6px;
	padding-right: 4px;
}

table.tablepager {
	/*border-collapse: collapse;*/
	margin-bottom: 20px;
	border: 1px solid #8cacbb;
	/*padding: 2px;*/
}

table.tablepager td {
	border-collapse: collapse;	
	background-color:#F5F7FC;
	vertical-align:middle;			
	/*
	padding-left: 6px;
	padding-right: 4px; */
	padding: 4px 6px 4px;
}

table tr.rowpager{	
	line-height : 16px;
}

table tr.rowpager:hover td{	
	background : #D8D8D8;	
}

table td.indentTD {	
	/*background : #D8D8D8;	*/
	text-indent:10px;
}


table tr.highlightpink td{
	background-color: rgb(217, 221, 123);
}

table td.tableheader {
	background-color:#D6DFFC;
	color:#03205B;
	font-size:14px;
	font-weight:bold; 
	line-height:26px;
	
} 

table td.tablelineheader {
	/* background-color:#D6DFFC;*/	
	border-bottom: 1px solid #D6DFFC;	
	color:#03205B;
	font-size:14px;
	font-weight:bold; 
	line-height:26px;
	
}

table td.tablefooter {
	/*background-color:#D6DFFC;*/
	color:#03205B;	
	font-weight:bold; 
	line-height:26px;
	
} 

table td.columnheader {
	background-color:#D6DFFC;
	color:#03205B;	
	font-size:16px;
	text-indent:10px;	
	line-height:18px;
	/*font-weight:600; */
	
	
	
} 

table td.tdLline {
	border-left: 1px solid #8cacbb;	
	/*border-right: 1px solid #8cacbb;	*/
} 

table.tablestyle_app {	
	width: 100%;	
}

table.tablestyle_setup {	
	margin: 5px;
	width: 95%;	
}

td.draw_line {
	border-bottom: 1px solid #000;	
	/*border-right: 1px solid #8cacbb;	*/
} 

table td.tdRline {	
	border-right: 1px solid #8cacbb;	
} 

table td.tdTline {	
	border-top: 1px solid #8cacbb;	
	padding-top: 10px;
} 

table td.tdHighlight{	
	background-color:#fff0ab;
	font-weight: bold;	
} 

table td.voidHightlight{	
		
	color: red;
	line-height:86px; 
	font-size: 80px;
	font-weight: bold;	
} 

table td.recoveryHightlight{	
		
	color: red;
	line-height:60px; 
	font-size: 36px;
	font-weight: bold;	
} 

table td.bfHightlight{	
		
	color: red;
	line-height:20px; 
	font-size: 16px;
	font-weight: bold;	
} 

table td.bfHightlightblue{	
		
	color: darkblue;
	line-height:60px; 
	font-size: 26px;
	font-weight: bold;	
} 

table.tablestyle2 {
	padding: 5px;
	margin-bottom: 15px;
	/*border-collapse: collapse; */
	border: 1px solid #8cacbb;
}

table.tablestyle2 td {
	border-collapse: collapse;
	padding: 2px;
	/*border: 1px solid #cccccc;*/
}

table.tablestyle3 {	
	border-collapse: collapse;
	border: 1px solid #cccccc; 	
}

table.tablestyle3 td {
	text-align:center;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

table.tablestyle_inner {
	border-collapse: collapse;
	border: 1px solid #f9f9f9;
}
table.tablestyle_inner td {
	border-collapse: collapse;
	border: 1px solid #f9f9f9;
}

table.tablestyle_footer {
	margin-top:25px; 
	padding: 3px;
}

table.tablestyle_noborder {	
	margin-bottom:25px;
	padding: 3px;	
}

table.tablestyle_noborder2 {		
	padding: 3px;	
}

.highlightblue {
	color: blue;	
	font-size: 18px;
}

.colorred {
	color: red;	
}

.colorgray {
	color: gray;	
}

.colorredextra {
	color: red;	
	line-height:26px;
	//font-size: 18px;
}

.colorbrown {
	color: brown;	
}

.colorbrownextra {
	color: brown;	
	line-height:26px;
	font-size: 18px;
	font-weight:bold;
}

.colorblue {
	color: blue;		
}

.colordarkbluebold {
	color: darkblue;
	font-weight:bold;	
}

.colorblueextra {
	color: darkblue;	
	line-height:26px;
	font-size: 18px;
	font-weight:bold;	
}

.colorblack{
	color: black;	
}

.colorboldblack {
	color: black;
	font-weight:bold;		
}

.colorblackextra {
	color: black;	
	line-height:26px;
	font-size: 18px;
	font-weight:bold;	
}

.text_strike {
	text-decoration:line-through;
	color: red;		
	//line-height:26px;
	//font-size: 18px;
	//font-weight:bold;	
}

.text_center_align {
	text-align:center;
}

.border_top_header {	
	line-height:26px;
	//padding-top: 14px;
	font-weight:bold;
} 

.indent_left {	
	text-indent: 20px;	
} 

.underline {	
	text-decoration: underline;	
} 

.border_top_line {	
	border-top: 1px solid #000;	
	line-height:26px;
	//padding-top: 14px;
	font-weight:bold;
} 

.label_row {
	background-color: #F5F7FC;
	/*line-height: 14px;*/
	/*color: black; */
	/*font-size:15px;*/
	font-weight:bold;
}

.label_row span{
	/*background-color: #efefef;
	color: black; */
	/*font-weight:normal; */
	padding:10px;
}

.editbutton {
   color:#0000FF;
   background-color:transparent;
   border-style:none;
   text-decoration:underline;
   cursor: pointer;
}

.cssbutton {     
   border: 1px solid #8cacbb;
   border-radius:4px;
   background-color:#D6DFFC;
   color:#000;
   text-decoration:none;  
   cursor: pointer;
}

.cssbutton:hover {
	background-color:#fff0ab;
}

.transbutton 
{
	-moz-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	-webkit-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	background-color:#308da2;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 26px;
	text-decoration:none;
}

.tran2button a
{
	-moz-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	-webkit-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	background-color:#308da2;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 26px;
	text-decoration:none;
}

.tran2button a:hover {
	background-color:#fff0ab;
	color:#000;
}

.transbutton:hover {
	background-color:#fff0ab;
	color:#000;
}

.transbutton:focus{
	outline-color: red;
}


.navibutton[disabled], .navibutton[disabled] span {
  color:#808080;
  background-color:#CFCFCF;  
  text-decoration: none;
  cursor: auto;
}

.navibutton {
   /*font-family: Verdana, Arial, Helvetica;
   font-size: 28px;
   font-weight: bold; 
   color:#000; */
   margin-top: 15px;
   margin-bottom: 10px;
   margin-left: 12px;
   font-size: 14px;
   padding: 4px 10px;
   border-radius:4px;
   border:1px solid #8cacbb;
   background-color:#D6DFFC;  
   cursor: pointer;
}


/*
.navibutton:hover {
	background-color:#fff0ab;
} */

/*
.navibutton span {
	text-decoration: underline;
}
*/
.headerbutton {
   /*
   font-family: Verdana, Arial, Helvetica;
   font-size: 18px;
   font-weight: bold;
   color:#000; 
	background-color:#D6DFFC;*/	
	color:#03205B;
	font-size:14px;
	font-weight:600; 
	line-height:26px;
   padding: 0;
   background-color:transparent;
   border-style:none;

   cursor: pointer;
}

.headerbutton  img{
   vertical-align:middle;
} 

.footerbar {
	padding-left: 2px;
	padding-right: 2px;
	/* background: #dee7ec;*/
	color: black;	
	/*border-bottom: 1px solid #8cacbb; */
	width: 100%;
}

.ajaxwrapper
{	
	display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
	
	/*
	margin: 10px;	
	width: 100%;
	*/
}



div.err_msg {
	margin: 10px;
	padding: 10px;
	border: 1px solid #cc3300;
	background-color: #ffcccc;
	color: #dd2200;
	text-align: left;
	line-height:140%;
	font-size: 14px;
}

div.warn_msg {
	margin: 10px;
	padding: 10px 15px;
	/*border: 1px solid #ff9900;*/
	border-radius:6px;
	background-color: #DFDFDF;
	/*color: #ff5500;*/
	color: #f00;
	text-align: left;
	line-height:140%;
	font-size: 16px;
}

div.note_msg {
	margin: 10px; 
	padding: 3px;
	border: 1px solid #33cc00;
	background-color: #ccffcc;
	color: #007700;
	line-height:140%;
	text-align: left;
	font-size: 14px;
}

.goback a{	
	-moz-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	-webkit-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	background-color:#308da2;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 26px;
	text-decoration:none;
}

.goback a:hover {
	background-color:#fff0ab;
	color:#000;
}

.goback:focus{
	outline-color: red;
}

/*
.goclose:focus{
	outline-color: red;
}
*/

.itemImg{
	float:left;
	padding:10px;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	background-color:#fff0ab;
}

.sub2 {
	color: #007700;
}
	
span.tinytext1 {
	font-size: 10pt;
}

.tinytext2 {		
	font-size: 9pt;
	text-align: right;
}

span.note {			
	padding: 0 10pt;	
	line-height: 20pt;	
	font-size: 12pt;	
}

span.note img {				
	vertical-align: middle;
}

span.note a:hover {
	color:RED;
	//font-weight:bold;
	text-decoration:none;
}

span.notebutton {				
	margin-top: 20px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	background-color:#D6DFFC;
	padding: 5px 10px;
	line-height: 20pt;	
	font-size: 14pt;
	
	color:RED;	
}

span.notebutton img {				
	vertical-align: middle;
}

span.notebutton a:hover {
	color:RED;
	
	text-decoration:none;
}

.shortcut{
	padding-top: 50pt;
	padding-right: 15pt;
	float:right;	
}

.company_name{
	padding-top: 50pt;
	padding-left: 50pt;	
	color:#308da2;
	font-size: 20px;
	font-weight: bold;
	float:left;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus, button:focus{	
	outline-color: red;
	outline-style: solid;
	outline-width: 3px;
}


.rep_ul li{	
	padding: 6px;
	font-size: 16px;
}

.rep_ul li.selected a{
	font-weight: bold;
}

.rep_ul li.heading {
	font-weight: bold;
}

#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
	position: fixed;
    top: 40%;
    left: 46%;
	width: 75px;
    height: 75px;
    padding:10px 10px 0px;
    border: 1px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:10px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

.tg  {border-collapse:collapse;border-spacing:3;}
.tg td{font-family:Arial, sans-serif;font-size:16px;font-weight:bold;color:red;padding:5px 5px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:16px;font-weight:bold;color:red;padding:5px 5px;overflow:hidden;word-break:normal;}
.tg .tg-s6z2{text-align:center}
.tg .tg-slkj{font-family:Lucida Console, Monaco, monospace !important;;text-align:center}


