/*
STYLESHEET: INCENTIVEPLANBUILDER.COM
Author: MARK MIDDLETON
mark@websightdesign.com
WEBSIGHT DESIGN
MAY 2007
*/
/*---------------------------------------general styles*/
body{
    margin:0;
    padding:0;
    font-size:62.5%;
    font-family:verdana,arial,sans-serif;
    text-align:center;
	background:#efefef;
    color:#000000;
}

img{border:0;}

h1{font-weight:bold;font-size:1.4em;}
h2{font-weight:bold;font-size:1.2em;}
h3{font-weight:bold;font-size:1.2em;}

a:link,
a:visited,
a:active{color:#336699;}
a:hover{color:#dd5e44;}

.fakelink {
	color: #336699;
	text-decoration: underline;
}

.clearer{
    clear:both;
}
div#wrapper{
    margin:0 auto;
    width:980px;
    text-align:left;
    border-left:1px solid #9a9a9a;
    border-right:1px solid #9a9a9a;
    font-size:1.1em;
    background: #ffffff;
}
div#main{
    width:980px;
    background:#ffffff url('../images/bg_grey.gif') top right repeat-y;
    border-bottom:1px solid #9a9a9a;
    padding-bottom:10px;
}
div.main_wide{
    background:#ffffff !important;
}
div.main_content{
    margin:12px 0px 12px 12px;
    float:left;
    width:700px;
    display:inline;
}
div.main_content_wide{
    margin:12px;
    width:955px;
}
div.buttons{
    width:255px;
    float:right;
    margin:12px 0px 9px 0px;
    text-align:center;

}
div.button{
    margin:0 auto 10px;
}

div.box{
    width:349px;
    float:left;
    background:#ffffff url('../images/box_bg.gif') top center repeat-y;
    margin:8px 0px 12px 8px;
}
div.boxhead{
    width:349px;
    height:31px;
    background:#ffffff url('../images/box_head.gif') top center no-repeat;


}
div.boxhead p{
    font-weight:bold;
    font-size:1.1em;
    margin:0px 0px 0px 16px;
    padding-top:5px;

}
div.box_inner{
    margin:10px 14px 10px 14px;
}
div.boxfoot{
    width:349px;
    height:9px;
    background:#ffffff url('../images/box_foot.gif') top center no-repeat;
}
div.boxprop1{
    height:340px;
    width:1px;
    float:right;
}
div.left{
    float:left;
}

div.tfright {
	float: right;
}

div.right{
    float:right;
    text-align:right;
}
div.center{
    text-align:center;
}
div.warning{
    font-weight:bold;
    border:1px solid #ff0000;
    background:#ffd9d9;
    padding:5px;
    margin:10px;
}
div.vscroller{
    overflow:auto;
    overflow-x:hidden;
    border:1px solid #999999;
}

/*-----------span styles*/
span.highlight{
    color:#336699;
    font-weight:bold;
}
span.highlight_major{
    font-weight:bold;
    font-size:1.2em;
    vertical-align:middle;
    color:#336699;
}
span.note1{
    font-weight:normal;
}
div.note2{
    font-size:0.8em;
    font-weight:normal;
    background-color: #e2e2e2;
    padding: 4px;
    margin-right: 10px;
}
.important{
    color:#ff0000;
}
.important2{
    color:#ff0000;
    font-weight:bold;
}
span.bignumber{
    font-size:1.4em;
}
span.big1{
    font-size:1.4em;
}
span.italic{
    font-style:italic;
}
/*-----------end span styles*/
/*-----------paragraph styles*/
p.center{
    text-align:center;
}
/*--------endparagraph styles*/
/*-----------table styles*/
table.scope {
    border-collapse:collapse;
    width:100%;
    margin-bottom:10px;
    text-align: right;
}

table.scope td {
    border:1px solid #999999;
    padding:5px;
    vertical-align:top;
}

table.scope tr.columnlabels td{
    text-align:center;
}

table.scope td.radiob {
	text-align: center;
	vertical-align: middle;
}

table.scope td.label{
    font-weight:bold;
    color:#666666;
    background:#e2e2e2;
    vertical-align: middle;
    text-align: center;
}

table.scope tr.columnlabels td,
table.scope td.label{
    font-weight:bold;
    color:#666666;
    background:#e2e2e2;
    vertical-align: middle;
}

