
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .8em/1.8em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: center;
}

td,th{
text-align: left;
}

/*new stuff*/

/* Documents */
ul#documents_list { margin: 0 0 30px; }
ul#documents_list li { margin-left: 30px; }


/* links */
a {
	color:#CB4721; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* admin buttons */




/* headers */
h1, h2, h3 {
	font: normal 1.8em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color:#222;
	letter-spacing:-1px;
}
h1 { font-size: 1.8em; } 
h2 { font-size: 1.7em; color:#74743D; }
h3 { font-size: 1.5em; color:#C34E23; font-weight: normal; letter-spacing: 0px;}


h2#share {
	background: #fff url('../images/share.jpg');
	height: 40px;
	width: 120px;
}

h2#discuss {
	background: #fff url('../images/discuss.jpg');
	height: 40px;
	width: 135px;
}

h2#ask {
	background: #fff url('../images/ask.jpg');
	height: 40px;
	width: 90px;
}

#main h1 { 
	font: normal 3em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #222; 	
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
	letter-spacing:-1px;
	border-bottom: dashed 1px #999;
	/*background:url(../images/bk_dotted.gif) bottom left repeat-x;*/
}
#main .profile th
{
width: 260px;
text-align: right;
padding-right: 10px;
vertical-align: top;
}

#main .profile h3
{
padding: 4px 4px 4px 10px;
border: solid 1px #67a5da;
background-color: #d6e9fa;
}

#main .profile_image
{
	border: 2px solid #000;
}

#main .profile_image_text
{
	padding: 5px;	
	float: right;
	margin: 5px 0px 5px 15px;
}



#sidebar h1 {
	font: normal 1.7em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	/* color: #74743D; */ 	
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}

h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images 
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
   white-space: pre;    
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #6C6E3A;
}
*/
/* form elements */
form {
	margin: 15px;
	padding: 0;
	overflow: auto;
	border: 1px solid #cacaca; 
	background: #fff;	
}
label {
	display:block;
	font-weight:bold;
	font-size: 140%;
	margin:10px 0;
}
input {
	padding: 2px;
	font-size: 120%;
	border: 1px solid #cacaca;
	color: #666666;
}
select {
	padding: 2px;
	font-size: 120%;
	border: 1px solid #cacaca;
	color: #666666;
}
textarea {
	font-size: 120%;
	padding:2px;
	border: 1px solid #cacaca;
	display:block;		
	color: #666666;
}
input.button { 
	margin-bottom: 15px; 
	color: #fff;
	float:right;
	display: block;
	font-size: 130%;
	border: 1px solid #9f5506;
	padding: 2px 3px 2px;	
	background: #F1830D;
}
input.button_status { 

	color: #666666;
  border: 1px solid #cacaca;
	/*float:right;	
  margin-bottom: 15px; 
	display: block;
	font-size: 130%;
	
	padding: 2px 3px 2px;	
	background: #666666;*/
}
/* systems classes */
#systems {
	margin: 15px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #cacaca; 
	background: #fff;	
}
#systems form {
	margin: 15px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #cacaca; 
	background: #fff;	
}

.error ul,li
{
color: red;
}

#guidelines ul,li
{
color: #333;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 960px;	
}

/* header */
#header {
	/*background: #FFF url('../images/header_grad.jpg') repeat-x 0 0;*/
	background: #eee;
	height: 140px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	background: transparent url('../images/headspace_logo_med.png') repeat-x left top;
	height: 80px;
	width: 342px;
	padding: 0 0px;
	margin-top: 55px;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0px; left: 40px;
}
#header-content #betabadge {
	position: absolute;	
	color: #666;	 
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 0px; left: -10px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0px; top: 102px; 
	font: normal 1.2em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	list-style: none;
	margin: 0; padding: 0;		
	/*text-transform: uppercase;*/		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 10px 10px 10px 10px;	
	margin: 0 2px;
	color: #cacaca; 
  background-color: #143151;
	text-decoration: none;
}
#header-content li a:hover {
	color: #fff;
	background-color: #2d83d5;
}
#header-content li a#current  {	
	color: #FFF;	
	background-color: #2d83d5;
}
#header-content li.red a {
	float: left;
	display: block;
	padding: 10px 10px 10px 10px;	
	margin: 0 2px;
	color: #cacaca; 
  background-color: #9f5506;
	text-decoration: none;
}
#header-content li.red a:hover {
	color: #fff;
	background-color: #F1830D;
}
#header-content li a#currentRed  {	
	color: #FFF;	
	background-color: #F1830D;
}

#header #header-links {
	position: absolute;
	top: 0px; right: 0px;	
	color: #8E5F2F;
}
#header #header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #F3A251;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	background-color: #fff;  
	border-top: solid 6px #2d83d5;
	border-bottom: solid 6px #2d83d5;
}


#content {
	text-align: left;	
	padding: 0; 
  margin: 30px auto;
  border: solid 0px red;
}

/* sidebar */
#sidebar {
	float: right;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0;	
	border: solid 1px red;
}
/*
#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}
*/
/* main */
#main {
	margin: 0 0px 0 0; 
	padding: 0px;		
	width: 960px;
	float: left;
  background-color: #fff;
  border: 0px dotted #666;
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}
#main form p {
	margin: 15px;
}

