@CHARSET "UTF-8";
body {
	background: #FFF;
}

/* RESET -- shapeup.css */

/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* typography.css */

body {
	background-color: #F8F8F8;
	margin: 0;
	padding: 0;
	font: medium/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5em;
	font-size: 1.75em;
}

h2 {
	margin-bottom: 0.75em;
	font-weight: bold;
	font-size: 1.5em;
}

h3 {
	line-height: 1em;
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	margin-bottom: .5em;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	display: inline;
	padding: 0;
	margin: 0 0 .5em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover {
	color: #000;
}

a {
	color: #3399cc;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin: 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

th {
	font-weight: bold;
	background: #C3D9FF;
}

th, td {
	padding: 3px;
}

tr.even td {
	background: #f2f2f2;
}

caption {
	background: #eee;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* forms.css */

fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

input.text, input.title, textarea, select {
	margin: 0.5em 0;
	border: 1px solid #bbb;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border: 1px solid #666;
}

input.text, input.title {
	width: 300px;
	padding: 5px;
}

input.radio {
	vertical-align: top;
}

input.checkbox {
	vertical-align: top;
}

input.title {
	font-size: 1.5em;
}

input.invalid {
	background: #FFF6BF;
}

textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

/* Global */

form {
	display: inline;
}

form fieldset {
	padding-bottom: 10px;
	border: none;
}

form fieldset {
	padding: 5px;
	margin: 5px;
	border: none;
}

textarea {
	width: auto;
	height: auto;
	font-family: inherit;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
}

label {
	padding: 0px;
}

input, textarea, select, option {
	font-size: 12px;
	color: #000000;
}

select, radio, checkbox {
	padding: 0px;
	margin: 0px;
}

tfoot {
	font-style: normal;
}

td.label {
	text-align: right;
	font-weight: bold;
}

#page {
	width: 100%;
	margin-bottom: 10px;
}

#container {
	width: 90%;
	max-width: 950px;
	min-width: 750px;
	background: #fff;
	position: relative;
}

#header-top {
	height: 15px;
	background: #FFF no-repeat center top;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#header-top-left {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 15px;
}

#header-top-left img {
	height: 15px;
	border-bottom-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#header-top-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 45%;
	text-align: right;
	height: 15px;
}

#header-top-right img {
	height: 15px;
	border-bottom-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#upload-frame {
	width: 0px;
	height: 0px;
	border: 0px;
}

.admin_list {
	padding: 0px;
	width: 100%;
	border-right: solid #666666 1px;
}

.admin_list th {
	padding: 5px;
	border: solid #666666 1px;
	border-right: 0px;
}

.admin_list th a {
	color: #ffffff;
}

.admin_list tr {
	background: #ffffff;
}

.admin_list tr.odd {
	background: #ffffff;
}

.admin_list tr.even {
	background: #f3f3f3;
}

.admin_list td {
	padding: 5px;
	border: solid #666666 1px;
	border-right: 0px;
	border-top: 0px;
	text-align: left;
}

.admin_list th.admin_list_sort {
	cursor: pointer;
	text-align: center;
	color: #ffffff;
}

.admin_list td.admin_list_edit {
	color: #ff0000;
	text-align: center;
}

.admin_list td.admin_list_delete {
	color: #ff0000;
	text-align: center;
}

.admin_list img.admin_icon {
	cursor: pointer;
}

.admin_list div .pager {
	padding-bottom: 10px;
}

.admin_edit {
	padding: 0px;
	width: 100%;
	border: 0px;
}

.admin_edit th {
	padding: 5px;
	border: solid #666666 1px;
	border-right: 0px;
}

.admin_edit th a {
	color: #ffffff;
}

.admin_edit tr {
	background: #ffffff;
}

.admin_edit td {
	padding: 5px;
	border: 0px;
}

.admin_edit td.label {
	text-align: right;
}

.admin_header {
	padding: 5px;
	border-bottom: 1px #ccc dashed;
	width: 98%
}

ul.menu {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}

ul.submenu {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}

ul.menu li {
	clear: both;
}

ul.menu li td.draggable_title {
	cursor: move;
}

li.component_location {
	border: solid #ccc 1px;
	padding: 5px;
	margin: 5px;
	background: #eeeeee;
}

ul.menu li ul.submenu {
	padding: 3px;
}

div .pager a {
	text-decoration: none;
}

table.noborder {
	border: 0px;
}

table.noborder td {
	border: 0px;
}

label.required {
	color: #990000;
}

.layout {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.text-sm {
	font-weight: normal;
	font-size: 11px;
}

.form_element label {
	font-weight: normal;
}

.hidden {
	display: none;
	height: 0px;
	overflow: hidden;
}

.noborder {
	border: 0;
	padding: 0;
}

.component.noborder {
	border: 0px;
	padding: 0;
	margin: 0;
}

.nopadding {
	padding: 0px;
}

.nomargin {
	margin: 0px;
}

.normal {
	font-weight: normal;
}

.highlight {
	background: #ffffcc;
}

.pointer {
	cursor: pointer;
}

.toggle {
	cursor: pointer;
}

.minus {
	width: 15px;
	height: 15px;
	background: url(../../core/images/minus.gif) no-repeat;
}

.plus {
	width: 15px;
	height: 15px;
	background: url(../../core/images/plus.gif) no-repeat;
}

/* Nav */

#header-nav {
	margin: 0;
	float: left;
	width: 100%;
	padding: 0;
}

#header-nav #logo-nav {
	margin: 0;
	float: left;
	width: 100%;
	padding: 5px 0 0;
}

#logo-nav dd#nav {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 26px;
	clear: both;
	font-size: small;
}

#logo-nav dd#nav ul {
	width: 96%;
	margin: 0px;
	padding: 0px 2% 0;
	text-align: left;
	list-style-type: none;
	background: url(../../core/images/nav-bg.gif) repeat-x left bottom;
	float: left;
	font-size: 115%;
}

#logo-nav dd#nav ul li {
	margin: 0 2px 0 0;
	padding: 0;
	text-align: left;
	float: right;
}

#logo-nav dd#nav ul li a {
	margin: 0;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #555;
	padding: 0 0 0 12px;
	background: #EEE url(../../core/images/nav_a_link_bg.gif) repeat-x left top;
	float: left;
	border-style: none;
	border-bottom: 3px solid #e8e8e8;
	text-align: center;
}

#logo-nav dd#nav ul li a em {
	margin: 0;
	padding: 10px 12px 5px 0;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: url(../../core/images/nav_a_link_bg.gif) no-repeat right top;
}

