/***** General *****/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #425b78;
	color: #333;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table {
	border-collapse: collapse; 
}

h1 {
	line-height: normal;
}
h2 {
	color: #425B78; /* dark blue */
}
a {
	color: #a00c22; /* dark red */
	text-decoration:none;
}

a:link, a:visited {
	color: #a00c22; /* dark red */
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:underline;
}
em {
	color: #425B78; /* dark blue */
	font-weight: bold;
	font-style: normal;
}
ul {
	list-style-position: inside;
}
img {
	border: none;
}
img.preload {
	display: none;
}

label {
	display: block;
	margin-bottom: 1.5em;
	font-size: 9px;
	line-height: 9px;
	color: #444;
}
label input, label select {
	margin-bottom: 0.3em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#page {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #fff;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10em;
	position: relative;
}
/***** End General *****/




/***** Inputs *****/
.k_text, .k_password, .k_select {
	color: #333;
	background-color: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.k_text, .k_password {
	padding: 0.1em 0.2em;
}
.k_submit, .k_button {
	color: #fff;
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	background-color: #a00c22;
}

.disabled_button {
	background-color:gray;
}
	

.orange_button{
	border: 1px solid #a00c22; /* dark red */
	background-color: #ff9454; /* orangeish */
	font-size: 120%;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.blue_button{
	color: #00b2ce !important;
	background-color: #dafaff;
	border: 1px solid #1dbed7;
	font-size: 120%;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.green_button{
	border: 1px solid #61b04b;
	background-color: #efffdd;
	font-size: 120%;
	cursor: pointer;
}

/* for all but ie6 add some padding to the buttons */
a.k_button, input[type='submit'], input[type='button'] {
	padding: 0.2em 0.5em 0.1em 0.5em;
}



/***** End Inputs *****/




/***** Header *****/
#header {
	background: url('/images/header_image.gif') no-repeat center;
	width: 780px;
	height: 120px;
}

#prerel_menu_bar {
	float: right;
	line-height: 15px;
	margin: 0;
	padding: 15px 5px 0 0;
	text-align: right;
}

#home {
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	height: 7em;
	width: 15em;
}

#topper {
	background: url('/images/bar.gif') no-repeat bottom;
	height: 10px;
}

#header a:link, #header a:visited {
	color: #425b78;
	text-decoration:none;
}

#header a:hover {
	color: #a00c22;
	text-decoration: none;
}

#login_inputs {
	float: right;
	margin: 1em 1em 0 1em;
	position: relative;
}

#login_inputs li {
	float: left;
	margin-left: 0.2em;
	list-style: none;
}

#login_inputs .k_button {
	background-color: #4682B4;
	padding: 0.2em 0 0.1em 0;
}

.login_input {
	width: 8em;
}

#links {
	float: right;
	clear: right;
	margin: 1.5em 1em 1em;
	width: 30em;

	color: #425B78;
	font-weight: bold;
	text-align: right;
}

#links span {
	margin-left: 2.5em;
}

#links .notme, #links .logout {
	font-weight: normal;
}

#links .notme {
	font-style: italic; 
}

#login_outer {
	width: 32em;
	float: right;
	position: relative;
}

#loginbacker {
	background-image: url('/images/loginbacker.png');
	background-repeat: no-repeat;
	background-position: right bottom;

	height: 192px;
	width: 390px;

	display:none;
	position: absolute; 
	top: 0;
	right: 0;

	z-index:100;
}

#loginerror {
	margin: 4em 2em 0 1.3em;
	text-align: left;
	padding: 6px;
	font-weight: bold;
	font-size: 80%;
	line-height: 1em;
	height: 1em;

}


#loginbutton {
	background-color: gray;
}


#main_nav {
	margin: 7em 0 0 0.5em;
	padding: 0.5em 0 0 0;
	text-align: left;
	float: left;
	position: relative;
	z-index: 100;
}

#search {
	float: right;
	margin-right: 1em;
}

#search div {
	padding-right: 0;
	margin-bottom: 0.5em;
}

#search div.target {
	float: left;
	margin-right: 1.3em;
	margin-bottom: 1em;
	padding-top: 0;
	height: 3em;
}

