@CHARSET "ISO-8859-1";

a:link, a:active, a:visited{
	color: #0099B9;
	text-decoration: none;	
}

a:hover{
	color: #fff;
	background-color: #0099B9;
}

html{
	background-color: #fff;
}

#main{
	background: #0099B9 no-repeat fixed left top;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	/**background-color: #fff;*/	
}

#doc2{
		
}

#hd{
	background-color: #fff;	
	border-bottom:1px solid #014E9E;
	height: 190px;
	margin-bottom: 10px;
	padding: 10px;
}

#logo{
	float: left;
	width: 440px;
	border-right: 1px solid #C5D656;
}

#status{
	margin-top: 5px;
	padding-top: 5px;
	border-top:1px solid #C5D656;
	clear: both;
}

#presence{
	float: right;
	width: 480px;	
}

#user-status{
	width: 475px;
	border:1px solid #0099B9;	
}

#update-status{
	margin-top: 5px;	
	float: right;
}

#breaking-news{
	clear:both;
	color:#000;
	float:right;
	margin-top:0px;
	width:460px;	
	padding: 0px 10px 0 10px;
}

#breaking-news h1{
	background-color:#fff;
	color:#0099B9;
	font-weight:bold;
}

#breaking-news h2{
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 5px;	
}

.checklist{
	height: 50px;	
}

.checklist li{
	line-height: 20px;
	background:transparent url(../images/check.gif) no-repeat;
	color: #000;
	float: left;	
	width: 200px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
}

.display{
	font-weight: bold;
	float: left;	
}

.bold{
	font-weight: bold;	
}

#bd{
	padding: 0px 10px 20px 10px;
	clear: both;
	background-color: #fff;
}

#username, #password{
	width: 230px;
	border:1px solid #0099B9;
	padding: 2px;
}

#user-message, #user-password-message{
	font-weight: bold;
	padding-bottom: 5px;
}

#user-send-message, #user-reply-message, #retweet-message{
	width: 350px;
	border:1px solid #0099B9;
}

.question{
	font-weight: bold;
	border-bottom:1px solid #ccc;
	margin-top: 20px;
}

.title{
	font-size: 3em;
	font-weight:bold;
	color: #0099B9;
}

.answer-list{
	padding-left: 20px;
}

.answer-list li{
	list-style-type: square;
}

#tree-status{
	float: left;
	width: 500px;
	font-weight: bold;
	line-height: 40px;	
	color: #ccc;
}

#actions{
	float: right;
	/**background-image: url(../images/actions-bg.gif);*/
	padding:10px 0px 10px 0;
}

#actions li{
	float: left;
	margin-right: 10px;
	border-right: 1px solid #C5D656;
	padding-right: 10px;
	font-weight: bold;
}

.profile-image{
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

.status{
	margin-left: 10px;
	font-size: 0.9em;
	font-style: italic;
	font-weight:bold;
}

.date{
	margin-left: 5px;
	color: #999;
	font-size: 0.8em;
	font-style: italic;	
}

.fresh{
	color: #C5D656;	
}

#faq{
	clear: both;	
}

/** yui */
.ygtvcontent a:link, .ygtvcontent a:active, .ygtvcontent a:visited {
	color: #494949;
	text-decoration: none;	
}

.ygtvcontent a:hover{
	color: #fff;
	background-color: #494949;
}

.ygtvblankdepthcell {
	height: 32px;
}

.ygtvcontent {
	cursor: pointer;
}

.yui-skin-sam .yuimenuitemlabel-selected {
	color: #fff;	
}

.yuimenuitemlabel-selected{
	background-color: #C5D656;
	color: #fff;
}

.ygtvfocus{
	background-color: #fff;	
}

.yui-skin-sam .yui-panel .bd {
	text-align: left;	
}
/** yui */

#ft{
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	font-size: 0.8em;
}
