/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/*
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,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{font-style:normal;font-weight:normal;}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:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
*/

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/*
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a
{
  color: #524F46;
  outline: none;
}
*/

/*This Code Adds the black background to the header*/
/*
#header
{
  background: url(../images/header-bg.gif) repeat-x scroll left top;
  height:120px;
}
*/

/* This code controls the header header height and centers the contents */
/*
#header h1
{
  height: 60px;
  width: 883px;
  margin: 0 auto;

}
*/

/*This Code places the shackmate logo */
/*
#header h1 a {
  background: url(../images/logosml.png) no-repeat;
  width: 170px;
  height: 60px;
 float:left;
 margin-top: 5px;
 
}


#button_background {
	background-color:#000;
	width:auto;
	height: 100px;
}

#content_header {
	background-color:#55a70e;
	width:auto;
	height: 100px;
	font-size:18px;
	vertical-align:middle;
	color: ffffff;
}
#content_header h15 {
	margin-top: 40px;
  	margin-bottom: 1px;
  	padding: 0px 15px;
  	font-size: 124%;
  	text-transform: uppercase;
  	line-height: 90px;
  	color: #fff;
  
}*/
#feature_tour {
	background-image: url(../images/feature-intro.png);
	background-repeat:no-repeat;
	background-position:center;
	height:598px;
	width:600px;	
}
/*
.wide_green {
	background-color:#55a70e;	
}
*/
#button_background p
{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	
}

#register_button {
  background: url(../images/btn-signup.png) no-repeat;
  vertical-align:middle;
  text-align:center;  
  margin-top:20px;
  width: 170px;
  height: 55px; 
  float:right;
  padding:16px 20px 0 0;
}

#register_button a:active, #register_button a:visited, #register_button a  {
  text-decoration: none;
}


/*
#welcome
{
  background: url(../images/welcome.png) top;
  background-repeat: no-repeat;
  background-color:#55a70e;
  height: 250px;
  margin: 0 0 0 0;
  padding:150px 20px 0 20px;
}

#welcome p
{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	width:798px;
	text-align:left;
	position: relative;	
}

#sub_header
{
  background: url(../images/bg-subheader.png) bottom;
  width: 783px;
  height: 39px;
  margin: 0 auto;
}

#sub_header div {
	padding: 7px 0px 5px 20px;
}

#sub_header div a {
	color: #ffffff;
}
*/

/* This controls the contents width and centers */
/*
#content {
  width: 783px;
  margin: 0 auto;
}
*/

/* This Controls the Headings for each widget */
/*
#content h1
{
  margin-top: 10px;
  margin-bottom: 1px;
  padding: 0px 15px;
  font-size: 124%;
  text-transform: uppercase;
  background: url(../images/bg-listheader.png) no-repeat;
  line-height: 32px;
  color: #fff;
}
*/

/* Widget Link Settings */
/*
#content h1 a
{
  color: #fff;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  line-height: 32px;
}
*/

/* This controls the footer height - if you change footer height, also change padding-bottom for the #content to prevent overlapping */
/*
#footer
{
  font-size: 90%;
  margin-bottom: 0px;
  height: 20px;
  background: url(../images/bg-footer.png) repeat-x bottom;
  padding-top: 10px;
  color: #FFFFFF;
}
*/

/*
#footer .content {
  width: 783px;
  margin: 0 auto;
}

#footer ul
{
  display: inline;
}

#footer li
{
  list-style: none;
  margin-right: 15px;
  display: inline;
}

#footer li a
{
  text-decoration: none;
}

#footer li a:hover
{
  color: #000;
  text-decoration: underline;
}
*/

/*
#footer .powered-by
{
  float: right;
  color: #FFFFFF;
}

#footer .powered-by A
{
  color: #55a70e;
}
*/

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}

.BillItemLink, .TaskItemLink {
	float:right;
	margin: 0px 10px 0px 10px;
}

.BillItemDays {
	margin: 0px 10px 0px 10px;
}

.ProfileImage {
 	margin: 5px;
}

.formWizard_Input_Checkbox {
  margin:10px 0 10px 10px;
}

.formWizard_Field_Mandatory {
color:#408fc8;
}

.Button_Invite_Members {
	background: url(../images/button-blue.png);
	padding: 10px 11px 10px 11px;
	color: #FFFFFF !important;
}

.user-info {
  font-size: 16px;
}

.PageTitle {
  color:#3586C2;
  font-size: 28px;
}