#quick_search_wrapper
{
	clear: both;
}
#quick_search_wrapper form
{
	display: inline;
}
#quick_search_wrapper input,
#quick_search_wrapper span
{
	float: none;
}
#quick_search_wrapper .gray_input,
#quick_search_wrapper .near_city
{
	width: 8em;
}
#quick_search_wrapper .near_city
{
	display: none;
}

#flash_message {
	width: 700px;
	margin: auto;
	margin-top: 0.5em;
	padding: 6px 9px;
	font-weight:bold;
	font-size: 1.2em;
}
#setup_step {
	color: #398512;
	background-color: #efffdd;
	border: 2px solid #61b04b;
	padding: 0 0.5em;
	height: 32px;
	line-height: 32px;
	background-image: url(/images/setup_cog_logo.gif);
	background-repeat: no-repeat;
}
#setup_step em {
	float: left;
	margin-left: 75px; 
	color: #398512;
	font-size: 120%;
}
#setup_step span {
	float: left;
	margin-left: 1em;
}
#setup_step a {
	color: #398512;
	float: right;
	margin-right: 1em;
	background: url('/images/setup_arrow_green.gif') no-repeat center right;
	padding-right: 15px;
	font-size: 85%;
}
/***** End Header *****/




/***** Captcha *****/
.image_verification{
	background-color: #ebf7f9;
	width: 280px;
	border: 1px solid #a1c4d4;
	padding: 0 0.5em;
	width: 230px;
	text-align: center;
}
.image_verification .round {
	vertical-align: middle;
	border: none;
}
.image_verification img {
	border: solid 2px #ebf7f9;
}
.image_verification .pic_on {
	border: solid 2px green;
}
.gray_input 
{
	color: gray;
}
/***** End Captcha *****/




/***** Footer *****/
#footer, #antifooter {
	height: 10em;
}
#footer {
	margin: auto;
	width: 780px;
	background: #a8bbce url('/images/footer_image.gif') no-repeat;
	color: #425b78;
	text-align: center;
	padding: 0;
	position: relative;
}
#footer p {
	font-size: 85%;
	padding: 15px 0 0 0;
	margin: 0;
}
#footer a {
	font-size: 10px;
	color: #425b78;
	background-color: transparent;
	text-decoration: none;
	border: none;
	line-height: 25px;
}
#footer a:link, #footer a:visited {
	color: #425b78;
	display: inline;
	text-decoration: none;
	padding: 5px 0;
	margin: 0 auto;
}
#footer a:hover {
	color: #a00c22;
	text-decoration: underline;
}
#footer a.facebook,
#footer a.facebook:hover
{
	background-image: url('/images/facebook.png');
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	padding-right: 25px;
}
/***** End Footer *****/




/***** Navigation & Tabs *****/
.nav a:link, .nav a:visited {
	color: #425b78;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	border-bottom: none;
	padding: 0 0.2em;
	margin: 0;
}
.nav a:hover, .nav .hover {
	color: #a00c22;
	text-decoration: none;
	background-color: #b5daeb;
}
.nav .hover {
	background-color: #b5daeb;
}
.nav .inactive, .inactive {
	color: gray !important;
}
.nav .expander {
	background-image: url('/images/down_arrow.gif');
	background-repeat: no-repeat;
	width: 100%;
}
.nav .expander:hover {
	background-image: url('/images/down_arrow_hover.gif');
}
.nav .e_inactive {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('/images/down_arrow_inactive.gif');
}

.nav li {
	border-left: 1px solid #425B78;
	padding: 0;
	margin: 0;
	padding: 0 0.5em;

	float: left;
	position: relative;
	list-style: none;
}
.nav li.first {
	border-left: none;
}
.nav li a {
	display: block;
	float: left;
	height: 1.5em;
}
.nav #ma {
	width: 80px;
}
.nav #linkmenu_myaccount_go {
	background-position: 70px center;
}
.nav #tools {
	width: 50px;
}
.nav #linkmenu_tools_go {
	background-position: 40px center;
}
.nav #help {
	width: 50px;
}
.nav #linkmenu_help_go {
	background-position: 40px center;
}

.nav li ul {
	position:absolute;
	top: 1.5em;
	left:0;
	display: none;
}

