/* By : www.accieon.com  */
/* For : SCRC  */
/* Date : 4th oct. 2008 */

.style3x {color: #339900; font-size: 12px;}
#dropmenudiv{
position:absolute;
background-color: #f1f1f1;
border:1px solid #B6B6B6;
border-bottom-width: 0;
font-size: 11px;
font-family: arial;;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B6B6B6;
padding: 1px 0;
padding-left: 10px;
text-decoration: none;
font-weight: bold;
color: #000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #b6b6b6;
color: #fff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}



/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 13px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #303030;
}

.full-size-table {
width: 832px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

a {
color: #0ba10c;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
/*padding-top: 50px;*/
padding-right: 30px;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
padding-top: 40px;
line-height:95%;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
padding-left: 22px;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
background-position: right;
padding-right: 23px;
}

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.left-img {
margin-right: 15px;
margin-bottom:10px;
}

/* links */

.top-nav a {
font-family: arial;
font-weight: bold;
color: #333;
font-size: 11px;
text-decoration: none;
padding: 2px 10px 3px 10px;
display: block;
}

.top-link a:hover{
color: #000;
}

.left-nav a {
font-family: arial;
font-weight: bold;
color: #000;
font-size: 11px;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 30px 8px;
text-decoration: none;
padding: 2px 5px 3px 45px;
display: block;
}

.left-nav-extra a {
font-family: arial;
font-weight: bold;
color: #000;
font-size: 11px;
background-image: url("images/bulletextra.jpg");
background-repeat : no-repeat;
background-position: 30px 8px;
text-decoration: none;
padding: 2px 5px 3px 45px;
display: block;
}

.left-nav a:hover{
color: #000;
}

.sub-nav a {
font-family: arial;
font-weight: bold;
color: #000;
font-size: 11px;
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: 45px 8px;
text-decoration: none;
padding: 2px 5px 3px 55px;
display: block;
}

.sub-nav a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.border-lr {
border-left : #9c9a9b 1px solid;
border-right : #9c9a9b 1px solid;
}

/* text */

.gray-txt {
color: #cfcfcf;
}

.green-txt {
color: #176118;
}

.small-txt {
font-size: 11px;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}
.button
{

border-top-width: 1px;
border-top-style: outset;
border-top-color: #13920D;
border-left-width-value: 1px;
border-left-style-value: outset;
border-left-color-value: #13920D;
border-bottom-width: 1px;
border-bottom-style: inset;
border-bottom-color: #13920D;
border-right-width-value: 1px;
border-right-style-value: inset;
border-right-color-value: #13920D;
font-size: 10px;
font-weight: normal;
color: #000000;
font-family: verdana,arial;
background-color: #ffffff;
width:80%;
text-align:center;
text-transform:uppercase;
}
legend {color:#F75C00}
.small {font-size:10px;}


#map_info
{
	background-color:#f3f0e9;
	padding:5px;
	height:150px;
	overflow:auto;	
	border:1px solid #ccc;


}