/* 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;
}

html, body {
    height: 100%;
    margin: 0 0 1px;
}

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: #FFF;
	margin: 0;
	padding: 0;
	font: small/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	display: inline;
}

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;
}

/* Not sure why default p img is floating left. Commented out for now. */

/*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: #0087cb;
	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;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

#page {
	width: 100%;
	margin-bottom: 10px;
}

#container {
	width: 90%;
	max-width: 950px;
	min-width: 750px;
	background: #fff;
	position: relative;
}

#content {
	padding-top: 15px;
}

#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;
}

#footer {
	
}

#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;
}

.clear {
	clear: both;
}

.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: 1em 0 0 0;
}

.component.noborder {
	border: 0px;
}

.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: #666;
	-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-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-content {
	overflow: auto;
}

#action-box {
	z-index: 99;
	display: block;
	background: #ffffff;
	position: absolute;
	left: auto;
	max-width: 50em;
	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;
	z-index: 99999;
}

/* Components */

.top-spacer {
	margin-top: 20px;
}

.component {
	clear: both;
	margin-bottom: 15px;
	background-color: #FFF;
	border-style: none;
	border-width: 0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-style: none;
	border-top-width: 0;
}

.component-header {
	display: block;
	min-height: 20px;
	padding: 0 0 0 10px;
	width: 100%;
}

.component-title {
	padding-right: 0;
	padding-bottom: 5px;
	width: 100%;
	display: block;
}

.component-controls {
	float: right;
	padding-right: 15px;
}

.component-spacer {
	display: block;
	min-height: 25px;
}

.component-body {
	display: block;
	padding-top: 5px;
}

.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: 0px 10px;
}

.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: #ddd;
	border: #ddd 3px solid;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 8px;
	padding-bottom: 12px;
	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: #ddd 3px solid;
	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;
}

.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;
	list-style-type: none;
}

.tabbed-box ul.tabs li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: block;
	color: #333;
	float: left;
	vertical-align: middle;
}

.tabbed-box ul.tabs li a:hover {
	color: #333;
	text-decoration: none;
}

.tabbed-box ul.tabs li a strong {
	padding: 10px 22px 10px 0;
	margin: 0;
	display: block;
	float: left;
	line-height: 16px;
	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: #333;
	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;
	line-height: 16px;
	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 */

b.bt, b.bt b, b.bb, b.bb b {
	display: block;
	height: 10px;
	font-size: 1px;
	background: url(../../core/images/grey.gif) no-repeat;
	position: relative;
}

b.hbt, b.hbt b, b.hbb, b.hbb b {
	display: block;
	height: 10px;
	font-size: 1px;
	background: url(../../core/images/orange.gif) no-repeat;
	position: relative;
}

b.bt, b.hbt {
	top: -3px;
	left: -3px;
}

b.bt b, b.hbt b {
	background-position: 100% -10px;
	left: 6px;
}

b.bb, b.hbb {
	background-position: 0 -20px;
	top: 3px;
	left: -3px;
}

b.bb b, b.hbb b {
	background-position: 100% -30px;
	left: 6px;
}

/* fixing IE6 crap */

b.iefix {
	display: block;
	border-top: 3px solid #ddd;
	margin: 0;
}

/* 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;
}

ul.holder li.bit-input input {
	width: 100%;
}

/* 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: #333333;
	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;
}

input.cal_button {
	font-size: 12px;
}

.cal_event_month {
	background: #FF6600;
	color: #333;
	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;
}

.tentative_event {
	background-color: red;
}

/* 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: #333;
}

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;
}

.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(http://cdn.sutn.com/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;
}

/*  ------------------------------|  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(http://cdn.sutn.com/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;
}

input.option2_button.inactive {
	cursor: default !important;
	color: #666;
	background-color: #DDD;
}

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;
}

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: #0087cb;
	border-color: #BBB;
}

.text-right {
	text-align: right;
}

.component_button {
	padding: 8px 10px;
	background: #FFF;
	color: #7ac143;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
	display: inline;
}

/* @group Progress Steps */

ul.progress-steps {
	display: block;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

ul.progress-steps li {
	float: left;
	line-height: 35px;
	margin: 0;
	color: #CCC;
	font-size: 20px;
	background: url(../../core/images/progress-bar-inactive.gif) no-repeat center bottom;
	font-weight: bold;
	padding: 0;
}

ul.progress-steps li strong {
	float: left;
	margin: 0;
	padding: 20px 25px 35px;
}

ul.progress-steps li span {
	color: #ccc;
	height: 35px;
	width: 35px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	background: #eee url(../../core/images/progress-label-inactive.gif) no-repeat left top;
}

ul.progress-steps li.first {
	background-position: left bottom;
	padding-left: 0;
}

ul.progress-steps li.first strong {
	background: url(../../core/images/progress-bar-strong-active.gif) no-repeat left bottom;
	padding-left: 0;
}

ul.progress-steps li.active {
	color: #7ac143;
	background-image: url(../../core/images/progress-bar-active.gif);
}

ul.progress-steps li.complete {
	background-image: url(../../core/images/progress-bar-active.gif);
}

ul.progress-steps li.active span {
	color: #FFF;
	height: 35px;
	width: 35px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	background: #7ac143 url(../../core/images/progress-label-active.gif) no-repeat left top;
}

ul.progress-steps li.last {
	background-position: right bottom;
	padding-right: 0;
}

ul.progress-steps li.last strong {
	padding-right: 0;
}



/* @end */

/* @group Messages */

.message-block {
	margin: 0 0 20px;
	display: block;
	text-align: left;
	border-style: none;
	position: relative;
}

.message-block .red {
	margin: 0 0 20px;
	background: #FBE3E4;
	display: block;
	position: relative;
	padding: 30px;
}

.message-block .green {
	margin: 0 0 20px;
	background: #e6fcd9;
	display: block;
	position: relative;
	padding: 30px;
}

.message-block .yellow {
	margin: 0 0 20px;
	background: #FFFAC4;
	display: block;
	position: relative;
	padding: 30px;
}

.message-block .message-close {
	float:right; 
	cursor:pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding-right: 21px;
	vertical-align: middle;
}

.message-block .yellow .message-close {
	background: url(../../core/images/message-yellow-close.gif) no-repeat right center;
	color: #FCB52E;
}

.message-block .red .message-close {
	background: url(../../core/images/message-red-close.gif) no-repeat right center;
	color: #EF3E42;
}

.message-block .green .message-close {
	background: url(../../core/images/message-green-close.gif) no-repeat right center;
	color: #7ac143;
}

/* @end */

/* @group Wellness Content */

div.wellness-search {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 1.5em;
	position: relative;
}

ul.wellness-search-results {
	width: 100%;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 1.5em;
	list-style-type: disc;
	line-height: 2em;
}

div.back-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%;
}

/* @end */

/* @group People Option Links */

ul.people-option-links {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
}

ul.people-option-links li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}

