﻿/*Base Elements*/
body 
{
    margin:0px;
    padding:0px;    
    font-family:"Segoe UI","Microsoft Sans Serif",Arial,Geneva,Sans-Serif;
    background:#000000 url(../images/bg_grad.gif) repeat-x;
    font-size:8pt;
}
h2
{
    font-size:1.9em;
    font-weight:bold;
    text-align:center;
    color:#555555;
    padding:0px 0px 10px 0px;
    margin:0px;
}
h3
{    
    color:#505050;
    font-size:1.4em;
    font-weight:bold;
    margin:0px 0px 5px 5px;
    padding:0px 0px 0px 0px;
}
h4
{
    
    color:#777777;
    font-style:italic;    
    font-size:1.2em;   
    margin:0px 0px 0px 10px;
}
p
{    
    padding:5px 5px 5px 10px;
    margin:0px;  
    font-size:1em;
}

.bigText
{
    font-size:1.2em;
}
.subText
{
    color:#666666;
    font-size:0.9em;
}
table
{
    padding:0px;
    margin:0px 0px 0px 10px;
}
/*Structure Divs*/
#main
{
    margin:0 auto;
    padding:0px 0px 0px 0px;
    width:800px;
    background-color:#CCCCCC;
    min-height:600px;
    overflow: hidden;
}
#header
{
    background:url(../images/header.jpg) no-repeat;
    width:100%;
    height:200px;
}

/*Top Menu*/
#menubar
{
    width:100%;
    height:20px;
    position:relative;
}
#menubar #menuleft
{
    background:url(../images/menu_left.jpg) no-repeat; 
    width:191px;
    height:20px;
}

#menubar #menu1
{
    position:absolute; 
    background:url(../images/news_hover.jpg) no-repeat; 
    width:60px;
    height:20px;
    left:191px;
    top:0px;
}
#menubar #menu1:link,#menubar #menu1:visited
{
    background:url(../images/news.jpg) no-repeat; 
}

#menubar #menu1:hover,#menubar #menu1 .current
{
    background:url(../images/news_hover.jpg) no-repeat; 
}


#menubar #menu2
{
    position:absolute; 
    background:url(../images/digitise_hover.jpg) no-repeat; 
    width:82px;
    height:20px;
    left:251px;
    top:0px;
}
#menubar #menu2:link,#menubar #menu2:visited
{
    background:url(../images/digitise.jpg) no-repeat; 
}
#menubar #menu2:hover
{
    background:url(../images/digitise_hover.jpg) no-repeat; 
}
#menubar #menu3
{
    position:absolute; 
    background:url(../images/help_hover.jpg) no-repeat; 
    width:56px;
    height:20px;
    left:333px;
    top:0px;
}
#menubar #menu3:link,#menubar #menu3:visited
{
    background:url(../images/help.jpg) no-repeat; 
}
#menubar #menu3:hover
{
    background:url(../images/help_hover.jpg) no-repeat; 
}

#menubar #menu4
{
    position:absolute; 
    background:url(../images/contact_hover.jpg) no-repeat; 
    width:108px;
    height:20px;
    left:389px;
    top:0px;
}
#menubar #menu4:link,#menubar #menu4:visited
{
    background:url(../images/contact.jpg) no-repeat; 
}
#menubar #menu4:hover
{
    background:url(../images/contact_hover.jpg) no-repeat; 
}
#menubar #menu5
{
    position:absolute; 
    background:url(../images/about_hover.jpg) no-repeat; 
    width:91px;
    height:20px;
    left:497px;
    top:0px;
}
#menubar #menu5:link,#menubar #menu5:visited
{
    background:url(../images/about.jpg) no-repeat; 
}
#menubar #menu5:hover
{
    background:url(../images/about_hover.jpg) no-repeat; 
}
#menubar #menuright
{
    position:absolute; 
    background:url(../images/menu_right.jpg) no-repeat; 
    left:588px;  
    top:0px;
    height:20px;  
    width:212px;
}

/*Left Div*/
#leftTop
{    
    background:url(../images/left_top.gif) no-repeat;
    width:200px;
    margin:10px 0px 0px 10px; 
    padding:0px 0px 0px 0px; 
    display:inline;
    float:left;   
    font-size:0;
    height:10px;
}
#left
{    
    background:#FFFFFF url(../images/yellowwhite_grad.gif) repeat-x;
    border:solid 1px #999999;
    border-top:none;
    width:178px;
    margin:0px 0px 10px 10px;    
    padding:0px 10px 20px 10px;
    display:inline;
    float:left;
    min-height:400px;
}
#left #iconmenu
{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
#left #iconmenu li
{
    clear:both;
    padding-top:10px;
    display:block;  
    vertical-align:text-bottom; 
    height:100px;
}
#left #iconmenu img
{
    border:solid 1px #999999;
    float:left;
    margin-right:5px;
}
#left #iconmenu a
{
    color:#505050;
    text-decoration:none;
}
#left #iconmenu a:hover
{
    color:#000000;
    text-decoration:underline;
}

/*Main Content Div*/
#contentTop
{    
    background:url(../images/content_top.gif) no-repeat;
    width:570px;
    margin:10px 0px 0px 10px;      
    padding:0px 0px 0px 0px; 
    display:inline;
    float:left; 
    font-size:0;
    height:10px;   
}
#content
{    
    background:#FFFFFF url(../images/yellowwhite_grad.gif) repeat-x;
    border:solid 1px #999999;
    border-top:none;
    width:548px;
    margin:0px 0px 10px 10px;
    padding:0px 10px 20px 10px;
    display:inline;
    float:left;    
    min-height:400px;
    text-align:left; 
}

/*Footer */
#footer
{
    border-top: solid 1px #999999;
    background:#FFFFCC url(../images/footer_grad.gif) repeat-x bottom;
    width:100%;
    height:30px;
}
#footer a
{
    color:#505050;    
}
#footer ul
{
    list-style:none;
    float:left;    
    margin:10px 10px 0px 10px;
    padding:0px;
}
#footer li
{
    float:left;
    margin-left:5px;
}
#footer #copyright
{
    float:right;
    margin:10px 10px 0px 0px;
    padding:0px;
}
#logo
{
    margin:10px auto;
    width:108px;
}
#logo img
{
    border:none;
}

/*Watermarked Text Box"*/
.watermarked {
	height:18px;
	width:150px;
	padding:2px 0 0 4px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.inputForm
{
}
.inputForm tr
{
    height:20px;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Digitise Buttons*/
#hand_b {
  width:31px;
  height:31px;
  background-image: url(../images/Bsu.png);
}
#hand_b.selected {
  background-image: url(../images/Bsd.png);
}

#placemark_b {
  width:31px;
  height:31px;
  background-image: url(../images/Bmu.png);
}
#placemark_b.selected {
  background-image: url(../images/Bmd.png);
}

#line_b {
  width:31px;
  height:31px;
  background-image: url(../images/Blu.png);
}
#line_b.selected {
  background-image: url(../images/Bld.png);
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(../images/Bpu.png);
}
#shape_b.selected {
  background-image: url(../images/Bpd.png);
}
