body, td, th {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
}
body {
background-image : url(../Images/Background.jpg);
background-repeat : repeat;
}
#document {
width : 843px;
margin-left : auto;
margin-right : auto;
}
.Main {
padding : 5px;
background-color : #e2f7b2;
border : 1px solid #8dc400;
color : #476200;
}
p {
margin-top : 10px;
margin-bottom : 10px;
}
.menu {
list-style-type : none;
padding : 0;
margin : 0;
}
.menu a:link {
color : #476200;
}
.menu ul {
list-style-type : none;
padding : 0;
margin : 0;
}
.menu li {
float : left;
margin : 0;
position : relative;
background : #fff;
}
.menu li a {
display : block;
color : #476200;
font-size : 11px;
line-height : 27px;
text-decoration : none;
text-align : center;
height : 27px;
border: 0px;
}
.menu li.selected {
display : block;
color : #476200;
font-size : 11px;
line-height : 27px;
text-decoration : none;
text-align : center;
height : 27px;
font-style: italic;
background-color : #A8E800;
color : #ffffff;
border: 0px;
}
.menu :hover {
background-color : #96ce00;
color : #ffffff;
border: 0px;
}
.menu :hover > a {
background-color : #96ce00;
color : #ffffff;
}
.menu ul, .menu :hover ul ul {
left : -9999px;
width : 93px;
}
.navleft {
background-color : #96ce00;
border-top : 1px solid #8dc400;
border-bottom : 1px solid #8dc400;
border-left : 1px solid #8dc400;
width : 24px;
height : 27px;
background-image : url(../Images/Left.gif);
background-repeat : no-repeat;
padding : 2px 0 2px 0;
}
.navright {
border-top : 1px solid #8dc400;
border-bottom : 1px solid #8dc400;
border-right : 1px solid #8dc400;
width : 24px;
height : 27px;
background-image : url(../Images/Right.gif);
background-repeat : no-repeat;
padding : 2px 0 2px 0;
}
.nav {
border-top : 1px solid #8dc400;
border-bottom : 1px solid #8dc400;
width : 775px;
height : 27px;
color : #96ce00;
padding : 2px 0 2px 0;
background-color : #fff;
}
.Image {
border : 1px solid #8dc400;
}
.Links {
text-align : center;
margin-bottom : 5px;
margin-top : 1px;
}
.Link {
color : #476200;
text-decoration : none;
border : 1px solid #8dc400;
background-color : #ffffff;
text-align : center;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 6px;
padding-right : 6px;
margin : 3px;
width : 25px;
}
.Link:hover {
background-color : #96ce00;
color : #ffffff;
border : 1px solid #ffffff;
}
.Link:hover > a {
background-color : #96ce00;
color : #ffffff;
border : 1px solid #ffffff;
}
.LinkSelected {
background-color : #8dc400;
margin : 3px;
padding-top : 3px;
padding-bottom : 3px;
padding-left : 6px;
padding-right : 6px;
border : 1px solid #ffffff;
}
.txtbox {
border : 1px solid #8dc400;
color : #476200;
padding-right : 1px;
}
.txtbox:hover {
border-color:#B6FB00;
}
.titletext {
color : #476200;
padding-top : 2px;
}
.errortext {
color : red;
padding-top : 4px;
}
a:link {
color : #476200;
text-decoration: none;
}
a:visited {
color : #476200;
text-decoration: none
}
a:hover {
color : #476200;
text-decoration:underline;
}
a:active {
color : #476200;
text-decoration:none;
}