/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

body, html {

}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

.hidden{
	display: none;
}
.bold{
	font-weight: bold;
}

strong {
	color: #666;
	font-weight: bold;
}

.greyed {
	color: #999;
}

/*
########################  MAIN CSS  ######################## 
*/

html {
	padding : 0px;
	margin : 0px;
	width : 100%;
	background-color: #FFFFFF;
}


body {
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	width : 100%;
	color: #666; /* 72859F */
}


b {
	color: #1AB3FF;
}

a {
	color: #1AB3FF;
	text-decoration: none;
}

a:hover {
	color: #33BBFF;
}

blockquote {
	margin: 0 0 0 0px;
	padding: 5px 15px 15px 15px;
	background-color: #FFF2CC;
}

em {
	font-style: italic;
	color: #444;
}

h1,h2,h3,h4 {
	font-family:  "Lucida Grande",Arial, sans-serif;
	font-weight: bold;
}

h2,h3,h4 {
	color: #666;
}

h1 {
	font-size: 42px;
	line-height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #1AB3FF;
}

h2 {
	font-size: 35px;
	line-height: 37px;
	margin-top: 10px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 15px 0 5px 0;
}

p {
	font-family:  Georgia, "Helvetica neue", Helvetica, Arial, sans-serif;
	padding-top: 10px;
	font-size: 14px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.orange {
	color: #F36100 !important;
}

.red {
	color: red !important;
}

.vtop {
	vertical-align: top;
}

.magenta {
	color: #FF0099;
}

#container {
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 0 auto;
}
.mainMsg {
	float: left;
	width: 100%;
}

.siteerror {
	margin:0 auto;
	position:relative;
	text-align:center;
	width:940px;
}

.invalid, .invalid-c200, .errorMsg {
	color: red;
}

.invalid-c200{
	float: left;
	width: 200px;
}

#header-inner, #content-inner, #footer-inner, .inlineAdd-inner {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:940px;
}

#notification-outter {
	float: left;
	width: 450px;
	height: 16px;
	font-size: 14px;
	text-align: center;
	margin: 5px 0px 0 20px;
}

/*############## HEADER ################*/


#header {
	float:left;
	height: 100px;
	width: 100%;
	background-color: #FFF;
}

#header-inner {
	padding-top: 0px;
	height: 100px;

}

#logo {
	float:left;
	margin: 15px 0 0 0px;
	width: 240px;
	height: 63px;
	display: inline-block;
	background: url(../images/worrypad-logo-240x63.png) no-repeat;
	background-position: 0px 0px;
}

#logo a {
	width: 240px;
	height: 63px;
	display: inline-block;
	border: none;
	text-decoration: none;
}


#login-menu {
	padding-top: 5px;
	position: absolute;
	right: 0;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0 5px 0;
	
}

#login-menu div {
	float: left;
	padding: 0 0 0 15px;
	text-align: right;
}


#top-banner {
	float: left;
	margin: 10px 0 0 150px;
}

/*############## SUB-HEADER ################*/

#subheader {
	float:left;
	width: 690px;
	background-color: #EEE;
	padding: 8px 0;
}

#worries-input {
	margin: 0 0 0 35px;
	float: left;
}

#worries-input .worry-input {
	width: 600px;
	padding: 3px 7px;
	font-family:  Georgia, "Helvetica neue", Helvetica, Arial, sans-serif;
	border: 1px solid #aaa;
}

#simput-counter {
	float: left;
	padding: 5px 0;
}

#charleft {
	font-weight: bold;
}

.worry_txtarea_s {
	height: 28px;
	color: #999;
	font-size: 20px;
}

.worry_txtarea_l {
	height: 50px;
	color: #111;
	font-size: 18px;
}





/*############## CONTENT ################*/


#content {
	float:left;
	width: 100%;
}


#page {
	float: left;
	margin: 0px 0 20px 0;
	width: 700px;
}

#items {
	float: left;
}


#page table td {
	padding: 5px 10px;
	background-color: #f5f5f5;
}

/*############## SIDEBAR ################*/


#sidebar {
	float: right;
	width: 235px;
	background-color: #fff;

	/*border-left: 1px solid #eee;*/
}

table.worrycare_buy {
	margin: 15px 0 0 10px;
}

table.worrycare_buy td {
	padding: 5px 0;
}

/*############## ITEMS ################*/


.item {
	float: left;
	width: 690px;
	padding: 7px 0 7px 0;
	margin: 7px 0 0px 0;
	border-bottom: 1px solid #eee;
}

/*.myItem {
	background-color: #E5F7FF;
}
*/
.myItem {
	background-color: #FFF2CC;
}

.item-thumb {
	float: left;
	width: 100px;
}


.item-icon {
	float: left;
	margin: 0 0 0 15px;
	width: 60px;
	height: 60px;
}

