/* Styles for the site */

div.topform{
            padding: 4px;
            background-color: #009900;
            color: white;
            text-align: left;
            font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
            font-weight: bold;
}
div.withinform{
              font-weight: normal;
            padding: 4px;
            margin: 0px;
            margin-top: 3px;
            background-color: white;
            color: black;
	    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
}

ul.releases{
   list-style-image:url(/images/edit.png);
}

li.menu{
   list-style-type: none;
   border: 0px;
   padding: 0px;
}
li.menuselected{
    list-style-image:url(/images/bjico16.png);
    border: 0px;
    padding: 0px;
}

div.error{
   padding: 5px;
   margin: 5px;
   border: 1px dashed red;
   color: red;
   text-align: center;
   width: 50%;
}

input { 
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial;
	margin-top: 5px;
}
textarea { 
	border: 1px solid #999999;
	font-size: 14px;
}
select {
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Arial;
}
.submit{
	background-color: #6881a0;
	color: #FFFFFF;
}

/* Common properties for the links */
a:link,a:active,a:visited{
	color: darkgreen;
}
a:hover{
	text-decoration: underline;
	color: darkgreen;
}

a.bug:link,a.bug:active,a.bug:visited{
	color: darkred;
}
a.bug:hover{
	text-decoration: underline;
    color: darkred;
}


/* The body */
body {
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: white;
	background-image: url("/images/background.gif");
	background-repeat: repeat-x;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 12px;
}

.google_text {font-size: 10px; font-family: verdana,arial,sans-serif; line-height: 12px;}
a.googlelink:link,a.googlelink:active,a.googlelink:visited{
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
        font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
        line-height: 14px;
}
a.googlelink:hover{
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
}

div.note_box{
	background-image: url("/images/note_box.png");
	background-repeat: no-repeat;
	margin: 2px 0px 2px 10px;
	padding: 20px 12px 4px 12px;
	width: 155px;
	height: 180px;
	font-size: 11px;
}


div.note_box_big{
	background-image: url("/images/note_box_big.png");
	background-repeat: no-repeat;
	margin: 2px 0px 2px 10px;
	padding: 20px 0px 4px 50px;
	width: 295px;
	height: 180px;
	font-size: 11px;
}


div#logocontainer{
        width: 948px;
        text-align: left;
        border-width: 1px 1px 0px 1px;
        border-color: white;
        border-style: solid;
        background-color: white;
}

div#topmenu
{
	padding: 5px;
	margin-top: 6px;
	width: 875px;
	text-align: left;
	font-size: 12px;
	background-image: url("/images/topmenu.gif");
	background-repeat: no-repeat;
}


div.rightmenu
{
	padding: 4px;
	padding-left: 12px;
	margin: 0px 0px 20px 0px;
	width: 155px;
	text-align: left;
	font-size: 14px;
}

.centerblockabsolute {
  position: absolute;
  width: 700px;
  height: 550px;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -275px;
  background-color: white;
}


div#header
{
	width: 885px;
	padding: 4px;
	margin-top: 20px;
}

div#bodycontent{
	width: 675px;
	font-size: 13px;
	padding: 10px 10px 0px 10px;
	margin: 0px 10px 0px 0px;
	text-align: left;
    border: solid 1px #b7b7b7;
    background-color: White;
    line-height:1.5em;
}

a.nounderline:link,a.nounderline:active,a.nounderline:visited{
    text-decoration: none;
	color: black;
}
a.nounderline:hover{
	text-decoration: none;
	color: black;
}

a.menulink:link,a.menulink:active,a.menulink:visited{
        text-decoration: underline;
	color: black;
}
a.menulink:hover{
	text-decoration: underline;
	color: black;
}

div.foot{
	width: 100%;
}

div.donationbox{
    width: 410px;
    padding: 3px;
    border: 1px solid white;
    margin: 0px;
}

.maintitle
{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	line-height: 120%;
	color: #000000;	
}

/* Title's style... */
.subtitle{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
}

div.postbody
{
	font-size: 14px;
	margin-bottom: 6px;
	padding-top: 12px;

}
div.postcontrols
{
	font-size: 9px;
	margin-bottom: 16px;
	color: Gray;
}

div.errno
{
	color: Red;
	font-weight: bold;
	border: dashed 1px red;
	padding: 5px;
}

div.member
{
    padding: 5px;
    margin: 10px;
    width: 80%;
    border: 1px dashed lightgray;
    min-height: 140px;
    text-align: left;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; } 

div.copyrightfoot{
        text-align: center;
        color: black;
        font-size: 11px;
        font-family: Arial;
        padding-top: 6px; 
}

