
body {
	padding-top: 20px;
	/*background: #ECECEC;*/
}



.link-login{
	
	color:#326CA6;
	font-size: 0.99em;
	cursor:pointer;
	text-decoration:none;
	font-weight: bold;
}

.link-login:hover{
	
	text-decoration:underline;
}

.header_master {	
		
	background-color: #464646;
    background-image: -moz-linear-gradient(center bottom , #373737, #464646 5px);
    color: #e2e2e2;
    direction: ltr;
    font: 13px/28px sans-serif;
    height: 30px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 12;
/*    left: 10;
	position: fixed;
    top: 0;*/
    width: 100%;	
}

.icon-sma{
    
	background: url(../imgs/logofinal.png) no-repeat;
	display:block;
    height: 23px;
	margin-top: 2px;
    padding-top: 3px;
    width: 30px;
}



.header_master ul {
	
	margin: 0px;
	padding: 0px;	
}

.header_master ul li .item-menu {
	
	padding-top: 3px;
	display: block;
    float: left;
    list-style-type: none;
	border-right: none;
}

.header_master .top-user-information{
	
	float:right;
	font-size: 0.7em;
	padding-right: 50px;
}

.header_master .icon{
	
	background: url(../imgs/icon2.png) no-repeat scroll center center transparent;
    display: block;
	float: left;
	height: 20px;
    margin: 4px 7px 0 0;
    overflow: hidden;
	width: 20px;
    text-indent: -9999px;
}

#master_content{
	
	float:left;	
margin-left: auto;
	margin-right: auto;
	display:block;
	width:100%;	
		
}
#master_content .content {

	border: #2b2b2b;
    border-left: 1px solid  #DFDFDF;
    border-right: 1px solid  #DFDFDF;
	min-height:85px;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	max-width: 1100px;

}

#master_content .content2 {

	border: #2b2b2b;
    border-left: 1px solid  #DFDFDF;
    border-right: 1px solid  #DFDFDF;
	
	min-height:135px;
	margin-left: auto;
	margin-right: auto;
	width: auto;

}


.content .dynamic-content{	
	overflow: auto;

	min-width: 800px;
	max-width: 1100px;
	height:100%;
	min-height: 350px;
	display:block;	
	margin-left: auto;
	margin-right: auto;
	/*background: #FBFBFB;*/
	
}

.content .dynamic-content h2
{
	background-image: url("../imgs/arrow2.png");
    background-repeat:no-repeat;
    background-position: 33px 3px  !important;	
    
	text-align: left;
	padding-left: 58px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #527578 ;
	margin-top: 20px;
}


.content .dynamic-content .content-left{
	width: 160px;
	float:left;
	min-height:200px;
	border-right: 1px solid  #DFDFDF;
	overflow: auto;
	display:block;	
}





.content .dynamic-content .content-right{
	float:left;
	width: 800px;
	height:100%;
	padding-left: 20px;
	overflow: auto;
	display:block;	
	border-left: 1px solid  #DFDFDF;
	padding-bottom: 15px;
}





.content .dynamic-content .content-right h3 {
    color: #666666;

    font-size: 1.55em;
    line-height: 1.2em;
	text-align: center;
  
}

.content ul li {
	
	list-style-type:none;
	padding: auto;
	margin: auto;
}

#breadcrumbs-one{
 	background: #FFFFFF;
 	/*border-width: 1px;
  	border-style: solid;
 	border-color: 	1 #e5e5e5 #ccc;
 

 	border-radius: 5px;
 	box-shadow: 0 0 2px rgba(0,0,0,.2);*/
 	
 	width: 99.9%;
  	height: 23.5px;
  	margin: 0;
  	padding: 0;
}

#breadcrumbs-one li{
  	float: left;
}

.thread{
background-position:left top ; 
	background: url("../imgs/arrow2.png")  no-repeat scroll 3px 3px #FFFFFF !important ;
	
	height: 20px;
	width: 20px;
	float:left;
}		



#breadcrumbs-one a{
  	padding: 0.6em 0.2em 0.2em 0.7em;
  	float: left;
  	text-decoration: none;
  	color: #326CA6;
  	position: relative;
  	text-shadow: 0 1px 0 rgba(255,255,255,.5);
 	background-color: #FFFFFF;
  	background-image: linear-gradient(to right, #f5f5f5, #ddd);
  	font-size:0.65em;
  	direction: ltr;
    font-family: Arial;
}

