

/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/


body {
	color:Black;
	font-size:69%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #222;
	text-align: center;
}

html, body {
	background: #f6f6f6;
}

/* Make sure the table cells show the right font */
td { 
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
}


/*-------------------------------------------------
PRELOADED IMAGES
-------------------------------------------------*/

#preloaded_images {
  width: 0px;
  height: 0px;
  display: inline;
}

body.todos #preloaded_images {
  background-image: url(/sce/comum/img/dots-white.gif);
  background-image: url(/sce/comum/img/nubbin.gif);
  background-image: url(/sce/comum/img/drag_handle.gif);
  background-image: url();
}


/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

input { padding: 3px; }

span.help {
  font-size: 12px;
  color: #666;
}

a {
	text-decoration: none;
	background-color:transparent;
	color:#436976;
}
a:hover { 
	border:0 solid #999999;
	color:#436976;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

span.admin {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

a.admin:link, a.admin:visited {
	color: #f00;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

a.adminfull:link, a.adminfull:visited {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

a.admin:hover, a.adminfull:hover { color: #fff; background: #f00; }

a.black:link, a.black:visited {
	color: #000;
}

a.black:hover {
	color: #fff;
	background: #000;
}

a.anchor:link, a.anchor:visited, a.anchor:hover {
	color: #fff;
	background: #fff;
	font-size: 0px;
	text-decoration: none;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height:1.5em;
	font-size: 12px;
	line-height: 16px;
}

p.submit,
div.submit {
  color: #666;
  font-size: 8px;
}

p.submit input {
  vertical-align: middle;
}

div.submit {
  border-top: 2px solid #000;
  padding: 8px 0 10px 0;
  text-align: center;
}

div.submit input {
  font-size: 8px;
}

small {
	font-size: 12px;
	line-height: 11px;
}

blockquote {
	font-size: 12px;
	color: #666;
	margin: 20px;
}

ol, ul, li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

li {
	font-size: 12px;
	line-height: 10px;
	padding: 3px 0;
}

div.widget li {
  padding: 0;
}

h1 {
	font-family: "Lucida Grande", arial, sans-serif;
	padding: 0;
	border-bottom: 0;
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: "Lucida Grande", arial, sans-serif;
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 13px;
	padding: 0;
}

h2.subheader {
	padding: 0 0 2px 0;
	margin: 15px 0 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #000;
	color: #000;
}

h3 {
	margin: 20px 0 0 0;
	color: #666;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	padding: 0;
}

.smallnote {
	font-size: 8px;
	color: #999;
	font-weight: normal;	
}

.light {
	font-weight: normal;
}

.lightgray {
	font-weight: normal;
	color: #666;
	font-size: 8px;
}

.lightgray a:link, .lightgray a:visited {
	color: #999;
	background: inherit;
	text-decoration: underline;
}

.lightgray a:hover {
	color: #fff;
	background: #000;
}

.smallgray {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}

.smallgray a:link, .smallgray a:visited {
  color: #666;
  background: inherit;
  text-decoration: underline;
}

.smallgray a:hover {
  color: #fff;
  background: #000;
}

.highlight {
	background-color: #ffc;
}

td, th {
	padding: 0px;
	text-align: left;
}

.bigger {
	font-size: 12px;
}

.red {
	color: red;
}

.blue {
	color: #06c;
	}
	
.green {
	color: #390;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: 80%
	}

pre {
  overflow: auto;
}


/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/

div#Wrapper {
	padding: 12px 23px 0 30px;
  margin: 0 auto;
}

.container {
	margin: 0 auto 0 auto;
	text-align: center;
	min-width: 750px;
	}

table.layout {
  clear: left;
  border-collapse: collapse;
  width: 100%;
}

table.layout td.left,
table.layout td.right {
  vertical-align: top;
  padding: 0;
}

table.layout td.left {
  width: 70%;
}

table.layout td.right {
  width: 30%;
}

div.Left {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70%;
	float: left;
	}

div.Right {
	margin: 0px 0 0 0;
	padding: 0;
	text-align: left;
	/*position: absolute;*/
	float: left;
	width: 30%;
	}

table.layout td.left div.Left,
table.layout td.right div.Right {
  width: auto;
  float: none;
}

/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

.Right h1, .Right h1.late {
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #666;
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #000;
}

.Right p {
  font-size: 12px;
  line-height: 14px;
}

.Right h1.late {
	padding-top: 0;
	border-bottom: 1px solid #c00;
	color: #c00;
}

.Right p.incategory {
	margin-top: 0;
	background: #ececec;
	padding: 4px;
}

.Right p.incategory a {
	display: block;
}

.Right h2, .Right h2.border {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 3px 0;
	padding: 0;
	border: none;
}

.Right h2.border {
	border-bottom: 1px solid #d5d5d5;
}

.Right ol {
	padding-left: 20px;
}


.Right ul li {
	list-style: none;
	padding: 0 0 3px 0;
	margin-left: 0;
}

/*-------------------------------------------------
FORM STUFF (MORE BELOW)
-------------------------------------------------*/

table.NewLink th {
	text-align: left;
	font-size: 12px;
}

span.formoptions /* small text inside an h2 */ {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

span.formoptions a {
	padding: 4px;
}

.ButtonGroup {
	font-size: 8px;
	text-align: right;
	margin: 15px 0 3px 0;
}

.error {
	background-color: #ffbaba;
/*	padding: 2px; */
}

.field_with_errors {
  padding: 4px 0 4px 2px;
  display: inline;
  border-left: 8px solid red;
  margin-left: 3px;
}

.general_error_box {
  border: 1px solid #c99;
	background: url(/cco/comum/img/alertbad_icon.gif) #c00 5px 10px no-repeat;
	color: #fff;
  padding: 10px 10px 10px 37px;
  margin-bottom: 20px;
}

.general_error_box h2 {
  color: #fff;
  margin-top: 0;
  line-height: 140%;
}

.general_error_box p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}

.general_error_box a:link,
.general_error_box a:visited {
  color: #fff;
}

/*-------------------------------------------------
OVERVIEW
-------------------------------------------------*/

body.overview div.announcement {
	margin: 0 0 20px 0;
}

body.overview div.announcement p {
	font-size: 12px;
	line-height: 18px;
}


/*-------------------------------------------------
EFFECTS
-------------------------------------------------*/

#fade {
	background-color: #ffff99;
}

#zoomer {
  position: absolute;
  background: #ccc;
  display: none;
}

.inactive {
  opacity: 0.0;
  filter: alpha(opacity: 0);
}

.active {
  opacity: 1.0;
  filter: alpha(opacity: 100);
}



/*-------------------------------------------------
CUSTOM FORM ELEMENTS
-------------------------------------------------*/

/* Big text input for to-do list titles */
input.big {
	font-size: 16px;
	font-weight: bold;
	width: 485px;
	padding: 3px;
	margin: 0 0 10px 0;
}

input.todoitem {
	padding: 3px;
	font-size: 12px;
	width: 485px;
}

textarea.todoitem {
	padding: 3px;
	font-size: 12px;
	width: 485px;
	margin: 0 5px 3px 0;
}

/*-------------------------------------------------
SETTINGS TAB and SUBNAV
-------------------------------------------------*/

ul#Tabs li a#settings {
	margin-left: 10px;
}


/*-------------------------------------------------
NEW FOR PROPORTIONAL WIDTH VERSION 
-------------------------------------------------*/

.col {
	padding: 0 20px;
	text-align: left;
}

.Left .col,
.Full .col {
	padding: 0 8px 0 0;
  background: #fff url(/cco/comum/img/right-bg.gif) right repeat-y;
  position: relative;
}

.Left .innercol,
.Full .innercol {
  padding: 15px 20px 20px 20px;
}

div.Left .bottom,
div.Full .bottom {
  background: url(/cco/comum/img/bottom-bg.gif) top right no-repeat;
  font-size: 8px;
}

div.Right .col {
	min-width: 200px;
	padding: 0 0 0 9px;
}

/*-------------------------------------------------
PAGINATION
-------------------------------------------------*/

div.navigator {
  margin: 15px 0;
  font-size: 12px;
  text-align: right;
}

div.navigator a, div.navigator strong {
  text-decoration: none;
  padding: 1px 4px;
  border: 1px solid #ccc;
  margin-right: 3px;
}

div.navigator strong {
  border: none;
  color: #000;
  padding: 1px 3px;
  margin-right: 2px;
}

div.navigator span {
  color: #666;
  font-size: 12px;
}

/*-------------------------------------------------
...
-------------------------------------------------*/

table.form {
  border-collapse: collapse;
}

table.form th {
  text-align: right;
  padding: 0px;
  padding-right: 5px;
  font-size: 12px;
}

table.form td {
  text-align: left;
  padding: 0px;
}

table.form td input {
  width: 335px;
  font-size: 12px;
  padding: 2px;
}

table.form tr.url th  {
  vertical-align: top;
  line-height: 28px;
}

table.form tr.url td  {
  line-height: 12px;
  font-size: 12px;
  padding-bottom: 5px;
  color: #666;
}

table.form tr.password td input {
  width: 200px;
}

table.form tr.submit td {
  font-size: 12px;
}

table.form tr.submit td input {
  width: auto;
}


/*-------------------------------------------------
FIELDSET
-------------------------------------------------*/

fieldset {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #999;
}

fieldset p {
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666;
}

fieldset legend {
color:#000000;
font-size:13px;
font-weight:bold;
}

fieldset legend span {
	color: #666;
	font-weight: normal;
	font-size: 80%;
}


/*-------------------------------------------------
BASIC FORM
-------------------------------------------------*/

div.basic_form_wrapper {
  text-align: left;
  padding: 0 0 20px 0;
  position: relative;
}

div.basic_form {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
  border: 2px solid #ccc;
	margin: 0;
	padding: 10px 20px 10px 10px;
	font-size: 12px;
}

div.basic_form input.expanded,
div.basic_form textarea.expanded {
  width: 95%;
}

div.basic_form input, div.basic_form textarea {
	width: 300px;
	padding: 3px;
}

div.basic_form input.autosize {
  width: auto;
}

div.basic_form input.big {
	font-size: 18px;
}

div.basic_form textarea {
	width: 300px;
  font-size: 12px;
	height: 75px;
}

div.basic_form h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
	border-bottom: 0px;
}

