<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY:Tahoma, "MS Sans Serif";
    background-image: url('../images/bluebg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:top;
	margin: 0; padding: 0; 
}

TD {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Tahoma, "MS Sans Serif", Tahoma
}

.THM20{font-size:18px; font-weight:bold; FONT-FAMILY: Tahoma, "MS Sans Serif"}
.THM18{font-size:18px; font-weight:bold; FONT-FAMILY: Tahoma, "MS Sans Serif"}

td.td_index{font-size:16px;}

SELECT {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Tahoma, Microsoft Sans Serif ,Arial
}

INPUT {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Tahoma, Microsoft Sans Serif ,Arial
}

TEXTAREA {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Tahoma, Microsoft Sans Serif ,Arial
}

input.checkbox{
	width:22px;
	height:22px;
}

pre.error_msg{background:#ECECEC !important;}

#webpage_content{width:980px;
margin-top:5px;
overflow-x: scroll;
min-height:50px;
 }
 
 .link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 5px 9px;
    text-decoration: none;
}

.select_page{width:80px; margin:0; padding:0;}

.tableindex {
  border-collapse: separate;
  border-spacing: 1px 1px;
}

.gridtable{
	  border-collapse: separate;
  	  border-spacing: 0px 0px;
}

table.gridtable td{
	border:1px #CCCCCC solid;
}

table.gridtable th{
	border:1px #CCCCCC solid;
	background:#CCCCCC;
}

.mpzero{margin:0px; padding:0px;}

.add-icon-button{
	margin:0; padding:0; width:27px; background:url(../icons/add-icon-2.png) no-repeat; height:27px; background-position: center; }

table.pageindex a {padding-left:30px; margin-top:2px; margin-left:20px; background:url(../images/report-edit-icon.png) no-repeat; display:block; 
height:24px; text-decoration:none; color:#CA4E50;}
table.pageindex a:hover { color:#3298FC}
.boxgray{border: solid 1px  #CCCCCC;}
.line24x10{background:url(../images/line24x10.jpg) repeat-x; height:24px; padding-left:10px; color:#FFF; font-weight:bold;}

.wb_select{font-size:16px; font-weight:bold; }
.wb_th {font-size:13px; font-weight:bold;}
.txt_orange{color:#FE9400;}
.txt_white{ color:#FFF;}
#web_dialog a{text-decoration:none;}
#web_dialog a:hove{color:#FE9400;}

.w50{width:50px;}
.w30{width:30px;}

/* CSS Document */		

/* BUTTONS */

.buttons a, .buttons input, .buttons button{
    margin:0 2px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    FONT-FAMILY:Microsoft Sans Serif ,Arial;
    font-size:13px;
    line-height:120%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 5px 5px 5px; /* Links */
}

.buttons a{ text-align:center;}

.buttons a:hover {
	FONT-SIZE: 13px; 
	COLOR: #ff6600; 
	FONT-FAMILY:Microsoft Sans Serif ,Arial;
	TEXT-DECORATION: underline;
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:14px;
}

.buttons input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	min-width:30px;
}

.buttons input.bt_edit{
	background-image:url(../images/bt_edit.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input.bt_cancel, .buttons input.bt_delete{
	background-image:url(../images/bt_cross.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input.bt_submit, .buttons input.bt_save{
	background-image:url(../images/bt_save.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input.bt_img, .buttons input.bt_image{
	background-image:url(../images/bt_image.png) ;
	background-position:left;
	background-repeat:no-repeat ;
	background-origin:padding-box;
	vertical-align:central;
}

.buttons input[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.bt_positive, .buttons input.bt_positive, .buttons a.bt_positive{
    color:#529214;
}
.buttons a.bt_positive:hover,  .buttons input.bt_positive:hover, button.bt_positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.bt_positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* POSITIVE */

button.bt_green, .buttons input.bt_green, .buttons a.bt_green{
    color:#529214;
}
.buttons a.bt_green:hover,  .buttons input.bt_green:hover, button.bt_green:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.bt_green:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.bt_negative,  .buttons input.bt_negative, button.bt_negative{
    color:#d12f19;
}
.buttons a.bt_negative:hover,  .buttons input.bt_negative:hover, button.bt_negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.bt_negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.buttons a.bt_red,  .buttons input.bt_red, button.bt_red{
    color:#d12f19;
}
.buttons a.bt_red:hover,  .buttons input.bt_red:hover, button.bt_red:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.bt_red:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.bt_regular, .buttons input,  .buttons input.bt_regular, .buttons a.bt_regular{
    color:#336699;
}
.buttons a.bt_regular:hover, .buttons input:hover,  .buttons input.bt_regular:hover, button.bt_regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.bt_regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* ORANGE */

.buttons a.bt_orange,  .buttons input.bt_orange, button.bt_orange{
    color:#FE9400;
}
.buttons a.bt_orange:hover,  .buttons input.bt_orange:hover, button.bt_orange:hover{
    background:#FFF1DF;
    border:1px solid #FFDDAE;
    color:#F56B12;
}
.buttons a.bt_orange:active{
    background-color:#d12f19;
    border:1px solid #FE9400;
    color:#fff;
}
</pre></body></html>