#breadcrumbs-one li:first-child a{
  	padding-left: 3em;
  	border-radius: 0px 0 0 0px;
}

#breadcrumbs-one a:hover{
  	background: #FFFFFF;
  	text-decoration: underline;
}
/*
#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  	content: "";
  	position: absolute;
  	/*top: 55%;
  	margin-top: -1em;
  	border-top: 1em solid transparent;
  	border-bottom: 1em solid transparent;
  	border-left: 1em solid;
  	right: -1em;
}

#breadcrumbs-one a::after{
  	z-index: 2;
  	border-left-color: #FFFFFF;
}

#breadcrumbs-one a::before{
  	border-left-color: #FFFFFF;
  	right: -1.1em;
  	z-index: 1;
}

#breadcrumbs-one a:hover::after{
  	border-left-color: #fff;
}*/

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  	font-weight: bold;
  	background: none;
	
  
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  	content: normal;

}

.content .wrapper {
	
	height: 800px;
	width:60%;
	float: right;
}

.content-frame {
	
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 83px;
	width: 100%;
}

.content-frame .content_header {
	height: 85px;
	padding-left: 25px;
	padding-right: 35px;
	overflow: auto;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	background: url(../imgs/degradado.png) repeat-x scroll;
	/*background: no-repeat scroll #F8F9FA; */
	
	
}

.content_header_tittle 
{
	float:right;	
	height: 42px;	
	width: 250px;
	text-align: right;
	padding: 20px;
	color: #76AAC4;
	font-size: 0.89em;
	font-weight: bolder;
	
}

.content_header_tittle a
{
	padding: 6px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #EEEEEE;
        border-style: solid;
    border-width: 1px;
    color: #333333;
    background-color: #EEEEEE;
    text-decoration: none;
    cursor: pointer; 
    margin-left: 10px; 
}

.content_header_tittle a
{
	padding: 6px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #EEEEEE;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    background-color: #EEEEEE;
    text-decoration: none;
    cursor: pointer; 
    margin-left: 10px; 
}
.content_header_tittle a:hover
{
    cursor: pointer; 
text-decoration: none;
}



.company_logo {
	background: url(../../../images/company/LogoCompany.jpg) no-repeat scroll center transparent;
	width: 196px;
	height: 68px;
	float:left;
	
	left: auto;
	margin-top: 10px;
	margin-left: 5px;
	-moz-box-shadow: 0px 0px 7px #464646; 
    -webkit-box-shadow: 0px 0px 7px #464646;    
	/*border: 1px solid #1f7ede;*/
	border: 1px solid #464646;
	
}

