/** Video player embedded */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.table_main
{
	background-color:#F9F9F9;
}

table, .table_main, tr
{
	border-spacing:0px;
	border-collapse:collapse;
	border-top:1px solid #FFBE5E;
	border-right:1px solid #FFBE5E;
	border-bottom:1px solid #FFBE5E;
	border-left:1px solid #FFBE5E;
}

.table_without_border, .tr_without_border
{
	border-spacing:0px;
	border-collapse:collapse;
	border-top:0px solid #000000;
	border-right:0px solid #000000;
	border-bottom:0px solid #000000;
	border-left:0px solid #000000;
}



p, form, strong
{
	margin-top:0px;
	margin-bottom:0px;
}

p, strong
{
	margin-right:5px;
	margin-left:5px;
}


input
{
	text-align:justify;
}

.button
{
	text-align:center;
}


p, strong, td, input, li, .td_title, .td_highlighted, .botao, .text_red, .text_green, .td_highlighted_image, .div_vote, .div_comment_details, .comment_description
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
}

strong
{
	font-weight:bold;
}

.comment_description
{
	margin-left:40px;
	font-weight:bold;
}


.comment_reply
{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	background-color:#EFEFEF;
	border-top-color:orange;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:orange;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:orange;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:orange;
	border-right-width:1px;
	border-right-style:solid;
}


.div_comment_text
{
	margin-top:10px;
	margin-bottom:10px;
}


.div_comment_details, .div_comment_replay_details
{
	font-weight:bold;
	vertical-align:middle;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
}

.div_comment_replay_details
{
	margin-top:5px;
}


.td_highlighted_image
{
	background-image:url(../images/table_image.png);
}

a, a:active, a:visited
{
	color:blue;
	text-decoration:none;
}

a:hover
{
	color:orange;
}

.li_singin
{
	list-style-image:url(../images/user-add-16x16.png);
}

.li_guestbook, .li_shoutbox
{
	list-style-image:url(../images/comment-add-16x16.png);
}

.li_info
{
	list-style-image:url(../images/info-16x16.png);
}

.li_news
{
	list-style-image:url(../images/blog-post-16x16.png);
}


.text_red
{
	color:red;
}

.text_green
{
	color:green;
}

.tr_form
{
	height:30px;
}

.td_highlighted
{
	height:15px;
	background-color:#FFBE5E;
}

li
{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:20px
}

.td_title
{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color:#FFBE5E;
	background-image:url(../images/table_image.png);
}

.div_vote
{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/vote_bar.png);
}

.section_title
{
	font-family:Verdana;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}


img
{
	border:0;
}

/*
.link_menu
{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-align:center;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

.link_menu:hover
{
	font-family:Verdana;
	font-size:10px;
	color:red;
	text-align:center;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}
*/



.copyright
{
	font-family:Verdana;
	font-size:9px;
	color:#000000;
	text-align:left;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:20px
}

