body {margin: 0px; background: url(../images/top_bg.jpg) top center repeat-x #fff; font-size:12px;
	font-family:Verdana;
	
	color:#000;}

.body_table	{width:98%;	}
	
td{line-height:15px;}

.table-main{width:1002px; margin:auto;}

.listbox
{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
border:1px solid #0c86c5;
width:200px;
}

.txtfields{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.table_bg
{background-color:#f4f4f4;
padding:10px;}

.white_table_bg
{background-color:#fff;
border: 1px #e1e0e0 solid; padding:3px;}
.colour{background-color:#f4d084;}

.head_admin {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.border{border: 1px #a8a8a8 solid; padding:3px;}
.title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
}

.body_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#777777;
	line-height:16px;
	text-decoration:none;
	text-align: justify;
	list-style-image: url(images/bullet1.gif);
}

a.home:link{
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
	color:#797979;
	text-decoration:none;}
a.home:visited{
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
	color:#797979;
	text-decoration:none;}
a.home:hover{	color:#797979;
	text-decoration:underline;}
	
.contant{
	font-size:13px;
	font-family:Verdana;
	line-height:15pt;
	color:#000;
}

.headcontant{
	font-size:13px;
	font-family:Verdana;
	line-height:15pt;
	color:#000;
	font-weight:bold;
}

a:link{
	font-size:12px;
	font-family:Verdana;
	color:#859f00;
	text-decoration:underline;}
a:visited{
	font-size:12px;
	font-family:Verdana;
	color:#859f00;
	text-decoration:underline;}
a:hover{
	color:#c36e00;
	text-decoration:none;}

.button1{
	font-size:12px; 	
	color:#ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color:#757575;
	font-weight:bolder;
}


#button {
        width: 145px;        
        font-family: Arial;
        font-size : 14px;
        color: #5C5C5C;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px dashed #A9A9A9;
                margin: 0;
                list-style-image: url('none');list-style-type:none
                }

        #button li a {
                display: block;
                color: #5C5C5C;
				font-weight:600;
                text-decoration: none;
                width: 100%; padding-top:5px; padding-bottom:10px;
                }

        #button li a:hover {
               	display: block;
				text-decoration:none;
				width:100%;
				background-color:#f4f4f4;
                }
				
				
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../images/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(../images/down.gif);
}
.nosort {
	cursor: default;
}


