/*
	(1) html elements
	(2) structures
	(3) formatting for structures
	(4) general purpose 
	(5) hacks
		made in washington */

/************************************************
	(1) html elements 
*************************************************/

body {
	margin: 0;
	padding: 0;
	font: normal 75% arial, helvetica, sans-serif;
	color: #414141;
}

h1 {
	font-size: 2.7em;
	color: #313131;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 b {
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	/*font-size: 1.2em;*/
	color: #414141;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

h4 {
	font-size: 1.8em;
	/*font-size: 1.2em;*/
	color: #2072c3;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
h5 {
	font-size: 2.4em;
	color: #313131;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display:inline;
	border: thin;
}
h6 {
	font-size: 1.8em;
	color: #2072c3;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: text-top;
}

p 				{ margin: 0 0 15px 0; padding: 0; font: normal 100% Verdana, Arial, Helvetica, sans-serif; line-height: 150% }
p.center		{ margin: 5px 0 15px 0; padding: 0; font: normal 90% Verdana, Arial, Helvetica, sans-serif; text-align:center;}
p.topquote		{ margin: 0 0 15px 0; padding: 0; font: normal 100% Verdana, Arial, Helvetica, sans-serif; text-align:right; font-style:italic; color: #2072c3 }
p.pagefooter	{ margin: 5px 0 15px 0; padding: 0; font: normal 90% Verdana, Arial, Helvetica, sans-serif; text-align:center; color: #999999}
a 				{ text-decoration: none; color: #2072c3; }
a:hover			{ text-decoration: underline; }
.requestlink   { text-decoration: none; color: #ffffff; font: normal 120% arial, helvetica, sans-serif;  padding: 1000px 20px 10px 0px;  }
.requestlink a  { text-decoration: none; color: #ffffff; font: normal 100% arial, helvetica, sans-serif;  padding: 1000px 20px 10px 0px;  }
img 			{ border: none; }
input, textarea { border: 1px solid #999; }
input 			{ width: 154px; }
textarea 		{ width: 250px; height: 100px; }
sup				{ font-size: .9em; }
select			{ border: 1px solid #999; }
				  h1 sup { font-size: .5em; }
input.small 	{ width: 50px; }
input.large 	{ width: 250px; }
input[type=button] { width: auto; }
input[type=radio],
input[type=checkbox] { 
	border: none !important; 
	width: auto !important;
}

input.radio{
	border: none !important; 
	width: auto !important;
}

input.checkbox{
	border: none !important; 
	width: auto !important;
}

input.non-text { 
	border: none !important; 
	width: auto !important;
}

input.calendarDateInput { 
	width: auto !important;
}

input.dollar_small { width: 50px; } 
input.dollar           { width: 75px; } 
input.dollar_large { width: 154px; } 


select.small	{ width: 100px; height: 20px; font-size: .9em; }

td 				{ vertical-align: top; }

iframe.busybox 
{ 
    z-index: 101; 
    left: 568px; 
    position: absolute; 
    top: 40px;
}

/************************************************
	(2) structures
*************************************************/

/* for search results pages */

#search-results {
	border: 2px solid #d0d0d0;
	border-top-width: 1px;
	background-color: #fff;
	padding: 0;
	margin-bottom: 15px;
	width: 960px;
	height: 400px;
}


#result-header {
	margin: 10px;
}


#result-count {
	float: right;
}

/************************************************
	(3) formatting for structures
*************************************************/

/************************************************
	(4) general purpose
*************************************************/

/* error text */
.text_normal_error
{
    font-weight: normal;
    font-size: 10px;
    color: #cc0000;
    font-family: Verdana, Arial;
    font-style: italic;
}

/* div.panel */
div.panel {
	border: 2px solid #d0d0d0;
	border-top-width: 1px;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 15px;
}

div.panel.padded {
	padding: 30px 20px 30px 25px;
}


/* comment */
.comment {
	width: 494px;
	background: #eee;
	padding-bottom: 5px;
}

.comment.medium {
	width: 910px;
}

.comment.wide {
	width: 956px;
}

.comment .body {
	margin: 8px 13px;
	padding: 15px 20px 0 20px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	font-family: georgia, serif;
	font-size: 1.2em;
}

.comment h3 {
	background: #467fa1 url(http://www.cultivatesystems.com/content/images/bg_comment_arrow.gif) 0 0 no-repeat;
	padding: 22px 0 5px 9px;
	color: #fff;
}

.comment.gift h3 {
	background-color: #c1c91e;
}


.comment .credit {
	padding: 0 10px 5px 15px;
	font-size: .9em;
	color: #7f7f7f;
}


/* add-comment (occurs in the context of "add comments") */
#add-comment {
	float: right;
	width: 375px;
	padding: 15px 10px 5px 25px;
	background: #e7e7e7 url(http://www.cultivatesystems.com/content/images/bg_add-comment.gif) 0 0 no-repeat;
}

#add-comment #comment-type {
	float: right;
}

#add-comment textarea {
	border: 1px solid #d0d0d0;
	background-color: #fff;
	margin-top: 15px;
	width: 372px;
	height: 295px;
}

#add-comment .controls {
	margin: 10px auto;
	width: 100%;
	text-align: center;
}

#add-comment .controls li {
	float: none;
}


/* order total */
table#order-total {
	float: right;
	margin: 10px 0;
}