div.basic_form h3 {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  color: #333;
	font-size: 12px;
	margin: 0 0 2px 0;
	border: none;
}

div.basic_form h3.optional {
  font-weight: normal;
}

div.basic_form h2 span {
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	color: #666;
	font-size: 90%;
}

div.basic_form h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

div.basic_form p {
	font-size: 12px;
  margin: 0 0 15px 0;
}

div.basic_form p.submit {
  color: #999;
  margin-bottom: 5px;
}

div.basic_form p.submit input {
  width: auto;
  font-size: 14px;
}



/*-------------------------------------------------
HEALTHY HOVER CLASSES
-------------------------------------------------*/

a.clicked:link,
a.clicked:visited {
  text-decoration: underline !important;
  background: none !important;
  color: #03c !important; /* the default link color  */
}

p.submit a.clicked:link,
p.submit a.clicked:visited,
div.submit a.clicked:link,
div.submit a.clicked:visited,
div.page_header a.clicked:link,
div.page_header a.clicked:visited {
  color: #f00 !important; /* the admin link color */
}


/*-------------------------------------------------
PAGE HEADER
-------------------------------------------------*/

div.page_header {
  background: #edf3fe;
  margin: 0 0 5px 0;
  padding: 13px 30px 13px 24px;
}

div.page_header h1 {
	padding: 0;
  margin: 0;
	font-size: 14px;
	color: #000;
}