ul.people-option-links li a {
	display: inline;
	padding: 8px 10px;
	margin: 0;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCC;
}

ul.people-option-links li a:hover {
	color: #333;
	border-color: #BBB;
}

ul.people-option-links li.active a {
	color: #0087cb;
	border-color: #BBB;
}

.text-right {
	text-align: right;
}

.peopleToggle {
	padding: 0.3em 0.2em 0 0.4em;
	height: 1.8em;
}

#peopleSearchInput {
	border: 1px solid silver;
	padding: 0.3em 0.2em 0.3em 0.3em;
	float: left;
	margin: 0 0em 0 0;
	color: gray;
}

#generalPeopleSearch {
	float: left;
	padding: 0.18em 0.3em 0.18em 0em;
	margin-left: 0.3em;
}

#peopleAdvancedSpan {
	float: left;
	font-size: 0.65em;
	padding: 0em 0 0 0.2em;
	vertical-align: bottom;
}

#peopleInviteesDiv {
	width: 30.6%;
	height: 400px;
	overflow: auto;
	float: right;
	text-align: center;
	border-left: 1px dotted silver;
}

#inviteStaging {
	padding: 0.1em;
	height: 72.8%;
	overflow: auto;
}

.peopleInvitesTopper {
	background: #EEEEEE;
	text-align: center;
	padding: 0.2em 0 0.2em 0;
	border-bottom: 1px dotted silver;
	font-weight: bold;
}

.stagingBottomDiv {
	background: #EEEEEE;
	text-align: left;
	padding: 0.2em 0 0.2em 0.2em;
	border-top: 1px dotted silver;
	font-weight: bold;
}

.peopleListPop {
	height: 400px;
	overflow: auto;
	float: left;
	width: 69.2%;
}

.peopleListContainer {
	border-bottom: 1px dotted silver;
	padding: 0.75em 0 0.75em 0.5em;
	min-width: 215px;
	vertical-align: top;
}

/* @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: #0087cb;
	border-color: #BBB;
}

/* @end */

/* @group Calendar Page */

#cal-month {
	padding: 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;
}

#page-header ul.options {
	display: inline;
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
	font-size: 90%;
}

#page-header ul.options li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
}

#page-header ul.options li a {
	margin: 0;
	padding: 0;
	display: inline;
}

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: #0087cb;
}

/* @end */

/* @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: #333;
	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: #333;
	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;
}
/*
 * People Selector
 * 2010-08-08
 */


li.inline
{
	display:inline;
}

li.no_style
{
	
}

li.baseline
{
	vertical-align:baseline;
}

