body {
    margin: 0;
    padding: 0;
    font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
    font-size: 12px;
    background-color: #ffffff;
    text-decoration: none;
    line-height: 25px;
}
.contenttxt {
    font-weight: bold;
    color: #666666;
}
.heading {
    color: #017918;
    font-weight: bold;
}
img {
    border: 0;
}
a {
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    height: 30px;
    margin: 0px;
    padding: 1px;
    text-decoration: none;
}
select {
    width: 300px;
}
textarea,
select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    margin: 0px;
    padding: 1px;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    background: rgb(66, 184, 221);
    border: 1px solid rgb(66, 184, 221);
    border-radius: 4px;
    color: #fcfcfc;
    font-weight: bold;
    text-decoration: none;
    margin: 2px;
    height: 30px;
    padding: 5px;
    
}
button,
select,
input[type="button"],
input[type="submit"],
input[type="reset"],
img {
    cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #1a87b9;
    border: 1px solid #1a87b9;
}


button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	margin: 0 ;
	font-size: 14px;
	padding: 3px; 
	background-color: #1a87b9;
	border: 1px solid transparent;
	color: #ffffff;
	font-weight: 300;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ffffff;
	color: #1a87b9;
	border-color: #1a87b9;
}






#page {
    width: 50px;
}
.class_date {
    width: 80px;
}
.class_indate {
    width: 200px;
}
.class_input {
    width: 200px;
}
.class_inputLong {
    width: 400px;
}
table.fixed2 {
    width: 100%;
}
td {
    vertical-align: top;
}
td.right {
    text-align: right;
}
#listlayout{
	width: 100%;	
	table-layout: fixed;  
	white-space: nowrap;
	min-width:1000px;
}
#searchListDd{
	width: 200px;
	max-width:200px;
	table-layout: fixed;  
	white-space: nowrap;
}
#searchList {
    width: 100%; 
	table-layout: fixed;  
	white-space: nowrap;
}
#searchList td {
    padding: 2px 5px;
    white-space: nowrap;
}
#searchList th {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 5px;
    white-space: nowrap;
    background-color: #0054a3;
    text-align: left;
}


#listData {  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19); }
#listData td {
    padding: 2px 5px;
    white-space: nowrap;
}
#listData th {
    color: #ffffff;
    text-decoration: none;
    padding: 2px;
    white-space: nowrap;
    background-color: #0054a3;
}
#listData th a {
    color: #ffffff;
    text-decoration: none;
}
#listData tfoot td,
#listData tfoot td a {
    padding: 2px;
    white-space: nowrap;
    color: #ffffff;
    background-color: #0054a3;
}
.title {
    font-size: 16px;
    font-weight: bold;
    color: #006600;
    text-decoration: none;
    padding: 5px
}
.subbartxt {
    font-size: 20px;
    font-weight: bold;
    color: #3c64ad;
    text-shadow: 2px 2px #efefff;
    padding: 5px;
}
.even {
    background-color: #e5e5e5;
    cursor: pointer;
}
.odd {
    background-color: #ffffff;
    cursor: pointer;
}
.even:hover,
.odd:hover {
    background-color: #FFFF99;
    cursor: pointer;
}
/* cms v7.0 */

#waitdiv {
    left: 40%;
    top: 40%;
    visibility: visible;
    position: absolute;
    width: 200px;
    height: 100px;
    border-style: outset;
    font-size: medium;
    font-weight: bold;
    color: #000000;
    background: #ededed;
    text-align: center;
    line-height: 8em;
}
form {
    margin: 0;
}
div.detail {
    border: black solid 1px;
    width: 98%;
}
h3.msg {
    color: red;
    margin-bottom: 0;
    padding-left: 8px;
    font-size: 12px;
}
.td_detail {
    margin: 0;
    padding: 2px 5px;
    font-size: 14px;
    background-color: #ffffff;
    height: 30px;
    vertical-align: top;
}
table.tab {
    border: 2px solid #fff7e7;
    border-collapse: collapse;
    margin: 0;
    padding: 2px;
}
table.tab th {
    font-size: 10px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding: 5px;
    background: #fff7e7;
}
table.tab td {
    font-size: 10px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    padding: 5px;
    text-align: center;
}
table.tab a {
    font-size: 10px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}