.content-frame-title {
	
	
	width: 800px;
	/*background: -moz-linear-gradient(center bottom , #373737, #464646 5px) no-repeat scroll 0 0 #464646;*/
	background-color: #464646;
    background-image: -moz-linear-gradient(center bottom , #373737, #464646 5px);
   /*border: 1px solid rgba(0, 0, 0, 0.15);
       text-overflow: ellipsis;
    border-radius: 3px 3px 3px 3px;
	padding: 10px;
	*/

    line-height: 14px;
    
    height: 40px;
	
    
    margin-left: auto;
	margin-right: auto;

	position: relative;
	

    white-space: nowrap;
	
	font-weight: bolder;
	text-align: left;
	font-size: 1.3em;	
}

.content-frame-title .left-corner {
	
    background-position: 0 11px;
    bottom: -11px;
    height: 11px;
    left: 0;
    position: absolute;
    width: 12px;
}

.content-frame-title .right-corner {
	
    background-position: 11px 11px;
    bottom: -11px;
    height: 11px;
    position: absolute;
    width: 11px;
	right:0;	
}

.left-corner {
    background: url("../imgs/pliegue.png") repeat scroll 0 0 transparent;
}

.right-corner {
    background: url("../imgs/pliegue2.png") repeat scroll 0 0 transparent;
}

.content_header .icon_home {
	
	background: url(../imgs/iconhome.png) no-repeat scroll center transparent;
    display: block;
	float: right;
	height: 35px;
    margin: 38px 0 0 0;
    overflow: hidden;
	width: 35px;
    text-indent: -9999px;
}

.content_header .software_name {
	
	color: #464646;
	float: left;

	height: 40px;
	margin-top: 35px;
	margin-right: auto;
	text-align: center;
	text-shadow: 1px 1px #a6a6a6;
	width: 70%;
	font-size: 1.5em;
	font-weight: bolder;
}

.icon_transaction {
	
	background: url(../imgs/estrella.png) no-repeat scroll center center transparent;
    display: block;
	float: left;
	height: 30px;
    margin: 3px 0 0 38px;
    overflow: hidden;
	width: 30px;  
	
}

.setup {
	
	font: 17px/20px sans-serif;
	color: #4088B8;
	height: 30px;
    padding: 9px 10px 0 20px;
	text-shadow: 0 -1px 0 #00366c;
}

.content-frame-left{
	
	background: none repeat scroll 0 0 #e2e2e2;
    float: left;
    height: 650px;
    width: 13.37%;
}

.content-frame-middle{
	
	background: none repeat scroll 0 0 #e2e2e2;
    float: left;
    height: 650px;
	margin: auto;
	padding: auto;
    width: 86%;
}

.content-frame-middle .wrapper{
	
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 80%;
    width: 85%;
}

#footer_wrap {
	
	color: #CCCECA;
	height: 30px;	
	font-family: Arial, Helvetica, sans-serif;
	background: #292929;
    border-bottom: 1px solid #3d3d3d;

	min-width: 772px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: .7em;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
/*
#footer {
    
	display: block;
    height: 50px;
 
 
    width: 60%;
}

#powered_logo {
	
	margin-top: 2px;
	margin-right: 5px;
    padding-top: 2px;
    float: right;
}

#powered_by {
	
	float: right;
	font-size: .7em;
	display: block;
	height: 60px;
    margin: 3px 6px 0 0;
	margin-top: 20px;
    overflow: hidden;
	width: 190px;
}*/

#footer_wrap a {
	
    background: url(../imgs/logofinal.png) no-repeat scroll center center transparent;
	height: 38px;
	width: 48px;
	background-position:center top; 
	float:right;
}

.windows-form
{
	border: 1px solid	#ccc;
	margin-bottom: 15px;
	width: 100%;
}

.windows-form td
{
	padding-left: 20px;
	padding-right: 20px;
}


.requiredTextMsg
{
	background: url("../imgs/error_msg_icon.png") no-repeat scroll 10px 10px #FAEBE7 !important;
    border: 1px solid #F16048 !important;
    color: #DF280A !important;
    padding: 9px 8px 20px 30px;
   
    width: 91%;
    margin-right: auto; margin-left: auto;
    margin-bottom: 13px;
    margin-TOP: 13px;
}

.header_boxPayment
{
	 background-image: url("../imgs/a400px.png");
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    width: 300px;
    padding: 7px;
    font-size: 1.2em;
    font-weight: bolder;
    color: #fff;
}

._boxPayment
{
	box-shadow: 1px 3px 3px 3px #EFEFEF;
    float: left;
    font-size: 0.8em;
    min-height: 220px;
    width: 323px;	
    font-weight: bolder;
}

._boxPaymentMain
{
	box-shadow: 1px 3px 3px 3px #EFEFEF;
    font-size: 0.8em;
    min-height: 100px;
    width: 220px;
    font-weight: bolder;
    float: left;
}


.header_boxPaymentMain
{
	 background-image: url("../imgs/a400px.png");
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    width: 220px;
    padding: 7px;
    font-size: 1.2em;
    font-weight: bolder;
    color: #fff;
}




.header_boxPayment2
{
	 background-image: url("../imgs/a700px.png");
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    width: 700px;
    padding: 7px;
    font-size: 1.2em;
    font-weight: bolder;
    color: #fff;
}

._boxPayment2
{
	box-shadow: 1px 3px 3px 3px #EFEFEF;
    float: left;
    font-size: 0.8em;
    height: 220px;
    width: 700px;	
    font-weight: bolder;
}



.login-box .bottom {
	background:transparent url(../imgs/login_bottom.png) no-repeat scroll 0 0;
	height:35px;
	overflow:hidden;
	width:581px;
}

