/*
===========================================================
  APPLICATION
===========================================================
*/

#user_nav {
  float: right;
}

table#submissions_list {
  width:100%;
}

table#submissions_list th {
  font-weight:bold;
}

table#submissions_list a {
  padding:2px;
}

dl#candidaturas-registo {
  margin-bottom: 20px;
}

dl#candidaturas-registo dt {
  font-weight: bold;
}

dl#candidaturas-registo dd {
  margin: 0 0 10px 20px;
}

table#admin_submissions_list {
  width:100%;
}

table#admin_submissions_list {
  width:100%;
}

table#admin_submissions_list th {
  font-weight:bold;
}

table#admin_submissions_list a {
  padding:2px;
}

/*
==========
  TABLESORTER
==========
*/
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/*
===========================================================
  Nifty Scaffold stuff
===========================================================
*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  width: 75%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 40px;
  border: solid 1px black;
  margin-top: 20px;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
	color: #000;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  border: 1px solid #CF0000;
  padding: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
	font-size:11px;
	line-height:14px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #000;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 5px;
}

#errorExplanation ul li {
  list-style: disc;
	color: #000;
}
.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select {
  border: 1px solid #ff0000;
}

/*fieldset { border: 1px solid #ccc !important; }*/
fieldset label,
fieldset textarea {
  margin-left: 10px !important;
}

/* Green Project Awards 2010 */
/* Web Design by Quodis (2010) */

/* BEGIN General Styles */
/* ----------------------------------------- */

div#content ul, div#content ol { margin: 0 0 20px 0; }
div#content ul li { list-style-type: disc; list-style-position: outside; margin-left: 30px; line-height: 20px; }
div#content ol li { list-style-type: decimal; list-style-position: outside; margin-left: 30px; line-height: 20px; }

/* BEGIN Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* END Clearfix */

body {
	color: #FFF;
}
.content {
	color: #fff;
}
.textwidget {
	color: #fff;
}
.textwidget dd {
	margin:0;
}

a:link, a:visited {
	color: #65B5E2;
	text-decoration: none;
}

a:hover {
	color: #65B5E2; 
	text-decoration: underline;
	outline: none;
}

/* END Headings */

/* ----------------------------------------- */
/* END General Styles */


/* BEGIN Page Structure */
/* ----------------------------------------- */


div#content {
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 940px;
	clear: both;
	background: transparent url(/images/cntBottomBg.png) bottom left no-repeat;
}

div#mainContent {
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
	width: 610px;
}

div.content textarea,
div.content input {
  width: 400px;
}

#admin_submissions_list {
  width: 840px !important;
}
#admin_submissions_list th {
  color: #000;
}

div#sidebar{
	width:300px;
	float:left;
	display:inline;
}

div#footerWrapper {
	background: #333 url(/images/ftrBg.png) top left repeat-x;
}

/* ----------------------------------------- */
/* END Page Structure */

/* ----------------------------------------- */
/* BEGIN Header Sticker */



/* ----------------------------------------- */
/* END Header Sticker */

/* BEGIN Page Components */
/* ----------------------------------------- */

div.block {
	clear: both;
	margin: 0 0 40px 0;
}

div.block img {
	background: #FFF;
	padding: 4px;
	border: 1px solid #D9D9D9;
}




fieldset {
	margin-top:20px;
	display:block;
}


*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* ----------------------------------------- */
/* END Page Components */