table.weight {
    border-collapse:collapse;
    width:100%;
    margin-bottom:10px;
    text-align: right;
}

table.weight td {
    border:1px solid #999999;
    padding:5px;
    vertical-align:top;
}

table.weight tr.columnlabels td{
    text-align:center;
}

table.weight td.center {
	text-align: center;
	vertical-align: middle;
}

table.weight td.label{
    font-weight:bold;
    color:#666666;
    background:#e2e2e2;
    vertical-align: middle;
    text-align: center;
}

table.weight tr.columnlabels td,
table.weight td.label{
    font-weight:bold;
    color:#666666;
    background:#e2e2e2;
    vertical-align: middle;
}

table.weight .weighting {
	width: 50px;
}

table.weight .index {
	width: 20px;
}

table.basic{
    border:1px solid #000000;
    border-collapse:collapse;
    width:100%;
    margin-bottom:10px;
}
table.basic td{
    border:1px solid #999999;
    padding:5px;
    vertical-align:top;
}
table.basic table td{
    border:0;
}
table.basic table.basic td{
   border:1px solid #999999;
}
table.basic tr.columnlabels td,
table.basic td.label{
    font-weight:bold;
    color:#666666;
    background:#e2e2e2;
    vertical-align: middle;
}

table.basic td.center {
	text-align: center;
	vertical-align: middle;
}

td.label {
	text-align: right;
}
table.basic tr.columnlabels td{
    text-align:center;
}

table.basic tr {
	font-weight: normal;
}

td.data {
	text-align: center;
}

table.basic td.controls{
    text-align:right;
}

/*-------end table styles*/
/*-----------image styles*/
img.icon{
    vertical-align:middle;
    margin-right:3px;
    display:inline;

}
img.icon_float{
    vertical-align:bottom;
    margin-right:3px;
    display:inline;
    float:left;
}
img.buttonicon{
    vertical-align:top;
    margin:4px 2px 0px 0px;
}
/*-------end image styles*/
div.button_text{
    width:238px;
    text-align:left;
    font-size:1.1em;
    line-height:1.3em;
    background:url('../images/button_text_bg.gif') top center repeat-y;
    color:#ffffff;
    margin:0 auto 10px;
}
div.button_text2{
    font-size:0.9em;
}
div.button_text div.top{
    width:198px;
    padding:5px 20px 0px 20px;
    background:url('../images/button_text_top.gif') top center no-repeat;
}
div.button_text div.top_prop{
    width:1px;
    height:180px;
    float:right;
}
div.button_text div.bottom{
    width:238px;
    height:5px;
    overflow:hidden;
    clear:both;
    background:url('../images/button_text_bottom.gif') top center no-repeat;
}
div.buttontitle{
    font-weight:bold;
    text-align:center;
    font-size:1.2em;
    margin:5px;
}
div.button_text ul{
    margin:10px;
    padding:0;
}
/*-----------list styles*/
ul.checkboxes{
    list-style-type:none;
    margin:5px 0px 5px 0px;

}
ul.checkboxes li{
    background:#ffffff url('../images/icon_check_red.gif') top left no-repeat;
    padding:3px 0px 3px 20px;

}
ul.checkboxestight{
    padding-left:4px;
}
ul.checkboxestight li{
    padding-left:20px;
}
ul.blank{
    list-style-type:none;
    margin:0;
    padding:0;
}
ul.blank li{
    margin-bottom:10px;
}
ul.boxlist{
    margin-left:15px;
    padding-left:0px;
}
ul.boxlist li{
    margin-bottom:10px;
}
ul.spaced li,
ol.spaced li{
    margin-bottom:10px;
}
ul.checkboxestight ul.disc{
    padding-left:20px;
}
ul.checkboxestight ul.nonsense{
    padding-left:0px;
    margin-left:-5px;

}
ul.disc li{
	margin-top: 5px;
  margin-bottom:5px;

  background-image: none;
  padding: 0;
  list-style-type: disc;
}
/*-----------list styles*/
/*----------tooltips*/
.tooltipheader{
    display:none;

}
.tooltip{
    background:#efefef;
    border:1px solid #999999;
    padding:5px;
    width:200px;
    text-align:left;
}