.windows-form input[type="button"], .windows-form input[type="submit"], .windows-form button {
    background-color: rgba(182, 182, 182, 0.7);
    background-color: #0072C6;
    border: 0 none;
    color: #FFFFFF;
    font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Helvetica Neue",Arial;
	font-size: 1.0em;
    height: 2.2em;
    min-width: 4.9em;
    padding: 3px 12px 5px;
    margin: 2px;
    
}



.windows-form input[type="button"]:hover, .windows-form input[type="submit"]:hover, .windows-form button:hover 
{
	cursor: pointer;
    background-color: rgba(205, 205, 205, 0.82);
    
}
 .windows-form input[type="button"]:active, .windows-form input[type="submit"]:active, .windows-form button:active {
    background-color: #212121;
    color: #FFFFFF;
}
.windows-form input[type="button"]:focus:not(.c_nobdr), .windows-form input[type="submit"]:focus:not(.c_nobdr), .windows-form button:focus:not(.c_nobdr) {
    outline: 1px dotted #212121;
}

/*
.windows-form input.default[type="button"]:hover, .windows-form input.default[type="submit"]:hover, .windows-form button.default:hover {
    background-color: #5AB7E3;
    cursor: pointer;
}

.windows-form input.default[type="button"]:active, .windows-form input.default[type="submit"]:active, .windows-form button.default:active, .windows-form input.default[type="button"]:hover:active, .windows-form input.default[type="submit"]:hover:active, .windows-form button.default:hover:active {
    background-color: #212121;
    cursor: pointer;
}*/


.windows-form input[type="button"]:disabled, .windows-forminput[type="submit"]:disabled, .windows-form button:disabled {
    background-color: rgba(202, 202, 202, 0.49) !important;
    color: rgba(33, 33, 33, 0.49) !important;
}


.windows-form input[type="text"], .windows-form input[type="password"], .windows-form input[type="email"], .windows-form input[type="number"], .windows-form input[type="tel"], .windows-form input.file, .windows-form textarea {
   background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.27);
    color: #212121;
    font-family: "Segoe UI","Segoe UI Web Regular","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    font-size: 1.25em;
    padding: 4px 8px;
  
}
.windows-form input[type="text"], .windows-form input[type="file"], .windows-form input[type="password"], .windows-form input[type="email"], .windows-form input[type="number"],  .windows-form input[type="tel"] {
    height: 1.571em;
	
}
.windows-form input[type="text"]:hover, .windows-form input[type="file"]:hover,  .windows-form input[type="password"]:hover,  .windows-form input[type="email"]:hover, .windows-form input[type="number"]:hover,  .windows-form input[type="tel"]:hover,  .windows-form textarea:hover {
    border-color: rgba(0, 0, 0, 0.44);
}
.windows-form input[type="text"]:focus, .windows-form input[type="password"]:focus, .windows-form input[type="email"]:focus, .windows-form input[type="number"]:focus, .windows-form input[type="tel"]:focus, .windows-form textarea:focus {
    border-color: rgba(0, 0, 0, 0.64);
    outline: medium none;
}
 
.windows-form input[type="text"]:disabled, .windows-form input[type="password"]:disabled, .windows-form input[type="email"]:disabled, .windows-form input[type="number"]:disabled, .windows-form input[type="tel"]:disabled, .windows-form textarea:disabled {
    background-color: rgba(202, 202, 202, 0.49);
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(33, 33, 33, 0.27);
}



.windows-form input[type="tel"], .windows-form input[type="email"] {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.27);
    color: #212121;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    font-size: 100%;
    padding: 4px 8px;
}

.windows-form input[type="tel"]:hover, .windows-form input[type="email"]:hover {
    border-color: rgba(0, 0, 0, 0.44);
}
.windows-form input[type="tel"]:focus, .windows-form input[type="email"]:focus {
    border-color: rgba(0, 0, 0, 0.64);
}
.windows-form input[type="tel"]:disabled, .windows-form input[type="email"]:disabled {
    background-color: rgba(202, 202, 202, 0.49);
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(33, 33, 33, 0.27);
}



.windows-form input[type="tel"], .windows-form input[type="email"], .windows-form input[type="text"], .windows-form input[type="password"] {
    height: 22px;
    
}
.windows-form select {
    border: 1px solid rgba(0, 0, 0, 0.27);
    height: 32px;
    padding: 5px;
}
.windows-form body.Firefox select {
    height: auto;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    padding-bottom: 4px;
    padding-top: 4px;
}
.windows-form select {
    width: 390px;
}




