@charset "utf-8";
/* CSS Document */

html,body {
}
title {
	background-color: #0CC;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
}
.clear_float {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
body,a,input,button,.submitbutton {
	outline: none;
}
#centerItem {
	background-image: url(/img/underconstruction.png);
	background-repeat: no-repeat;
	height: 285px;
	width: 530px;
	margin: 100px auto 0px auto;
}
.login_div {
	margin: auto;
	width: 530px;
}
.small_type_label {
	font-size: 9px;
	margin-top: 5px;
}
/*header */
.header{
	height: 56px;
	padding: 4px 0px;
	border-bottom: solid 8px #CCC;
	background-image: url(/img/backgrounds/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.header_container {
	width: 960px;
	margin: 0px auto;
	height: 100%;
	position: relative;
}
.header_container a {
	float: left;
}
.header_menu {
	float: right;
	margin-top: 14px;
	font-size: 12px;
	color: #333;
}
.header_menu p {
	margin-top: 8px;
}
.header_bullet {
	margin: 0px 10px;
}
.header_btn {
	padding-left: 18px;
	margin-right: 20px;
}
.date_display {
	color: #666;
	text-align: right;
	margin-right: 16px;
	font-size: 10px;
}
#accountBtn {
	background-image: url(/img/icons/header_icons.png);
	background-repeat: no-repeat;
	background-position: left -48px;
}
#username a {
	color: #666;
}
#homeBtn {
	background-image: url(/img/icons/header_icons.png);
	background-repeat: no-repeat;
	background-position: left -32px;

}
#helpBtn {
	background-image: url(/img/icons/header_icons.png);
	background-repeat: no-repeat;
	background-position: left -16px;

}
#signOutBtn {
	background-image: url(/img/icons/header_icons.png);
	background-repeat: no-repeat;
	background-position: left top;

}
/*footer */
.footer {
	border-top: dotted 1px #CCC;
	width: 882px;
	margin: 20px auto 10px auto;
	padding: 10px 4px;
	line-height: 24px;
	font-size: 11px;
	color: #333;
}
.footer a {
	font-weight: bold;
}
.footerDS {
	margin: 0px 10px;
}
.container {
	margin: 0px auto;
	padding: 16px 0px;
	width: 970px;
	position: relative;
}
.test_thing {
	width: 300px;
	height: 200px;
	background-color: #666;
	margin-top: 20px;
}
.leftside {
	width: 650px;
	float: left;
}
.rightside{
	float: right;
	padding: 0px;
	width: auto;
}
.ad_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #999;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: .2em;
}

/*table layout*/
#myFloList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #FFF;
}
.myFloList-highlight {
	width: 100%;
	height: 60px;
	border: dashed 1px #FC9;
	background-color: #FFC;
	padding-top: 16px;
}
.centeredDiv {
	margin: 30px auto;
	width: 530px;
}