#logo-nav dd#nav ul li.active a {
	color: #3399cc;
	background: #FFF url(../../core/images/nav_a_hover.gif) left top;
	border-bottom-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#logo-nav dd#nav ul li.active a em {
	background: url(../../core/images/nav_a_hover.gif) no-repeat right top;
	padding: 10px 12px 8px 0;
}

#logo-nav dd#nav ul li a:hover {
	color: #555;
	text-decoration: underline;
}

#logo-nav dd#nav ul li.pop-link a {
	color: #ff9800;
	background: url(../../core/images/nav_a_link_bg.gif) repeat-x left top;
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 3px solid #e8e8e8;
}

#logo-nav dd#nav ul li.pop-link a em {
	background: url(../../core/images/nav_a_link_bg.gif) no-repeat right top;
	padding: 10px 12px 5px 0;
}

#logo-nav dd#nav ul li.pop-link a:hover {
	text-decoration: underline;
}

#subnav {
	padding: 8px 22px 0px 15px;
	height: 34px;
	clear: both;
}

/* Lightbox */

#lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
	z-index: 5000;
}

#lightbox-overlay[id] {
	position: fixed;
}

#lightbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: auto;
	margin: -220px 0 0 -300px;
	background: #fff;
	border: solid #ddd 3px;
	z-index: 9999;
}

#lightbox[id] {
	position: fixed;
}

#lightbox-header {
	height: 20px;
	border-bottom: dotted #ddd 1px;
	text-align: right;
	vertical-align: middle;
	padding: 2px 10px;
}

#lightbox-content {
	padding: 5px 10px 5px 10px;
}

#lightbox-footer {
	
}

/* ActionBox */

#action-content {
	overflow: auto;
}

#action-box-container {
	z-index: 97;
	display: none;
	position: absolute;
	top: 25%;
	left: 33%;
}

#action-box-backdrop {
	z-index: 98;
	display: block;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	-webkit-border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	background: gray;
	position: absolute;
	left: auto;
	width: 47em;
	right: auto;
	top: auto;
	margin: -1em 0 0 -1.25em;
	border: 2px gray;
	border-style: solid;
}

#action-box {
	z-index: 99;
	display: block;
	background: #ffffff;
	position: absolute;
	left: auto;
	max-width: 45em;
	right: auto;
	top: auto;
	margin: -0.2em 0 0 -0.2em;
	border: 1px solid gray;
}

#action-box-close {
	position: absolute;
	float: right;
	right: 0.1em;
	margin: 0.1em 0.05em 0 0;
	cursor: pointer;
}

/* Components */

.component {
	clear: both;
	margin-bottom: 15px;
	background-color: #FFF;
	padding: 0 0 15px;
	border-style: none;
}

table label {
	padding: 0;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.component-header {
	display: block;
	min-height: 20px;
	padding: 2px 0 5px;
}

.component-title {
	float: left;
	border-bottom: 1px dotted #DDD;
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
}

.component-controls {
	float: right;
	padding-right: 15px;
}

.component-spacer {
	display: block;
	min-height: 25px;
}

.component-body {
	display: block;
	margin: 0;
	padding: 5px 0 0;
	border-top-style: none;
}

.component-divider {
	clear: both;
	display: block;
	position: relative;
	top: -4px;
	height: 1px;
	margin-top: 0px;
	border-top: dotted #ddd 1px;
}

html>body .component-spacer {
	min-height: 20px;
}

.component-content {
	clear: both;
	min-height: 15px;
	padding: 0;
	margin: 0;
}

.component-tabs {
	margin: 0px 5px;
	padding: 0px;
	position: relative;
	width: auto;
	z-index: 2;
}

html>body .component-tabs {
	*width: auto;
}

.component-tab {
	display: inline-block;
	background: #EEE;
	border: 3px solid #EEE;
	border-bottom: 0px;
	padding: 10px 0px;
	margin: 0px;
	line-height: 8px;
	cursor: pointer;
	text-align: center;
}

.component-tabs .tab-spacer {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	width: 3px;
}

.component-tab-footer {
	clear: both;
	border-top: 3px solid #EEE;
	height: 0px;
	position: relative;
	top: -3px;
	z-index: 1;
}

.component_nav {
	height: 26px;
	background: #ffffff;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0px;
	border-bottom: solid #cccccc 1px;
}

.tab-off-bg {
	background: url(../../core/images/orange.gif);
}

.tab-content {
	margin: 0px;
	padding: 0px 5px;
}

.tab-content h3 {
	display: inline;
	color: #666666;
}

.tab-content img {
	vertical-align: middle;
	margin-right: 5px;
}

.tab-content-on {
	border-bottom: #fff 10px solid;
	font-weight: bold;
}

.tab-on {
	background: #fff;
	cursor: default;
}

.msg {
	margin: 5px 5px 5px 0px;
}

.tab_content {
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	float: left;
}

.tabbed-box {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tabbed-box .spacer {
	margin: 0;
	padding: 8px;
}

.tabbed-box ul.tabs {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style-type: none;
}

.tabbed-box ul.tabs li {
	margin: 0;
	padding: 0;
	display: list-item;
	float: left;
}

.tabbed-box ul.tabs li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: block;
	color: #222;
	float: left;
	vertical-align: middle;
}

.tabbed-box ul.tabs li a:hover {
	color: #222;
	text-decoration: none;
	vertical-align: middle;
}

.tabbed-box ul.tabs li a strong {
	padding: 10px 22px 10px 0;
	margin: 0;
	display: block;
	float: left;
	vertical-align: middle;
}

.tabbed-box ul.tabs li a img {
	padding: 0;
	margin: 0 2px 0 0;
	border-style: none;
	vertical-align: middle;
	height: 16px;
}

.tabbed-box ul.tabs li.active a {
	text-decoration: none;
	color: #222;
	background: #FFF url(../../core/images/tabbed-link-active.gif) no-repeat left top;
	padding-left: 10px;
	vertical-align: middle;
}

.tabbed-box ul.tabs li.active a strong {
	background: url(../../core/images/tabbed-link-active.gif) no-repeat right top;
	vertical-align: middle;
}

.tabbed-box .tabbed-content {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FFF;
	width: 100%;
}

.tabbed-box .tabbed-content .spacer {
	margin: 0;
	padding: 10px;
	width: 98%;
}

.tabbed-box .tabbed-content p {
	margin: 0;
	padding: 0;
}

/* Inline Help */

div.help {
	display: inline;
}

span.help-icon {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin-left: 7px;
	height: 22px;
}

span.help-icon img {
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.help-icon-bg {
	background: #ff9800;
}

div.help-body {
	width: 98%;
	position: relative;
	clear: both;
	border: #ff9800 3px solid;
	background: #fcf8f1;
}

div.help-x {
	float: right;
	position: relative;
	top: -10px;
	width: 14px;
	background: #ff9800 url(../../core/images/help_x_bg.gif) bottom left no-repeat;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 4px;
}

div.help-content {
	padding: 0px 20px 0px 10px;
}

/* Rounded Edges */

/* fixing IE6 crap */

/* DatePicker Styles */

.dp_div {
	
}

.dp_table {
	width: auto;
	font-size: 10px;
	text-align: center;
	background: #f3f3f3;
	border: solid #cccccc 1px;
	padding: 5px;
}

.dp_table td {
	padding: 1px;
	text-align: center;
}

.dp_btn {
	background-color: #cccccc;
	width: 27px;
	border: 1px solid #aaaaaa;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

.dp_wkdy {
	background-color: #cccccc;
	width: 27px;
	border: 1px solid #aaaaaa;
	color: #990000;
	font-weight: bold;
}

.dp_month {
	color: #000000;
	font-weight: bold;
}

.dp_year {
	color: #000000;
	font-weight: bold;
}

.dp_day {
	border: 1px solid #f3f3f3;
	color: #cccccc;
}

.dp_day_off {
	border: 1px solid #cccccc;
	cursor: pointer;
}

.dp_day_off_track {
	border: 1px solid #cccccc;
	cursor: pointer;
}

.dp_day_off_track:hover {
	background: #dddddd;
	cursor: pointer;
}

.dp_day_off:hover {
	border: 1px solid #aaaaaa;
}

.dp_day_on {
	background: #ffffff;
	color: #990000;
	font-weight: bold;
	cursor: pointer;
}

.dp_day_on_track {
	background: #ffdd00;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

.dp_select {
	font-size: 10px;
}

/* Autocompleter */

#facebook-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box {
	padding-right: 15px;
	position: relative;
}

#facebook-list li {
	list-style-type: none;
}

#apple-list ul.holder li.bit-input {
	margin: 0;
}

#apple-list ul.holder li.bit-input input.smallinput {
	width: 5px;
}

