html , body {
height : 100%;
margin: 0px 0px 0px 0px;
border: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family : Arial, Helvetica;
}
/* ######################################## */
body {
background-color : #7fac7b;
}
/* ######################################## */
table.main {
height : 100%;
}
/* ######################################## */
table.h10 {
height : 10px;
}
/* ######################################## */
table.h20 {
height : 20px;
}
/* ######################################## */
table.h50 {
height : 50px;
}
/* ######################################## */
td {
font-size : 14px;
color : #203000;
}
/* ######################################## */
td.c {
height : 100%;
background-color : #f0ffdc;
padding : 5px;
}
/* ######################################## */
td.h20 {
height : 20px;
}
/* ######################################## */
td.content {
height : 100%;
width : 100%;
background-color : #f0ffdc;
border : 1px solid #2d5a29;
padding : 5px;
}
/* ######################################## */
td.lang_img_act {
font-weight : bold;
text-decoration : none;
color : #508040;
background-color : #f0ffdc;
font-size : 11px;
border : 1px solid #508040;
cursor : pointer;
cursor: hand;
}
/* ######################################## */
td.lang_img_pas {
font-weight : bold;
text-decoration : none;
color : #f0ffdc;
background-color : #7fac7b;
font-size : 11px;
border : 1px solid #508040;
cursor : pointer;
cursor: hand;
}
/* ######################################## */
a {
font-weight : bold;
text-decoration : none;
color : #2d5a29;
}
/* ######################################## */
a:hover {
font-weight : bold;
text-decoration : underline;
color : #2d5a29;
}
/* ######################################## */
a.menu {
text-decoration : none;
font-weight : bold;
font-size : 12px;
color : #ffffff;
background-color : #5f995b;
display : block;
border-left : 3px solid #508040;
border-right : 3px solid #508040;
border-top : 1px solid #508040;
border-bottom : 1px solid #508040;
width : 145px;
}
/* ######################################## */
a.menu:hover {
text-decoration : none;
color : #dd6600;
background-color : #eeffdd;
border-left : 3px solid #ff9933;
border-right : 3px solid #ff9933;
border-top : 1px solid #ff9933;
border-bottom : 1px solid #ff9933;
}
/* ######################################## */
a.back {
text-decoration : none;
font-weight : bold;
font-size : 12px;
color : #ffffff;
background-color : #5f995b;
display : block;
border : 1px solid #508040;
}
/* ######################################## */
a.back:hover {
text-decoration : none;
color : #dd6600;
background-color : #eeffdd;
border : 1px solid #ff9933;
}
/* ######################################## */
form {
margin : 0px;
}
/* ######################################## */
p {
text-align : justify;
text-indent : 25px;
margin-top : 3px;
margin-bottom : 3px;
}
/* ######################################## */
p.title {
text-align : center;
text-indent : 0px;
margin-top : 3px;
margin-bottom : 3px;
font-size: 32px;
font-weight: bold;
}
/* ######################################## */
p.error {
text-align : center;
margin-top : 5px;
font-weight: bold;
color : #ff0000;
background-color : #FFDAB9;
display : block;
border : 2px solid #ff0000;
width : 250px;
font-size : 16px;
}
/* ######################################## */