.tbBlue {background-color: #66CCFF;}
.tbBlueDark {background-color: #586284;}
.tbRed {background-color: #9A4444;}
.tbGold {background-color: #D9BE64;}
.tbGreen {background-color: #75845C;}



.item-value, .item-icon-txt {
	float: left;
	width: 60px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #fff;
}


.item-value {
	height: 20px;
	font-weight: bold;
	font-size: 25px;
	padding: 10px 0 8px 0;
}

.item-icon-txt {
	font-size: 14px;
}


.item-content {
	float: left;
	width: 480px;
}

.item-title {
	float: left;
	width: 100%;
	font-family: Arial, "Arial black", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #444;
}

.item-title a {
	color: #444 !important;
}

.item-title a.static {
	color: #1AB3FF !important;
}

.item-title a:hover {
	color: #666 !important;
}

.item-actions {
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
}

.item-action {
	float: left;
	padding-right: 20px;
}

.item-author {
	float: right;
}


.item-voting {
	float: right;
	padding-right: 10px;
}

.page_msg {
	float: left;
	width: 590px;
	padding: 80px 50px 80px 50px;
	margin: 50px 0 50px 0;
	background-color: #E5F7FF;
	text-align: center;
}

.page_msg h2{
	font-size: 30px;
}


/*############## TABS ################*/

#tabs {
	float: left;
	width: 690px;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #999;
}

#tabs a {
	float: right;
	padding: 5px 15px;	
}

#tabs .current_tab {
	color: #444 !important;
	border-color:  #999 #999 #fff;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	margin-bottom: -1px;
}

#tabs span {
	float: left;
	padding: 3px 0;
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

#range_buttons {
	float: right;
	padding: 0px 0;
}

#range_buttons a {
	float: right;
	padding: 0 10px;
}

#range_buttons .current_range {
	color: #444 !important;
}


/*############## PAGINATION ################*/

#pagination {
	float: left;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.pagination {
	position: relative;
	font-size: 16px;
}

.pagination span, .pagination a {
	padding: 0 10px;
}


/*############## SUB-HEADER ################*/

.sb_section-first, .sb_section{
	float: left;
	padding: 0 10px 15px 15px;
	width: 210px;
	background-color: #F1F1F1;
}

.sb_section-first {
	margin: 0 0 0 0;
}

.sb_section {
	margin: 15px 0 0 0;
}

table.user_dets {
	margin: 15px 0 0 0;
}

table.user_dets td {
	padding: 0 0 5px 10px;
}

table.user_dets td.usdet_field {
	width: 110px;
	/*font-family: Georgia, Arial, sans-serif;*/
}

table.user_dets td.usdet_val {
	color: #444;
}

/*############## FOOTER ################*/


#footer {
	float:left;
	padding-bottom: 0px;
	width: 100%;
	background-color: #EEEEEE;
}

#footer-inner {
	padding: 25px 0px;
}

#footer ul li{
	float: left;
	padding: 0 5px;
}

#footer #links {
	float: left;
	width: 650px;
}

#footer #terms {
	float: right;
	width: 220px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

.bottom-msg {
	width: 340px;
	padding: 5px 0px 0px 5px;
	/*border: 2px dashed #FFCC33;
	background-color: #FFF0B3;*/
	color: #444;
}


/*############## BUTTONS ################*/

.item-vote-up, .item-delete, .item-btn {
	float: left;
	width: 74px;
	height: 29px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat;
	cursor: pointer;
	border: none;
}

.item-btn {
	font-size: 14px;
	font-family: "Arial black", sans-serif;
	color: #53AAD7;
	line-height: 24px;
}


.item-btn {background-position: -11px -10px;}
.item-vote-up {background-position: -11px -46px;}
.item-delete {background-position: -11px -131px;}
.item-delete:hover {background-position: -11px -163px;}



/*	ICONS
---------------------------------------------------------- */

.icon-vote-up, .icon-vote-down, .icon-vote-up-sel, .icon-vote-down-sel, .icon-flag, .icon-flag-sel, .icon-trash {
	float: left;
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url(../images/sprite.png) no-repeat;
	cursor: pointer;
	border: none;
	/*border: 1px solid #CCC;
	background-color: #F6F6F6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 8px;
	margin: 0 1px;*/
}

.icon-vote-up {background-position: -209px -63px;}
.icon-vote-down {background-position: -228px -63px;}
.icon-vote-up:hover {background-position: -209px -43px;}
.icon-vote-down:hover {background-position: -228px -43px;}
.icon-vote-up-sel {background-position: -190px -43px;}
.icon-vote-down-sel {background-position: -190px -63px;}
.icon-flag {background-position: -264px -62px;}
.icon-flag-sel {background-position: -264px -42px;}
.icon-trash {background-position: -285px -43px;}
.icon-trash:hover {background-position: -285px -61px;}



/*	Form Modal
---------------------------------------------------------- */

.form-wrap, .form-title,.form-content,.form-table,.form-field,.form-input,.form-btn-sm,.form-btn-lg,.form-legend{
	float: left;
}

.form-wrap {
	padding: 10px 15px;
}

.form-title,.form-table,.form-actions,.form-errors {
	width: 100%;	
}