.nav li ul li {
	left: -1px;
	width: 12em;

	margin: 0;
	padding: 0.2em 0.2em 0.2em 1.5em;

	background-color: #91B5C5;
}
.nav li ul li.last {
	border-bottom: 1px solid #425B78;
}
.nav li ul a {
	width: 11.8em;
}
.tabs {
	padding: 0;
	height: 24px;
	background: #fff url('/images/nav_bg.png') repeat-x scroll center bottom;
	margin-bottom: 1.5em;
	list-style-position: outside;
	list-style: none;
}

.tabs li {
	height: 20px;
	width: 9.8em;

	float: left;

	margin: 0 0.5em 0 0;
	padding: 0 0 0 0.5em;
	overflow: hidden;

	border: 2px solid #DDD;
	background: #DAE0D2 url('/images/nav_button.png') repeat-x scroll;
	background-position: 0 0;
}
.tabs li.first {
	margin-left: 0;
}
.tabs li.active {
	background-position: 0 -123px;
	padding-bottom: 2px;
	border-bottom: none;
}
.tabs li a, .tabs li div {
	color: #425b78;
	float: left;
	background-position: 0 0;
	height: 20px;
	padding-top: 0.4em;
	white-space: nowrap;
}

.tabs li a.icon, .tabs li div.icon {
	text-indent: 20px;
	width: 85px;
}
.tabs li a:hover {
	color: #a00c22;
	text-decoration: none;
}
.tabs li span.count {
	color: #00b2ce;
	font-size: 80%;
	display: block;
	float: right;
	text-align: right;
	width: 20px;
	margin-right: 2px;
	cursor: pointer;
	line-height: 1.2em;
}
/***** Navigation & Tabs *****/




/***** Popup Dialog *****/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3;
text-decoration: none; list-style: none;
	background-color: #fff;
	color: #000;
	border: 2px solid #a00c22; /* dark red */
	position: relative;
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3;
text-decoration: none; list-style: none;
	padding: .5em 1.5em .2em 9em;
	margin: 0.2em;
	position: relative;
	color: #a00c22;/* dark red */
	background-color: #f9f5e3; /* light yellowish */
	border: 1px solid #ffe1c8; /* medium yellowish */
	background: #f9f5e3 url('/images/logo_lightbox.gif') no-repeat left center;
	height: 3em;
	line-height: 2.5em;
	font-size: 110%;
	font-weight: normal;
}
.ui-dialog-title {
	font-weight: bold;
	color: #a00c22;/* dark red */
	font-size: 120%;
}
.ui-dialog-titlebar-close, .ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; border: 0; outline: 0; line-height: 1.3;
text-decoration: none; list-style: none;
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	border-top: 1px solid #ffe1c8; /* medium yellowish */
	background-color: #f9f5e3; /* light yellowish */
}
.ui-dialog-buttonpane button {
	margin: .5em;
	color: #fff;
	background-color: #A00C22;
	cursor: pointer;
	padding: 0.2em 0.5em 0.1em;
	font-size: 90%;
	font-weight: bold;
}
/*
.ui-dialog-content div {
	padding: 0;
	margin-bottom: 1em;
}
*/
.ui-dialog-content div.text
{
	padding: 1em;
}
.ui-dialog-content p {
	font-size: 110%;
	margin-bottom: 1em;
}
.ui-dialog-content p b {
	color: blue;
	font-size: 115%;
}
.ui-dialog-content p em {
	color: #425B78;
}
.ui-dialog .content {
	margin: 0;
	background: none;
	border: none;
}
/***** End Popup Dialog *****/




/***** Content Layout *****/
.content {
	border: 1em solid #f8f8f8;
	width: 680px;
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 2em;
	padding: 0.5em 1em 1em 1em;
}

h3, fieldset legend {
	font-size: 120%;
	color: #425B78; /* dark blue */
	font-weight: bold;
}
h3 a {
	color: #425B78; /* dark blue */
}

h3 {
	margin: 1em 0 0.75em 0;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	font-size: 100%;
	color: #425B78; /* dark blue */
	font-weight: bold;
	margin: 0;
}
h4 {
	margin-top: 0.5em;
}
h4 a {
	color: #425B78; /* dark blue */
	margin: 0;
}

