body{
background:#fff;
font-size:13px;
font-family: Century Gothic, Tahoma;
padding:0px;
margin:0px;
}
a{
color:#9bb70b;
}
table {
font-size:13px;
border-collapse: collapse;
}
#main{
background:url('../images/top.png') no-repeat;
height:62px;
}
#menu{
color:#fff;
background:transparent;
padding:14px 0px 15px 0px
}
#menu:hover{
color:black;
background:url('../images/menuh.png');
}
panel{
background:lightgreen;
}
paneltop{
background:orange;
}
.poagasstatistikai{
color:green;
text-decoration:none;
padding:11px 8px 9px 8px;
border-bottom:3px solid transparent;
border-left:1px solid silver;
}
.poagasstatistikai:hover{
color:black;
text-decoration:none;
padding:11px 8px 9px 8px;
background:url('../images/underline.jpg') repeat-x;
border-bottom:3px solid green;
border-left:1px solid silver;
}
.poagasstatistik{
color:black;
text-decoration:none;
padding:13px 8px 9px 8px;
background:url('../images/underline.jpg') repeat-x;
border-bottom:3px solid green;
border-left:1px solid gray;
border-top:1px solid #e1e3e2;
}
.upanelbigbutton{
padding:5px;
background:#cccccc;
border-bottom:1px solid #b7b7b7;
border-left:1px solid gray;
border-right:1px solid gray;
color:#444444;
}
.upanelnotifybutton{
padding:5px;
background:#transparent;
border-top:1px solid #999;
border-left:1px solid gray;
border-right:1px solid gray;
color:#444444;
font-size:14px;
}
.virsrakstsmain{
background:url('../images/panelmain.png');
border-bottom:3px solid #d5d5d5;
padding:7px;
}
.panelismain{
background:#fff;
padding:7px;
}
.panelisapaksamain{
background:url('../images/panelbottommain.png');
height:6px;
}

.virsrakstsboldmain{
font-size:18px;
}
/*panels.php*/
.virsraksts{
background:url('../images/panel.png');
border-bottom:3px solid #96ea63;
padding:7px;
}
.panelis{
background:#fff;
padding:7px;
}
.panelisapaksa{
background:url('../images/panelbottom.png');
height:9px;
}

.virsrakstsbold{
font-size:18px;
}
/*////end of panels.php////*/
/*navi.php*/
.navi{
text-decoration:none;
}
/*////end of navi.php////*/
/*functions.php*/
.foot{
background:url('../images/foot.png') no-repeat;
height:62px;
}
.copyr{
color:#fff;
}
.navib{
vertical-align:middle;
padding:0 10px 0 0;
}
.lpp{
background:url('../images/middle.png') repeat-y;
}
.info{
width:887px;
height:20px;
background:url('../images/info.jpg') repeat-x;
}
/*////end of functions.php////*/
/*registrer.php*/
.signuptext{
padding-right:15px;
}
.signupborder{
background:lightyellow;
border:1px solid orange;
padding:10px;
width:300px;
}





.thisavatar{
opacity:1.0;
filter:alpha(opacity=100);
margin:10px;
background:white;
padding:3px;
border:2px solid red;
width:100px;
height:100px;
}
.avatar{
opacity:0.4;
filter:alpha(opacity=40);
margin:10px;
background:white;
padding:3px;
border:2px solid silver;
width:100px;
height:100px;
}
.avatar:hover{
opacity:1.0;
filter:alpha(opacity=100);
margin:10px;
background:white;
padding:3px;
border:2px solid black;
width:100px;
height:100px;
}
.avatars{
padding:3px;
border:1px solid gray;
margin:10px;
width:100px;
height:100px;
}
.sidepanelnavi{
color:gray;
text-decoration:none;
display:block;
padding:3px;
border-bottom:1px solid #f0f0f0;
}
.sidepanelnavi:hover{
background:#f1f1f1;
color:gray;
text-decoration:none;
display:block;
padding:3px;
border-bottom:1px solid #f0f0f0;
}




tr.messagenew{
background-color:#FFCC66;
padding:5;
border:1px solid #cfcfcf;
color:black;
font-size:13px;
}
tr.messageclosed{
background-color:#f9f9f9;
padding:5;
border:1px solid #cfcfcf;
color:black;
font-size:13px;
}
tr.messageclosed:hover{
background-color:#f0f0f0;
padding:5;
border:1px solid #cfcfcf;
color:black;
font-size:13px;
}
tr.messageopened{
background-color:#f0f0f0;
padding:5;
border:1px solid #cfcfcf;
color:black;
font-size:13px;
}

.inpt{
background:url('../../../images/input.png');
border:0px;
height:25px;
width:150px;
padding-top:3px;
padding-left:5px;
}

.inptb{
border:0px;
background:url('../../../images/inputsubmit.png');
height:30px;
width:100px;
font-weight:bold;
color:7a7a7a;
}