@charset "utf-8";
/* CSS Document */

.login-container123 {
	
	margin:50px auto;
	padding-top:10px;
	text-align:center;
	width:581px;
    height: 60%;
	text-align:center;
	
}



.login-container123 img {
	margin-bottom: 40px;
}




.login-form {
	background:transparent url(../imgs/login_box_bg-.jpeg) no-repeat scroll 0 0;
	padding:27px 57px 35px;
	text-align:left;
	
}

fieldset {
	border:0 none;
}

* {
	margin:0;
	padding:0;
}

#page-login {
	text-align:center;
}

body {
	color:#2F2F2F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
}

.login-form h2 {
	font-size:1.7em;
	font-weight:normal;
}

h2 {
	
}

h1, h2, h3, h4 {
	line-height:1.4em;
	margin-bottom:0.5em;
}

.login-form label {
	font-weight:bold;
}

label {
	color:#333333;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

.f-left, .left {
	float:left;
}

.dynamic-content a {
	color:#464646;
	text-decoration:underline;
}

.dynamic-content a:hover {
	font-weight: bolder;
	text-decoration:none;
}

button, .form-button {
	-x-system-font:none;
	background:#FFAC47 url(../imgs/bg.png) repeat-x scroll 0 100%;
	border:1px solid #009EE0;
	color:#FFFFFF;
	cursor:pointer;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:0 7px 1px;
	text-align:center !important;
	white-space:nowrap;
}


.login-form .form-buttons {
	clear:both;
	margin:12px 0 0;
	text-align:right;
}

.login-container123 .legal {
	background:transparent url(../imgs/login_box_legal_bg.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:0.95em;
	margin:0;
	padding:9px 9px 5px;
}

.login-container123 .legal a {
	 background: url(../imgs/logofinal.png) no-repeat scroll center center transparent;
	height: 20px;
	width: 48px;
	background-position:center top; 
	float:right;
}

p, address {
	margin-bottom:0.5em;
}

.login-box .bottom {
	background:transparent url(../imgs/login_bottom.png) no-repeat scroll 0 0;
	height:35px;
	overflow:hidden;
	width:581px;
}

.messages_hide {
	visibility: hidden;
}

.messages li {
	font-size:0.95em !important;
	font-weight:bold !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:11px !important;
	min-height:23px !important;
	padding:8px 8px 2px 32px !important;
}

.error-msg {
	background:#FAEBE7 url(../imgs/error_msg_icon.gif) no-repeat scroll 10px 10px !important;
	border:1px solid #F16048 !important;
	color:#DF280A !important;
}

.messages ul li {
	border:0 none !important;
	margin:0 0 3px !important;
	padding:0 !important;
}
.messages li {
	font-size:0.95em !important;
	font-weight:bold !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:11px !important;
	min-height:23px !important;
	padding:8px 8px 2px 32px !important;
}



.css_sendMoney 
{
	height: 500px;
	width: 300px;
	float: right;
}


.changePage
{
	background: url("../imgs/alert_icon.png") no-repeat scroll 10px 10px  !important;
    border: 1px solid #BF5B28 !important;
    color: #BF5B28 !important;
    padding: 9px 8px 9px 30px;
   
    width: 500px;
    margin-right: auto; margin-left: auto;
    margin-bottom: 20px;
}


.alertIE 
{
	font-size: 0.75em;	
}



.addRecord
{
	background: url("../imgs/show_message.png") no-repeat scroll 10px 10px #EFF5EA !important;
    border: 1px solid #95A486 !important;
    color: #3D6611 !important;
    font-size: 0.95em !important;
    font-weight: bold !important;
    margin-bottom: 11px !important;
  
     padding: 9px 8px 9px 30px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    
     width: 93%;
    float: left;
}


.invoice_header_info
{
	background-color: #FAFAEC;
	background: url("../imgs/icon_alert_invoview.png") no-repeat scroll 6px 6px  !important;
    border: 1px solid #FCD344 !important;
    /*color: #3D6611 !important;*/
    padding: 9px 8px 9px 50px;
   font-size: 1.3em;
    width: auto;
    min-width: 772px;
	max-width: 1100px;
    margin-right: auto; margin-left: auto;
    margin-bottom: 5px;
}





.panel_reports
{
	min-width: 800px;
	max-width: 1100px;

	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	 border-left: 1px solid  #DFDFDF;
    border-right: 1px solid  #DFDFDF;
}

.panel_left
{
	width: 35%;
	
	float: left;
	min-height: 300px;
	padding: 20px;
}



.panel_right
{
	width: 55%;
	text-align: center;
	float: LEFT;
	min-height: 300px;
	padding: 20px;
}

.panel_right h2
{
	text-align: center;
	font-size: 2.0em;
	color: #717276;
	padding-bottom: 20px;
	
}



/*-*************************************STYLES GRID TELERIK STATUS**************************************************/


.cancelTrx {

	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px; 
	font-weight: bolder;
	padding-right: 35px;
	background:url("../images/icon/cancel.png") center right no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.85em;
		
	
}



.transTrx {
	
	border-collapse:collapse;    
   
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	padding-right: 2px;
	background:url("../images/icon/trasnmite.png") 57px no-repeat;
	padding: 4px;

	border: 1px solid #DDDDDD;  
	
}


/*********************************************************************/
/*-*******************************************PAID **********************************************/

.paidTrx {
	
	border-collapse:collapse;    
   	padding-right: 4px;
	background:url("../images/icon/paid.png") 40px no-repeat;
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 1px solid #DDDDDD;  
	
}

.approveTrx 
{
	border-collapse:collapse;    
   	padding-right: 4px;
	background:url("../images/icon/approved.png") 62px no-repeat;
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 1px solid #DDDDDD;  
	}
	
	
.justEntTrx {
	
	border-collapse:collapse;    
   	padding-right: 4px;
	background:url("../images/icon/pending.png") 50px no-repeat;
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 1px solid #DDDDDD;  
	
}


/*-*******************************************PAID **********************************************/

.holdTrx {
	
	border-collapse:collapse;    
   	padding-right: 18px;
	background:url("../images/icon/hold.png") 40px no-repeat;
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 1px solid #DDDDDD;  
	
}


/*********************************************************************/
/*-*******************************************DEPOSIT'S STYLE **********************************************/

.pendingDpt {
	
	border-collapse:collapse;    
   	padding-right: 18px;
	background:url("../images/icon/pending.png") 40px no-repeat;
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 1px solid #DDDDDD;  
	
}

.acceptDpt {
	
	border-collapse:collapse;    
   	padding-right: 18px;
	background:url("../images/icon/approved.png") 40px no-repeat;
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 1px solid #DDDDDD;  
	
}


.denyDpt {
	
	border-collapse:collapse;    
   	padding-right: 18px;
	background:url("../images/icon/cancel.png") 40px no-repeat;
	font-family: "Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","Helvetica Neue",Arial;
	font-size: 0.85em;
	color: #585858;
	height: 10px;
	font-weight: bolder;
	padding-left: 2px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 1px solid #DDDDDD;  
	
}

/*********************************************************************/

.toolbar_news
{
	padding: .4em 1em;
	position: relative;
	border: 1px solid #aaa;
	background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222;
	font-weight: bold;
}


.messages_hide {
	visibility: hidden;
}

.messages li {
	font-size:0.75em !important;
	font-weight:bold !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:11px !important;
	min-height:23px !important;
	padding:8px 8px 2px 32px !important;
	
}

.error-msg {
	background:#FAEBE7 url(../imgs/icon/error_msg_icon.png) no-repeat scroll 10px 10px !important;
	border:1px solid #F16048 !important;
	color:#DF280A !important;
}

.messages ul li {
	border:0 none !important;
	margin:0 0 3px !important;
	padding:0 !important;
}

.panel_error{
	margin-left: auto;
	margin-right: auto;
}

.advise_message ul 
{
	list-style-type: none;	
	text-align: center;
}

.advise_message li {
    color: #3D6611 !important;
    padding: 9px 8px 9px 5px !important;
	font-size: 0.9em;
   
 
    margin-bottom: 5px;
    display: inline;
}

.advise_message 
{
	background: url("../imgs/icon_alert_invoview.png") no-repeat scroll 6px 6px  !important;
	background-color: #FAFAEC;
    border: 1px solid #FCD344 !important;
    width: 95%;
}


.message_files
{
	padding-left: 35px;
	padding-top: 45px;
	 color: #3D6611 !important;
	 font-size: 0.8em;
}