/* systems */

/* Buttons */
#admin span#button_pensions_panel,
#admin span#button_training,
#admin span#button_tisonline,
#admin span#button_pension_admin,
#admin span#button_cms,
#admin span#button_ims
 {
	/*float: left;*/
	width: 134px;
	height: 46px;
	margin: 20px 0 0 10px;
	padding: 0;
}

#admin span#button_pensions_panel a,
#admin span#button_training a,
#admin span#button_tisonline a,
#admin span#button_pension_admin a,
#admin span#button_cms a,
#admin span#button_ims a

 {
	border:none;
	display:block;
	height:46px;
	padding-bottom: 0;
	text-indent:-9999em;
}

#admin span#button_cms { height: 46px; width: 221px; }
#admin span#button_cms a{ background:url('../images/button_cms.gif') no-repeat top center; height: 46px; }
#admin span#button_cms a:hover{ background:url('../images/button_cms.gif') no-repeat center -46px; }

#admin span#button_ims { height: 46px; width: 221px; }
#admin span#button_ims a{ background:url('../images/button_ims.gif') no-repeat top center; height: 46px; }
#admin span#button_ims a:hover{ background:url('../images/button_ims.gif') no-repeat center -46px; }

#button_addshare { height: 46px; width: 222px; margin: 20px 0 0 10px; padding: 0; 	border:none;}
#button_addshare a {	display:block;	padding-bottom: 0; text-indent:-9999em; background:url('../images/button_addshare.gif') no-repeat top center; height: 46px; }
#button_addshare a:hover{ background:url('../images/button_addshare.gif') no-repeat center -46px; }



/* footer */
#footer {
	clear: both;
	margin: 0; padding: 25px 0;
	font: normal .95em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	text-align: left;	
	background-color: #143151;
	/*background: url(footerbg.jpg) repeat-x 0% 0%;*/
	color: #CCC;
}
#footer p {
	margin-left: 0;
}
#footer h2 {
	font: bold 1.3em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a{
	color: #C8935D;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange {
	color: #F3A251;
}

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}

/* calendar classes */

	.calendar{
		/*font-family:'Trebuchet MS', Tahoma, sans-serif;
		font-size:11px;*/
		width:180px;
		float:left;
	}
	
	.calendar #box{
		background:#FFFFFF;
		border:solid 1px #7B9EBD;
	}
	
	.calendar #weekDays, .calendar #days, .calendar #daySelected, .calendar #dayLink{
		/*font-family:'Trebuchet MS', Tahoma, sans-serif;
		font-size:11px;
		font-weight:normal;*/
	}
	
	.calendar #weekDays{
		background:#31519C;
		color:#FFFFFF;
		padding:2px 0px 2px 0px;
	}
	
	.calendar #days{
		color:#000000;
		background:#FFFFFF;
		padding:2px;
	}
	
	.calendar #daySelected{
		background:#31519C;
		color:#FFFFFF;
		padding:1px;
		margin:0px;
	}
	
	.calendar #dayLink{
		color:#000000;
		padding:1px;
	}
	
	.calendar #dayLink:hover{
		background:#7B9EBD;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.calendar #cButton{
		display:block;
		border:solid 1px #7B9EBD;
		text-align:center;
		color:#FFFFFF;
		background:#31519C;
		text-decoration:none;	
	}
	
	.calendar #cButton:hover{
		background:#7B9EBD;
	}
	
/* discuss */

.subject_new {
	margin: 5px;
  padding: 5px;
	font: bold 1.4em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: left;
	border: solid 2px #83abde;
	background-color: #ddecff;	
}

.subject_on {
	margin: 5px; 	
  padding: 5px;
	font: bold 1.0em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	border: solid 1px #bdbdbd;
	background-color: #f1f1f1;
	color: #666666;
	text-align: left;
}
.subject_off {
	margin: 5px; 	
  padding: 5px;
	font: normal 1.0em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: left;
}

.subject_view {
	margin: 5px 5px 0 5px; 	 	
  padding: 5px;
	font: bold 1.4em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: left;
	border: solid 2px #996600;
	background-color: #ffffcc;	
}
.author {
	margin: 5px; 	
  padding: 0px;
	font: normal 0.9em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: left;
}
.posted {
	margin: 5px; 	
  padding: 0px;
	font: normal 0.9em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: left;
}
.administer {
	margin: 5px; 	
  padding: 0px;
	font: normal 0.9em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: right;
	display:block;
}
.message {
	margin: 5px; 	 	
  padding: 5px;
	font: normal 1.0em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #666666;
	text-align: left;
	border: solid 1px #996600;
	background-color: #ffffcc;	
}
.frame_left {
	border-top: solid 2px #bdbdbd;
	border-bottom: solid 2px #bdbdbd;
	border-left: solid 2px #bdbdbd;
	border-right: solid 1px #bdbdbd;
}
.frame_right {
	border-top: solid 2px #bdbdbd;
	border-bottom: solid 2px #bdbdbd;
	border-right: solid 2px #bdbdbd;
}



