/* CSS Document */

/* .............................. */
/* Basic */
/* .............................. */

body 		{
	background-color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
		}

html, body {min-height:100.1%}

hr { 
      height: 1px;
      color: #cccccc; 
      width: 100%; 
}
#goprev {
	display: none;
	position: absolute;
	top: 100px;
	left: -12px;
	z-layer: 50;
}
#gonext {
	display: none;
	position: absolute;
	top: 100px;
	left: 698px;
	z-layer: 50;
}
.menu {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #999999;
	margin-bottom: 15px;
	margin-right: 50px;
}
.menu a:link {
	color: #999999;
	text-decoration: none;
}
.menu a:visited {
	color: #999999;
	text-decoration: none;
}
.menu a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
.comments {
	text-align: right;
	margin-right: 50px;
}
.title {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #72D7D8;
	text-decoration: none;
	text-align: left;
	margin-left: 55px;
}
.data {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-left: 55px;
}
.rodape {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}
a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
#page	{
	font-size: 11px;
	width:610px;
	background-color: #fff;
	height:100%;
	border: 1px dotted #ccc;
	margin:8px auto 10px;
	padding:15px;
	color: #333333;
	text-align: left;
		}
.thumbnails {
    padding:7px;
    border:1px solid #fff;
    }
.thumbnails:hover {
    padding:7px;
    border:1px solid #ddd;
	}
.current_thumbnail {
    padding:5px;
    border:1px dotted #666;
    }
#sobre {
	font-size: 11px;
	width:610px;
	background-color: #fff;
	height:100%;
	border: 0px dotted #ccc;
	margin:8px auto 10px;
	padding:15px;
	color: #999999;
	text-align: left;
}

/* .............................. */
/* Calender */
/* .............................. */	
	
#calendar {
    width:615px;
	margin:0 auto;
	margin-top:20px;
    padding:10px;
    font-family:Helvetica, verdana, sans-serif;
    font-size:10px;
    font-weight:bold;
    letter-spacing:-1px;
    }	
.td_calendar_days_vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#999;
	}
.td_calendar_days_vz:hover {
    background:#444;
    }
.td_calendar_days {
	padding:1px;
	text-align:center;
	border:1px solid #ddd;
	border-right:none;
	background:#fff;
	color:#999;
	}
.td_calendar_days:hover {
    background:#ddd;
    }
.td_calendar_navi_vz {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td_calendar_navi_vz a {
    text-decoration:none;
    color:#444;
    }
.td_calendar_navi {
	border-top:0px;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td_calendar_navi a {
    text-decoration:none;
    color:#444;
    }
.td_calendar_days_imagefound {
	padding:1px;
	text-align:center;
	border:1px solid #ddd;
	border-right:none;
	background:#f5f5f5;
	}
.td_calendar_days_imagefound:hover {
    border-top:1px solid #999;
	background:#666;
    }
.td_calendar_days_imagefound a {
    text-decoration:none;
    color:#444;
    }
.td_calendar_days_imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }
.table_calendar {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	margin-top:10px;
	width:615px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.table_calendar_vz {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
	
#comments {
	border:0px solid #444;
	font-size: 10px;
	width:200px;
	text-align: left;
	padding-left: 15px;
    }
#comments ul {
    padding:0px;
    display:block;
	margin:0;
	margin-top:10px;
    list-style:none;
    }
#comments li {
    width:100%;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
	margin:0;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:1px dotted #444;
    }
#comments li:hover {
    background:#eee;
    }
#comments li a {
    text-decoration:none;
    color:#444;
    }

#addcomment {
	margin-left: 15px;
	margin-right: 15px;
	border:1px solid #B9EDF3;
	font-size: 12px;
	background:url(images/bg_comments.gif) repeat-x;
	padding:10px;
	margin-top:10px;
	margin-bottom:20px;
	color: #999999;
    }
.addcommenttab {
	text-align: left;
	padding-bottom:2px;
	padding-right:3px;
	padding-left:3px;
	border-bottom:1px solid #eee;
	background:#fff;
	line-height:16px;
	font-size: 11px;
	margin:0;
	letter-spacing: 1px;
	color: #333333;
		}
	.addcommenttab a {
	    color: #444;
		text-decoration:none;	
		}
	.addcommenttab a:hover {
		text-decoration:underline;	
		}
.adicionar {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}

.navigation {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	width: 710px;
	margin:0px 5%;
	height: 85px;
	padding-top: 5px;
		}
	.navigation a{
		color:#eee;
		font-weight:normal;
		text-decoration:none;
		border:0px;	
		}
	.navigation a:active,
	.navigation a:hover {
        text-decoration:underline;	
		}
	.navigationleft {
		float:left;
		position:relative;
		padding:4px 4px 4px 8px;
		text-align:left;
		}
	.navigationright {
		font-weight:bold;
		letter-spacing:5px;
		color:#eee;
		padding:4px 8px 4px 4px;
		text-align:right;
		}
	.navigationright a {
		font-weight:bold;
		letter-spacing:5px;
		color:#eee;
		padding:4px 8px 4px 4px;
		text-align:right;
		}
	.navigationright a:hover {
		text-decoration:none;
		}

#commenttop {

	margin-left: 15px;
	margin-right: 15px;
	border:1px solid #999999;
	font-size: 12px;
	padding:10px;
	margin-top:10px;
	margin-bottom:20px;
	color: #999999;
}

/* .............................. */
/* ADD-ON List Categories */
/* .............................. */	

.horizontal {
				padding:1px;
				margin-bottom:1px;
				}
.horizontal ul {
				margin-left:0;
				padding-left:0;
						}
.horizontal ul li {
				margin-left:0;
				padding:1px 5px;
				border-left:1px solid black;
				border-right:1px solid whitek;
				list-style:none;
				display:inline;
				}

.vertical {
				padding:5px;
				}
.vertical ul {
				padding-left:20px;
				}
.vertical ul li {
				margin-left:0;
				padding:3px 5px;
				list-style-type:square;
				}
.horizontal .allcat {display:block;border:0;}
.vertical .allcat {display:block;list-style:none;}