div.page_header h1 span {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

div.sheet div.page_header h1 {
  font-size: 20px;
}

div.page_header p {
  margin: 5px 0 0 0;
}


/*-------------------------------------------------
PAGE HEADER LINKS
-------------------------------------------------*/

div.page_header_links {
  float: right;
  width: 200px;
  font-size: 12px;
  margin-top: 0;
  text-align: right;
  color: #ccc;
  line-height: 20px;
}

div.page_header_links strong {
  color: #000;
}

div.page_header_links a.active:link,
div.page_header_links a.active:visited,
div.page_header_links a.active:hover {
  background: #999;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

div.page_header_links a.edit {
  text-decoration: none;
  color: #777;
}

div.page_header_links a.edit:hover {
  color: #fff;
}


/*-------------------------------------------------
PRIVATE HEADER
-------------------------------------------------*/

div.private_header {
  background: #ffe6ea;
  padding: 6px 10px 6px 27px;
  font-size: 12px;
  margin: 0;
}

div.private_header img {
  vertical-align: top;
  padding-top: 1px;
  margin-right: 2px;
}

div.private_header p {
  margin: 0;
}


/*-------------------------------------------------
SIDEBARS
-------------------------------------------------*/

body .Right h1 {
	background-color: #EDF3FE;
	border-bottom: 1px solid #DCDCDC;
	margin: 0 0 5px 0;
	color: #333;
	padding: 6px 8px;
	font-size: 13px;
}

body .Right p {
	font-size: 12px;
	line-height: 1.3em;
	color: #222;
}

body .Right div.indent {
	padding-left: 8px;
}

/*-------------------------------------------------
BUTTON TO ADD NEW
-------------------------------------------------*/

div.button_to_add_new {
  margin: 0 0 15px 0;
}

div.button_to_add_new img {
  height: 31px;
}

div.button_to_add_new div.other_ways_to_add img {
  width: 16px !important;
  height: 16px !important;
}

div.button_to_add_new a.pressed img {
  visibility: hidden;
}

div.button_to_add_new a.pressed {
  display: block;
  height: 31px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

#Header {
	background: #036;
	padding: 1px 0 0 0;
	margin: 0;
	text-align: left;
  position: relative;
	}	

#Header h1 /* client name */ {
	padding: 0 0 10px 0;
	margin: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	color: #fc0;
	text-align: left;
	}

#Header.global h1 {
  margin-top: 7px;
}