fieldset {
	position: relative;
	padding: 1em 0 0 0;
	margin: 1.5em 0 0 0;
	border: none;
	border-top: 1px dotted #CCCCCC;
}

fieldset legend span {
	display: block;
	position: absolute;
	top: -1.1em;
}

.section {
	margin-bottom: 3em;                                                                               
}

.section .k_text, .section .k_password, .section .k_textarea {
	width: 96%;
}
.section .k_select {
	width: 98%;
}

.section .k_measurement,
.section .k_date_day,
.section .k_date_month,
.section .k_hours,
.section .k_minutes,
.section .k_phone_areacode,
.section .k_phone_exchange,
.section .k_currency {
	width: 2em;
}

.section .k_date_year {
	width: 2.6em;
}

.section .k_meridiem {
	width: 4em;
}

.section .k_phone_linenumber {
	width: 2.6em;
}

.full {
	width: 100%;
	float: left;
}

.left_half {
	width: 46%;
	float: left;
	clear: left;
}

.right_half {
	width: 46%;
	float: right;
	clear: right;
}

.left_half .right_half,
.right_half .right_half {
	text-align: right;
}

.straight em {
	margin-right: 1em;
}

.straight label, .straight em {
	float: left;
	margin: 0 0.3em;
}

.actions {
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 2em 0 1em 0;
	text-align: center;
}
/***** End Content Layout *****/





/***** Boxes  *****/
.flash {
	border: 1px solid #fff;
	background-color: #fff;
}

.k_error,  .error {
	/* non-flash message errors */
	padding: 6px 9px;
	font-weight:bold;
	font-size: 0.8em;
}

.k_no_error {
	display: none;
}

.error, .k_error {
	color: #a00c22;
	background-color: #ffd1c4;
	border: 1px solid #a00c22;
}

.success {
	color: #398512;
	background-color: #efffdd;
	border: 1px solid #61b04b;
}

.user_alert {
	margin-bottom: 0.5em;
	padding: 6px 9px;
	font-weight:bold;
	cursor: pointer;
}

.alert {
	color: #4991d0;
	background-color: #e0f1ff;
	border: 1px solid #3892e1;
}

.alertsilver {
	color: white;
	background-color: #c0c0c0;
	border: 1px solid #A9A9A9;
}

.alertgold {
	color: #ca9d00;
	background-color: #fffac7;
	border: 1px solid #f8cc00;
}

.alertdiamond {
	color: 	#40E0D0;
	background-color: white;
	border: 1px solid #40E0D0;
}

.alertorange {
	color: 	#c87600;
	background-color: #ffe3b6;
	border: 1px solid #ff9e00;
}
.alertpurple {
	color: #9597bc;
	background-color: #f0eeff;
	border: 1px solid #babcdf;
}
.alertlight {
	color: #00b2ce;
	background-color: #dafaff;
	border: 1px solid #1dbed7;
}

.warn {
	color: #c87600;
	background-color: #ffe3b6;
	border: 1px solid #ff9e00;
}

.new {
	color: #00b2ce;
	background-color: #dafaff;
	border: 1px solid #1dbed7;
}

.notice {
	color: #9597bc;
	background-color: #f0eeff;
	border: 1px solid #babcdf;
	padding: 6px;
}

.even {
	background-color:#FFF;
}

.odd {
	background-color:#F0EEFF;
}

.required, .required label, .required legend {
	font-weight: bold;
	color: #c87600;
}
fieldset.required {
	margin-top: 0;
	padding-top: 2.5em;
}
fieldset.required legend span {
	top: 0.6em;
}
.box_gray {
	background-color:#F8F8F8;
	border: 1px solid #aaa;
}

.box_blue {
	background-color:#F0EEFF;
	border-top: 1px solid #bacadf; /* medium blue lighter */
	border-right: 1px solid #a5a8e5; /* purple lines */
	border-bottom: 1px solid #a5a8e5; /* purple lines */
	border-left: 1px solid #a5a8e5; /* purple lines */
}

.box_blue_img {
	background: #DADAED url(/images/header_sassie.gif) no-repeat scroll;
	margin-bottom: 1em;
}
/***** End Boxes *****/



