/**** This css file is the same in all applications ***********/
/**** containing styles common in all of these applications ******/

/*
html{
    margin:0;
    padding:0;
    height:100%;
    border:none;
}

body { 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 100%;
	background-color: #F3F6F6;
	background-image:url('../images/bgrows.gif');
}
*/

.headerBanner {
	background-color:#ffffff;
}

.headerBannerTitle {
    width:100%;
    font-size: 18px;
	color:#4ca927;
	font-weight: bold;
    background-repeat: no-repeat;
    background-position: center;
}

#tablefullheight {
	width:994px;
	height:100%;
}

.tdforclear {
	width:1px;
	background-color:#b7b7b7;
}

.wintxtforfooter {
	font-size:11px;
	color:#777777;
	height:15px;
	background-color: #003476;
}

.oriz_menu {
	text-align: center;
	font-size: 10px;
}

.oriz_menu_td {
	text-align:right;
   	height:17px;
   	background-image:url('../images/baraTopMenu.jpg');
}

.menubutton {
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.menubutton a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: bold;
}

.menubutton a:hover {
	color: #c9f97e;
}

.menubuttonDis {
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	/*display: block;*/
	color:#c5c5c5;
	font-weight: bold;
}

.wintxtB {
	font-size:11px;
	font-weight:bold;
	color:#777777;
}

.wintxtB12 {
	font-size:12px;
	font-weight:bold;
	color:#06A3DA;
}
.wintxtB10 {
	font-size:10px;
	font-weight:bold;
	color:#777777;
}

.wintxtB10nowrap {
	font-size:10px;
	font-weight:bold;
	color:#777777;
	white-space: nowrap;
}

.wintxt {
	font-size:11px;
	color:#777777;
}

.wintxtnowrap {
	font-size:11px;
	color:#777777;
	white-space: nowrap;
}

.wintxtbox {
	border:			1px solid #d1d1d1;
	font-size:		11px;
	background-color: 	#ffffff;
}

.wintxtboxOver {
	border:			1px solid #d1d1d1;
	font-size:		11px;
	background-color: 	#EBF4F9;
}


.txtCaution {
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
}

.txtInfo {
	font-size: 12px;
	color: #f56e2a;
	font-weight: bold;
	height: 25px;
}

.txtInfo100 {
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
	width:100%;
	text-align: right;
	padding-right: 15px;
}

#btn-el{
	margin-right:10px;
}


A.intext {
	font-size:10px;
	font-weight:bold;
	color:#777777;
}
A.intext:hover {
	color:#FF9900;
}

.imgBorder {
	border-top: 1px #b7b7b7 solid;
	border-left: 1px #b7b7b7 solid;
	border-bottom: 1px #b7b7b7 solid;
	border-right: 1px #b7b7b7 solid;
}

.tblHeader {
	background-color: #cfdfdf;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

.tblRow1 {
	background-color:	#e9e9e9;
	font-size:11px;
	color:#555555;
}

.tblRow2 {
	background-color:	#f5f5f5;
	font-size:11px;
	color:#555555;
}

.pageBgOut {
	background-color: #F3F6F6;
	height: 100%;
}

.pageBgIn {
	background-color: #F3F6F6;
}

.pageBgInRow {
	background-color: #F3F6F6;
	height: 25px;
}

.pageBgBorder {
	background-color:	#06A3DA;
}

.tblFormPrompt {
	font-size:11px;
	font-weight:bold;
	color:#777777;
	background-color:#edf2df;
	font-weight:bold;
}

.debugDescr {
	font-size:9px;
}

#error {
	font-size:11px;
	color:#ff0000;
}

.contenttd {
	vertical-align: top;
	width: 80%;
}

.infohelptd {
	vertical-align: top;
	width: 20%;
	padding-right:1px;
}

.infohelphdr {
	background-color:#939d79;
	font-size:11px;
	font-weight: bold;
	color: #edf2df; /*#F5F1DE;*/
	text-align: center;
	padding-bottom: 2px;
	border-left: 1px solid #939d79;
	border-right: 1px solid #939d79;
	border-top: 1px solid #939d79;
	border-bottom: 1px dotted #FFFFFF;
}

.infohelp {
	background-color:#edf2df;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-align: left;
	padding: 4px;
	border-left: 1px solid #939d79;
	border-right: 1px solid #939d79;
	border-top: none;
	border-bottom: 1px solid #939d79;
}

#helptitle {
	background-color: #939d79;
	font-size: 11px;
	font-weight: bold;
	color: #edf2df;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 4px;
    padding-right: 4px;
	border-left: 1px solid #939d79;
	border-right: 1px solid #939d79;
	border-top: 1px solid #939d79;
	border-bottom: none;
    width:190px;
}