table#order-total td {
	padding: 2px 4px 2px 15px;
}

table#order-total td.label {
	padding-right: 80px;
	font-size: 1.2em;
}

table#order-total td.value {
	font-size: 1.2em;
	color: #4a4545;
}

table#order-total td h2 {
	margin-right: 10px;
	color: #7a7a7a;
}

table#order-total tr.total td {
	background-color: #e3e2e2;
}


/*----------------------------------
	TABLES
------------------------------------*/

/* --- table.form --- */
table.form {}

table.form td {
	padding: 4px 0;
	vertical-align: top;
}

table.form td.table_field_name {
	text-align: right;
	padding-right: 8px;
}



/* --- table.panel --- */
table.panel {
	width: 100%;
	border: 1px solid #d0d0d0;
	border-top: none;
	margin-bottom: 10px;
}

th.panel-header {
	background-color: #e8e8e8;	
	border: 1px solid #d0d0d0;
	border-bottom: none;
	padding: 10px;
	vertical-align: middle;
	color: #9a9a9a;
	font-weight: normal;
}

th.sub.panel-header {
	padding: 5px 10px;
}

th.panel-header h2 {
		float: left;
		color: #747474;
		margin-right: 15px;
	}
	
th.panel-header .tasks li {
		padding-top: 6px;
		text-align: left;
	}

td.panel-body {
	border: 1px solid #d0d0d0;
	background-color: #fff;
	padding: 5px;
}


/* table.user-detail */
table.user-detail {
	width: 100%;
}

table.user-detail td {
	padding: 20px;
}



/* --- table.data --- */
table.data {
	width: 100%;
	border: 2px solid #cecece;
	border-top: none;
	border-bottom-width: 3px;
	margin-bottom: 15px;
}

table.data th {
	background: #f0f0f0 url(http://www.cultivatesystems.com/content/images/bg_data-table_TH.gif) 0 0 repeat-x;
	border-top: 3px solid #cecece;
	border-right: 1px solid #cecece;
	border-left: 2px solid #cecece;
	padding: 3px;
	color: #83a2b3;
	text-transform: uppercase;
	font-size: .8em;
}

table.data th.first {
	border-left-width: 1px;
}

table.data th.last {
	border-right: 1px solid #cecece;
}