.red_icon {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -32px;
}
.green_icon {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.yellow_icon {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -64px;
}
.notes_icon_on {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -96px;
	cursor: pointer;
}
.notes_icon_off {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: -32px -96px;
	cursor: pointer;
}
.photos_icon_on {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -192px;
	cursor: pointer;
}
.photos_icon_off {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: -32px -192px;
	cursor: pointer;
}
.settings_icon {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -256px;
	cursor: pointer;
}
.delete_icon {
	width: 32px;
	height: 32px;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -160px;
	cursor: pointer;
}
#floThumbNail {
	border: none;
}
/* myflos header */
.myflos_bar {
	height: 40px;
	padding-top: 15px;
	background-image: url(/img/backgrounds/header_backs.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.myflos_bar .title {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-left: 30px;
}
.menu_control {
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 16px 0px 0px;;
	padding-left: 18px;
	list-style: none;
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#bar_print {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -32px;
	cursor: pointer;
}
#addFloBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
/*add flo window */
#addFloDiv {
	display: none;
	color: #FFF;
}
/* flo table */
.flo_table {
	margin: 0px;
	height: auto;
}
.flo_table li {
	float: left;
	list-style: none;
	margin: 8px;
	height: 32px;
}
.flo_notes {
	display: none;
	margin-top: 10px;
}
.flo_settings {
	display: none;
	margin-top: 10px;
}

/* flo table li */
.flo_name {
	width: 140px;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
}
.flo_status {
	width: 180px;
	font-size: 14px;
	line-height: 28px;
}
/*settings */
.settingsform {
	border-bottom: dotted 1px #CCC;
	padding: 10px 0px;
}
.settingsform label {
	font-size: 11px;
	margin: 0px 2px 0px 10px;
}
.settingsform input, .settingsform textarea {
	font-size: 11px;
	border: solid 1px #F90;
	padding-left: 4px;
	background-color: #FC0;
}
.form_btn {
	float: right;
	text-align: center;
	border: solid 1px #600;
	padding: 4px;
	cursor: pointer;
	background-image: url(/img/backgrounds/app_btn_off.gif);
	background-repeat: repeat-x;
	background-position: left top;	/*width: 90px;*/
	color: #FFF;
	font-size: 11px;
	position: relative;
	margin-left: 2px;
	font-weight: bold;
	width: 80px;
	-moz-box-shadow: #999 1px 1px 1px;
	-webkit-box-shadow: #999 1px 1px 1px;
	/*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1', MakeShadow='true', ShadowOpacity='0.40');*/

}
.FloName {
	width: 130px;
}
.FloCycle {
	width: 20px;
}
.FloLength {
	width: 20px;
}
.FloStart_date {
	width: 70px;
}
.FloNotes {
	height: 50px;
	width: 540px;
	overflow: hidden;
}
/* ui widgets */
#sb-overlay {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#666666 url(/js/jquery-ui-1.7.2.custom/css/flojuggler/images/ui-bg_diagonals-thick_20_666666_40x40.png) repeat scroll 50% 50%;
opacity:0.5;
}
#sb-body {
	border: solid 1px #DDD;
}
/*.ui-widget-overlay {
	opacity:0.7;
	filter:alpha(opacity=70);
	background-image: url(/img/overlay.png);
	background-repeat: repeat;
}
*/.ui-datepicker-trigger {
	cursor: pointer;
	margin: 0px 8px 0px 4px;
	position: relative;
	top: 4px;
}
/* days */
.red {
	color: #F00;
	font-weight: bold;
}
.green {
	color: #090;
	font-weight: bold;
}
.yellow {
	color: #F90;
	font-weight: bold;
}
/* edit */
#FloEditForm div {
	float: left;
}
/* legal */
.legal {
	width: 970px;
	margin: 10px auto;
}
.legal a {
	text-decoration: underline;
	color: #00F;
}
.legal h1 {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	padding: 8px;
}
.legal h2 {
	margin: 30px 0px 0px 0px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.legal p{
	font-size: 14px;
	margin: 10px auto;
	line-height: 20px;
	color: #333;
	padding: 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fullwidth {
	width: 100%;
	vertical-align: top;
	height: 20px;
}
/* photos */
#floPhotosHeader {
	padding: 8px 0px 6px 10px;
	height: 40px;
	background-image: url(/img/backgrounds/header_backs.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#floPhotosHeader img {
	margin-right: 10px;
}
.gallery_thumbnail {
	float: left;
	margin: 10px;
	list-style: none;
	height: 170px;
	width: 140px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.gallery_view_wide {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}
.gallery_view_tall {
	width: 450px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}
#makeThumbnail {
	width: 300px;
	height: 200px;
	background-color: #FC0;
	margin-top: 20px;
}
#imageUploader {
	text-align: center;
}
#imageUploader p {
	color: #333;
	margin: 12px 0px;
	font-size: 10px;
}
#addPhotoBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	margin-top: 8px;
}
#galleryBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -96px;
	height: 16px;
	margin-top: 8px;
}
#floListBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -112px;
	height: 16px;
	margin-top: 8px;
}
#photoContainer {
	margin-top: 2px;
	padding-bottom: 20px;
	text-align: center;
	display: none;
}
#photoCntrl {
	padding: 4px 0px;
	height: 30px;
	position: relative;
	margin: 0px auto 10px auto;
	z-index: 10;
	background-image: url(/img/backgrounds/header_backs.png);
	background-repeat: no-repeat;
	background-position: center -140px;
}
.jcrop-holder {
	text-align: center;
	margin: 0px auto 2px auto;
}
#zoomPhotoBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -144px;
}
#deletePhotoBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -176px;
}
#cropThumbBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -80px;
	display: none;
}
#cancelThumbBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -128px;
	display: none;
}
#setThumbPhotoBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -144px;
}
.flo_thumbnail {
	height: 32px;
	width: 32px;
	background-repeat: repeat;
	background-position: center center;
	overflow: hidden;
}
.flo_thumbnail_default {
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	background-image: url(/img/default.png);
}
.photos_flo_header {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: -25px 0px 0px 40px;
}
.photos_flo_header b {
	color: #F60;
}
.photos_control_container {
	float: right;
	margin-top: -32px;
}
.flo_thumb {
	background-color: #CCC;
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -224px;
	list-style: none;
	height: 32px;
	width: 32px;
	overflow: hidden;
	-moz-box-shadow: #999 1px 1px 2px;
	-webkit-box-shadow: #999 1px 1px 2px;
	border: solid 1px #666;
}
.flo_thumb img, .flo_thumb a {
	border: none;
}
/* messages */
#flashMessage, #authMessage {
	padding: 10px;
	font-size: 12px;
	background-color: #C00;
	color: #FF0;
	position: relative;
	border-bottom: 1px solid #900;
	border-top: 1px solid #900;
	margin-bottom: 10px;
}
#messageCloseBtn {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: center -160px;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
}
.message {
	font-weight: bold;
}
.error {
	color: #F00;
	font-weight: bold;
	font-size: 10px;
}
div.error {
	height: 20px;
	display: block;
}
.errorBig {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.home_msg {
	text-align: right;
	padding-right: 20px;
	margin-top: 16px;
}
#header_logo {
	margin: 6px 10px;
	border: none;
}
/*predictor*/
#pred_date {
	margin-right: 2px;
}
.pred {
	margin-top: 30px;
	padding: 15px;
	position: relative;
	height: 40px;
	background-image: url(/img/backgrounds/header_backs.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}
#pred_btn {
	border: solid 1px #003366;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-color: #3D79B6;
	-moz-box-shadow: #036 2px 2px 0px;
	-webkit-box-shadow: #036 2px 2px 0px;
	background-image: url(/img/backgrounds/blu_button.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#pred_btn:active {
	margin: 1px 0px 0px 1px;
}
.pred_title {
	background-image: url(/img/icons/bar_icons.png);
	background-repeat: no-repeat;
	background-position: left -64px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #036;
	height: 16px;
	margin-bottom: 6px;
}
#predlist {
	width: 200px;
}
#pred_results {
	font-size: 14px;
	background-color: #D9F2FF;
	width: 590px;
	height: 32px;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	background-image: url(/img/calc.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	border: solid 1px #AEE4FF;
	border-top: none;
	cursor: pointer;
}
#pred_results li {
	height: 32px;
	margin-left: 10px;
	list-style: none;
	text-indent: 36px;
	line-height: 32px;
}
.yellow_pred {
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -64px;
}
.red_pred {
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left -32px;
}
.green_pred {
	background-image: url(/img/icons/flo_icons.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*support*/
.submitbutton {
	border: solid 1px #600;
	color: #FFF;
	font-weight: bold;
	background-image: url(/img/backgrounds/app_btn_off.gif);
	padding: 0px 6px;
	height: 24px;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: capitalize;
	outline: none;
	box-shadow:  1px 1px 1px #999;
	-o-box-shadow: 1px 1px 1px #999;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=2);
}
.submitbutton:hover {
}
#support_right {
	width: 310px;
	position: absolute;
	right: 30px;
	top: 40px;
}
.support_left {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 480px;
	height: 364px;
	border-right: dotted 1px #F90;
	padding-right: 20px;
}
.support_holder {
	background-image:url(/img/backgrounds/layout2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 884px;
	height: 404px;
	margin: 20px auto;
	position: relative;
}
.form_row {
	margin-bottom: 10px;
}
.form_label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 8px;
	line-height: 24px;
}
.form_field {
	width: 200px;
	float: left;
}
/* shares */
.share_table {
	margin: 0px;
	border-bottom: dotted 1px #CCC;
	background-color: #E5E5E5;
	width: 650px;
	position: relative;
}
.share_name {
	width: 200px;
}
.share_table li {
	float: left;
	list-style: none;
	margin: 8px;
	height: 16px;
}
.share_delete_icon {
	width: 16px;
	height: 16px;
	background-image: url(/img/icons/share_icons.png);
	background-repeat: no-repeat;
	background-position: left -48px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}
.small_red_icon {
	width: 16px;
	height: 16px;
	background-image: url(/img/icons/share_icons.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.small_green_icon {
	width: 16px;
	height: 16px;
	background-image: url(/img/icons/share_icons.png);
	background-repeat: no-repeat;
	background-position: left -16px;
}
.small_yellow_icon {
	width: 16px;
	height: 16px;
	background-image: url(/img/icons/share_icons.png);
	background-repeat: no-repeat;
	background-position: left -32px;
}
.ad-disclaimer {
	text-align: center;
	color: #666;
	font-size: 10px;
}