/*------end tooltips*/
/*---------------------------------------end general styles*/
/*---------------------------------------header*/
div#header{
    width:980px;
    border-bottom:4px solid #336699;
    overflow:hidden;
    background:#ffffff url('../images/bg_grey.gif') top right repeat-y;
    position:relative;
    height:120px;
}
div#header_col1{
    float:left;
    position:relative;

    width:481px;
    height:120px;
}
div#logo{
    width:288px;
    height:42px;
    overflow:hidden;
    margin:25px 0px 0px 6px;
    float:left;
}
div#nav{
    width:481px;
    height:25px;
    float:left;
    clear:left;
    margin-top:16px;
    position:absolute;
    bottom:0px;
    left:0px;

}
div#nav ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
div#nav li{
    float:left;
    display:inline;
    width:95px;
    height:25px;
    margin-right:1px;
    text-align:center;
}
div#nav a:link,
div#nav a:active,
div#nav a:visited,
div#nav a:hover{
    display:block;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    font-size:1.1em;
    height:20px;
    padding-top:5px;
    text-align:center;
    background:#ffffff url('../images/tab_off.jpg') top left no-repeat;
}
div#nav a:hover{
    background:#ffffff url('../images/tab_on.jpg') top left no-repeat;
}
div#art{
    border-top:1px solid #ffffff;
}
div.art_home{
    width:980px;
    height:161px;
}
div.art_sub{
    width:980px;
    height:85px;
    background:url('../images/bg_subhead.jpg') top center no-repeat;

}
div.subtitle{
    display:inline;
    float:left;
    margin:25px 0px 0px 170px;

}
div.subtitle h1{
    color:#ffffff;
    font-size:2.2em;
    font-family:arial,sans-serif;
    float:left;
    margin:0px;
    font-weight: normal;

}
div.dropmenu{
    border-left:1px solid #efefef;
    border-right:2px solid #000000;
    border-bottom:2px solid #000000;
    position:absolute;
    text-align:left;
    z-index:99;
}
div.dropmenu ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

div.dropmenu li {
	display: inline;
}
div#dm2{width:180px;}
div#dm3{width:180px;}
div#dm4{width:120px;}

div.dropmenu a:link,
div.dropmenu a:active,
div.dropmenu a:visited,
div.dropmenu a:hover{
	display:block;
    border-top: 1px dotted #999999;
    padding:6px;
    background:#e5e5e5;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}
div.dropmenu a:hover{
    background:#336699;
    color:#ffffff;
}

div#header_button{
    width:255px;
    float:right;
    margin:29px 0px 9px 0px;
    text-align:center;
}
/*---------------------------------------end header*/
/*---------------------------------------footer*/
div#footer{
    width:980px;
    color:#999999;
    font-size:0.9em;
    padding-top:4px;
	background-color: #ffffff;
}
div#footer a:link,
div#footer a:active,
div#footer a:visited{color:#999999;text-decoration:none;}
div#footer a:hover{color:#999999;text-decoration:underline;}
div.fleft{
    float:left;
}
div.fright{
    float:right;
    text-align:right;
    margin-right:5px;
}
div#footer ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
div#footer li{
     display:inline;
     border-right:1px solid #999999;
     padding:1px 3px 1px 5px;
}
div#footer li.first{
    border-left:0;
}
/*---------------------------------------end footer*/
/*---------------------------------------Homepage*/

/*---------------------------------------end Homepage*/
/*---------------------------------------loginbox*/
div#loginbox{
    float:left;
    width:235px;


}
div#loginbox td.links,
div#loginbox td.buttons{
    text-align:right;
}
div#loginbox2 {
	width:230px;
	margin: 5px 5px 0 8px;
}

div.forgotpassword {
	margin: 5px 5px 0 8px;

}

input.input_login{
    border:1px solid #999999;
    width:150px;
    height:15px;
    font-size: 10px;
}

input.button1 {
    background:#336699;
    border:1px solid #999999;
    color:#ffffff;
    font-weight:bold;
    margin-right:4px;
    cursor:pointer;
}

input.buttonred {
	background: red;
}
input.buttongreen{
    background:#006600;
}
input.buttong {
	background: green;
}

input.button_small{
    font-size:0.9em;
    font-weight:normal;
    text-transform:uppercase;
}

/*---------------------------------------end loginbox*/
/*---------------------------------------user registration*/
div.signup_steps{
    float:left;
    width:200px;
    font-weight:bold;
    border-right:1px solid #e2e2e2;
}
div.signup_steps ul{
    list-style-type:none;
    margin:0;
    padding:0;
    font-weight:bold;
}
div.signup_steps li{
    padding:3px;
}


