﻿/* Ver: 1.0.10 - 2008Nov11 */

/* section menu */
#section_container {
	width: 724px;
	height: 24px;
	margin-top: 25px;
	padding-left: 6px;
	background: #66b4ff;
	}
	
#section_menu {
	height: 24px;
	float: left;
	}
	
#section_item {
	float: left;
	} 
	
#section_item IMG{
	border: none;
	margin-left: 18px;
	}
	
#section_dots{
	width: 10px;
	height: 24px;
	float: right;
	background: url(/imagens/menus/section_dots_blue.png) white;
	}

/* main body */	
#main_body {
	width: 720px;
	margin-top: 7px;
	}

#main_body TD{
	font-family:  Arial, Verdana, Times, sans-serif;
	font-size: 8pt;
	}

/* colunas do main_body */
#left_img {
	width: 132px;
	border-right: 1px white solid;
	}
	
#sub_menu {
	vertical-align: top;
	width: 132px;
	background: white;
	border-right: 1px white solid;
	}
	
#content_container {
	background: url(/imagens/left_inner_corner.png) #67727e no-repeat left bottom;
	vertical-align: top;
	padding-bottom: 80px;
	}

#content_wide_container {
	background: white;
	vertical-align: top;
	}

#right {
	background: url(/imagens/left_inner_corner.png) #e3e6e8 no-repeat left bottom;
	width: 191px;
	border-left: 1px white solid;
	vertical-align: top;
	}
	
/* sub_menu */	
#sub_menu_back {
	height: 20px;
	width: 100%;
	background: #505962;
	border-bottom: 1px #737f8c solid;
	}

#sub_menu_item {
	background: url(/imagens/menus/menu_dot_grey.png) left no-repeat;
	color: #C7CCD1;
	padding-left: 20px;
	line-height: 20px;
	}
	
#sub_menu_item_on {
	background: url(/imagens/menus/menu_dot_white.png) left no-repeat;
	color: white;
	padding-left: 20px;
	line-height: 20px;
	}
	
#sub_menu_item A, A:link, A:visited{
	color: #c7ccd1;	
	text-decoration: none;
	}

#sub_menu_item A:hover{
	color: white;
	text-decoration: none;
	}

#sub_menu_end {
	height: 18px;
	width: 100%;
	background: #505962 url(/imagens/menus/menu_end.png) bottom no-repeat;
	}
	
/* content_container */	
#content{
	padding-left: 17px;
	padding-right: 76px;
	color: white;
	line-height: 15px;
	}

#content_wide{
	padding-left: 17px;
	padding-right: 76px;
	padding-bottom: 50px;
	color: #393F46;
	line-height: 15px;
	}
	
#content P, #content_wide P{
	margin-top: 15px;
	}

#content P.after_title, #content_wide P.after_title{
	margin-top: 17px;
	}
	
#content P.link {
	color: #99ccff;
	}

#content A, A:link, A:visited{
	color: #99ccff;	
	text-decoration: none;
	}

#content A:hover{
	color: #99ccff;
	text-decoration: underline;
	}

#content A.external, A.external:link, A.external:visited {
	color: white;
	text-decoration: none;
	}

#content A.local, A.local:link, A.local:visited {
	color: white;
	text-decoration: none;
	}

#content A.external u, A.external:link u, A.external:visited u{
	background: url(/imagens/link_external_blue.png) no-repeat center right;
	padding-right: 13px;
	display: inline-block; /* ie */
	color: white;
	text-decoration: none;
	}

#content A.local u, A.local:link u, A.local:visited u{
	background: url(/imagens/link_local_blue.png) no-repeat center right;
	padding-right: 15px;
	display: inline-block; /* ie */
	color: white;
	text-decoration: none;
	}
	
#content A.external:hover{
	color: #99ccff;	
	}

#content A.local:hover{
	color: #99ccff;	
	}

#content A.external:hover u{
	color: #99ccff;	
	}

#content A.local:hover u{
	color: #99ccff;	
	}

#content_wide A, A:link, A:visited{
	color: #0077D4; /* 0066dd 737F8C 66b4ff */
	text-decoration: none;
	}
	
#content_wide A:hover{
	text-decoration: underline;
	}

#content UL, #content_wide UL {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
	}
#content UL LI, #content_wide UL LI {
	background-image: url(/imagens/list_bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0 .65em;
	padding-left: .8em;
	}