table.tab a:hover {
    text-decoration: underline;
}
table.tab th a.sortheader {
    background: #fff7e7;
    color: #003366;
    text-decoration: underline;
    display: block;
    white-space: nowrap;
}
table.tab th span.sortarrow {
    color: #339900;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
table.tab2 {
    border: none;
    border-collapse: collapse;
    margin: 4px;
    padding: 2px;
}
table.tab2 th {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 5px;
    background: #cccccc;
    text-align: left;
    border: 1px solid #ffffff;
}
table.tab2 td {
    border: 1px solid #cccccc;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    padding: 5px;
    text-align: left;
}
table.tab2 a {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
table.tab2 a:hover {
    text-decoration: underline;
}
table.tab3 {
    border: none;
    border-collapse: collapse;
    margin: 1px;
    padding: 2px;
}
table.tab3 th {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 2px;
    background: #cccccc;
    text-align: left;
    border: 1px solid #ffffff;
}
table.tab3 td {
    border: 0px solid #cccccc;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    padding: 2px;
    text-align: left;
}
table.tab3 a {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
table.tab3 a:hover {
    text-decoration: underline;
}
div.actions {
    text-align: center;
    padding: 5px;
}
fieldset.wingfungform {
    border: 1px solid #cccccc;
    margin: 0 10px 10px;
}
fieldset {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 5px;
}
fieldset.wingfungform2 {
    border: 1px solid #cccccc;
    margin: 0px;
    text-align: left;
}
#savelayer {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    /* khtml, old safari */
    
    -moz-opacity: 0.5;
    /* mozilla, netscape */
    
    opacity: 0.5;
    float: left;
    display: none;
}
#savelayer h1 {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}
#editlayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}
.topbg,
.footerbg,
.stepbar {
    background-color: #0054a3;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    box-shadow: 0 5px 5px -5px #0054a3;
    background-repeat: repeat-x;
    color: #ffffff;
}
.stepbar {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px 0 0 0;
    padding: 5px;
}
.footerbg a {
    color: #ffffff;
    font-size: 10px;
}
.footerbg,
.footerbgr,
.footlink {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
    text-align: right;
}
.productname {
    margin: 0;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.tbl_login td {
    font-size: 16px;
    font-weight: bold;
}
.login form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    margin-left: 8px;
    padding: 26px 24px;
}
.login label {
    color: #777777;
}
.login form .input,
.login input[type="text"] {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 290px;
}
div.updated,
.login .message {
    background-color: #FFFFE0;
    border-color: #E6DB55;
    border: 1px solid #ddd;
}
#login_error,
.login .message {
    margin: 0 0 16px 8px;
    padding: 12px;
}
div.error,
.login #login_error {
    background-color: #FFEBE8;
    border-color: #CC0000;
    border: 1px solid #8a1f11;
}
#login_error,
.login .message {
    margin: 0 0 16px 8px;
    padding: 12px;
}
div.flash-success,
div.flash-error,
div.flash-notice {
    background: #e6efc2 none repeat scroll 0 0;
    border-color: #c6d880;
    color: #264409;
    width: 95%;
    margin-left: 10px;
}
div.flash-success,
div.flash-error,
div.flash-notice {
    border: 2px solid #ddd;
    margin-bottom: 1em;
    padding: 0.8em;
    font-weight: 700;
}
div.flash-error {
    background: #fbe3e4 none repeat scroll 0 0;
    border-color: #fbc2c4;
    color: #8a1f11;
}
div.flash-notice {
    background: #fff6bf none repeat scroll 0 0;
    border-color: #ffd324;
    color: #514721;
}
div.flash-success {
    background: #e6efc2 none repeat scroll 0 0;
    border-color: #c6d880;
    color: #264409;
}
div.flash-error a {
    color: #8a1f11;
}
div.flash-notice a {
    color: #514721;
}
div.flash-success a {
    color: #264409;
}