.ps_filter_link
{
	font-weight:bold;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
	*cursor:hand;
}

.ps_search_container
{
	padding:10px 0px 10px 10px;
	font-size:12px;
	border-bottom:1px dashed silver;

	height:27px;
}

	.ps_clear_button
	{
		width:100px;
		line-height:12px;
		text-align:right;
	}
	
	.ps_search_input_box
	{
		
	}
	.ps_search_input
	{
		width:50px;
		font-size:12px;
	}
	
	.ps_search_input_default
	{
		color:gray;
		font-style:italic;
	}

.ps_email_add
{
	padding:10px 0px 10px 10px;
	font-size:13px;
	border-bottom:1px dashed silver;

	vertical-align:baseline;
	height:27px;
}
	.ps_email_add input[type=text]
	{
		width:300px;
		height:18px;
	}
	.ps_email_add input[type=button]
	{
		padding:4px;
		font-size:11px;
	}
	.ps_email_add h4
	{
		font-size:13px;
	}
	

	
.ps_list_container
{
	width:600px;
	min-width:600px;
	*width:300px;
	*min-width:300px;
	height:250px;
	max-height:250px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-top:5px;
	clear:both;
}

.ps_list_container_wide
{
	width:625px;
	min-width:625px;
	*width:325px;
	*min-width:325px;
}

.ps_tabs_container
{
	margin:0px;
	margin-top:10px;
	vertical-align:baseline;
	height:37px;
	border-bottom:1px solid silver;
	width:604px;
	min-width:604px;
	*width:304px;
	*min-width:304px;
	*max-width:304px;
}

.ps_tabs_container_wide
{
	width:631px;
	min-width:631px;
	*width:331px;
	*min-width:331px;
}

.ps_tab
{
	float:left;
	margin:0px;
	display:inline;
	padding:6px 10px 6px 10px;
	font-size:12px;
	color:silver;
	font-weight:bold;
	border:1px solid silver;
	margin-right:5px;
	vertical-align:middle;
}

.ps_tab_drop
{
	padding-right:25px;
	background:url(../../core/images/drop-menu-arrow.gif) no-repeat;
	background-position:90% 52%;
}

.ps_tab_right
{
	float:right;
	color:orange;
	margin-right:0px;
}

.ps_tab_active
{
	border-bottom:1px solid white;
	color:blue;
}

.ps_tab:hover
{
	color:blue;
	cursor:pointer;
	*cursor:hand;
}

.ps_user_box
{
	border:1px solid silver;
	width:190px;
	min-width:190px;
	max-width:190px;
	white-space:nowrap;
	height:50px;
	max-height:50px;
	min-height:50px;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:4px;
	cursor:pointer;
	*cursor:hand;
}

.ps_ubox_img
{
	width:50px;
	height:50px;
	min-height:50px;
	max-height:50px;
	background:#e6e6e6;
	text-align:center;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:middle;
	*cursor:hand;
}

.ps_ubox_link
{
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	color:#006B60;
	*cursor:hand;
}

.ps_item_link
{
	display:inline-block;
	zoom:1;
	*display:inline;
	white-space:nowrap;
	overflow:hidden;
	padding:3px;
}

.ps_ubox_checked
{
	float:right;
	width:15px;
	height:15px;
}

.ps_drop
{
	/*006B60*/
	background:white;
	padding:8px 10px 8px 10px;
	max-width:200px;
	min-width:200px;
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
	border:1px solid silver;
	border-top:none;
	
	
}



div.ps_drop a 
{
	display:block;
	font-size:12px;
	color:silver;
	font-weight:bold;
}

div.ps_drop a:hover
{
	color:blue;
	text-decoration:none;
}

.ps_breadcrumb
{
	font-size:12px;
	font-weight:bold;
	color:#006B60;
	width:600px;
	max-width:600px;
	*width:300px;
	*max-width:300px;
}

.ps_breadcrumb_message
{
	float:left;
}

.ps_breadcrumb_nav
{
	float:right;
	font-size:15px;
	*clear:left;
	*float:none;
}

.ps_no_user_box
{
	padding:10px;
	font-size:15px;
}



.ps_hidden
{
	visibility:none;
	display:none;
}

.ps_dynamic_content_wrapper
{
	clear:both;
	border:1px solid silver;
	border-top:0px;
	margin:0px;
	padding:0px;
	width:602px;
	max-width:602px;
	min-width:602px;
	*width:302px;
	*max-width:302px;
	*min-width:302px;
}

.ps_dynamic_content_wrapper_wide
{
	width:629px;
	max-width:629px;
	min-width:629px;
	*width:327px;
	*max-width:327px;
	*min-width:327px;
}

.ps_actionbox
{
	width:650px;
	min-width:650px;
}

/* end People Selector */

/* @end */