ul.holder {
	margin: 0;
	border: 1px solid #999;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	padding: 2px 5px 0;
	background: #fff;
}

*:first-child+html ul.holder {
	padding-bottom: 2px;
}

* html ul.holder {
	padding-bottom: 2px;
}

/* ie7 and below */

ul.holder li {
	float: left;
	list-style-type: none;
	margin: 1px 5px 4px 0;
	padding: 0px;
}

ul.holder li.bit-box, ul.holder li.bit-input input {
	font: 11px "Lucida Grande", "Verdana";
}

ul.holder li.bit-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CAD8F3;
	background: #DEE7F8;
	padding: 1px 5px 2px;
}

ul.holder li.bit-box-focus {
	border-color: #598BEC;
	background: #598BEC;
	color: #fff;
}

ul.holder li input.maininput {
	border: 0px;
}

/* Added to fix border issue in IE6 (imagine that) */

ul.holder li.bit-input input {
	width: 150px;
	margin: 0;
	border: none;
	outline: 0;
	padding: 3px 0 2px;
}

/* no left/right padding here please */

ul.holder li.bit-input input.smallinput {
	width: 20px;
}

ul.holder li.bit-hover {
	background: #BBCEF1;
	border: 1px solid #6D95E0;
}

ul.holder li.bit-box-focus {
	border-color: #598BEC;
	background: #598BEC;
	color: #fff;
}

ul.holder li.bit-box a.closebutton {
	position: absolute;
	right: 4px;
	top: 5px;
	display: block;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url(../../core/images/close.gif);
}

ul.holder li.bit-box a.closebutton:hover {
	background-position: 7px;
}

ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover {
	background-position: bottom;
}

#facebook-auto {
	display: block;
	position: relative;
	background: #eee;
	width: 100%;
}

#facebook-auto .default {
	padding: 5px 7px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
}

#facebook-auto ul {
	display: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	width: 100%;
}

#facebook-auto ul li {
	padding: 5px 12px;
	z-index: 1000;
	cursor: pointer;
	margin: 0;
	list-style-type: none;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	font: 11px "Lucida Grande", "Verdana";
}

#facebook-auto ul li em {
	font-weight: bold;
	font-style: normal;
	background: #ccc;
}

#facebook-auto ul li.auto-focus {
	background: #4173CC;
	color: #fff;
}

#facebook-auto ul li.auto-focus em {
	background: none;
}

.facebook-auto {
	display: block;
	position: relative;
	background: #eee;
	width: 100%;
}

.facebook-auto .default {
	padding: 5px 7px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
}

.facebook-auto ul {
	display: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	width: 100%;
}

.facebook-auto ul li {
	padding: 5px 12px;
	z-index: 1000;
	cursor: pointer;
	margin: 0;
	list-style-type: none;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	font: 11px "Lucida Grande", "Verdana";
}

.facebook-auto ul li em {
	font-weight: bold;
	font-style: normal;
	background: #ccc;
}

.facebook-auto ul li.auto-focus {
	background: #4173CC;
	color: #fff;
}

.facebook-auto ul li.auto-focus em {
	background: none;
}

ol.invite_list {
	padding: 0px;
	list-style-type: none;
	margin-left: 0px;
	line-height: 1em;
	width: 98%;
	margin-bottom: 0px;
}

/* Calendar */

.cal_table {
	width: 100%;
	background: #cccccc;
	padding: 0px;
}

table.cal_table td,th {
	border: 1px solid #cccccc;
}

.calendar {
	text-align: center;
	color: #222333;
	margin: 0;
	padding: 0;
}

.cal_weekday td {
	text-align: center;
	background: #E3E6EB;
	font-weight: bold;
}

.cal_day {
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	text-align: center;
}

.cal_day_header {
	min-width: 20px;
	min-height: 15px;
	background: #eeeeee;
	text-align: right;
	font-size: 12px;
	padding: 3px;
}

.cal_list_header {
	min-width: 20px;
	min-height: 15px;
	background: #eeeeee;
	text-align: left;
	font-size: 12px;
	padding: 3px;
}

.cal_day_content {
	min-width: 20px;
	min-height: 40px;
	background: #fff;
	text-align: left;
	padding-top: 2px;
}

.cal_day_content_list {
	background: #fff;
	text-align: left;
	padding-top: 2px;
}

.cal_non_current {
	background: #ddd;
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: .55;
}