/***** Icons *****/
.icon {
	display:block; 
	height: 25px; 
	width: 25px; 
	background-repeat: no-repeat;
	background-position: center center;
}
.tour {
	display: block;
	line-height: 25px;
	text-indent: 25px;
	color: #4991d0;
	font-weight: bold;
}
#tour_vid {
	background: url('/images/home_tour.gif') no-repeat top left;
	padding-top: 8.5em;
	text-indent: 3.5em;
	margin-top: 1em;
	width: 205px;
	display: block;
}

.slingme {
	background: url('/images/home_icon_slingme.gif') no-repeat left top;
}
.slingme_sm {
	background: url('/images/home_icon_slingme20.gif') no-repeat left top;
}
.jobdinger {
	background: url('/images/home_icon_jobdingerB2.gif') no-repeat left top;
}
.jobdinger_sm {
	background: url('/images/home_icon_jobdingerB2_20.gif') no-repeat left top;
}
.sasswatch {
	background: url('/images/home_icon_sasswatch.gif') no-repeat left top;
}
.sasswatch_sm {
	background: url('/images/home_icon_sasswatch20.gif') no-repeat left top;
}
.mytargets {
	background: url('/images/home_icon_mytargets.gif') no-repeat left top;
}
.mytargets_sm {
	background: url('/images/home_icon_mytargets20.gif') no-repeat left top;
}
.reachout {
	background: url('/images/home_icon_reachout.gif') no-repeat left top;
}
.reachout_sm {
	background: url('/images/home_icon_reachout20.gif') no-repeat left top;
}
.sasssync {
	background: url('/images/home_icon_sasssync.gif') no-repeat left top;
}
.sasssync_sm {
	background: url('/images/home_icon_sasssync20.gif') no-repeat left top;
}
.sassmaster {
	background: url('/images/home_icon_sassmaster.gif') no-repeat left top;
}
.sassmaster_sm {
	background: url('/images/home_icon_sassmaster20.gif') no-repeat left top;
}
.icpro {
	background: url('/images/icpro/icpro_icon_32.gif') no-repeat left top;
}
.icpro_inactive {
	background: url('/images/icpro/icpro_icon_32_grey.gif') no-repeat left top;
}
.icpro_sm {
	background: url('/images/icpro/icpro_icon_20.gif') no-repeat left top;
}
.tour {
	background: url('/images/vid.gif') no-repeat left top;
}
.tour:hover {
	background: url('/images/vid_hover.gif') no-repeat left top;
}
.account {
	background: url('/images/account_icon.gif') no-repeat left top;
}
.account_sm {
	background: url('/images/account_icon20.png') no-repeat left top;
}
.account_alert {
	background: url('/images/account_alert.gif') no-repeat left top;
}
.account_check {
	background: url('/images/account_check.gif') no-repeat left top;
}
.dinger_express_sm {
	background: url('/images/home_icon_targetexpress20.gif') no-repeat left top;
}
.pencil {
	background: url('/images/account_edit.gif') no-repeat left top;
}
.pencil:hover {
	background: url('/images/account_edit_hover.gif') no-repeat left top;
}
.primary_email {
	background: url('/images/star_1.gif') no-repeat left top;
}
.primary_email:hover {
	background: url('/images/star_2.gif') no-repeat left top;
}
.info_blue {
	background: url('/images/account_info_blue.gif') no-repeat top;
}
.info_blue:hover {
	background: url('/images/account_info_blue_hover.gif') no-repeat top;
}
.delete {
	width: 16px;
	height: 16px;
	background: url('/images/round_delete.gif') no-repeat top center;
}
.delete:hover {
	background: url('/images/round_delete_hover.gif') no-repeat top center;
}
.dinger_express {
	display:block; 
	height: 20px; 
	width: 75px; 
	background: url('/images/nav_jd_express_20.gif') no-repeat center;
}
.dinger_express:hover {
	background: url('/images/nav_jd_express_20_hover.gif') no-repeat center;
}
.target_blue, div.target_blue:hover {
	background-image: url('/images/target_blue_on.gif');
}
.target_blue:hover {
	background-image: url('/images/target_blue_off.gif');
}
.target_green, div.target_green:hover {
	background-image: url('/images/target_green_on.gif');
}
.target_green:hover {
	background-image: url('/images/target_green_off.gif');
}
.target_purple, div.target_purple:hover {
	background-image: url('/images/target_purple_on.gif');
}
.target_purple:hover {
	background-image: url('/images/target_purple_off.gif');
}
.target_orange, div.target_orange:hover {
	background-image: url('/images/target_orange_on.gif');
}
.target_orange:hover {
	background-image: url('/images/target_orange_off.gif');
}
.target_red, div.target_red:hover {
	background-image: url('/images/target_red_on.gif');
}
.target_red:hover {
	background-image: url('/images/target_red_off.gif');
}
.target_gray, div.target_gray:hover {
	background-image: url('/images/target_gray_on.gif');
}
.target_gray:hover {
	background-image: url('/images/target_gray_off.gif');
}
.target_SASS-Watch, div.target_SASS-Watch:hover {
	background-image: url('/images/target_SASS-Watch_on.gif');
}
.target_SASS-Watch:hover {
	background-image: url('/images/target_SASS-Watch_off.gif');
}
.settings_expander_opener
{
	background-image: url(/images/expert_box_arrow_down.gif);
}