div.signup_form{
    width:290px;
    float:left;
    margin-left:10px;
    display:inline;
}
div.signup_infocolumn{
    float:left;
    width:320px;
}
div.signup_content{
    float:left;
    width:475px;
    margin-left:10px;
}
table.form{
    width:100%;
    border-collapse:collapse;
}
table.form tr.columnlabels td{
    background:#efefef;
    font-weight:bold;
    text-align:center;
}
table.form td{
    padding:5px;
    vertical-align:top;

}
table.form td.label{
    text-align:right;
}
table.summary{
    border:2px solid #999999;
}
table.summary td.total{
    font-weight:bold;
    text-align:right;
}
table.summary td{
    border:1px solid #e2e2e2;
    border-bottom:2px solid #999999;
}
div.sectionlabel{
    background:#e2e2e2;
    font-weight:bold;
    width:100%;
    padding:5px 0px 5px 0px;
}
div.sectionlabel span{
    margin-left:5px;
}
div.accountlabel{
    background:#c0c0c0;
    font-weight:bold;
    width:100%;
    padding:5px 0px 5px 0px;
    border:1px solid #000000;
    text-align:center;
}
div.sectionlabel2{
    background:#336699;
    color:#ffffff;
    font-weight:bold;
    width:100%;
    padding:5px 0px 5px 0px;
    border-bottom:1px solid #000;
}
div.sectionlabel2 span{
    margin-left:5px;
}

table.form td.buttons{
    text-align:right;
    padding:5px;
}
input.textinput1{
    border:1px solid #999999;
    font-size: 12px;
}
textarea.textarea1{
    border:1px solid #999999;
    width:330px;
    height:50px;
    font-family: Arial;
    font-size: 12px;
}
textarea.customqualifier{
    width:500px;
    height:50px;
    margin:0 auto;
    font-family: Arial;
    font-size: 12px;
}
input.locked{
    border:1px solid #999999;
    background:#fff9b5;
}
.top{
    vertical-align:top;
}
.bottom{
    vertical-align:bottom;
}
.middle{
    vertical-align:middle;
}
div.foot_formbuttons{
    clear:both;
    text-align:right;
    padding:5px;
    overflow:hidden;
}
td.price{
    text-align:right;
    font-weight:bold;
    padding-left:10px;
}
input.input_quantity{
    border:1px solid #999;
    width:25px;
}
div.signup_tablebox{
    margin:20px;

}
input.card_cvv{
    width:35px;
}
/*-----------------------------------end user registration*/
/*-----------------------------------subnavs*/
div.account_subnav_wrapper{
    background:#efefef;
    width:980px;
    float:left;
}
div.account_subnav1{
    width:980px;
    padding-top:4px;
    overflow:hidden;
    float:left;
    position:relative;
    z-index:2;
    font-variant:small-caps;
}
div.account_subnav1 ul{
    list-style-type:none;
    margin:0;
    padding:0;

}
div.account_subnav1 li{
    display:inline;
    border-top:1px solid #999999;
    border-right:1px solid #999999;
    border-left:1px solid #999999;
    border-bottom:1px solid #999999;
    float:left;
    margin-left:5px;
    position:relative;
    z-index:2;
}
div.account_subnav1 li.on{
    border-bottom:0px;
}
div.account_subnav1 li.on a:link,
div.account_subnav1 li.on a:visited,
div.account_subnav1 li.on a:active,
div.account_subnav1 li.on a:link{
    padding-bottom:4px;
}
div.account_subnav1 a:link,
div.account_subnav1 a:visited,
div.account_subnav1 a:active,
div.account_subnav1 a:hover{
    display:block;
    color:#336699;
    font-weight:bold;
    padding:3px 5px 3px 5px;
    text-decoration:none;
    background:#e2e2e2;
}
div.account_subnav1 a:hover{
    background:#ffffff;
}

