/*************************************************/
/* KEOPS multimedia 
/* Dezembro 2004
/* Miguel Madeira (miguel.madeira@keops.pt)
/*************************************************/


/*************************************************/
/* Geral 
/*************************************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
td {
	font-size: 12px;
	color: #666666;
}
#itemForm {
	font-size: 10px;
}
p {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	word-spacing: 2px;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
.lisTabelas {
	border: none;
	margin-bottom: 5px;
}
.lisTabelasOver {
	border: none;
	margin-bottom: 5px;
	background-color:#EBEBEB;
}
.TitMenuLeft {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #4A6683;
	border-bottom-color: #4A6683;
}
.MenuTop {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #4A6683;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.MenuTop:hover {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #4A6683;
	text-decoration: none;
}
#colunaCentral, 
#colunaDireita,
#colunaBody {
	padding-top: 30px;
}
.MsgErro {
	color: #FF6600;
	text-align: center;
}

/************************************************/
/* Palavras Chaves	
/************************************************/

#keyWords {
	text-transform: uppercase;
	font-weight: normal;
	border: none;	
}
#keyWords th,
#keyWords td {
	font-size: 10px;
	border: none;
	word-spacing: 3px;
	letter-spacing: 1px;
}



/*************************************************/
/* Forms 
/* ATTENTION: All buttons must be inside a table 
			  with the disired width */
/*************************************************/
Form {
	margin: 0px;
}
.Button {
	border: 1px solid;	
}

input,
select {
	font-size: 10px;
	border: 1px inset #CCCCCC;
	background-color: #F0F0F0;
}
textarea {
	border: 1px inset #CCCCCC;
	background-color: #F0F0F0;
}
.checkbox {
	font-size: 10px;
	border: none;
	background-color: #F0F0F0
}
.menuDisabled {
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: red;
}
/************************************************/
/* Institucional
/************************************************/

/* COR PRINCIPAL: #4A6683 */
.InsCor {
	color: #4A6683;
}
.InsBkg {
	background-color: #B1B5B8;
}

/* DETALHE */
.InsMenu {
	font-size: 14px;
	color: #4A6683;
}
.InsMenu: hover {
	color: #7685FF;
}
.InsTitulo {
	font-size: 18px;
	color: #4A6683;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 4px;
}
.InsSubtitulo {
	font-size: 14px;
	color: #4A6683;
}
.InsLegenda {
	font-size:10px;
	color: white;
	background-color: #4A6683;
}
.InsTabela,
.InsImg {
	border: 1px solid #4A6683;
}



/************************************************/
/* Notcias
/************************************************/

/* COR PRINCIPAL: #252046 */
.NotCor {
	color: #252046;
}
.NotBkg {
	background-color: #252046;
}

/* LISTAGEM */
.NotLisData {
	color: #333333;
	text-align: center;
}
.NotListTitulo {
	text-align: left;
	color: #252046;
}

/* DETALHE */
.NotDetTitulo {
	font-size: 18px;
	color: #252046;
	font-weight: bold;
}
.NotDetSubtitulo {
	font-size: 14px;
	color: #252046;
}
.NotDetData {
	color: #FFFFFF;
	background-color: #252046;
}
.NotBrdRig {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #252046;
}
.NotBrdBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252046;
}
.NotBrdLefRigBot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #252046;
	border-bottom-color: #252046;
	border-left-color: #252046;
}
.NotBrdImg {
	border: 1px solid #252046;
}

/************************************************/
/* Revistas
/************************************************/

/* COR PRINCIPAL: #912B1D */
.RevCor {
	color: #912B1D;
}
.RevBkg {
	background-color: #912B1D;
}
.RevBorder {
	border: 1px solid #912B1D;
}

/* LISTAGEM */
.RevLisData {
	color: #333333;
	font-weight: normal;
	text-transform: capitalize;
}
.RevLisTitulo,
.RevLisTitulo a {
	color: #912B1D;
	text-transform: uppercase;
	font-size: 11px;
}