#Header h1 span /* project name */ {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: none;
	font-family: "Lucida Grande", arial, sans-serif;
	}	

#Header h3 {
	padding: 7px 20px 7px 25px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

#Header h3 a {
  padding: 7px;
}

#Header.global h3 {
  position: relative;
  float: right;
  text-align: right;
  width: 300px;
}

#Header h3 span#floatright {
  text-align: right;
  width: 300px;
  position: relative;
  float: right;
}

#Header h3 span#floatright,
#Header.global h3 {
	font-family: verdana;
  font-size: 12px;
}

#Header h3 span#floatright a,
#Header.global h3 a {
  padding: 7px 4px;
}

#Header h3 span.pipe {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#Header h3 a.current {
	font-weight: bold;
	text-decoration: none;
}

#Header h3 a.free_pitch {
	font-size: 12px;
  text-decoration: none !important;
}

#Header h3 a.free_pitch span {
  font-size: 13px;
  text-decoration: underline;
}

#Header h3 a.free_pitch:hover span {
  text-decoration: none;
}

#fresh_all h2 {
	padding: 0 0 2px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}

#Header a:hover.image {
	background-color: none;
	background-color: transparent;
}


/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs {
	margin: 0 57px 0 30px;
	height: 25px;
	padding: 0;
}

#Tabs ul {
	margin: 0; padding: 0;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs ul#MainTabs {
}

div#Tabs a:link,
div#Tabs a:visited {
  text-decoration: none;
}

#Tabs a:hover {
	color: #fff;
	background: #333;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
  float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
	background: #e5e5e5 url(/cco/comum/img/tab-bg.gif) top repeat-x;
	border: 1px solid #e5e5e5;
	color: #222;
	font-weight: bold;
	text-decoration: none;
  margin: 0;
}


div#print_button {
  float: right;
  width: 50px;
  padding-top: 3px;
  height: 1%;
}

div#print_button img {
  width: 25px;
  height: 17px;
}

body.unprintable div#print_button {
  display: none;
}

body.unprintable #Tabs {
  margin-right: 25px;
}

/*-------------------------------------------------
JAVASCRIPT DISABLED NOTIFICATION
-------------------------------------------------*/

