/**
 * icNews: Main style sheet
 *
 * @package news
 * @subpackage icNews
 * @author DS@CCA - FCUP
 * @version $Revision: 1.1.2.6 $
 * @access public
 *
 * $Id: news.css,v 1.1.2.6 2005/10/13 19:16:23 dsoares Exp $
 */


/*
 * Messages
 */
.msg-error {
	color:#990000;
	font-size: 14px;
}
.msg-status {
	color:#009900;
	font-size: 12px;
}

/*
 * Titles 
 */
.page-title { text-transform: uppercase; }
.right      { float: right; }

/*
 * List
 */
.news-list {
	border-top: 1px dashed #666;
	padding-top: 10px; 
	width: 100%;
}
.news-list  TD {
	vertical-align: top;
	padding-bottom: 10px;
}
.news-list .type {
	/*white-space: nowrap;*/
	width: 100px;
}
.news-list .dates {
	padding: 0 8px 0 2px;
	width: 100px;
}
.news-list .title { 
	text-transform: uppercase; 
}
.news-list .descr {
}

#newslist tr:hover {
	background-color: #f6f6f6;
}

/*
 * Detail (@uses .news-list)
 */
.news-detail {
	border: 0 solid #FFF;
	margin-top: 10px;
}
.news-detail .image {
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.news-detail .title {
	margin: 20px 0 20px 0;
}
.news-detail .dates {
	margin: 0 0 20px 0;
}
.news-detail .type {}
.news-detail .descr { text-align: justify; }
.news-detail .authinfo { margin-top: 10px; }

.news-detail .descr a {
	color: #495073;
 	text-decoration: underline;
}
.news-detail .descr a:hover {
	color: #84A0C2;
}


/* 
 * BO Lists Tables 
 */
table.list td.list-descr {
	border-top:    solid 2px #006699;
	border-bottom: solid 2px #006699;
	font-variant: small-caps;
	font-size: 12px;
	white-space: nowrap;
}

table.list td.list-value {
	border-bottom: solid 1px #006699;
	font-size: 11px;
}
table.list .link {
	font-size: 11px;
}
table.list td.list-last {
	border: none 0px;
	text-align: right;
}

/* 
 * List Row status 
 */
table.list tr.normal td {
	background-color: #ffffff;
}
table.list tr.deleted td {
	text-decoration: line-through;
}
table.list tr.old td {
	color: #999999;
}
table.list tr.current {
}


/*
 * News Status
 */
table.list .status1 { background-color: #ff9999; }
table.list .status2 { background-color: #ff9966; }
table.list .status3 { background-color: #ff6666; }
table.list .status4 { background-color: #ccffcc; }
table.list .status5 { background-color: #99ffcc; }
table.list .status6 { background-color: #99ff99; }


/* 
 * Form Grouping Tables 
 */
table.form-group td.descr {
	background: #c6c6c6;
	text-align: center;
	border-bottom: solid 2px #000000;
	border-top:    solid 2px #000000;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

table.form-group td.value {
        background: #f6f6f6;
	border: solid 1px #000000;
	border-top: none 0px;
	font-size: 11px;
}

table.form-group td.last {
	border: none 0px;
	text-align: right;
	font-size: 11px;
}


/* 
 * Form  Tables 
 */
table.form td.label {
	border: 1px;
	font-size: 11px;
	white-space: nowrap;
}
table.form td.input {
	font-size: 11px;
}


/* 
 * Form elements 
 */
.news-form-filter {
	float: right;
	text-align: right;
	white-space: nowrap;
}
.news-form-filter FORM {
	margin-top: 6px;
	margin-bottom: 6px;
}
.news-form-filter SELECT {
	font-size: 9px;
}


form {
	margin: 0px;
}

input, textarea, select {
	color : #000000;
	border-top-color   : #000000;
	border-top-width   : 1px;
	border-left-color  : #000000;
	border-left-width  : 1px;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-right-color : #333333;
	border-right-width : 1px;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	color : #000000;
	font-size: 10px; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { 
	border-style: none; 
}
.genmed {
	font-size: 10px;
}