div.account_subnav1 li.on a:link,
div.account_subnav1 li.on a:active,
div.account_subnav1 li.on a:visited,
div.account_subnav1 li.on a:hover{
    background:#ffffff;

}
div.account_subnav2{
    width:980px;
    background:#ffffff;
    margin-top:-1px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    float:left;
    position:relative;
    z-index:1;
}
div.account_subnav2 ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
div.account_subnav2 li{
    display:inline;
    float:left;
    margin-left:5px;
}
div.account_subnav2 a:link,
div.account_subnav2 a:visited,
div.account_subnav2 a:active,
div.account_subnav2 a:hover{
    display:block;
    color:#336699;
    font-weight:bold;
    padding:3px 5px 3px 5px;
    text-decoration:none;
    background:#e2e2e2;
    font-variant:small-caps;
}
div.account_subnav2 a:hover {
    background:#ffffff;

}

div.account_subnav2 li.on a:link,
div.account_subnav2 li.on a:active,
div.account_subnav2 li.on a:visited,
div.account_subnav2 li.on a:hover{
    background:#ffffff;

}
/*-----------------------------------end subnavs*/
/*-----------------------------------member screens*/
div.accountdetails{
    float:left;
    width:315px;
    padding-right:10px;
    border-right:1px solid #e2e2e2;

}
div.plansummary{
    float:left;
    /*width:675px;*/
    width:955px;
    margin:10px 0px 0px 10px;

}
div.quicklinks{
    text-align:right;
    float:right;


}
div.quicklinks ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
div.quicklinks li{
    display:inline;
    margin-left:10px;
}
input.button_control{
    background:#e2e2e2;
    border:2px outset #bbbbbb;
    color:#336699;

    margin:4px;
    cursor:pointer;

    font-size:0.8em;
}
div.planmanager{
    margin:10px;
    float:left;
    width:960px;
}
td.tools{
    width:275px;
}
td.tools table td{
    vertical-align:middle;
}
table.icons{
    border-collapse:collapse;
}
table.icons td{
   padding:2px;
}
table.accounthome{
    border-collapse:collapse;
    margin-top:10px;
    font-weight:bold;
    color:#666666;
}
table.accounthome td{
    border:1px solid #999999;
    padding:5px;
}
table.accounthome td.label{
    background:#ccdae8;
    font-weight: bold;
}
/*-------------------------------end member screens*/
/*-------------------------------design wizard*/

div#currentplan{
   width:950px;
   margin:10px;
   background:#e2e2e2;
   border:2px solid #000000;
   padding:5px;
   overflow:hidden;
   clear:both;
   float:left;
}
div#currentplan ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
div#currentplan li{
    display:inline;
    margin-right:15px;
}
div.wizard_wrapper{
    margin:5px;
    float:left;
    width:970px;
    border:1px solid #000000;
}

div.wizard_subnav{
    width:220px;
    border-right:1px solid #000000;
    float:left;
    display:inline;
    position: relative;
}
div.wizard_subnav ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
div.wizard_subnav a:link,
div.wizard_subnav a:visited,
div.wizard_subnav a:active,
div.wizard_subnav a:hover{
    width:210px;
    padding:5px;
    background:#e2e2e2;
    border-top:1px solid #58493e;
    border-bottom:1px solid #1f1a17;
    background:#ffffff;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #999999;
    display:block;
    text-decoration:none;
}
div.wizard_subnav a:hover,
div.wizard_subnav li.on a:link,
div.wizard_subnav li.on a:active,
div.wizard_subnav li.on a:visited,
div.wizard_subnav li.on a:hover{
    /*background:#ffffff;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #999999;
    color:#336699;*/
    background:#336699;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #999999;
    color:#ffffff;
}
div.wizard_subnav ul.wizard_secondary a:link,
div.wizard_subnav ul.wizard_secondary a:visited,
div.wizard_subnav div.wizard_subnav ul.wizard_secondary a:active,
div.wizard_subnav ul.wizard_secondary a:hover{
    width:192px;
    padding:3px 3px 3px 25px;
    background:#fff9b5;
    color:#336699;
    display:block;
    text-decoration:none;
    border:0;
}
div.wizard_subnav ul.wizard_secondary a:hover,
div.wizard_subnav ul.wizard_secondary li.on a:link,
div.wizard_subnav ul.wizard_secondary li.on a:active,
div.wizard_subnav ul.wizard_secondary li.on a:visited,
div.wizard_subnav ul.wizard_secondary li.on a:hover{
    background:#fff965 url('../images/icon_arrow_right.gif') 18px 5px no-repeat;
    color:#336699;
    border:0;
}

div.wizard_stage{
    width:725px;
    float:right;
    margin:10px;
}
div.wizard_stage h2{
    margin-top:0px;
}