div.javascript_disabled_notification {
  width: 520px;
  margin: 30px auto;
  background: #fff;
}

div.javascript_disabled_notification div.inner {
  padding: 20px;
  text-align: left;
}

div.javascript_disabled_notification h1 {
  font-size: 18px;
  margin: 0 0 18px 0;
}

div.javascript_disabled_notification p {
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 140%;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

.footer {
	clear: left;
	font-size: 9px;
	color: #666;
	margin: 4px 0 20px 10px;
	text-align: center;
	padding-bottom: 0px;
}

.footer a {
	text-decoration: none;	
}

.footer a.image:hover {
  background: none;
}

.footer div {
  margin-left: 120px;
}

.footer div p {
  font-size: 9px;
  line-height: 15px;
  margin: 0;
}

.footer div span {
  color: #bbb;
}

.footer a:link, .footer a:visited {
	color: #666;
}

.footer a:hover {
	color: #fff;
	background: #666;
}




body.login {
  color: #000;
	background-color: #e5e5e5;
}

body.login a:hover {
  color: #03c;
  background: none;
  text-decoration: underline;
}

body.login div#LogoBox {
  margin-top: 50px;
}

body.login div.login_dialog {
  zoom: 100%;
  text-align:center;
  background-color: #f5f5f5;
}

body.login div.login {
	padding: 20px;
	border: 10px solid #ccc;
	background-color: #f5f5f5;
	text-align: left;
	width: 400px;
	margin: 50px auto;
	font-family: lucida grande, verdana;
	font-size: 12px;
}

body.login div.login p {
	margin: 0 0 15px 0;
	padding: 0;
}

body.login div.login div.flash {
	padding: 7px 5px;
	font-size: 12px;
	margin: 15px 0;
}

body.login div.login div.error {
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	color: #900;
	background-color: #f5e6e6;
}

body.login div.login div.confirm {
	border-top: 1px solid #393;
	border-bottom: 1px solid #393;
	color: #393;
	background-color: #e6f5ea;
}

body.login div.login h1 {
  color: #000;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 0;
}

body.amnesia div.login h1 {
	margin-bottom: 5px;
}