/* DETALHE */
.RevDetTitulo {
	font-size: 16px;
	color: #912B1D;
	font-weight: bold;
	line-height: 22px;
}
.RevDetTitulo2 {
	font-size: 10px;
	color: #912B1D;
	text-transform: uppercase;
	height: 14px;
	text-align: center;
	letter-spacing: 2pt;
}
.RevDetData {
	color: #FFFFFF;
	background-color: #912B1D;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* DESTAQUE */
.RevDestaque {
	border: 1px solid #912B1D;
	margin-bottom: 15px;
	background-image: url(../_images/bkg_des_revistas.jpg);
	background-color: #E9D5D1;
	background-repeat: repeat-x;
}
.RevDestaque th {
	font-size: 10px;
	color: #912B1D;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #912B1D;
	font-weight: normal;
	margin-bottom: 20px;
}
.RevBrdRigBot {
	border-right: 1px solid #912B1D;
	border-bottom: 1px solid #912B1D;
}
.RevBrdBotLef {
	border-bottom: 1px solid #912B1D;
	border-left: 1px solid #912B1D;
}
.RevBrdRigBotLef {
	border-right: 1px solid #912B1D;
	border-bottom: 1px solid #912B1D;
	border-left: 1px solid #912B1D;
}
.RevBrdRig {
	border-right: 1px solid #912B1D;
}
.RevBrdBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #912B1D;
}

/************************************************/
/* Artigos
/************************************************/

/* COR PRINCIPAL: #E49538 */
.ArtCor {
	color: #E49538;
}
.ArtBkg {
	background-color: #E49538;
}

/* LISTAGEM */
.ArtLisTitulo,
.ArtLisTitulo a {
	color: #E49538;
}

/* DESTAQUE */
.ArtDestaque {
	border: 1px solid #E49538;
	margin-bottom: 15px;
	background-image: url(../_images/bkg_des_artigos.jpg);
	background-repeat: repeat-x;
	background-color: #FCF2E4;
}
.ArtDestaque th {
	font-size: 10px;
	color: #E49538;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E49538;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-decoration: none;
}

/* DETALHE */
.ArtDetTitulo {
	font-size: 16px;
	color: #E49538;
	font-weight: bold;
	line-height: 22px;
}
.ArtDetTitulo2 {
	font-size: 10px;
	color: #E49538;
	text-transform: uppercase;
	height: 14px;
	text-align: center;
	letter-spacing: 2pt;	
}
.ArtBrdBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E49538;
}
.ArtBrdRigBotLef {
	border-right: 1px solid #E49538;
	border-bottom: 1px solid #E49538;
	border-left: 1px solid #E49538;
}
.ArtBrdBotLef {
	border-bottom: 1px solid #E49538;
	border-left: 1px solid #E49538;
}
.ArtBrdRig {
	border-right: 1px solid #E49538;
}


/************************************************/
/* Autores
/************************************************/

/* COR PRINCIPAL: #31774F */
.AutCor {
	color: #31774F;
}
.AutBkg {
	background-color: #31774F;
}

/* LISTAGEM */
.AutLisNome,
.AutLisNome a {
	color: #31774F;
}

/* DETALHE */
.AutDetTitulo {
	font-size: 16px;
	color: #31774F;
	font-weight: bold;
	line-height: 22px;
}
.AutDetTitulo2 {
	font-size: 10px;
	color: #31774F;
	text-transform: uppercase;
	text-indent: 4pt;
	height: 14px;
	text-align: center;
	letter-spacing: 2pt;	
}

/* DESTAQUE */
.AutDestaque {
	border: 1px solid #31774F;
	margin-bottom: 15px;
	background-image: url(../_images/bkg_des_autores.jpg);
	background-color: #E8E8E6;
	background-repeat: repeat-x;
}
.AutDestaque th {
	font-size: 10px;
	color: #31774F;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #31774F;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

/* LETRAS ABCEDARIO */
.AutLetras {
	font-size: 24px;
	text-decoration: none;
	color: #B7BFC1;
}
.AutLetras a,
.AutLetras a:hover {
	color: #31774F;
	text-decoration: none;
}
.AutLetras a span {
	color: #FF9900;
}

/* BORDERS */
.AutBrdRigBot {
	border-right: 1px solid #31774F;
	border-bottom: 1px solid #31774F;
}