table.basicinfo{
    border-collapse:collapse;
    margin-top:10px;

}
table.basicinfo td{
    border:1px solid #999999;
    padding:5px;
}
table.basicinfo td.label{
    background:#ccdae8;
    font-weight: bold;
    color:#666666;
}
/*.......................STEP2*/
div#measurecontrols{
    border:1px solid #999999;
    margin:5px 10px 5px 5px;
}
div#measurelist_wrapper{
    border:1px solid #999999;
    width:350px;
    display:inline;
    margin-right:10px;
    float:left;
}
div#measure_results{
    height:300px;
    width:349px;
    overflow: auto;
}

div#languagelist_wrapper{
    border:1px solid #999999;
    margin-right:10px;
    margin-bottom: 10px;
}
div#language_results{
    height:300px;
    overflow:auto;
    overflow-x:hidden;
}

table.langtablelist1 {
    border-collapse:collapse;
    width:100%;
}

table.langtablelist1 td {
    padding:5px;
}
table.langtablelist1 td.control {
    width:25px;
}

table.langtablelist1 td.controli {
    width:125px;
}

table.langtablelist1 td {
    border-bottom:1px solid #999999;

}

table.tablelist1,
table.tablelist2{
    border-collapse:collapse;
    width:330px;
}

table.tablelist1 td,
table.tablelist2 td{
    padding:5px;
}
table.tablelist1 td.control,
table.tablelist2 td.control{
    width:25px;
}
table.tablelist1 td,
table.tablelist2 td{
    border-bottom:1px solid #999999;

}
table.tablelist2{
    width:650px;
}
/*....................end STEP2*/
div.helpbox1{
    background:#ffffff;
    border:1px solid #999999;
    border-right:2px solid #000000;
    border-bottom:2px solid #000000;
    width:300px;

    position:absolute;
	top: 0;
	left: 0;
}

div.helpbox1_scroller{
    width:289px;
    height:289px;
    overflow:auto;
    overflow-x:hidden;
    border:1px solid #e2e2e2;
    margin:5px;

}
div.helpbox_head{
    margin:5px;
    clear:both;
}
div.helpbox_title{
    float:left;
    font-weight:bold;
    font-size:1.2em;
}
div.helpbox_controls{
    float:right;
    text-align:right;
}
div#weightstable{
    width:470px;
    float:left;
}
div#weightstotal_wrapper{
    width:200px;
    float:right;
    margin:10px;
    padding:10px;
    text-align:center;
}
div#weightstotal{
    margin:5px auto;
    font-weight:bold;
    font-size:1.6em;
    border:1px solid #999999;
    background:#e2e2e2;
    padding:5px;
    width:100px;
}
div#measurebrowser{


}
div.measuredetails{
    border:1px solid #999999;
    background:#e2e2e2;
    padding:5px;

    font-weight:normal;
}
div#setgoals{

}
textarea.goalentry{
    width:220px;
    height:100px;
    font-family: Arial;
    font-size: 12px;
}
textarea.performanceentry{
    width:650px;
    height:200px;
    font-family: Arial;
    font-size: 12px;
}
table.samplegoals{
    margin-top:5px;
    font-weight:normal;
}
table.samplegoals td.samplenumber{
    font-weight:bold;
    color:#666666;
    background:#e2e2e2;
    font-size:2em;
    text-align:center;
}
div#setgoals div.controls{
    font-weight:bold;
    padding:5px;
    border:2px solid #666666;
    margin:0px 0px 5px 0px;
    background:#ffffff;
}
div#setgoals table{
    background:#ffffff;
}
table.payouts td.label{
    width:150px;
}

div.vscroller_adminlanguage{
    height:150px;
    margin-bottom:10px;
    width:650px;
}