.cal_event_month {
	background: #FF6600;
	color: #222;
	max-height: 14px;
	line-height: 14px;
	overflow: hidden;
	padding: 2px;
	font-size: 11px;
	margin: 1px;
	cursor: pointer;
}

.event_win {
	background: #fff;
	color: #000;
	border: 2px solid #cccccc;
	padding: 0x;
	text-align: left;
	width: 350px;
	font-size: 12px;
}

.event_win_close {
	background: #eeeeee;
	padding: 2px;
	text-align: right;
	padding-right: 7px;
	border: 1px dotted #cccccc;
}

.event_win_content {
	padding: 7px;
}

.user_owned_event {
	background-color: #b5eab6;
}

.other_event {
	background-color: #bee1fd;
}

/* Standings */

#results_table {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.location_passive {
	background-color: #cccccc;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.location_active {
	text-align: center;
	background-color: #7ea03e;
	color: #ffffff;
	font-weight: bold;
}

.division_passive {
	background-color: #cccccc;
	text-align: center;
	cursor: pointer;
}

.division_active {
	text-align: center;
	background-color: #7ea03e;
	color: #ffffff;
}

.round_passive {
	text-align: center;
	background-color: #cfcfcf;
}

.round_active {
	text-align: center;
	background-color: #7ea03e;
	color: #ffffff;
}

.round_future {
	text-align: center;
	background-color: #ffffff;
	color: #cccccc;
}

.standings_row_odd {
	background-color: #e6e6e6;
	color: #000000;
}

.standings_row_even {
	background-color: #ffffff;
	color: #000000;
}

.standings_row_team {
	background-color: #FFFF99;
	color: #000000;
}

.standings_table td, th {
	border-bottom: #ccc 1px dotted;
	border-right: #ccc 1px dotted;
	padding-left: 10px;
}

.page_np_active {
	cursor: pointer;
}

.page_np_passive {
	display: none;
}

.page_active {
	cursor: pointer;
}

.page_current {
	font-weight: bold;
	color: #005A41;
}

.loading {
	background-color: #7ea03e;
	text-align: center;
	color: #ffffff;
	height: 100px;
	font-weight: bold;
}

.division {
	cursor: pointer;
}

.standings_tab {
	display: inline;
	padding: 3px;
	margin: 3px;
	vertical-align: bottom;
}

/* Data Submission */

td.track_header {
	border-bottom: solid #ccc 4px;
}

td.track_date_col {
	border: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	border-top: 0px;
	width: 70px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div.track_month {
	background-color: #007ac9;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px;
}

div.track_date {
	font-weight: bold;
	padding-top: 2px;
}

div.track_day {
	padding-bottom: 2px;
	margin: 0px;
}

td.track_form_col {
	padding: 0px 10px;
	border-top: solid #ccc 2px;
	border-bottom: solid #ccc 1px;
}

td.track_form_col div {
	padding: 0px 10px;
	text-align: center;
}

td.track_footer {
	border-top: solid #ccc 2px;
}

/* Misc */

.faqs_question {
	text-decoration: underline;
	cursor: pointer;
	color: #006b60;
	line-height: 2;
}

.faqs_answer {
	padding-top: 5px;
	padding-bottom: 15px;
}

.detail_header {
	border: 1px solid rgb(170, 170, 170);
	padding: 5px;
	background-color: rgb(238, 238, 238);
	margin-bottom: 10px;
	margin-top: 5px;
}

.detail_content {
	padding: 0px 0px 10px 0px;
}

.record_search_subnav {
	display: inline;
	cursor: pointer;
	padding: 5px 8px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
}

.record_search_subnav:hover {
	background: #ddd;
	text-decoration: none;
	color: #000;
}

.dhtml_win {
	background: #fff;
	color: #000;
	border: 2px solid #cccccc;
	padding: 5x;
	text-align: left;
	width: 500px;
	min-height: 200px;
	font-size: 12px;
}

.dhtml_win_close {
	background: #eeeeee;
	padding: 2px;
	text-align: right;
	padding-right: 7px;
	border: 1px dotted #cccccc;
}

.dhtml_win_content {
	padding: 7px;
}

ul.inline-sub-nav {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	background: url(../../core/images/sub-nav-bg.gif) repeat-x left bottom;
}

ul.inline-sub-nav li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

ul.inline-sub-nav li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	display: inline-block;
	font-size: 105%;
	color: #222;
}

ul.inline-sub-nav li a em {
	display: inline-block;
	margin: 0;
	padding: 0 0 8px 8px;
	font-weight: normal;
	font-style: normal;
	background: url(../../core/images/sub-nav-corners.gif) no-repeat left top;
}

ul.inline-sub-nav li a em strong {
	display: inline-block;
	margin: 0;
	padding: 8px 8px 0 0;
	font-weight: normal;
	font-style: normal;
	background: url(../../core/images/sub-nav-corners.gif) no-repeat right top;
}

ul.inline-sub-nav li a:hover {
	color: #000;
}

/* HELP BUTTON */

a.help_button {
	text-decoration: none;
	clear: none;
	width: 16px;
	height: 23px;
	background: url(../../core/images/help.png);
}

a.help_button:hover {
	text-decoration: none;
	background-position: 0 -23px;
}

button.help_button {
	margin: 0 10px;
	width: 25px;
	height: 23px;
	line-height: 23px;
	border-style: none;
	background: url(../../core/images/help.png);
	cursor: pointer;
}

button.help_button:hover {
	background-position: 0 -23px;
}

/* HELP BUBBLE */

.help_bubble {
	width: 400px;
	position: absolute;
	display: none;
	overflow: visible;
	z-index: 1000;
	opacity: .95;
}

.help_bubble div {
	padding: 0;
	margin: 0;
}

.help_bubble h3 {
	margin-top: 0;
}

.help_bubble hr {
	margin: 5px 0;
}

.help_bubble div.top,.help_bubble .bottom {
	height: 8px;
	background: url(../../core/images/help_bubble.png) repeat-x 0px -102px;
	overflow: hidden;
	margin: 0 8px;
}

.help_bubble div span.l {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	background: url(../../core/images/help_bubble.png) no-repeat -14px 0px;
	overflow: hidden;
}

.help_bubble div span.r {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0px;
	background: url(../../core/images/help_bubble.png) no-repeat 0px 0px;
	overflow: hidden;
}

.help_bubble div.bottom {
	background-position: 0 -110px;
}

.help_bubble div.bottom span.l {
	background-position: -14px -8px;
}

.help_bubble div.bottom span.r {
	background-position: 0 -8px;
}

