/* CSS Document */

body {
margin-top: 0px;
margin-left: 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

div#container {
width: 100%;
}

div#header-wrap {
background-image: url(../images/header-bg.gif);
width: 100%; 
clear: both;
}


div#content-wrap {
position: relative;
top: 10px;
width: 100%;
clear: both;
}

div#left-nav {
width: 11%;
display: inline;
padding: 2px 5px 5px 0px;
float: left;
}

div#main-content {
width: 98%;
display: inline;
padding: 2px 20px 5px 20px;
border:1px solid #85B3D7;
margin-right: 6px;
margin-left: 7px;
float: left;
}

div#main-content-two {
width: 80%;
display: inline;
padding: 2px 20px 5px 20px;
border:1px solid #85B3D7;
margin-right: 6px;
margin-left: 7px;
float: left;
}

div#right-content {
width: 15%;
display: inline;
height: 300px;
padding: 10px 5px 5px 5px;
float: right;
}

div#footer-wrap {
position: relative;
top: 15px;
width: 100%;
clear: both;
}

span.left-nav {
display: block;
width: 170px;
height:24px;
background-repeat:no-repeat;
}

span.left-nav-sub {
display: block;
width: 170px;
height:24px;
background-image:url(../images/image-navcell-bkg.gif);
background-repeat:no-repeat;
}



/*table settings*/




TH
{vertical-align:top;
text-align:left;
border:0
}

TR.listing
{
background-color:#000066;
border:0
}


TD
{vertical-align:top;
text-align:left;
}

TD.stopper
{vertical-align:top;
text-align:left;
height:3;
background-color:#000066;
}

LI
{font-size:small;}


/*Link settings*/
a.button:link {
	font-family:verdana;
	font-size:10px;
	color:#6e6e6e;
	line-height:26px;
	text-decoration:none;
	padding-left:23px;
	padding-top:5px;
	background-image:url(../images/image-new-button.gif);
	background-repeat:no-repeat;
}
a.button:visited {
	font-family:verdana;
	font-size:10px;
	color:#6e6e6e;
	line-height:26px;
	text-decoration:none;
	padding-left:23px;
	padding-top:5px;
	background-image:url(../images/image-new-button.gif);
	background-repeat:no-repeat;
}
a.button:hover {
	font-family:verdana;
	font-size:10px;
	color:#6e6e6e;
	line-height:26px;
	text-decoration:none;
	padding-left:23px;
	padding-top:5px;
	background-image:url(../images/image-new-button-over.gif);
	background-repeat:no-repeat;
}
a.button:active {
	font-family:verdana;
	font-size:10px;
	color:#6e6e6e;
	line-height:26px;
	text-decoration:none;
	padding-left:23px;
	padding-top:5px;
	background-image:url(../images/image-new-button-over.gif);
	background-repeat:no-repeat;
}

/*font settings*/

h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: x-large;
font-weight: 700;
color: #003366;
}

h2 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: large;
color: #003366;
}

p {
font-size: small;
color: #000000;
line-height:120%;
text-align:left;
}

p.listinghead {
font-size: small;
color: #FFFFFF;
text-align:left;
}

p.listing {
font-size: small;
color: #000000;
text-align:left;
}

p.tesmle{
font-size: x-small;
color: #000000;
text-align:left;
}
.tesmle{
font-size: x-small;
color: #000000;
text-align:left;
}
.tesmace{
font-size: small;
color: #000000;
text-align:center;
}
.tesmace-head{
font-size: small;
background-color:#101463;
color: #FFFFFF;
text-align:center;
}


p.tebore{
color:#FF0000;
font-weight:bold;
text-align:left;
}

.xsmgrey {
font-size: x-small;
color: #CCCCCC;
}
input.small {
width:60px;
}
ul.listing, ul.listing li {
font-size: small;
color: #000000;
margin:0;
padding:0;
list-style:none;
}
#ui-timepicker-div{font-size:.7em;}

/*Added on 07-20-2012 by rejith-starts*/

#ui-datepicker-div{font-size:.7em;}
table.content_tables {border:1px solid #85B3D7 ;width:100%;margin-top:2%;border-spacing:0px;}
tr.headings {font-weight:bold;font-size:14px;color:#ffffff;background-color:#85B3D7;height:25px;}

tr.row_even {background-color:#cfe6f8;}

.content_tables td {text-align:left;padding-left:1%;font-size:small;}
tr.table_content{height:30px;}

.no_results{color:#B30000;font-size:1em;margin-left:2%}
.found_results{color:#006600;font-size:1em;margin-left:2%;font-weight:bold}

.page_heading{border-bottom:#000066 solid 2px; padding-bottom:4%}
.page_headingtwo{border-bottom:#000066 solid 2px; padding-top:6%; padding-bottom:2%;}

/*07-20-2012 by rejith-ends*/


.boxhead{
	background-color: aquamarine;
	font-size: 12px;
}

.boxrowtext{
	background-color: #fff;
	font-size: 12px;
}
.boxrowtext-centre{
	background-color: #fff;
	font-size: 12px;
	text-align: center;
}