.link {
    font-size:12pt;font-family:verdana;color:white;
    text-decoration:none;
}
.link:hover {
    color:darkblue;
}
.headerlink {
    font-size:10pt;
    color:darkblue;
    text-decoration:none;
}
.headerlink:hover {
    color:darkblue;
    text-decoration:underline;
}
li 
{
	list-style-position: inside;
	margin-left:0px;
}
body 
{
	/*background-color:#97B9E6;
	background-image:url(css/bg_geral.jpg);*/
	background-repeat:repeat-x;
}

body, .content 
{
	font-family:verdana;
	font-size:10pt;
	
	
	
}
.pageNumber 
{
    margin:0px 5px;
    text-decoration:none;
}
.pageNumber:hover
{
    margin:0px 5px;
    text-decoration:underline;
}
.pageNumberCurrent 
{
    margin:0px 5px;
    font-weight:bold;
    text-decoration:none;
}


.content 
{
	background-color:White;
	
	
}

h1 {font-size:18px;}
h2 {font-size:16px;}

.content 
{
	color:darkblue;
	text-align:justify;
	padding:10px;
}
.msg 
{
	margin:20px;
	color:Green;
	font-weight:bold;
}
input, textarea 
{
	border:solid 1px darkblue;
}
a, a:hover
{
	color:blue;
}
.content img {
 border: solid 1px gray;
}
.label 
{
    font-weight:bold;
    width:120px;
    display:inline-block;
}
.comments 
{
	padding:20px;
	width:450px;
	background-color:#e0e0e0;
	border:solid 1px gray;
}
.commentLabel 
{
	display:block;
}
.commentBox 
{
	
}
.comments textarea 
{
	width:400px
}
.header 
{
	font-weight:bold;
	font-style:italic;
}
.menu 
{
	width:200px; 
	background-color:#eeeeee; 
	padding:10px; 
	border:solid 1px gray; 
	float:left; 
	margin-right:10px;
}
.right 
{
	
	margin-left:250px;
}
.transparent {        zoom: 1;        filter: alpha(opacity=50);        opacity: 0.5;}
img.menuImage 
{
	vertical-align:middle;
	border-style:none;
	margin:5px;
	border-width:0px;
}
.col2 
{
    float:left;
    width:45%;
    margin: 0px 10px 10px 0px;
    min-width:455px;
}
.col2 img 
{
    width:100%;
}
.col3 
{
    float:left;
    width:30%;
    margin: 0px 20px 0px 0px;
    min-width:255px;
}
.col3 img 
{
    width:80%;
}


@media all and (max-width: 420px)
{
    .link {
        font-size:8pt;font-family:verdana;color:white;
        text-decoration:none;
    }   
    .li 
    {
        display:none;
    }
}

@media all and (max-width: 680px)
{
    .link {
        font-size:9pt;font-family:verdana;color:white;
        text-decoration:none;
    }   
    .li 
    {
        display:none;
    }
}
.blok_message{ 
	border:solid 1px #e0e0e0;
	padding:5px;
	margin-bottom:15px;
	
}
.blok_date {
	float:right;
	color:gray;
}
.blok_name{
	font-weight:bold;
}
div.like 
{
    float:right;clear:both;height:30px; margin:5px 0x;
}
img.like, img.unlike 
{
    cursor:pointer;
}
.darkBG
{
	background-color:darkblue;
}
.darkFG 
{
	color:darkblue;
}

.lightBG
{
	background-color: lightblue;
}
.lightFG 
{
	color:lightblue;
}