.help_bubble div.pointer {
	display: block;
	position: absolute;
	width: 21px;
	height: 22px;
	z-Index: 50;
	background: url(../../core/images/help_bubble.png) no-repeat;
}

.help_bubble div.north,.help_bubble div.south {
	left: 50%;
}

.help_bubble div.east,.help_bubble div.west {
	top: 50%;
	width: 22px;
	height: 20px;
}

.help_bubble div.south {
	background-position: 0px -38px;
	top: -19px;
}

.help_bubble div.north {
	background-position: 0px -16px;
	bottom: -19px;
}

.help_bubble div.west {
	background-position: 0px -60px;
	right: -19px;
}

.help_bubble div.east {
	background-position: 0px -82px;
	left: -19px;
}

.help_bubble div.middle {
	background-color: #FFFFCC;
	border-left: 3px solid #f6b646;
	border-right: 3px solid #f6b646;
	padding: 10px;
	overflow: auto;
}

.help_bubble div.middle span.close {
	float: right;
	margin-top: -10px;
	color: red;
	font-weight: bold;
	cursor: pointer;
}

#header-links {
	white-space: nowrap;
}

/* DASHBOARD */

#prepicker_list {
	float: left;
}

#prepicker_list div {
	float: left;
	cursor: pointer;
	border: 1px solid silver;
	background: #eeeeee;
	padding: 0.3em 1em 0.3em 1em;
	font-size: 0.8em;
	margin: 0.1em 1em 0 0;
}

#prepicker_list div:hover {
	text-decoration: underline;
}

#prepicker_list div.active {
	background: white;
	color: #3399cc;
	font-weight: bold;
	border: 1px solid silver;
}

/* UPDATES */

div.updates-current {
	border: 1px solid white;
	padding: 0em 0.3em 0em 0.3em;
	vertical-align: top;
	cursor: pointer;
	text-align: right;
}

div.updates-view-options {
	z-index: 9999;
	display: none;
	border: 1px solid gray;
	background: #eeeeee;
	position: absolute;
	float: right;
	padding: 0.1em 0.5em 0 0.3em;
	margin: 0.1em 0 0 0.3em;
	width: 15em;
}

div.updates-view-option {
	cursor: pointer;
	padding: 0.1em;
}

div.updates-view-option:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.update_remove {
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: right;
}

.incentive-block {
	width: 100%;
	margin: 0;
	display: block;
	padding: 0;
	text-align: left;
}

.incentive-block .current-point-block {
	width: 75px;
	padding: 20px 0 0;
	display: block;
	float: left;
	height: 65px;
	margin: 0 10px 0 0;
	text-align: center;
	background: url(../../aetnagetactive.com/images/incentive-block-bg.gif) no-repeat left top;
	font-weight: bold;
	font-size: 11px;
}

.incentive-block .current-point-block strong {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.incentive-block .descrip {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}

/*  ------------------------------|  STEPS |-------------------------------  */

ul.steps {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.steps li {
	float: left;
}

ul.steps li.current button {
	background-color: #F2793C;
	background-position: right -100px !important;
}

ul.steps li button {
	background: #EEEEEE url(../../core/images/steps.gif) no-repeat scroll right -150px;
	border: medium none;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 49px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: center;
	width: 130px;
}

ul.steps li.upcoming button {
	background-color: #EEEEEE;
	background-position: right -150px;
	color: #BBBBBB;
}

button.inactive {
	cursor: default !important;
}

ul.steps li.last button {
	background-image: none;
}

ul.steps li.last_complete button {
	background-color: #4CB35F;
	background-position: right -50px;
}

ul.steps li.complete button {
	background-color: #4CB35F;
	background-position: right 0;
}

/* sutn.css */

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.spacer {
	padding: 0;
	margin: 0;
	display: block;
}

/* Only for IE6 */

* html .centered {
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
}

#main-nav-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px dotted #DDD;
	background-color: #FFF;
}

#main-nav-wrapper .centered {
	max-width: 950px;
	min-width: 700px;
	margin: 0 auto;
	padding: 0 25px;
}

#main-nav {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
	display: block;
	float: left;
	position: relative;
}

#main-nav dt {
	margin: 0;
	padding: 0 0 17px;
	text-align: left;
	width: 20%;
	float: left;
}

#main-nav dt a {
	margin: 0;
	padding: 0;
	border-style: none;
}

#main-nav dt a img {
	margin: 0;
	padding: 0;
	border-style: none;
}

#main-nav dd#nav {
	margin: 0;
	padding: 0;
	text-align: right;
	float: left;
	width: 100%;
	position: relative;
}

#main-nav dd#nav ul {
	padding: 0 0 12px;
	margin: 0;
	float: left;
	position: relative;
	width: 100%;
}

#main-nav dd#nav ul li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
	float: left;
}

#main-nav dd#nav ul li.pop-link {
	display: inline;
	padding: 0 0 0 20px;
	margin: 0;
	position: relative;
	float: right;
}

#main-nav dd#nav ul li.active span.drop-menu {
	display: block;
	text-align: left;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	left: -10px;
}

#main-nav dd#nav ul li.link-backs {
	display: block;
	text-align: left;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	left: -10px;
}

#main-nav dd#nav ul li.link-backs a {
	margin: 0;
	display: block;
	text-align: left;
	background: url(../images/nav-link-arrow.gif) no-repeat right top;
	position: relative;
	float: left;
	padding: 8px 35px 8px 10px;
}

#main-nav dd#nav ul li.active span.drop-menu a {
	margin: 0;
	display: block;
	text-align: left;
	background: url(../images/nav-link-arrow.gif) no-repeat right top;
	position: relative;
	float: left;
	padding: 8px 35px 8px 10px;
}

#main-nav dd#nav ul li.link-backs a:hover {
	margin: 0;
	display: block;
	text-align: left;
	background: #7ac143 url(../images/nav-link-arrow-hover.gif) no-repeat right top;
	padding: 8px 35px 8px 10px;
	color: #FFF;
}

#main-nav dd#nav ul li.selected span.drop-menu a {
	display: block;
	text-align: left;
	background: #7ac143 url(../images/nav-link-arrow-hover.gif) no-repeat right top;
	color: #FFF;
}

#main-nav dd#nav ul li.link-backs ul {
	padding: 0;
	margin: 0;
	width: 175px;
	text-align: left;
	background-color: #7ac143;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 200;
	float: left;
	display: block;
	border-top-style: none;
}

#main-nav dd#nav ul li.link-backs ul li {
	padding: 2px 0;
	margin: 0;
	width: 175px;
	text-align: left;
	background-color: #7ac143;
	float: left;
	position: relative;
	border-style: none;
}