.form-wrap {
	background-color: #FFF;
}

.form-title {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
	/*border-bottom: 1px solid #888;*/
}

#form-content {
	margin: 0 0 30px 0;
}

table.form-table {
	margin: 0 0 15px 0;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

table.form-table td {
	/*border-bottom: 1px solid #323232;*/
	padding:10px 5px 10px 0;
	
}

.form-field {
	vertical-align: top;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.form-legend {
	display: block;
	clear: both;
	font-size: 10px;
	color: #666;
}

.form-input, .darkInput {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	padding: 2px 0 2px 5px;
}

.form-input {
	border: 1px solid #999;
	padding: 4px 0 4px 5px;
	width: 270px;
	background-color: #f1f1f1;
}

.darkInput {
	border: 1px solid #333;
	padding: 2px 0 2px 5px;
	background-color: #000;
}

.form-table textarea {
	height: 50px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.form-errors {
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 5px;
}

#form-errors {
	font-weight: bold;	
}

.form-actions {
	position: absolute;
	right: 18px;
	bottom: 34px;
	padding: 5px 25px 0 0;
}

.form-actions-page {
	float: right;
	padding: 35px 25px 0 0;
}

.form-inputs {
	float: right;
}

.form-btn-sm, .form-btn-lg, .form-save {
	float: left;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	margin: 0px 0 0px 4px;
	background: url(../images/sprite.png) no-repeat top;
	cursor: pointer;
}


.form-btn-sm {
	width: 80px;
	color: #999;
	background-position: 0px -293px;
}

.form-btn-lg, .form-save {
	width: 128px;
	font-weight: bold;
}

.form-btn-lg {
	color: #FFF;
	background-position: -12px -85px;
}

.form-save {
	color: #666;
	background-position: -148px -85px;
}

.simput-actions {
	float: left;
	width: 615px;
}

#simput-inputs{
	float: right;
	margin: 15px 0 5px 0;
}

.modal-table {
	width: 430px;
	background-color: transparent;
}

.modal-table th {
	font-weight: bold;
	color: #666;
	padding: 8px 10px 3px 0;
}

.modal-table td {
	color: #FFF;
	padding: 5px 10px 1px 0;
}


.modal-table td.boldGrey {
	font-weight: bold;
	color: #666;
}

#modalLegend {
	width: 430px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 5px;
	color: #666;
	font-size: 10px;
}




/* COMMENTS INPUTS
---------------------------------------------------------- */	
	
	#comm_wrap {
		margin: 0 auto;
		width: 500px;
		padding-top: 10px;
	}
	
	#comm_wrap textarea{
		width: 500px;
		height: 40px;
		padding: 2px;
		color: #ccc;
		border: 1px solid #444;
		background-color: #1A212D;
	}
	
	#comm_submit{
		text-align: center;
		margin-top: 7px;
		width: 500px;
	}


/*################ COMMENTS #####################*/


#fbinput_area {
	float:left;
	width: 100%;
}	

.comm_item, .thumbTarget {
	float:left;
	width: 100%;
	margin-top: 3px;
	padding: 5px;
}

.comm_item.normal{
	background-color: #eee;
}

.comm_item.author{
	background-color: #FFF2CC;
}

.st_conctr {
	position: relative;
	left: -74px;
	width: 69px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	z-index: 0;
}

.comm_inputs {
	float:left;
	width: 380px;
}

.comm_thumb {
	float:left;
	width: 40px;
}

.comm_thumb img {
	padding: 4px;
}

.comm_hours {
	color: #DDD;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.comm_info {
	float:left;
	width: 430px;
	height: 20px;
	color: #666;
}
.comm_info a{
	text-decoration:none;
}
.comm_body{
	float:left;
	padding: 0 0 0 10px;
	width: 325px;
}

.comm_date {
	float:left;
	font-size: 10px;
}

.comm_txtarea {
	float:left;
	width: 425px;
	color: #444;
}

.comm_txtarea textarea{
	background-color: #FFF;
	border: 1px solid #888;
}


.stask_body {
	float:left;
	width: 300px;	
}
.titleFile {
	color: #DDD;
}
.comm_done_txt {
	color: #777;
	text-decoration: line-through;
}
.comm_stask_txt {
	color: #DDD;
}

.drag{
	cursor: move;
}

.stask_cbox {
	float:left;
	margin-left: 6px;
	width: 30px;
}

.stask_cbox_done {
	float:left;
	margin-left: 15px;
	width: 30px;
}

.comm_actions {
	float:right;
	margin-left: 5px;
	width: 15px;
}

.comm_stask_info {
	height: 17px;
	color: #555;
}
.comm_done_info a{
	text-decoration:none;
}

.comm_txtarea_s, .comm_txtarea_l{
	width: 400px;
	padding: 5px;
	margin: 3px 0 0 5px;	
}

.comm_txtarea_s{
	height: 24px;
	color: #666;
}

.comm_txtarea_l{
	height: 60px;
	color: #444;
}

.comm_btns {
	float:left;
	width: 100%;
}







