body {
    font-size: 62.5%;
    background: #fff;
    font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    line-height: 22px;
    color: #555;
}                                               

textarea {
    resize: none;
}

img {
    max-width: 150px;
}

a { color: #21759b; text-decoration: none; font-weight: normal; }

a:visited {color:#4ca6cf;}

p a { border-bottom: 1px solid #dfdfdf; }

h3 a { font-weight: bold; }

p a:hover { border-bottom: 1px solid #d54e21; }

a:hover { color: #d54e21; }

h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 20px;
}

h2 a {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    clear: both;
}

#header {
    height: 88px;
    min-width: 960px;
    background: #464646 url( '../images/admin/top_bg.png' ) bottom center no-repeat;
}

#header h1 a {
    display: block;
    background: url('../images/admin/logo.png') center left no-repeat;
    width: 301px;
    height: 100px;
    text-indent: -9999px;
    float: left;
}

#header ul {
    margin-right: 14px;
    float: right;
    list-style: none;
    min-width: 500px;
    margin-top: 55px;
}

#header ul li {
    float: right;
    position:relative;
    list-style: none;
}

#header ul li a {
    font-family: "Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,sans-serif;
    font-weight: normal;
    display: block;
    line-height: 34px;
    padding: 0 6px;
    font-size: 12px;
    color: #999;
    text-shadow: #333 1px 1px 1px;
}

#header ul li a:hover {
    color: #fff;
}

#header ul li.current a {
    color: #555;       
    background: #e4f2fd;
    -moz-border-radius-topleft: 3px;
    -khtml-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    text-shadow: #c6d9e9 1px 1px 1px;
}
                  
#headline {
    height: 87px;
    min-width: 960px;
    background: #e4f2fd url( '../images/admin/center_bg.png' ) center repeat-y;
    border-bottom: 1px solid #c6d9e9;
}

#headline h2 {
    color: #555;
    font-size: 36px;
    line-height: 1em;
    text-shadow: #e4f2fd 0px 1px 0px;
    padding-left: 12px;
    float: left;
}

hr { border: none; border-top: 1px solid #dfdfdf; }

#headline a {
    color: #555;
}


#container
{
  width: 100%;
  background: none;
}

#content
{
  padding: 25px;
  padding-top: 0;
}


#content h1
{
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  font-size: 140%;
  color: #000;
}

td, th
{
  padding: 7px;
}

th
{
  font-weight: bold;
}

#footer
{
  clear: both;
  padding: 25px;
  margin-top: 0;
  height: auto;
  font-family: arial,sans-serif;
  font-size: 80%;
  float: right;
  color: #666;
  background: none;
}

#footer img
{
  vertical-align: middle;
}

#sf_admin_container fieldset h2
{
  font-size: 110%;
  font-family: arial,sans-serif;
  font-style: italic;
}


#sf_admin_bar {
    float: right;
    width: 280px;
}

#sf_admin_bar table {
    width: 280px;
}
select {
    max-width: 130px;
}
#sf_admin_container .sf_admin_form_field_logo div div label
{
  display: inline;
  float: none;
}

#sf_admin_container .sf_admin_form_row .content {
    padding-left: 15em;
}

#sf_admin_container .help
{
    padding-left: 15em; 
}

#sf_admin_container label
{
    width: 14em;
} 

#header h1
{
  width: auto;
}


input[type="text"], textarea
{
    width: 80% !important;
}
textarea
{
    height: 200px;
}

/*-------------------------------------------------------------------------------*/

.clear
{
    clear: both;
    font-size: 1px;
}

#sf_admin_container h1
{
    position: absolute;
    top: 120px;
    font: 20px Georgia;
}
#pagebody
{
    background: url( '../images/admin/white_bg.png' ) center repeat-y;
}
#pagebody .wrapper
{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
    background: url( '../images/admin/bottom_bg.png' ) center bottom no-repeat;
}

ul.simpleTreeUl
{
	padding: 0px;
	margin:  0px;
	margin-left: 30px;
}
ul.simpleTreeUl li
{
	list-style: none;
}
ul.simpleTreeUl li table
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}
.sf_admin_td_actions
{
	text-align: right;	
}
.sf_admin_td_actions li
{
    padding: 0px;
}


#sf_admin_content
{
    min-height: 550px;
}