#main-nav dd#nav ul li.link-backs ul li a {
	padding: 8px 10px;
	margin: 0;
	width: 150px;
	text-align: left;
	background-color: #7ac143;
	display: block;
	float: left;
	background-image: none;
	border-style: none;
	position: relative;
	text-transform: capitalize;
}

#main-nav dd#nav ul li.link-backs ul li a:hover {
	background-image: none;
	padding: 8px 10px;
	margin: 0;
	width: 150px;
	background-color: #7ac143;
}

#main-nav dd#nav ul li ul {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 175px;
	top: 39px;
	left: -10px;
	background-color: #7ac143;
	float: left;
	z-index: 75;
}

#main-nav dd#nav ul li ul li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 175px;
}

#main-nav dd#nav ul li ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	text-transform: capitalize;
	display: inline;
	font-size: 16px;
	float: left;
	font-weight: bold;
}

#main-nav dd#nav ul li.active ul li a {
	color: #FFF;
}

#main-nav dd#nav ul li ul li a:hover {
	text-decoration: underline;
	background-image: none;
	background-color: transparent;
	color: #FFF;
}

#main-nav dd#nav ul li a {
	color: #222;
	text-decoration: none;
	margin: 0;
	padding: 8px 20px 8px 0;
	text-transform: capitalize;
	display: inline;
	float: left;
	font-size: 16px;
}

#main-nav dd#nav ul li.active a {
	color: #7ac143;
}

#main-nav dd#nav ul li a:hover {
	color: #7ac143;
	text-decoration: none;
}

#main-nav dd#nav ul li a:hover strong {
	
}

#main-nav dd#top-nav {
	margin: 0 0 20px;
	padding: 0;
	color: #222;
	float: right;
	width: 80%;
	line-height: 1em;
}

#main-nav dd#top-nav li.search {
	display: inline;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
}

#main-nav dd#top-nav li.search form {
	padding: 0;
	margin: 0;
}

#main-nav dd#top-nav li.search input {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#main-nav dd#top-nav li.search input.quiet {
	padding: 4px 5px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#main-nav dd#top-nav ul {
	display: inline;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	float: right;
}

#main-nav dd#top-nav ul li {
	display: inline;
	margin: 0;
	padding: 4px 0 0;
	float: right;
	font-size: 85%;
}

#main-nav dd#top-nav ul li.date strong {
	color: #999;
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
	font-style: normal;
	display: block;
	border-right: 1px solid #E4E4E4;
}

#main-nav dd#top-nav ul li.date strong:hover {
	color: #222;
}

#main-nav dd#top-nav ul li a {
	color: #5e9dc9;
	text-decoration: underline;
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
	font-style: normal;
	border-right: 1px solid #E4E4E4;
}

#main-nav dd#top-nav ul li.last a {
	border-right-style: none;
}

#main-nav dd#top-nav ul li a:hover {
	text-decoration: underline;
	color: #0087cb;
}

#content-wrapper {
	width: 100%;
	min-height: 450px;
	margin: 0;
	padding: 25px 0;
	float: left;
	background: #FFF repeat-x left top;
	z-index: 1;
}

#content-wrapper .centered {
	max-width: 950px;
	min-width: 700px;
	margin: 0 auto;
	padding: 0 25px;
}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#content .padding {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.left {
	float: left;
	margin: 0;
	padding: 0;
}

.right {
	float: right;
	margin: 0;
	padding: 0;
}

.last {
	padding-left: 0;
}

/* IE6 Fix - Floating columns need the -1px in right margin to fix a perecentage floating issue */

.ten-percent {
	width: 10%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.fifteen-percent {
	width: 15%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.twenty-percent {
	width: 20%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.twenty-five-percent {
	width: 25%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.twenty-five-percent .spacer {
	padding: 0 20px 0 0;
	margin: 0;
	display: block;
}

.thirty-percent {
	width: 30%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.forty-percent {
	width: 40%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.fifty-percent {
	width: 50%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.sixty-percent {
	width: 60%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.seventy-percent {
	width: 70%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.seventy-five-percent {
	width: 75%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.eighty-percent {
	width: 80%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.eighty-five-percent {
	width: 85%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.ninety-percent {
	width: 90%;
	margin: 0 -1px 0 0;
	padding: 0;
}

.five-right {
	padding: 0 10px 0 0;
	margin: 0;
}

.eight-right {
	padding: 0 8px 0 0;
	margin: 0;
}

.ten-right {
	padding: 0 10px 0 0;
	margin: 0;
}

dl.block {
	margin: 0 0 12px;
	padding: 10px;
	background-color: #FFF;
	width: auto;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

dl.block dt {
	display: block;
	margin: 0;
	padding: 0 0 8px 5px;
	border-bottom: 1px solid #EEE;
	color: #f3901d;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

dl.block dt strong {
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}

dl.block dd {
	display: block;
	padding: 10px 0;
	margin: 0;
	width: 100%;
}

input.cancel {
	background: #ddd;
	color: #000000;
	border: solid #666 1px;
	cursor: pointer;
}

a {
	color: #3399cc;
	text-decoration: none;
	cursor: pointer;
}

a:link {
	color: #3399cc;
}

a:active {
	color: #3399cc;
}

a:visited {
	color: #3399cc;
}

a:hover {
	color: #004a74;
	text-decoration: underline;
}

th {
	background: #98cb66;
	color: #000;
}

.component_button {
	padding: 8px 10px;
	background: #FFF;
	color: #f3901d;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin: 0;
	line-height: 1.5em;
	font-size: 16px;
	display: inline;
}

.fontcolor {
	color: #006b60;
}

#header-top {
	background-color: #9cc550;
	height: 15px;
}

#header-top-left {
	background: transparent url(../images/corners_bg.gif) no-repeat left top;
}

#header-top-right {
	background: transparent url(../images/corners_bg.gif) no-repeat right top;
}

#header {
	clear: both;
	background: #ffffff;
	color: #006b60;
	padding-top: 10px;
}

#header-logo {
	float: left;
	width: 175px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

#header-welcome {
	float: left;
	text-align: left;
	padding-top: 34px;
}

#header-content {
	float: right;
	text-align: left;
	padding-top: 0px;
}

#header-content-right {
	padding-right: 15px;
	text-align: right;
	min-width: 450px;
}

#header-content a {
	text-decoration: none;
	color: #006b60;
	font-weight: bold;
}

#header-links {
	padding-bottom: 10px;
}

#header-links input,img {
	vertical-align: middle;
}

#header-search {
	padding-left: 10px;
	display: inline;
}

#header-date {
	float: right;
	color: #808080;
}

#header img {
	vertical-align: middle;
}

#header h6 {
	color: #006b60;
	display: inline;
}

