/* CSS Document */
#sc_wrapper{
  width:990px;
  margin:auto;
  text-align:left;
  overflow:none;
  clear: none;
  font-size: 110%;
}

#sc_container{
  width: 990px;
}

#sc_top{
  width: 980px;
  float: left;
}
#sc_top p{
  padding:0 0 10px 0px;
  color: #000;
  font-size: 110%;
}
#sc_top h3 { padding: 0 0 10px 0;color:#000; font-size: 120%; font-weight: bold;}
#sc_main{
  width: 980px;
  float: left;
  padding-left:20px;
}
#more_sc {
width: 900px;
float:left;
padding: 0 20px 20px 0;
color: #333;
}
#more_sc_left {
float: left;
width:300px;
}
#more_sc_right {
float: right;
width: 560px;
padding: 10px;
border: 1px solid #71a9e3;
background-color: #f3f3f3;
}

#sc_main p{
  padding:10px 0 0 20px;
  color: #000;
  font-size: 110%;
}

#sc_btm{
  width: 980px;
  height: 65px;
  float: left;
}

#sc_mainnav
{
  padding: 0px 0px 5px 40px;
  clear: both;
}

#sc_mainnav h1 
{
    font-size: 128%;
    color: #000;
    font: Arial, Helvetica, sans-serif bold;
}
#main_city {
   color: #0c9805;
   padding-left: 5px;
   font-weight: normal;
}

#popular_cities
{
   color: #0c9805;
   font-size:90%;
   padding: 0 10px 0 50px;
}

#cities_options{
   color: #000;
   font-size:80%;
   font-weight: normal;
}

#city_display{
  width: 905px;
  height: 200px;
  border: 1px solid #dfdfdf;
  margin: 5px 0 0 20px;
  background-color: #f3f3f3;
  float: left;
  display: block;
}

#city_display_list {
  padding: 10px;
  font-size: 80%;
}
#city_display_list h3{
  color:#1b67a3;
  font-family:Arial, Helvetica, sans-serif;
  padding-bottom:5px;
}

#city_display_list ul{
  margin:0;
  padding:0 50px 0 0;
  display:inline;
  float:left;
}

#city_display_list li{
  list-style-type:none;
  padding: 3px 0 3px 0;
}

#city_display_list ul a{
  text-decoration:none;
  color:#000;
  font: Arial, Helvetica, sans-serif bold;
}

#city_display_list ul a:link{
    text-decoration:none;
    font: Arial, Helvetica, sans-serif bold;
}

#city_display_list ul a:hover{
    text-decoration:underline;
    color:#333333;
    font: Arial, Helvetica, sans-serif bold;
}

/* CSS for salary center charts */
#sc_chart_display{
  width: 650px;
  border: 1px solid #71a9e3;
  margin: 20px 0 0 20px;
  background-color: #f3f3f3;
  padding:10px;
  float: left;

}

#sc_chart_display #left_panel{
  width: 415px;
  height: 350px;
  border: none;
  background:url(/images/chartbg.png) no-repeat;
  float: left;
  display:inline;
}

#sc_chart_display .right_panel{
  width: 212px;
  height: 100%;
  border: none;
  background-color: #fff;
  float: right;
  display:inline;
  
}

#sc_chart_display .right_panel h3{
  color:#1b67a3;
  font-size: 110%;
  font-family:Arial, Helvetica, sans-serif;
  padding-bottom:5px;
}

#sc_chart_display .right_panel ul{
  margin:10px 0px 0 0;
  display:inline;
  float:left;
  font: Arial, Helvetica, sans-serif bold;
  font-size: 100%;
}

#sc_chart_display .right_panel li{
  list-style-type:none;
  padding: 0px 5px 7px 25px;
}
#sc_chart_display .right_panel li.delete{
  margin: 2px 0 0 10px;
  background:url(/images/chart_delete.gif) no-repeat left top;
}

#sc_chart_display .right_panel li.add{
  margin: 2px 0 0 10px;
  background:url(/images/chart_add.gif) no-repeat left top;
}

#sc_chart_display .right_panel ul a.jt1 {
  color: #008335  ;
}
#sc_chart_display .right_panel ul a.jt2 {
  color: #336699;
}
#sc_chart_display .right_panel ul a.jt3 {
  color: #ff0000;
}
#sc_chart_display .right_panel ul a.jt4 {
  color: #cc99cc;
}
#sc_chart_display .right_panel ul a.jt5 {
  color: #cf5910;
}

#sc_chart_display .right_panel ul a{
  text-decoration:none;
  color:#000;
  font-weight:bold;
}

#sc_chart_display .right_panel ul a:link{
  text-decoration:none;
}

#sc_chart_display .right_panel ul a:hover{
  text-decoration:underline;
  color:#333333;
}

#jobsearch {
  margin:20px 0px 0px 20px;
  float: left;
  width: 200px;
  font-size: 120%;
}

#scale { 
  width: 220px; 
  height: 320px;
  border: none;
  background:url(/images/scale.png) no-repeat left; 
  float: left;
}

.scale_field { 
  height: 45px;
  border: none; 
  float:left; 
  font-size: 20px;
  color: #000;
  padding: 4px 0 0px 80px;
  font: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

form.mini_search {
margin-top: 10px;
}
form.mini_search label{
    padding: 0;
}
form.mini_search input { 
    padding: 2px;
    color:#000;
    margin-right: 3px;
    background: #fff;
    border: 1px solid #000;
    font-size: 105%;
 }