table.data td {
	background: transparent url(http://www.cultivatesystems.com/content/images/bg_dots.gif) top left repeat-y;
	vertical-align: middle;
	text-align: center;
	padding: 3px 5px;
	border-top: 3px solid #cecece;
}

table.data td.no-dots {
	background-image: none;
}

table.data tr.alt td {
	background-color: #f2f2f2;
}

table.data td.first {
	background-image: none;
	border-left: 1px solid #cecece;
}

table.data td.last {
	border-right: 1px solid #cecece;
}

table.data td.message {
	background-image: none;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	text-align: left;
}

table.data td.menu {
	padding: 2px;
	border-top: 3px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: none;
	border-left: 1px solid #cecece;
	background: none;
}



/* table.data-columns */
table.data-columns {
	width: 99%;
	border: 3px solid #cecece;
	border-collapse: collapse;
}

table.data-columns th {
	padding: 4px 4px 4px 8px;
	border-bottom: 1px dotted #b4b4b4;
	font-weight: normal;
	text-align: left;
}

table.data-columns tr.header th,
table.data-columns th.header {
	background: #f0f0f0 url(http://www.cultivatesystems.com/content/images/bg_data-table_TH.gif) 0 0 repeat-x;
	border-top: 3px solid #cecece;
	border-bottom: 3px solid #cecece;
	text-align: center;
	padding: 3px;
	color: #83a2b3;
	text-transform: uppercase;
	font-size: .8em;
}

table.data-columns tr.sep th, 
table.data-columns th.sep {
	border-left: 2px solid #cecece;
}

table.data-columns input[type=radio],
input[type=checkbox] { 
	border: none !important; 
	width: auto !important;
}


table.data-columns td {
	padding: 4px 4px 4px 8px;
	border-bottom: 1px dotted #b4b4b4;
}

table.data-columns td.no-dots {
	border-bottom: none;
}

table.data-columns tr.last th,
table.data-columns tr.last td {
	border-bottom: none !important;
}

table.data-columns td.menu {
	padding: 2px;
	border-bottom: 3px solid #cecece;
}

table.data-columns td.menu td {
	border: none;
}



table.data-columns tr.alt th,
table.data-columns tr.alt td {
	background-color: #f2f2f2;
}

table.data-columns .sep,
table.data-columns tr.sep td {
	border-left: 1px dotted #b4b4b4;
}

table.data-columns td.controls {
	border-top: 3px solid #cecece;
	border-bottom: none;
}


/* --- table.user-detail --- */
table.user-detail {
	width: 100%;
}

table.user-detail td {
	width: 100%;
}




/* panel controls */

td.controls {
	background-color: #f2f2f2;
	padding: 10px !important;
	font-size: 1.1em;
	line-height: 1.4em;
}

td.controls ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

td.controls ul li {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: left
}

.btn-add {
	display: block;
	padding-left: 25px;
	background: transparent url(http://www.cultivatesystems.com/content/images/btn_add.gif) 0 0 no-repeat;
	font-weight: bold;
}

.btn-close {
	display: block;
	padding-left: 25px;
	background: transparent url(http://www.cultivatesystems.com/content/images/btn_close.gif) 0 0 no-repeat;
	font-weight: bold;
}

.btn-close.opened {
	background-image: url(http://www.cultivatesystems.com/content/images/btn_open.gif) !important;
}



/*----------------------------------
	LISTS
------------------------------------*/

/* no-bullets */
ul.no-bullets {
	list-style: none;
}




/* tasks */
ul.tasks {
	margin: 0;
	padding: 0;
}

ul.tasks li {
	list-style: none;
	float: left;
	margin-right: 7px;
}

a.task {
	margin-left: 7px;
}



/* ul.controls */
ul.controls {
	list-style: none;
	margin: 0 12px 0 0;
	padding: 0;
	float: right;
	font-size: .9em;
}

ul.controls li {
	float: left;
}

ul.controls .button {
	border: 1px solid #e1e1e1;
	background: #fff;
	text-align: center;
	color: #666;
	padding: 3px 4px;
	margin-left: 2px;
	display: inline-block;
}

ul.controls .button:hover {
	border-color: #666;
	text-decoration: none;
}

			#featurescontent ul {
				list-style: outside;
				margin: 0 0 15px 15px; 
				padding: 0; 
				font: normal 100% Verdana, Arial, Helvetica, sans-serif; 
				line-height: 150%
			}
			
			#featurescontent ul li  {
				margin: 0 0 15px 15px; 
				padding: 0; 
				font: normal 100% Verdana, Arial, Helvetica, sans-serif; 
				line-height: 150%
			}


/* --- buttons --- */
div.button {
	background: transparent url(http://www.cultivatesystems.com/content/images/bg_button_left.png) top left no-repeat;
	cursor: pointer;
	float: left;
	width: 100px;
}

div.button input {
	background: transparent url(http://www.cultivatesystems.com/content/images/bg_button_right.png) top right no-repeat;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 37px;
	padding: 0 30px 5px 10px;
	text-align: center;
}

input.plain {
	border: none;
	background: none;
	width: auto;
	color: #156dc4;
	padding-top: 7px;
	font-size: 1.1em;
}

input.small-button {
	background: transparent url(http://www.cultivatesystems.com/content/images/bg_button_small.png) 0 0 no-repeat;
	width: 100px;
	padding: 1px 6px 10px 0;
	vertical-align: top;
	color: #fff;
	border: none;
	cursor: pointer;
}

input.small-button:hover {
	background-position: 0 -40px
}


/* --- button alternative sizes: plus-1, plus-2, plus-3 --- */
div.button.plus-1 { width: 170px; }
div.button.plus-1 input { padding-right: 20px; }

div.button.plus-2 { width: 220px; }
div.button.plus-2 input { padding-right: 20px; }

div.button.plus-3 { width: 300px; }
div.button.plus-3 input { padding-right: 20px; }

div.button.plus-4 { width: 380px; }
div.button.plus-4 input { padding-right: 20px; }

div.button.plus-5 { width: 480px; }
div.button.plus-5 input { padding-right: 20px; }

div.button:hover {
	background-position: 0 -41px;
}



/* small-button */
div.small-button {
	background: transparent url(http://www.cultivatesystems.com/content/images/bg_button_small_left.png) top left no-repeat;
	cursor: pointer;
	float: left;
	width: 100px;
}

div.small-button input {
	background: transparent url(http://www.cultivatesystems.com/content/images/bg_button_small_right.png) top right no-repeat;
	color: #fff;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 30px;
	padding: 0 20px 8px 10px !important;
	text-align: center;
}

div.small-button.plus-1 { width: 170px; }

div.small-button.plus-2 { width: 220px; }

div.small-button.plus-3 { width: 300px; }

div.small-button.plus-4 { width: 380px; }

div.small-button.plus-5 { width: 480px; }
 
div.small-button:hover {
	background-position: 0 -40px;
}



.subdued				{ color: #6e6e6e !important; }
h1.subdued 				{ color: #7c7c7c !important; }
h1.subdued b 			{ color: #515151 !important; }

/* utilities */

/* orientation/disposition */
.left 					{ text-align: left !important; }
.right 					{ text-align: right !important; }
.center					{ text-align: center !important; }
.block					{ display: block; }

.f-left 				{ float: left !important; }
.f-right 				{ float: right !important; }
.f-center 				{ margin-left: auto !important; margin-right: auto !important; }

/* margin/padding */
.margin-5				{ margin: 5px !important; }
.margin-10				{ margin: 10px !important; }
.margin-20				{ margin: 20px !important; }

.margin-t-5				{ margin-top: 5px !important; }
.margin-t-10			{ margin-top: 10px !important; }
.margin-t-20			{ margin-top: 20px !important; }

.margin-r-5				{ margin-right: 5px !important; }
.margin-r-10			{ margin-right: 10px !important; }
.margin-r-20			{ margin-right: 20px !important; }

.margin-b-5				{ margin-bottom: 5px !important; }
.margin-b-10			{ margin-bottom: 10px !important; }
.margin-b-15			{ margin-bottom: 15px !important; }
.margin-b-20			{ margin-bottom: 20px !important; }

.margin-l-5				{ margin-left: 5px !important; }
.margin-l-10			{ margin-left: 10px !important; }
.margin-l-20			{ margin-left: 20px !important; }

table.padding-5 td,
.padding-5				{ padding: 5px !important; }

table.padding-10 td,
.padding-10				{ padding: 10px !important; }

table.padding-20 td,
.padding-20				{ padding: 20px !important; }

.padding-l-5			{ padding-left: 5px !important; }
.padding-l-10			{ padding-left: 10px !important; }
.padding-l-20			{ padding-left: 20px !important; }
.padding-r-10			{ padding-right: 10px !important; }
.padding-r-20			{ padding-right: 20px !important; }

.no-margin				{ margin: 0 !important; }
.no-margin-t			{ margin-top: 0 !important; }
.no-margin-b			{ margin-bottom: 0 !important; }

.no-padding				{ padding: 0 !important; }
.no-margin-t			{ padding-top: 0 !important; }
.no-margin-b			{ padding-bottom: 0 !important; }

/* sizes */
.width-33				{ width: 33% !important; }
.width-50				{ width: 50% !important; }
.width-100				{ width: 100% !important; }

/* font sizes */
.fsize-plus-1			{ font-size: 1.1em !important; }
.fsize-plus-2			{ font-size: 1.2em !important; }
.fsize-plus-3			{ font-size: 1.3em !important; }

.fsize-minus-1			{ font-size: .9em !important; }
.fsize-minus-2			{ font-size: .8em !important; }
.fsize-minus-3			{ font-size: .7em !important; }


/* weight */
.normal					{ font-weight: normal !important; }
.bold					{ font-weight: bold !important; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/************************************************
	(5) hacks
*************************************************/

footertext {
	font-size: 2.7em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center
}