div.vscroller_overlay {
	position: absolute;
	top: 30px;
	left: 0;
	height: 150px;
	width: 650px;
	background: #ffffff url('../images/icon_loading_bar.gif') no-repeat center;
	border:1px solid #999999;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

div.adminlanguage_container {
	width: 650px;
	position: relative;
}

div.adminlanguage_container div.sectionlabel {
	border:1px solid #999999;
	border-bottom: 0;
}

table.customlanguage td.label{
    width:150px;
}

div.langtitle {
	margin-bottom: 5px;
	font-weight: bold;
}

div.langdef {
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding: 4px;
}

input.input_admintitle{
    width:400px;
    font-size: 12px;
}

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

textarea.textarea_admindescription{
    width:400px;
    height:300px;
    font-family: Arial;
    font-size: 12px;
}
table.finaloptions{
    width:250px;
    margin:10px;
}
div.copybutton{
    text-align:center;
    padding:5px;
    margin:5px;

}
/*---------------------------end design wizard*/
/*---------------------------------planmanager*/
div#payoutcalculator table{
    width:300px;
    margin:0 auto;
}
div#payoutcalculator td.td_payout{
    text-align:right;
    font-weight:bold;
    font-size:1.5em;
    background:#fff9d9;
}
div#payoutcalculator div#payout{
    display:inline;

}
input.payoutentry{
    width:80px;
}
td.centerbutton{
    text-align:center;
}
div.procedure{
    background:#e2e2e2;
    margin:10px;
    padding:10px;
}
div.procedure ul{
    margin:10px 0px 0px 15px;
}
div.searchcontrols{
    margin:5px;
    padding:5px;
}
div.email_stage{
   margin:10px;
}
textarea.textarea_email{
    width:400px;
    height:100px;
}
table.reports td{
    text-align:center;
}
table.reports img{
    margin:5px;
}
div.wizard_controls{
    float:right;
}
/*-----------------------------end planmanager*/
textarea.definition{
    width:550px;
    height:100px;
       font-family: Arial;
    font-size: 12px;
}
div#language_order{

}
ul#language_draglist{
    list-style-type:none;
    margin:0;
    padding:0;
}
ul#language_draglist li{
    border:1px solid #999999;
    padding:5px;
    margin:8px;
    cursor:move;
}
/*-------------------------------popup*/
div.wrapper_pop{
    font-size:1.1em;
    margin:10px;
    text-align:left;
}
div.controls_pop{
    margin:10px;
}
/*---------------------------end popup*/
textarea.performance{
    width:350px;
}
div.dialog{
    border:1px solid #336699;
    font-weight:bold;
    background:#daedff;
    padding:5px;
    margin:10px 10px 10px 5px;
}

div.error-dialog {
	border:1px solid #ff0000;
    font-weight:bold;
    background:#ffedda;
    padding:5px;
    margin:10px 10px 10px 5px;
    color: red;
}
input.input-error {
	color: red;
	border: 1px solid red;
}
/*------------------------------static pages*/
div.column_thin{
    float:left;
    width:252px;
    padding:8px;

}

div.column_half{
    float:left;
    width:330px;
    padding:8px;

}

div.column_quarter {
	float: left;
	width: 223px;
	height: 460px;
	padding: 0px;
  display:inline;

}
div.column_quarter div.inner,
div.column_third div.inner{
  margin:7px;
}
div.column_third {
	float: left;
	width: 217px;
	height: 460px;

}

div.planprice {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.border-right {
	border-right:1px solid #b5b5b5;
}

div.column_table{
    float:left;
    width:232px;
    padding:8px;
}
div.column_medium{
    float:left;
    padding:8px;
    width:425px;
}

div.column_wide{
    float:left;
    width:410px;
    padding:8px;
    border-left:1px solid #b5b5b5;
}
div.column_full{
    float:left;
    width:710px;
    padding:8px;
    border-left:1px solid #b5b5b5;
}
div.columntitle{
    width:100%;
    border:1px solid #b5b5b5;
    background:#fcbe56;
    font-weight:bold;
    text-align:center;
}
div.columntitle h2{
    margin:3px;
    padding:0;
    font-size:1.1em;
}
table.information{
    border-collapse:collapse;
    margin:0 auto;
}
table.information td{
    text-align:center;
    border:2px ridge #c0c0c0;
    padding:3px;
}
table.information tr.columntitles td{
    background:#ccdae8;
    font-weight:bold;
}
table.twocolumneven td{
    width:50%;
}
/*--------------------------end static pages*/
.form-error {
	color: red;
}

a.red {
	color: red;
}
div.paginator{
    font-weight:bold;
    padding-bottom:10px;
}
div.paginator div.pleft{
    float:left;
}
div.paginator div.pright{
    float:right;
    text-align:right;
}
div.paginator div.pagenav ul{
    list-style-type:none;
    margin:0;
    padding:0;

}
div.paginator div.pagenav li{
    display:inline;
    float:left;
    margin-right:10px;
}

/* ------------------------------------------------------- */
div.paycalc {
	position: relative;
	top: 0;
	left: 0;

}

div#calculatorcontainer {
	position: relative;
}