/*
		#footer {
			margin:0 auto;
			display: block;
			clear: both;
		}
*/
		
		/* Controls the width of the footer and centers */
		/*
		#footer-content {
			margin:0 auto;
			display: block;
			width: 700px;
		}
		*/
	/*	
		table.footer td, table.footer th {
			vertical-align:top;
		}
		
		table.footer ul li.head {
			border-bottom:1px dotted #FFFFFF;
			font-size:110%;
			font-weight:bold;
			margin:4px 4px 8px 36px;
			padding-bottom:2px;
		}
		
		#footer li {
			display: block;
			margin-right:15px;
			margin-left:8px;
		}
		
		table.footer td {
			color:#FFFFFF;
			text-align:left;
		}
	*/
		/*
		body {
			font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
			font-size:11px;
		}
		*/
		
		/* This prevents the footer from covering content, so make sure padding-bottom is set to match footer height */
		/*
		div#content {
			padding-bottom: 20px;
		}
		
		div#footer {
			position:absolute;
			width:100%;
			bottom:0; /* stick to bottom */
		}
		*/		
		
		/* This controls the top-most menu item list (login / logout / settings / etc) */
		/*
		.SettingsDIVOuter {
		  position: absolute;
		  height: 30px;
		  width: 100%;
		  margin: 0 auto;
		  padding: 25px 0px 0px 0px;
		}
		
		.SettingsDIV {
		  z-index: 10;
		  height: 30px;
		  width: 883px;
		  margin: 0 auto;
		  text-align: right;
		  color: #FFFFFF;
		  
		  font-size:13px;
			font-weight:normal;
			text-decoration:none;
			text-shadow:1px 1px 1px #222222;
		  
		}
		
		.SettingsDIV a {
		 	color:#DDDDDD;
		 }
		
		.SettingsDIV a:active, .SettingsDIV a:hover {
			color:#FFFFFF;
		}
		
		.SettingsDIV form { 
			
			padding: 0px;
			margin-left: 50px;
		}
		
		.SettingsDIV InputLabel { 
			margin-left: 0px;
			display: inline;
		}
		*/
		
		/* THis controls the width of the left column */
		/*
		#main {
			width:400px;
			float: left;
		}
		*/
		
		/* This controls the width of the right column (widgets) */
		/*
		#sidebar {
			float:right;
			width:350px;
		}
		*/
		
		/*
		a {
			color:#3B5998;
			cursor:pointer;
			outline-style:none;
			text-decoration:none;
		}
		*/
		
		a {	cursor:pointer; }
		
		/* This controls text areas when not selected */
		.TextArea_OnBlur { 
			color:#777777;
			border: 1px solid black; 
		}
		
		/* This controls text areas when selected */
		.TextArea_OnFocus { 
			color:#000000;
			border: 1px solid orange;
		}
		
		
		
		
		
		
		
		
		
		
		
		/* LAYOUT CSS */
		
		.TopHeaderLink {		
			color: #FFFFFF;
			margin-left: 15px;
			margin-right: 15px;
		}
		
		
		
		
		
		
		
		
		
		
		
		/* DBO DISPLAY CSS */
		
		#DBODisplayRoladex tbody tr td {
			font-size: 10px;
		}
		
		#DBODisplayRoladex tbody tr td a:hover {
			color: #000000;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		/* USER SETTINGS CSS */
		
		/* ShackNotificationTable appears on the users settings page */
		.ShackNotifcationTable { 
			border: none !important;
		}
		
		.ShackNotifcationTable tbody tr td {
			background-color: #FFFFFF !important;
			color: #000000 !important;
		}
			
		.ShackNotifcationTable caption {
			background-color: #FFFFFF !important;
			color: #000000 !important;
			border-bottom: 1px solid black !important;
		}
		
		.ShackNotifcationTable tbody tr td{
			padding: 0px;
			font-size: 12px;
		}

		
		
		
		
		
		
		
		
		/* DASHBOARD CSS */
		
		.div_story_timestamp {
			color:#777777;
		}
		
		.WallPost_BillName, .WallPost_TaskName {
			font-weight: bold;
			display: inline;
		}
		
		.BillItemLinkOther, .TaskItemLinkOther {
			display: block;
			margin-bottom: 5px;
			margin-top: 10px;
		}
		
		.action_bill_contribution, .action_task_contribution {
		 	color: green;
		}
		
		#ShackCosts { 
			width: 100%;
		}
		
		#ShackCosts td {
			padding: 5px 5px 5px 5px;
		}
		
		#ShackStandings {
			width: 100%;
		}
		
		#ShackStandings .positive {
			color: #caffd3;
		}
		
		#ShackStandings .negative {
			color: #ffbcbc;
		}
		
		.BillComment, .TaskComment, .MemberComment {
			font-style: italic;
			padding: 10px 0px 10px 0px;
		}
		
		.TaskItemOverdue, .BillItemOverdue {
		 font-weight: bold;
		 color: red;
		}
		
		.action_task_expenses {
		 padding: 5px 0px 5px 0px;
		 color: red;
		}
		
		#ShackAdministrationTasks A {
			margin: 0px;
			padding: 0px;
			display: block;
			line-height:auto;
		}
		
	#ShackMemberMakePayment {
		margin-top: 10px;
	}

.TopMenuBar {
	margin-bottom: 10px;
}

.ShackWizardCategory {
cursor: pointer;
color:#F5B301;
display:block;
font-size:12px;
font-weight:bold;
text-decoration:none;
margin: 10px;
}

.ShackWizardCategoryTable .CheckBox {
padding: 0px;
margin: 0px;
}
