html {
    margin:0;
    padding:0;
    height: 100%;
}

body {
    margin:0;
    padding:0;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    height: 100%;
    background: url('../images/default/body_bg.png')
}
.main {
    height: 100%;
    width: 100%;
}
.wrapper{
    height: 100%; margin: 0;padding:0;
 width: 100%;
 background-attachment: fixed;
}



table{margin: 0 auto; padding: 0;border-collapse: collapse;}



.table-wrap {
	border: 1px solid #fefefe;
	background: #fefefe;
	width:600px;
	margin:0px auto 5% auto;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px 1px ;
	box-shadow: 2px 2px 2px 1px ;
}


                .table_row{
                    display: table;
                    width:100%;
                    clear:both;
                    height:30px;
                }

                .table_row:hover{
                    background: lightgray;
                }

                .table_cell{
                    display: table-cell;
                    width:200px;
                    margin:0 0 0 10px;
                    padding: 2px 2px 2px 7px;
                }










.inner_row {
	display: table-row;
	border: 0px solid green;
	margin:0 auto;
	clear:both;
	height:30px;
}



.table_submit {
	margin: auto;
	text-align: center;
}

.table_cell {
	display: table-cell;
	width:auto;
	margin:0 0 0 10px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	float: left;
}






.list_table table{
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 13px;
    border: 1px solid lightgray;
    margin: 0 10px 0 10px;
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.75);

}

.list_table table th{
    background:#05325E;
    padding: 5px 15px 5px 5px;
    text-align: left;
    color:white;
    vertical-align: top;
}

.list_table table td{
    padding: 2px 15px 2px 5px;
    vertical-align: top;
}

.list_table table th a{
    color:white;
    text-decoration: none;
    outline:none;
}

.list_table table th a:hover{
    color:gold;
    text-decoration: none;
    outline:none;
}

.list_table table .odd{
    text-decoration:none;
    color:gray;
    background-color:white;
}

.list_table table .odd a{
    text-decoration:none;
    color:blue;
    background:transparent;
}

.list_table table .even, .list_table table .even a{
    color:red;
    text-decoration:none;
    background-color:#D9EAFA;
}

.list_table table .even a {
    color:blue;
    background:transparent;
}

.list_table table tr:hover {
	background:#AFCEED;color:black;
}


.list_table table.odd, .list_table table .odd a:hover {
    text-decoration:none;
    color:red;
}

.list_table table .even, .list_table table .even a:hover {
    color:red;
    text-decoration:none;
}

.list_table table td{color:black;}





.error {
    width:400px;
    color:red;
    padding-left: 20px;
    margin: 0 auto;
    text-align: left;
}

.alert {
    color:red;
    padding: 100px;
    font-size: 20px;
    font-weight: bold;
}

.message {
    width:400px;
    color:green;
    padding-left: 20px;
    margin: 0 auto;
    text-align: center;
}

.limit{
    width:20%;
    margin:20px auto;
    text-align: center;
}

.record {
    width:20%;
    margin:20px auto;
    text-align: center;

}

.filter{
    width:450px;
    margin: 10px auto;
    font-size:12px;
    padding:0px;
    background-color:#f2eeee;
    -moz-border-radius:2px;
    border-radius: 2px;
	box-shadow: 1px 1px 2px 1px ;
}
.filter .all_fields div{
	margin: 0 0 10px 0;
	overflow: auto;
}

.filter .all_fields div:hover {
	background:#eff4f6;
	overflow: auto;
}

.filter .close_wrap {
	background: gray;
	margin: 0;

}

.search_txt {
	font-size: 15px;
	height: 20px;
	width: 10%;
	float: left;
	color:white;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.close_search {
	font-size: 10px;
	height: 15px;
	width: 10%;
	text-align: right;
	margin: 2px 2px 0 0;
	float: right;
	color:white;
}

.close_search span {
	background:black;
	padding: 3px 6px 3px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        margin: -35px 0 0 0;
}

.close_search a {
	color: white;
	text-decoration: underline;
}

.all_fields {
	margin: 0;
	padding: 10px;
}

.filter .all_fields div:hover {
	background:#eff4f6;
}

#navbar {
	background:#252f37 url('../images/default/top_menu/top_nav_bg.png') repeat-x;
	width:100%;
	float: left;
	height: 65px;
	display: table;
}

#navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	float: left;
}

#navbar ul li {
	display:block;
	height: 32px;
	display: inline;
	padding: 0 10px 0 0;
	float: left; text-align:center;

}
.seperator{
    display:block;
	height: 32px;
	width: 1px;
	display: inline;
	padding: 4px 0px 0 0px;
	float: left;
    text-align: left;

}

.select_item{
    margin: 7px 0 0 0;
    color: #fff;
}
#navbar ul li img  {
	text-decoration: none;
	color: #fff;
	height: 32px;

}

#navbar ul li img:hover {
	text-decoration: none;
	background:transparent;
	box-shadow: 0 7px 16px rgba(0,0,0,0.4);
}

#navbar ul li a {
	color:white;
    font-size: 9px;
	text-align: center;
    text-decoration: none;
    outline: none;
}

#navbar ul li a:hover {
	color:#80fefe;
}



.page_title {
    margin: 0;
	padding: 20px 0 0 0;
	text-align:center;
	font-size:16px;
	height:30px;
	font-weight:bold;
	color: black;
}

.clr{clear:both;}

.star {
	color: red;
	float: left;
}

    
 /* cash_payment_voucher starts */
 
                    .cash_payment_voucher{
                       border:1px solid red;
                        width:100%; 
                        
                    }
                    .cash_payment_voucher .signature{border:1px solid red;}
                    
                    
                    .cash_payment_voucher .address th{color:#1919E3;
                    }
                      .cash_payment_voucher td{border-top:none;
                                               border-bottom:none;
                                               padding: 5px;
                                            }
                                            
 /* cash_payment_voucher ends */