div.nova-pergunta{
	height: 50px;
	margin-left: 22%;
}
a.link-nova-pergunta{
    background-image: url("../images/adicionar_pergunta.jpg");
    background-position: 13% 50%;
    background-repeat: no-repeat;
    display: block;
    font-size: 15pt;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 47px;
    padding-top: 23px;
    overflow: hidden;
    text-indent: -999em;
}
#alerta-forum{
	background-color: #BF7F1E;
    color: #FFFFFF;
    text-align: center;
    padding: 6px;
    font-weight: bold;
    font-size: 11pt;
}
#status-forum{
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}
#todas-as-perguntas{
	text-align: center;
    text-decoration: none;
    margin-bottom: 15px;	
}
#todas-as-perguntas a{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

/* ajuste para formulario de pesquisa */
#form-pesquisa{
	background-color: #1b2f47;
	color: #fff;
	margin: 10px 0 10px;
}
#form-pesquisa form select{
	width: 46%;
}
#form-pesquisa form{
	width: 80%;
	padding: 12px 0 2px;
	position: relative; 
	left: 14%;
}
#form-pesquisa form p{
	clear: both;
}

#form-pesquisa form label{
   color: white;
    display: block;
    float: left;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: right;
    width: 140px;
    margin-right: 5px;
}
 

/*TODO formato original do forum*/
.forum_categoria {
    background: transparent url(../images/folder_big.gif) no-repeat 3px 3px;
    line-height: 26px;
    padding-top: 0px;
}

.forum_subcategoria {
    margin-left: 50px;
    line-height: 15px;
    margin-bottom: 10px;
}

.forum_categoria span {
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 0px 45px;
}

/* fecha formato original do forum */
table#threads thead th a {
    font-weight: bold;
    font-size: 1.2em;
	color: #FFF;
}

table#fora, table#threads, table#messages {
    border-collapse: collapse;
    width: 99%;
}

table#fora td, table#fora th, table#threads td, table#threads th, table#messages td, table#messages th {
    border: 1px solid #A6BDC6;
    padding: 4px;
}

table#fora th, table#threads th, table#messages th {
    background: url(../images/th_bg.gif) top repeat-x #2077b6;
    color: white;
}

table#fora td.category_header {
    background-color: #BBD5ED;
    color: #32455E;
    font-weight: bold;
}

table#fora td.forum_name a {
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: underline;
}

table#fora td.forum_name {
    width: 45%;
    padding: 10px;
}

table#fora td.forum_threads, table#fora td.forum_posts {
    text-align: center;
    width: 9%;
    background-color: #f2f2f2;
}

table#fora td.forum_threads, table#fora td.forum_posts, table#fora td.forum_recent {
    font-size: 0.9em;
}

table#threads td.thread_name {
    width: 50%;
    padding: 5px;
}

table#threads .thread_name a {
    text-decoration: underline;
}

table#threads .thread_name a.new {
    font-weight: bold;
}

table#threads td.thread_replies, table#threads td.thread_views {
    text-align: center;
    width: 8%;
    background-color: #f2f2f2;
}

table#threads td.thread_replies, table#threads td.thread_views, table#threads td.thread_recent {
    font-size: 0.9em;
}

.topicos {
    color:#000000;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    text-transform: uppercase;
    background: transparent url(../images/folder_topico_forum.gif) no-repeat 3px 0;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#temas_perguntas_respostas{
	margin-top: 10px;
    width: 90%;
}

#temas_perguntas_respostas .even {
    background-color:#FBFBFB;
}

#temas_perguntas_respostas .odd {
    background-color:#FBFBFB;
}
.tabSessao {
    background:none repeat scroll 0 50% white;
    border-right:1px dotted #98A9C6;
    border-top:1px solid #98A9C6;
    margin-left:17px;
    width: 99%;
}
.linhaSessao {
    border-bottom:1px solid #6395C0;
    padding-left:4px;
}
.trforum_sub  {
    padding-bottom:3px;
    padding-left:30px;
    padding-top:3px;
}
.tablepergunta {
    border:1px solid #20425C;
    width: 100%;
}
.tablepergunta td {
    padding: 2px;
}
.tablepergunta tbody{
    background-color: aliceblue;
}
.tablepergunta caption{
    background-color:#20425C;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