div#calccontainer {

}
ul.session{
    list-style-type:none;
    margin:0;
    padding:0;
}
ul.session li{
    margin-bottom:5px;
}

div.testimonial {
	width: 640px;
	margin-bottom:20px;
}

div.testimonial_container {
	margin: 5px;
}

div.testimonial_quote {
	width: 380px;
	font-style: italic;
	font-weight: normal;
	background:#dddddd;
	border: 1px solid #9a9a9a;
}

div.testimonial_credit {
	font-weight: bold;
}

.form_required {
	color: red;
}

.contact_textarea {
	width: 400px;
	height: 200px;
}

.formerror {
	font-weight: bold;
	color: red;
}

.glossaryhighlight, .ttip {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}

/*---------------------------------------------- js dialog box styles */
div.wsd_dlgyn {
	width: 250px;
	background: #e2e2e2;
	border: 1px solid #999999;
	position: absolute;
	z-index: 10001;
	font-size: 12px;
	height: auto;
}

div.wsd_dlgyn div {
	margin: 10px;
}

div.wsd_dlgyn div.buttoncontainer {
	margin: 10px;
	text-align: center;
}

.dialog_button_yes {
	background:#336699;
    border:1px solid #999999;
    color:#ffffff;
    font-weight:bold;
    margin-right:10px;
    cursor:pointer;
}

.dialog_button_no {
	background:#996633;
    border:1px solid #999999;
    color:#ffffff;
    font-weight:bold;
    margin-left:10px;
    cursor:pointer;
}

#dialog_overlay-id {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 10000;
}

.langhighlightover {
	background-color: #ffff00;
}

.langselected {
	background-color: #daedff;
}

div#langEditorContainer {
	width: 500px;
	background: #e2e2e2;
	border: 1px solid #999999;
	position: absolute;
	z-index: 10001;
	font-size: 12px;
	height: auto;
	text-align: center;
}

div.tipdisplay {
	width: 500px;
	background: #e2e2e2;
	border: 1px solid #999999;
	position: absolute;
	z-index: 10001;
	font-size: 12px;
	height: auto;
	padding: 10px;
}

div.tipdisplay a.close {
	text-decoration: none;
}

#tipx {
	border-bottom: 1px solid #999999;
	height: 20px;
}

#tipx a {
	float: right;
}

#tipx img {
	float: left;
}

#langEditorContainer form table td {
	font-size: 10px;
}

.langEditorInfo {
	margin: 10px;
	background-color: #ffffff;
	border: 1px solid #999999;
	text-align: left;
	font-size: 10px;
	padding: 4px;
}

.langEditorInput {
	font-size: 12px;
	width: 400px;
	border: 1px solid #999999;
	padding: 4px;
}

.langEditorTextarea {
	font-size: 12px;
	font-family: Arial;
	width: 400px;
	height: 300px;
	border: 1px solid #999999;
	padding: 4px;
}

div#wizard-nav-overlay {
	position: absolute;
	background-color: #ffffff;
	width: 220px;
	height: 154px;
	top: 24px;
	left: 0;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.error-msg {
	color: #ff0000;
}
td.signuperror{
    color:#ff0000;
    font-weight:bold;
}

div.msetlist {
	border-top: 1px solid #336699;
	padding: 4px;
}

div.msetlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.msetlist li {
	cursor: hand;
}

div.qsetlist {
	border-top: 1px solid #336699;
	padding: 4px;
}

div.qsetlist ul {
	font-weight: normal;
}

div.qsetlist li {
	cursor: hand;
}

table.msetlist {
	border-collapse: collapse;
	width: 100%;
}

table.msetlist td {
	border: 1px solid #336699;
	padding: 2px;
}

table.msetlist td.button {
	width: 60px;
	vertical-align: top;
	text-align: right;
	border: 0;
	padding-right: 2px;
}
table.contact td.button{
    text-align:right;
}

.specialoffer {
	padding: 4px;
	background-color: red;
	color: white;
	font-weight: bold;
	margin-left: 30px;
}

.largerightmargin {
	margin-right: 100px;
}
div.resourcebox{

  width:850px;
}

div.adminlangcontainer {
	border: 1px solid #336699;
	padding: 4px;
	margin-right: 30px;
}