           #loading{
                width: 100%;
                position: absolute;
                top: 100px;
                left: 100px;
				margin-top:200px;
            }
            div#container2 { padding-top: 25px; padding-bottom: 25px;}
           .paginationbottom .pagination ul li.inactive,
            .paginationbottom .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#777;
                border:1px solid #bababa;
                cursor: default;
            }
            .paginationbottom .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #000;
                font-size: 10px;
            }
table#myTable th {
    font-weight: 500;
    color: #333;
    font-size: 12px;
    text-transform: capitalize;
}
.module.change_floatleft > table#myTable  p {
    text-align: left;
    word-wrap: break-word;
}
	.module.change_floatleft {
    float: none;
}
.module.change_floatleft > table#myTable{

table-layout: fixed;
}
            .paginationbottom .pagination{
                width: 98%;
                height: 21px;
				 
            }
            .paginationbottom .pagination ul li{
                list-style: none;
                float: left;
                border: 1px solid #CB0202;
                padding: 2px 6px 2px 6px;
                margin: 0 3px 0 3px;
                font-family: arial;
                font-size: 10px;
                color: #CB0202;
                font-weight: bold;
                background-color: #f2f2f2;
            }
            .paginationbottom .pagination ul li:hover{
                color: #fff;
                background-color: #CB0202;
                cursor: pointer;
            }
			.go_button
			{
			background-color:#f2f2f2;border:1px solid #CB0202;color:#cc0000;padding:2px 6px 2px 6px;cursor:pointer;position:absolute;margin-top:-1px;
			}
			.total
			{
			  padding-left: 42px;color:#555; padding-top: 5px; font-size: 12px;
			}
			
/* new table */
			
/* -------------------- Box module -------------------- */

div.module { 
	background: url() no-repeat scroll bottom left; 
	float: left; 
	width: 100%; 
	margin-bottom: 5px; 
	}

div.module div.module-body { 
	background: url(../images/module-body-right-bg.gif) no-repeat scroll bottom right; 
	padding: 20px 3% 20px 3%; float: left; width: 94%;
	}

	
div.module div.module-table-body { 
	background: url() no-repeat scroll bottom right; 
	padding: 0; 
	float: left; 
	width: 100%; 
	}

div.module h2 { 
    /* Sliding right image */
    background: url(../images/module-header-left-bg.gif) no-repeat scroll top left; 
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 100%;
	margin-bottom: 0;
	letter-spacing: normal;
	 
	}

div.module h2 span { 
	/* Background left image */ 
	background: url(../images/module-header-right-bg.gif) no-repeat top right; 
	display: block;
	line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
	width: 97%;

	}

div.module table {
	width: 98%; 
	margin: 1px  10px 8px;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	}

div.module table.tr {
	border-collapse: separate;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	}
table#myTable th div {
    float: right;
}
div.module table th {
	background-color: #FF9900;
	color: #444444;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px;
	font-weight: bold;
	}
	
div.module table td {
	 
	padding: 5px;
	border-right: 1px solid #d9d9d9;
	font-size: 13px;text-transform: capitalize;
	}

div.module table tr.odd td { /* You can use this style if you want to do zebra-colored tables with other technique than Table Sorter script used here */
	background-color: #f1f5fa;
	}

div.module table tr.nissue td { /* You can use this style if you want to do zebra-colored tables with other technique than Table Sorter script used here */
	background-color: #f2ea7b;
	}

.table-apply {
	width: 40%; float: right; text-align: right; margin-right: 10px;
	}






/* -------------------- Button (sliding door technique) -------------------- */

/* button outside a module box */
a.button {
    /* Sliding right image */
    background: transparent url(../images/button-right-bg-m.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a.button span {
	/* Background left image */ 
	background: transparent url(../images/button-left-bg-m.gif) no-repeat top left; 
	display: block;
	line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 7px 10px;
	}

a.button:hover { 
	background-position: bottom right; color:#0063be; 
	}

a.button:hover span{
	background-position: bottom left;
	color:#0063be;
	}

/* button inside a module box */
div.module a.button {
    /* Sliding right image */
    background: transparent url(../images/button-right-bg.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
div.module a.button span {
	background: transparent url(../images/button-left-bg.gif) no-repeat top left; 
	display: block;
	line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 7px 10px;
	}
	
	
	input.input-short {
    background: repeat-x scroll left top #F6F6F6;
    border: 1px solid #CCCCCC;
}

#header-fixed { 
    position: fixed; 
    top: 0px; display:none;
    background-color:white;
width: 1180px;
}
table#header-fixed tr:first-child th:nth-child(2) {
    min-width: 98px;
}
table#header-fixed tr:first-child th:nth-child(3) {
    max-width: 19px;
}


