/*
Highlight table containers
*/
table.hl_top
{
    width: 86%;
    height: 90px;
    margin: 0 auto;
    font-weight: 300;
}
table.hl_top td
{
    /* table with 3 columns */
    width: 33%;
    /*border: 1px solid green;*/
}
table.hl_bottom
{
    width: 86%;
    height: 60px;
    margin: 0 auto;
    font-weight: 300;
}
table.hl_bottom td
{
    /* table with 3 columns */
    width: 33%;
    /*border: 1px solid green;*/
}
/*
main site content columns
*/
table.content_home
{
    width: 86%;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.4; /* set line height*/
}
table.content_home td
{
    /*border: 1px dotted blue;*/
}
table.content_home td.content_column
{  
    width: 33%;
    vertical-align: top;
    /*padding-right: 10px;*/     
    /*padding-top: 8px;*/
}
table.content_home td.content_double_column
{
    width: 66%;
    vertical-align: top;
    padding-left: 15px;  
    font-size: 0.9em; 
}
/*
news page list
*/
table.news_fullpage
{
    width: 100%;
}
table.news_fullpage td{ padding: 4px; }
/*
news highlight date
*/
table.hl_date
{
    font-size: 0.8em;
    width: 140px;
}
table.hl_date td
{
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}
table.hl_date td div#date1
{
    background-color: #002B5C;
    color: #fff;
    width: auto;
    height: 20px;
    padding: 2px 4px;
}
table.hl_date td div#date2
{
    width: 20px;
    height: 20px;
    border-top-right-radius: 10px;
    padding: 2px;
    margin-left: 3px;
}   
table.hl_date td div.td_def{ background-color: rgb(0,174,240); }
table.hl_date td div.td_mt{ background-color: rgb(0,167,141); }
table.hl_date td div.td_hst{ background-color: rgb(0,174,240); }
table.hl_date td div.td_hsa{ background-color: rgb(175,184,29); }
table.hl_date td div.td_form{ background-color: rgb(157,0,93); }
table.hl_date td div.td_cons{ background-color: rgb(2,57,120); }
table.hl_date td div.td_md{ background-color: rgb(0,42,65); }
table.hl_date td div.td_cp{ background-color: rgb(242,107,33); }
/*
search container
*/
table.hl_search
{
    font-size: 0.8em;

}
table.hl_search td
{
    text-align: center;
    vertical-align: middle;
}
table.hl_search td div#s1
{
    background-color: #00AEF0;
    color: #fff;
    padding: 6px;
    height: 28px;
}
table.hl_search td div#s2
{
    margin-left: 4px;
    color: #fff;
    padding: 6px;
    border-top-right-radius: 10px;
    cursor: pointer;
    transition: all 200ms;
    width: 28px;
    height: 28px;
    background: #002B5C url('../images/lupa.png') center no-repeat;
}
table.hl_search td div#s2:hover
{
    background-color: #24255B;
}
/*
left side menu table container
*/
table.side_menu
{
    width: 100%;
}
table.side_menu td
{
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
table.side_menu td div.menu_item
{
    font-size: 1em;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    padding: 8px 6px;
    background-color: #ddd;
    border-top-right-radius: 15px;
}
table.side_menu td a.sub_menu_item:active,table.side_menu td a.sub_menu_item:link,table.side_menu td a.sub_menu_item:visited
{
    text-decoration: none;
    font-size: 0.75em;
    /*color: inherit;*/
    padding: 4px 6px;
    display: block;
    transition: all 200ms;
}
table.side_menu td a.sub_menu_item:hover
{
    color: #fff;
    background-color: #00AEF0;
}
table.side_menu td a.sub_menu_item_def:hover{ background-color: #002B5C; color: #fff; }
table.side_menu td a.sub_menu_item_sel_def{ background-color: #00AEF0; color: #fff; }
table.side_menu td a.sub_menu_item_mt:hover,table.side_menu td a.sub_menu_item_sel_mt { background-color: rgb(0,167,141); color: #fff; }
table.side_menu td a.sub_menu_item_hst:hover,table.side_menu td a.sub_menu_item_sel_hst{ background-color: rgb(0,174,240); color: #fff; }
table.side_menu td a.sub_menu_item_hsa:hover,table.side_menu td a.sub_menu_item_sel_hsa{ background-color: rgb(175,184,29); color: #fff; }
table.side_menu td a.sub_menu_item_form:hover,table.side_menu td a.sub_menu_item_sel_form{ background-color: rgb(157,0,93); color: #fff; }
table.side_menu td a.sub_menu_item_cons:hover,table.side_menu td a.sub_menu_item_sel_cons{ background-color: rgb(2,57,120); color: #fff; }
table.side_menu td a.sub_menu_item_md:hover,table.side_menu td a.sub_menu_item_sel_md{ background-color: rgb(0,42,65); color: #fff; }
table.side_menu td a.sub_menu_item_cp:hover,table.side_menu td a.sub_menu_item_sel_cp{ background-color: rgb(242,107,33); color: #fff; }
/*
form calendar container
*/
table.calendar_table
{
    width: 100%;
    font-size: 0.75em;
}
table.calendar_table th
{
    font-weight: 400;
    text-align: center;
    border: 1px solid #fff;
    background-color: #BC75A4;
    color: #fff;
    padding: 2px 5px;
}
table.calendar_table td
{
    border: 1px solid #fff;
    background-color: #FCDFEB;
    padding: 2px 5px;
    height: 36px;
}
table.calendar_table td.area
{
    border: 1px solid #fff;
    background-color: #9D005D;
    color: #fff;
}
table.calendar_table th.empty,table.calendar_table td.empty
{
    border: none;
    background-color: transparent;
}
/*
tabela pag ementas
*/
.tabela_ementas {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tabela_ementas table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tabela_ementas tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.tabela_ementas table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tabela_ementas table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.tabela_ementas tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.tabela_ementas td{
	vertical-align:middle;
	background-color:#e9e9a0;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	color:#000000;
}.tabela_ementas tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tabela_ementas tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tabela_ementas tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tabela_ementas tr:first-child td{
	background:-o-linear-gradient(bottom, #afb81d 5%, #afb81d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #afb81d), color-stop(1, #afb81d) );
	background:-moz-linear-gradient( center top, #afb81d 5%, #afb81d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#afb81d", endColorstr="#afb81d");	background: -o-linear-gradient(top,#afb81d,afb81d);
	background-color:#afb81d;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
.tabela_ementas tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #afb81d 5%, #afb81d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #afb81d), color-stop(1, #afb81d) );
	background:-moz-linear-gradient( center top, #afb81d 5%, #afb81d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#afb81d", endColorstr="#afb81d");	background: -o-linear-gradient(top,#afb81d,afb81d);
	background-color:#afb81d;
}
.tabela_ementas tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tabela_ementas tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}