#subnav {
	background: #fff;
	border-bottom: 3px solid #e8e8e8;
}

ul.inline-sub-nav li a.active {
	background: #c4d1ae url(../../core/images/sub-nav-hover-bg.gif) no-repeat center bottom;
}

ul.inline-sub-nav li a {
	background: #dfefc4 url(../../core/images/sub-nav-bg.gif) repeat-x left bottom;
}

ul.inline-sub-nav li a:hover {
	background: #c4d1ae;
}

/* @group TEMP */

b.bt, b.bt b, b.bb, b.bb b {
	display: none;
	height: 10px;
	font-size: 1px;
	background: url(../../core/images/grey.gif) no-repeat;
	position: relative;
	visibility: hidden;
}

b.hbt, b.hbt b, b.hbb, b.hbb b {
	display: none;
	height: 10px;
	font-size: 1px;
	background: url(../../core/images/orange.gif) no-repeat;
	position: relative;
	visibility: hidden;
}

b.bt, b.hbt {
	top: -3px;
	left: -3px;
	display: none;
	visibility: hidden;
}

b.bt b, b.hbt b {
	background-position: 100% -10px;
	left: 6px;
	display: none;
	visibility: hidden;
}

.iefix {
	display: none;
	visibility: hidden;
}



/* @end */

/* @group Options Links */

ul.option-links {
			display: block;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		ul.option-links li {
			display: inline;
			margin: 0 5px 0 0;
			padding: 0;
		}
		
		ul.option-links li a {
			display: inline;
			padding: 8px 10px;
			margin: 0;
			color: #666;
			font-weight: bold;
			text-decoration: none;
			border: 1px solid #CCC;
		}
		
		ul.option-links li a:hover {
			color: #333;
			border-color: #BBB;
		}
		
		ul.option-links li.active a {
			color: #3399cc;
			border-color: #BBB;
		}



/* @end */

/* @group Calendar Page */

#cal-month {
	padding: 0 0 10px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

#search_div {
	display: block;
	padding: 15px;
	background-color: #F6F6F6;
	margin: 0 0 .75em;
}



/* @end */

/* @group Page Styles */

/* Will need to be moved to CORE */

#page-header {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 1.5em;
	position: relative;
}

#page-header ul.options {
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}

#page-header ul.options li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}

#page-header ul.options li a {
	margin: 0;
	padding: 8px 10px;
	display: block;
	float: left;
	font-size: 100%;
	line-height: 1.5em;
}

#page-header ul.options li.create-btn a {
	padding: 8px 10px;
	background: #FFF url(../../core/images/create-btn-bg.gif) repeat-x left bottom;
	color: #f3901d;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin: 0;
	line-height: 1.5em;
	display: block;
	float: left;
	font-size: 100%;
}

#page-header ul.options li.create-btn a:hover {
	cursor: pointer;
	border: 1px solid #f3901d;
	padding: 7px 10px 9px;
}

#page-header ul.options li.create-btn a:focus {
	cursor: pointer;
	border: 1px solid #f3901d;
	padding: 9px 10px 7px;
}

/* Default Tabs */

ul.tabbed-nav {
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
	list-style-type: none;
	float: left;
	table-layout: fixed;
	margin: 0 0 .75em;
	background: url(../images/tabbed-nav-bg.gif) repeat-x left bottom;
}

ul.tabbed-nav li {
	padding: 0;
	margin: 0 8px 0 0;
	display: inline;
	float: left;
}

ul.tabbed-nav li a {
	display: inline;
	padding: 5px 10px 4px;
	margin: 0;
	background-color: #FFF;
	float: left;
	border: 1px solid #CCC;
	font-weight: bold;
	font-size: 100%;
	color: #666;
}

ul.tabbed-nav li a:hover {
	color: #333;
	text-decoration: underline;
}

ul.tabbed-nav li.active a {
	display: inline;
	padding: 5px 10px 4px;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
	border-bottom-color: #FFF;
	color: #3399cc;
}



/* @end */

/* @group Misc. */

.sync {
	margin: 0.1em 0.5em 0 0;
	vertical-align: bottom;
}

.tentative_event {
	background-color: #ff3300;
}



/* @end */

/* @group form fields */

#login_form input.txt {
	width: 200px;
}

input.txt {
	padding: 5px;
	color: #222;
	font-size: 100%;
	margin: 0;
	border: 1px solid #CCC;
	display: inline;
	vertical-align: middle;
}

.select-menu {
	padding: 8px 10px;
	color: #222;
	font-size: 100%;
	margin: 0;
	border: 1px solid #CCC;
}

input.button {
	padding: 4px 7px;
	margin: 0;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #7ac143 url(../images/btn-bg.png) repeat-x left top;
	vertical-align: middle;
	border: 1px solid #70b53f;
	text-shadow: #69aa3b 1px 1px 0;
}

input.button:hover {
	margin: 0;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #70b23e url(../images/btn-bg.png) repeat-x left top;
	padding: 4px 7px;
	border: 1px solid #70b53f;
	text-shadow: #69aa3b 1px 1px 0;
}

input.option2_button {
	padding: 4px 7px;
	margin: 0;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align: middle;
	background-color: #DDD;
	border: 1px solid #DDD;
}

input.option2_button:hover {
	margin: 0;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #70b23e url(../images/btn-bg.png) repeat-x left top;
	padding: 4px 7px;
	border: 1px solid #70b53f;
	text-shadow: #69aa3b 1px 1px 0;
}

input.cal_button {
	padding: 4px 7px;
	margin: 0;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align: middle;
	background-color: #DDD;
	border: 1px solid #DDD;
}

input.cal_button:hover {
	margin: 0;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #70b23e url(../images/btn-bg.png) repeat-x left top;
	padding: 4px 7px;
	border: 1px solid #70b53f;
	text-shadow: #69aa3b 1px 1px 0;
}

#login_form table {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

#login_form table tbody {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

#login_form table tbody tr {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

#login_form table tbody tr td {
	display: block;
	padding: 0;
	margin: 0 0 8px;
	width: 100%;
}

#login_form table label {
	display: block;
	padding: 0;
	margin: 0 0 5px;
	width: 100%;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

#login_form table input.txt {
	padding: 1%;
	margin: 0;
	width: 97%;
	color: #222;
	font-size: 100%;
}