.settings_expander_closer
{
	background-image: url(/images/expert_box_arrow_up.gif);
}


/***** End Icons *****/




/***** Common *****/
.filters {
	padding: 12px 9px;
}

.paging {
	float: right;
}

.instructions {
	font-size:  75%;
	font-weight:  bold;
	color: #444;
	margin-bottom: 1em;
}

.list_view {
	float: left;
	width: 60%;
}
.list_view li {
	padding: 0.5em 0.5em 1em 0;
	margin-bottom: 0.5em;
	list-style: none;
}
.list_view li a {
	text-indent: 33px;
	float: left;
	display: block;
	margin: 0 0.5em 0.5em 0.5em;
	padding-top: 0.3em;
	height: 20px;
}
.list_view li span a {
	padding: 0;
	margin: 0;
	text-indent: 0;
	float: right;
	margin-right: 2em;
}
.list_view h3 {
	margin-left: 2em;
	float: left;
}
.list_view h4 {
	margin: 0 0 0 2.5em;
	clear: left;
}
.list_view h4 a {
	text-indent: 0;
}
.list_view .success {
	background-image: url('/images/account_check.gif');
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
}
.list_view li .edit, .list_view .info_blue, .list_view .delete, .user_alert .delete {
	float: right;
	margin-right: 0;
}
.list_view li .details {
	float: right;
	text-align: right;
	padding-top: 0.3em;
	color: #425B78;
	font-weight: bold;
}
.list_view li .details li {
	padding-right: 0;
}
.list_view li span {
	margin-right: 2em;
}
.info {
	float: right;
	width: 20em;
	margin-bottom: 2em;
	min-height: 15em;
	background-color: #F0EEFF;

	border-top: 1px solid #bacadf;
	border-right: 1px solid #a5a8e5;
	border-bottom: 1px solid #a5a8e5;
	border-left: 1px solid #a5a8e5;
}
.info h3 {
	margin: 0.2em 0.2em;
	background: #DADAED;
	border: 1px solid #bacadf;
	text-align: center;
}
.info div.info_content {
	background-color: #F0EEFF;
	min-height: 10em;
	margin: 0;
	padding: 1em;
}
.info div.info_content li {
	list-style: none;
}
.info p {
	margin: 0;
	padding-top: 0.5em;
	width: 100%;
}
.dyn_addr {
	padding: 12px 9px;
	margin: 0 0 1em 0;
	line-height: 1;
}
.dyn_addr ul {
	margin: 0;
	padding: 0;
	min-height: 2em;
	clear: left;
}
.dyn_addr ul li {
	min-width: 100px;
	float: left;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
.dyn_addr ul li.last{
	float: right;
	width: 5%;
	min-width: 5px;
}
.dyn_addr .header, .dyn_addr label {
	font-size:  75%;
	font-weight:  bold;
	color: #444;
}
.dyn_addr .k_button {
	float: left;
	margin-left: 0.5em;
}
.dyn_addr_button {
	display: block;
	width: 20px;
	height: 20px;
	background: url('/images/round_add.gif') no-repeat left center;
	margin: 0.5em 0 0 1em;
}
.dyn_addr_button:hover {
	background: url('/images/round_add_hover.gif') no-repeat left center;
}
/***** End Common *****/




/*** Quick Search ***/
.js_count, .jsplus_count {
	font-size: 130%;
	font-weight: bold;
	margin-left: 1em;
}
.js_count {
	color: #fff;
}
.jsplus_count {
	color: #c87600;
}
.city_search .near {
	font-size: 90%;
	width: 100%;
	text-align:center;
}
.city_search .city_list .got {
	margin-left: 1em;
}
.city_search div {
	padding: 0;
	color: #a00c22; /* dark red */
}
.city_list {
	color: #000;
	background: url('/images/calc_screen.gif') no-repeat center top;
	border: 1px solid #4682B4;
	margin: 0.5em auto;
	max-width: 24em;
	padding: 0.5em 1em 0 0;
	font-size: 90%;
}
.city_list ul li {
	float: left;
	margin-right: 0.3em;
	font-weight: normal;
	padding: 0.1em 0;
	list-style: none;
}
.city_list .num {
	text-align: right;
	width: 2em;
	font-weight: bold;
	clear: left;
}
.city_list .city {
	width: 45%;
	font-weight: bold;
	white-space:nowrap;
}
.city_list .pay {
	float: right;
	font-weight: bold;
}
/*** End Quick Search ***/




/***** Signup/Forgot Wizards *****/
#wizardform #wizard_cap {
	margin-top: 0.5em;
	float: left;
	display: none;
}
#wizardform .k_error {
	width: 92%;
}
#wizardform #wizard_cap_error {
	width: 24em;
	float: left;
	display: none;
	font-weight: bold;
	font-size: 0.8em;
	padding: 6px 9px;
}
#wizardform #initial label {
	width: 28em;
	float: left;
	margin-bottom: 0.5em;
}
#wizardform .k_button {
	float: right;
}
#wizardform .box_gray, #wizardform .success, #wizardform.success {
	padding: 0.5em;
}
/***** End Signup/Forgot Wizards *****/