#content UL LI {
	background-image: url(/imagens/list_bullet_blue_grey.png);
	}
	
#content_wide UL LI {
	background-image: url(/imagens/list_bullet_blue.png);
	}	

/* informação à direita */
#right_container {
	border-top: 1px white solid;
	}

#right_header {
	height: 24px;
	font-weight: bold;
	color: white;
	background: #c7ccd1;
	line-height: 24px;
	padding-left: 12px;
	}

#right_footer {
	height: 24px;
	background: #e3e6e8;
	}

#right_content {
	background: url(/imagens/right_dot_blue.png) white no-repeat left top;
	color: #67727e;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 5px;
	}

#right_content_clean {
	background: white;
	color: #67727e;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 5px;
	}

#right_content_img {
	background: white;
	color: #67727e;
	padding-top: 10px;
	/*padding-left: 12px;*/
	padding-bottom: 5px;
	}

#right_content A, A:link, A:visited{
	color: #67727e;
	text-decoration: none;
	}
#right_content A:hover{
	color: black;
	text-decoration: underline;
	}

/* print only */
#print_only {
	float: right;
	display: inline;
	margin-top: 2px;
	margin-right: 12px;
	width: 14px;
	height: 14px;
	background: white;
	}

#print_only IMG {
	border: none;
	}

/* imagens */
#thumb {
	background: #505962;
	margin-right: -76px;
	margin-top: 15px;
	}

#thumb IMG{
	border: none;
	border-right: 1px white solid;
	}
	
#vthumb {
	background: #505962;
	margin-right: -76px;
	margin-top: 110px;
	width: 100px;
	height: 100%;
	float: right;
	clear: left;
	}

#vthumb IMG{
	border: none;
	border-right: 1px white solid;
	margin-top: 10px;
	}

/* forms */
strong.required {
	color: #5784AE;
}

strong.error {
	margin-left: 12px;
	color: #D16115;
}

input, select {
	font-family:  Arial, Verdana, Times, sans-serif;
	font-size: 8pt;
	color: #393f46;
}


/* body misc */
#content_doted_blue {
	margin-top: 10px;
	margin-bottom: 25px;
	background: url(/imagens/dotted_blue_300.png) top no-repeat;
	padding-top: 3px;
	}

#content_dotted_wide {
	margin-top: 10px;
	margin-bottom: 25px;
	background: url(/imagens/dotted_blue_wide.png) top repeat-x;
	padding-top: 3px;
	}
	
STRONG.blue {
	color: #99ccff;
	}
	
STRONG.blue_10 {
	color: #99ccff;
	font-size: 10pt;
	}

STRONG.wide {
	color: #063E79;
	}

STRONG.wide_10 {
	color: #063E79;
	font-size: 10pt;
	}	
	
STRONG.wide_10_black {
	color: #393F46;
	font-size: 10pt;
	}
		
STRONG.font_10 {
	font-size: 10pt;
	}

SPAN.wide {
	color: #063E79;
	}
	
SPAN.wide_link {
	color: #737F8C;
	}
	
SPAN.blue {
	color: #99ccff;
	}

SPAN.blue_wide {
	color: #0077D4;
	}

SPAN.link_wide {
	color: #0077D4;
	margin-right: 9px
	}

SPAN.font10 {
	font-size: 10pt;

}

SPAN.periodo {
	color: #7b8793;
	font-style:italic;
	}
	
/* management */
#management_list {
	width: 100%;
	border-top: 1px solid #616A74;
}

#management_list TD{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #616A74;
	padding-left: 3px;
}

#management_list TD.legenda{
	background: #616A74;
	color:  #D2D6D9;
	font-weight: bold;
	padding-left: 3px;
}

#management_list TD.vazio{
	height: 75px;
	line-height: 75px;
}

#management_menu {
	text-align: right;
	margin-top: 9px;
}

/* CONFERENCIAS */
TABLE.workshop {
	margin-top: 15px;
	margin-bottom: 15px;
	}

TABLE.workshop TD{
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	}
	
TABLE.workshop TD.time{
	text-align:right;
	}

TABLE.workshop TD.type{
	text-align: center;
	font-weight: bold;
	}
	
/* */
A.orange, A.orange:link, A.orange:visited{
	color: #f58600;	
	text-decoration: none;
	}

A.orange:hover{
	color: #f58600;
	text-decoration: underline;
	}
	
.all-round {
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}