#login_form table input.small-button {
	padding: 6px 8px;
	margin: 0;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #7ac143 url(../images/btn-bg.png) repeat-x left top;
	border: 1px solid #70b53f;
	text-shadow: #69aa3b 1px 1px 0;
}

#wrapper #main-nav-wrapper .centered #main-nav #top-nav li.search form input.small-button {
	padding: 4px 9px;
	margin: 0;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #7ac143 url(../images/btn-bg.png) repeat-x left top;
	border: 1px solid #70b53f;
	text-shadow: #69aa3b 1px 1px 0;
}



/* @end */

/* @group suggestion-div */

dl.suggestion-div {
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
	display: block;
	float: left;
}

dl.suggestion-div dd.icon {
	margin: 0 0 15px;
	padding: 0;
	float: left;
	width: 22%;
}

dl.suggestion-div dd.content {
	margin: 0 0 15px;
	padding: 0;
	float: left;
	text-align: left;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	width: 78%;
}

dl.suggestion-div dd.content span.join {
	display: block;
	padding: 0;
	line-height: 1em;
	margin: 0 0 .75em;
	font-size: 12px;
	color: #999;
}

dl.suggestion-div dd.content span.join a {
	text-decoration: underline;
	color: #555;
}

dl.suggestion-div dd.content span.join img {
	vertical-align: middle;
}

dl.suggestion-div dd.content span.join-title {
	font-size: 18px;
	display: block;
	padding: 0;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 .5em;
}

dl.suggestion-div dd.content span.join-title a {
	color: #222;
}

dl.suggestion-div dd ul.options {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font-size: 12px;
}

dl.suggestion-div dd ul.options li {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

dl.suggestion-div dd ul.options li.first a {
	padding-left: 0;
	background-image: none;
}

dl.suggestion-div dd ul.options li a {
	padding: 0 8px 0 13px;
	margin: 0;
	display: inline;
	line-height: 1em;
	text-decoration: underline;
	background: url(../../core/images/join-bullet.gif) no-repeat left center;
}

dl.suggestion-div dd ul.options li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group resource-list */

dl.resource-list {
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
	display: block;
	float: left;
}

dl.resource-list dt {
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
	display: block;
	float: left;
}

dl.resource-list dd {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	font-size: 14px;
}

dl.resource-list dd ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: disc;
}

dl.resource-list dd ul li {
	padding: 0;
	list-style-type: disc;
	margin: 0 0 .5em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

/* @group Track Progress */

#tracking_right_side {
	background-color: #F8F8F8;
	float: right;
	width: 60%;
	padding: 0 0 20px;
	margin: 0;
}

#no_tracking {
	background-color: #F8F8F8;
	float: right;
	width: 55%;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	color: #4a89ca;
	font-weight: bold;
}

#comp_over {
	background-color: #F8F8F8;
	float: right;
	width: 55%;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	color: #4a89ca;
	font-weight: bold;
}

#reporting_not_ready {
	font-size: 18px;
	line-height: 1.5em;
}

#reporting_ready {
	font-size: 18px;
	line-height: 1.5em;
}

#tracking_right_side .title {
	font-size: 22px;
	color: #222;
	margin: 0;
	padding: 15px 0 12px;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #EFEFEF;
	clear: both;
	line-height: 1.25em;
	border-bottom: 3px solid #e7e9e9;
}

#tracking_right_side .dates {
	font-size: 22px;
	color: #222;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.25em;
}

#save_reported_data {
	padding: 7px 9px;
	margin: 0;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #7ac143 url(../images/btn-bg.png) repeat-x center center;
	border-style: none;
	border-width: 0;
}

#no_tracking {
	
}

/* @end */

/* @end */

/* @group upcoming plans */

#UpcomingPlans {
	font-size: 14px;
}

/* @end */

/* @group footer */

#footer-wrapper {
	width: 100%;
	min-width: 750px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	background: #f2f4f4 url(../images/footer-wrapper-bg.png) repeat-x left top;
	border-top: 1px dotted #DDD;
}

#footer-wrapper .centered {
	max-width: 950px;
	min-width: 700px;
	margin: 0 auto;
	padding: 0 25px;
}

#footer {
	margin: 0;
	padding: 25px 0 10px;
	color: #222;
	float: left;
	width: 100%;
	min-width: 700px;
	display: block;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
	color: #2d3e4f;
}

#footer p {
	margin: 0 0 2px;
	padding: 0;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}

#footer dl.further-nav {
	width: 33%;
	margin: 0;
	padding: 0;
}

#footer dl.about {
	width: 63%;
	margin: 0;
	padding: 0;
}

#footer dl.further-nav dt {
	float: left;
	padding: 0;
	margin: 0 0 15px;
	width: 100%;
	line-height: 1em;
	color: #444;
	font-size: 18px;
	font-weight: bold;
}

#footer dl.further-nav dd {
	float: left;
	margin: 0;
	padding: 0 0 15px;
	font-size: 85%;
	width: 100%;
}

#footer dl.further-nav dd p {
	line-height: 1.5em;
	font-size: 14px;
	color: #222;
}

#footer dl.further-nav dd ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	float: left;
	display: block;
}

#footer dl.further-nav dd ul li {
	margin: 0 0 5px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: left;
	width: 100%;
	line-height: 1.5em;
}

#footer dl.further-nav dd a {
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #666;
}

#footer dl.further-nav dd a strong {
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}

#footer h3 {
	color: #444;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	margin: 0;
	text-shadow: #fffeff 1px 1px 0;
}

#footer dl.support-box {
	width: 33%;
	margin: 0 0 15px;
	padding: 0;
	background-color: #FFF;
	box-shadow: 2px 2px 5px #EBEBEB;
	-webkit-box-shadow: 2px 2px 5px #EBEBEB;
	-moz-box-shadow: 2px 2px 5px #EBEBEB;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#EBEBEB, offX=2, offY=2, positive=true);
}

#footer dl.support-box dt {
	padding: 20px 20px 0;
	margin: 0 0 15px;
	line-height: 1em;
	font-weight: bold;
	display: block;
	clear: both;
	color: #444;
	font-size: 18px;
}

#footer dl.support-box dd {
	padding: 0 20px 20px;
	margin: 0;
	float: left;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1.5em;
	display: block;
}

#copyright {
	max-width: 950px;
	min-width: 700px;
	margin: 0 auto;
	padding: 25px;
	clear: both;
}

*html #copyright {
	width: 950px;
	padding: 25px 0;
	margin: 0 auto;
}

#copyright p {
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #222;
}

#copyright a {
	text-decoration: underline;
}

#copyright a:hover {
	color: #2d3e4f;
	text-decoration: underline;
}

/* @end */