.info {
	margin: 5px; 	
  padding: 0px;
	font: normal 0.9em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	color: #000;
	text-align: left;
  font-style:italic; 
}


#statusbox{
	width: 100%;
	background-color: #67a5da;
	text-align: left;
	margin-top: 15px;
	border: 0px solid red;
}
.roundtop { 
	background: url(../images/tr.gif) no-repeat  top right; 
	border: 0px red solid;
	height:15px;
}

.roundbottom {
	background: url(../images/br.gif) no-repeat bottom right; 
	height:15px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   }

.status_arrow {
	background: url(../images/status_arrow.jpg) no-repeat bottom left; 
	height:40px;
	margin-left: 20px;
	display: block;
	
}
#status{
margin: 10px 0 0 100px;

}

#updates_cont{
overflow: hidden;
width: 100%;

}

#network_updates{
float: left;
display: block;
width: 50%;
}

#content_updates
{
float: right;
display: block;
width: 40%;
margin-left: 20px;
}

.buddy_image
{
  background:#fff none repeat scroll 0 0;
  border:1px solid #bbb;
  padding:3px;
  float: left;
  display: block;
  
}
.icon_feed
{
  background:#fff none repeat scroll 0 0;
  padding:3px;
  float: left;
  display: block;
  
}

/*Added by Joao 20/1/2009
Discuss Section*/
div#posts.withNav{
	float:left;
	width:70%;
}

div#posts div.post{
	margin-bottom:20px;
}

div#posts div.post h2{
	margin-bottom:0px;
}

div#posts div.post h4{
	margin-bottom:10px;
}

div#posts div.post div.body{
	margin-bottom:20px;
}

div#postNav{
	float:right;
	width:28%;
	border:solid 1px #999999;
	padding:5px;
}

div#postNav h3{
	margin-top:0px;
}

div#postNav ul.postList{
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style:none;
}

div#postNav ul.postList li{
	line-height:1.2em;
	margin:10px 0px;
}

div#posts div.comments.list ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#posts div.comments.list ul li{
	padding:0px;
	margin:2px 0px;
	border:solid 1px #999999;
	width:100%;
	overflow:hidden;
	display:block;
}

div#posts div.comments.list ul li div.head{
	padding:2px 0px;
	background:#EEEEEE;
	border-bottom:solid 1px #999999;
	width:100%;
	overflow:hidden;
}

div#posts div.comments.list ul li div.head div{
	padding:0px 8px;
}

div#posts div.comments.list ul li div.user{
	padding:5px;
	float:left;
	width:15%;
	line-height:1.2em;
}

div#posts div.comments.list ul li div.user img{
	width:90px;
	border:solid 1px #999999;
	padding:5px;
}

div#posts div.comments.list ul li div.body{
	float:right;
	width:82%;
	padding:5px 0px 5px 5px;
}

div#posts div.comments.add form{
	margin:0px;
	padding:10px;
	overflow:hidden;
	background:#EEEEEE;
	text-align:center;
}

div.status{
	margin:10px 0px;
	color:#006600;
	text-align:center;
}

div#posts div.comments.add form textarea{
	width:100%;
	height:300px;
	padding:0px;
	margin-bottom:10px;
}

div.postEdit form input.text, div.postEdit form textarea{
	width:100%;
}

div.postEdit form textarea{
	height:600px;
}

div.postEdit#systems form{
	overflow:hidden;
}

img.icon{
	vertical-align:middle;
	border:none;
}


/* home tab menu */
#home_right ul {
	position: absolute;
	top: 242px; 
	font: normal .85em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	list-style: none;
	margin: 0; padding: 0;		
	/*text-transform: uppercase;*/		
}
#home_right li {
	display: inline;
}
#home_right li a {
	float: left;
	display: block;
	padding: 4px 4px 4px 4px;	
	margin: 0 2px;
	color: #666; 
  background-color: #f1f1f1;
	text-decoration: none;
}
#home_right li a:hover {
	color: #999;
	background-color: #e7e7ed;
}
#home_right li a.current  {	
	color: #999;
	font-weight: bold;
	background-color: #e7e7ed;
}
#home_right li a.nothing  {	
	color: #666;
	font-weight: none;
	background-color: #f1f1f1;
}


/* connections tab menu */
#myconnections_right ul {
	position: absolute;
	top: 242px; 
	font: normal .85em "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	list-style: none;
	margin: 0; padding: 0;		
	/*text-transform: uppercase;*/		
}
#myconnections_right li {
	display: inline;
}
#myconnections_right li a {
	float: left;
	display: block;
	padding: 4px 4px 4px 4px;	
	margin: 0 2px;
	color: #666; 
  background-color: #f1f1f1;
	text-decoration: none;
}
#myconnections_right li a:hover {
	color: #999;
	background-color: #e7e7ed;
}
#myconnections_right li a.current  {	
	color: #999;
	font-weight: bold;
	background-color: #e7e7ed;
}
#myconnections_right li a.nothing  {	
	color: #666;
	font-weight: none;
	background-color: #f1f1f1;
}