#helpcontent { 
	background-color: #edf2df;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 4px;
	border-left: 1px solid #939d79;
	border-right: 1px solid #939d79;
	border-top: 1px solid #939d79;
	border-bottom: 1px solid #939d79;
    width:190px;
}

.vertmenutd {
	background-color: #e6eef0;
	border-right: 1px solid #c5e7ff;
	font-size: 11px;
	width: 170px;
	vertical-align: top;
}

.vertmenutbl {
	width: 100%;
}

.vertmenuhdr {
	background-color: #23a7b6;
	font-size: 11px;
	font-weight: bold;
	color: #F5F1DE;
	width: 100%;
	vertical-align: middle;
	height: 27px;
	border-bottom: 1px solid #b7b7b7;
}

.vertmenuhdrsel {
	background-color: #23a7b6;
	font-size: 11px;
	font-weight: bold;
	color: #F5F1DE;
	width: 100%;
	vertical-align: middle;
	height: 27px;
	border-bottom: 1px solid #b7b7b7;
   	cursor: pointer;
}

.vermenutdlnk {
	background-color:#d6e8ed;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	height: 25px;
	border-bottom: 1px solid #b7b7b7;
}

.vermenutdlnksel {
	background-color: #F5F1DE;
	font-size: 10px;
	font-weight: bold;
	color: #f56e2a;
	height: 25px;
	border-bottom: 1px solid #b7b7b7;
	cursor: pointer;
}


.tabmenutbl {
	width: 100%;
}

.tabmenutd {
	font-size: 11px;
	vertical-align: top;
}

.tabmenutdlnk {
	padding: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #59513d;
	height: 20px;
	border-bottom: 1px #d1d1d1 solid;
	border-top: solid 1px #d1d1d1; 
	border-left: solid 1px #d1d1d1;
	background-color: #F9F8F4;
	width: 1%;
	white-space: nowrap;
}

.tabmenutdlnksel {
	padding: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #59513d;
	height: 20px;
	border-bottom: 1px #d1d1d1 solid;
	border-top: solid 1px #d1d1d1; 
	border-left: solid 1px #d1d1d1;
	background-color: #edf2df;
	cursor: pointer;
	width: 1%;
	white-space: nowrap;
}
	
.tabmenutdlnkcur {
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	background-color: #d5e5ab;
	border-top: solid 1px #d1d1d1; 
	border-left: solid 1px #d1d1d1;
	width: 1%;
	white-space: nowrap;
}

.tabmenutdpad {
	border-bottom: 1px #d1d1d1 solid;
	border-left: solid 1px #d1d1d1;
}

.tabbedtable {
	background-color: #ffffff; 
	border-bottom: solid 1px; 
	border-left: solid 1px; 
	border-right: solid 1px; 
	border-color: #d1d1d1;
}

.fieldsetcls {
	/*border-color: #d5e5ab;*/
	-moz-border-radius: 8px; 
	border-radius: px;
}

.navbtn2 {
	border-bottom:		1px solid #555555;
	border-top:		1px solid #555555;
	border-left:		1px solid #555555;
	border-right:		1px solid #555555;
	font-size:		10px;
	background-color:	#d6e8ed;
	color: 			#000000;
	font-weight:		bold;
	cursor:			pointer;
	text-align:		center;
}

.navbtn2Over {
	border-bottom:		1px solid #555555;
	border-top:		1px solid #555555;
	border-left:		1px solid #555555;
	border-right:		1px solid #555555;
	font-size:		10px;
	background-color:	#23a7b6;
	color: 			#ffffff;
	font-weight:		bold;
	cursor:			pointer;
	text-align:		center;
}

.navbtnDsb {
	border-bottom:       1px solid #c5c5c5;
	border-top:          1px solid #c5c5c5;
	border-left:         1px solid #c5c5c5;
	border-right:        1px solid #c5c5c5;
	font-size:           10px;
	background-color:    #F9F8F4;
	color:               #c5c5c5;
	font-weight:         normal;
	text-align:          center;
	width:               100px;
}

.noScreen {
	display:none;
}

/***************************************/
		/*Language Modal*/
/***************************************/

/* #lang-form {
	display: none;
	position: absolute;
	top: 50px;
	left: 150px;
	border: 1px solid #ccc;
	height: 120px;
	width: 120px;
	z-index: 2;
} */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 65%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #17636c;
    color: white;
}

.modal-header h2 {
	text-align: center;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

.modal-body p {
	text-align: center;
}

.modal-btn-wrapper {
	text-align: center;
	padding: 10px;
}

.modal-btn-wrapper #cancel-lang {
	margin-right: 10px;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}