/***** Verify Email/Login *****/
#verifyemail fieldset, #panel_login ul {
	width: 20em;
	margin: auto;
}
#verifyemail .box_blue {
	padding: 0.5em 1em;
}
#verifyemail fieldset {
	margin-top: 2em;
}
#panel_login ul {
	text-align: center;
}
#panel_login ul li label  {
	float:left;
}
/***** End Verify Email/Login *****/




/***** Support Ticket / any SFS *****/
thead
{
	background-color: #f9f5e3; /* light yellowish */
	border: 1px solid #ffe1c8; /* medium yellowish */
}
th
{
	color: #a00c22;/* dark red */
}
th, td
{
	font-size: 90%;
	padding: 0.25em;
}
.admin_link {
	float: right;
	margin: 0 0.5em 1em 0;
}
.sfs_vec fieldset,
.sfs_vec fieldset {
	padding: 0.5em;
}
.sfs_vec fieldset .straight {
	margin-bottom: 1em;
}
.sfs_vec .actions label,
.sfs_vec .actions label {
    float: left;
}
.sfs_vec .actions .k_submit,
.sfs_vec .actions .k_submit {
    float: right;
}
.sfs_vec textarea {
	height: 5.5em;
}
.sfs_vec ul {
	list-style: none;
}
.sfs_vec table
{
	width: 100%;
}
.sfs_vec th, .sfs_vec td
{
	vertical-align: top;
}

	
#support_ticket_info .details {
	font-weight: bold;
	padding-bottom: 0;
}
#support_ticket_info .comment {
	margin-left: 1em;
}
/***** End Support Ticket *****/

form#update_password,
form#update_ic_id
{
	padding: 1em;
}
ul.icpro
{
	font-size: 80%;
	margin-left: 2em;
	margin-bottom: 1em;
}
h3.icpro
{
	padding-left: 2.5em;
	line-height: 35px;
}

/***** FAQ *****/

.faq_text 
{
	padding-top:5px;
	padding-bottom:5px;
}