body.login div.login h2 {
  color: #000;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}

body.login div.login input {
	width: 275px;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 10px;
}

body.login div.login label {
  margin-bottom: 10px;
}

body.login div.login label input {
  margin-bottom: 0;
}

body.login div.login input.auto {
	width: auto;
}

body.login div.login input.button {
	width: auto;
	font-size: 14px;
	padding: 3px;
	margin: 10px 0 0 0;
}

body.login div.login div.extras {
	border-top: 1px dashed #999;
	margin-top: 20px;
	padding-top: 10px;
}

body.login div.login div.extras ul {
	margin: 0 0 0 17px;
	padding: 0;
}

body.login div.login div.extras ul li {
	list-style: square;
	font-size: 12px;
	padding-bottom: 3px;
}




body.amnesia div.login {
	width: 550px;
}

body.amnesia div.login div.note {
	padding-left: 10px;
	border-left: 3px solid orange;
	font-size: 12px;
	margin-left: 20px;;
	float: right;
	width: 200px;
}

body.amnesia div.login input {
	margin-bottom: 0;
}

body.amnesia div.login input.button {
	margin-bottom: 25px;
}


/*-------------------------------------------------
NEW
-------------------------------------------------*/

body.messages div.button_to_add_new img {
  width: 176px;
}

body.messages div.button_to_add_new a.pressed {
  background-image: url(/cco/comum/img/post_a_new_message-pressed.gif);
  width: 176px;
}


/*-------------------------------------------------
SHOW search results
-------------------------------------------------*/

body.search p.set_scope {
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

body.search div.innercol {
  padding-top: 5px;
}

body.search p.blank_slate {
  color: #666;
  margin-top: 5px;
}

body.search div.page_header h1 {
  margin: 0 0 3px 0;
}

body.search div.page_header h1 span {
  color: #333;
}

div.result {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

div.result h1 {
  font-size: 16px;
  font-size: 14px;
  margin: 0 0 3px 0;
}

div.result h1 a {
  padding: 0;
}

div.result h1 span.type {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  padding: 1px 3px;
}

div.result div.todo_item h1 span.type,
div.result div.todo_list h1 span.type {
  background-color: #C87800;
}

div.result div.post h1 span.type {
  background-color: #334E7D;
}

div.result div.comment h1 span.type {
  background-color: #6492AC;
}

div.result div.milestone h1 span.type {
  background-color: #5F6E43;
}

div.result p {
  font-size: 12px;
  margin: 3px 0 0 0;
  color: #333;
}

div.result h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  color: #000;
}

div.result h3 a {
  color: #000;
}

div.result p.attribution {
  margin: 0;
  font-size: 12px;
  color: #948b6e;
}

div.result h1 span.file_name{
  font-weight: normal;
  white-space: nowrap;
  font-size: 12px;
}

div.result div.file_icon {
  float: left;
  width: 40px;
}

div.result div.file_body {
  margin-left: 40px;
}
 
div.result p.other_versions {
  padding: 2px 0;
}

div.result p.other_versions span {
  background: #ffe;
  padding: 2px;
}

div.no_results {
  margin: 20px 0 30px 0;
}

div.no_results p,
div.no_results ul,
div.no_results ul li {
  font-size: 12px;
  line-height: 130%;
  margin: 0;
  padding: 0;
}

div.no_results ul li {
  list-style-type: disc;
  margin-left: 40px;
}

div.no_results p {
  margin: 0 0 12px 0;
}

div.result strong.searchterm {
  font-weight: bold;
  background: #ffa;
  text-decoration: inherit;
}

div.result a:hover strong.searchterm {
  background-color: inherit;
}

div.result p strong.searchterm {
  color: #000;
}

div.recent_searches h1 span.clear_link {
  width: 80px;
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
}

div.recent_searches ul li {
  font-size: 12px;
  line-height: 140%;
}

div.recent_searches p.blank_slate {
  color: #666;
  margin: 0;
}

input#search_terms {
	width: 60%;
	font-size: 14px;
  vertical-align: middle;
}

/* this was in the SEARCH block from _legacy.css. I don't konw why */

#Notify table td p {
	font-size: 12px;
	font-weight: normal;
}

body.settings div.page_header,
body.admin div.page_header {
	color: #ccc;
	font-size: 12px;
}

body.settings div.page_header strong,
body.admin div.page_header strong {
  font-size: 14px;
	color: #000;
}

/*-------------------------------------------------
NEW
-------------------------------------------------*/

body.writeboards div.button_to_add_new img {
  width: 173px;
}

body.writeboards div.button_to_add_new a.pressed {
  background-image: url(/cco/comum/img/create_a_writeboard-pressed.gif);
  width: 173px;
}

/*-------------------------------------------------
FLASHES
-------------------------------------------------*/

#Flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
}

.login #Flash {
  margin-top: 12px;
  font-size: 12px;
}

#Flash.flash_notice {
	border-color: #9c9;
	color: #060;
	background: url(/cco/comum/img/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

#Flash.flash_alert {
	border-color: #c99;
	color: #fff;
	background: url(/cco/comum/img/alertbad_icon.gif) #c00 left no-repeat;
}

#Flash.flash_alert a {
  color: #fff;
}

#Flash.flash_alert a:hover {
  background: #000;
}

/*------------------------------------------------------------
TITULOS
------------------------------------------------------------*/

.titulo_left {
	background-image: url(/sce/especifico/imagens/tit_esq.png);
	height: 28px; 
	width: 10px;
}

.titulo_center { 
	background-image: url(/sce/especifico/imagens/tit_cen.png); 
	height: 28px;
  	font-weight: bold;
  	color: #000000;
	margin-left: 15px; 
	margin-right: 15px; 
	font-size: 13px; 
	letter-spacing: 1px; 
	word-spacing: 2px;
}

.titulo_right { 
	background-image: url(/sce/especifico/imagens/tit_dir.png); 
	height: 28px; 
	width: 10px;
}

.botoes_form
{
	text-align:center;
	direction: rtl;
}