body
{
  background-color: #FFF;
  font: 13px verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

h3
{
  font: 15px verdana, arial, sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

/* Star hack for pesky Internet Explorer \*/
* html h3
{
  font: 14px verdana, arial, sans-serif;
  font-weight: bold;
}
/* End hack */

h2
{
  font: 20px verdana, arial, sans-serif;
padding-top: 0px;
margin-top: 0px;
  font-weight: bold;
}

/* Star hack for pesky Internet Explorer \*/
* html h2
{
  font: 15px verdana, arial, sans-serif;
  font-weight: bold;
}
/* End hack */

textarea
{
  font: .9em verdana, arial, sans-serif;
}


div#main_wrapper
{
  text-align: left;
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
}

div#header
{
  width: 1000px;
  margin: 0 auto;
}

#all_cols
{
  width: 1000px;
  margin: 0 auto;
}

#content
{
  padding-top: 1em;
  float: left;
  width: 800px;
  margin-left: 10px;
  margin-right: 20px;
}

#right_bar
{
  background-color: #FFFFFF;
  float: left;
  width: 170px;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

#footer
{
  border-top: 1px solid;
  background-color: #000;
  color: #FFF;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  width: 100%;
  clear: both;
}

#header_inner, #left_bar_inner, #right_bar_inner, #content_inner, #footer_inner
{
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#header_inner
{
  padding: 1em 2em;
}

#left_bar_inner
{
  padding: 1em 1em 1em 1em;
}

#content_inner
{
  padding: 0px;
}

#footer_inner
{
  width: 1000px;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
}

#right_bar_inner
{
  padding: 0px;
    padding-top: 1em; 
}

div.content_header
{
  padding: .5em .5em .5em .5em;
  padding-left: 10px;
  border: 1px solid;
  background-color: #Ae5;
  background-image: url(shade.png); background-position: bottom; 
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

div.content_header_top
{
  padding: .5em .5em .5em .5em;
    padding-left: 10px;
  border: 1px solid;
  background-color: #Ae5;
  background-image: url(shade.png); background-position: bottom; 
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

div.content_box
{
  border: 1px solid gray;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

}

div.nav_box
{
  background-color: #FFFFFF;
  padding: 1em 1em 1em 1em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  margin-bottom: 10px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

a.living
{
	color: #000;
  text-decoration: underline;
}


a.living:hover
{
  color: #55A042;
}

a
{
  color: #000;
  text-decoration: none;
}

a:hover
{
  color: #000;
}

a:visited
{
  color: #000;
}

li
{
  margin-bottom: 4px;
}

div.formsection
{
  margin-top: 10px;
  width: 100%
}

table
{
  border: none;
  background-color: #FFF;
}

table.result
{
  border: none;
  background-color: #FFF;
  border-spacing: 1px;
  border-collapse: collapse;
}

table.plain
{
  border: 0px;
  background-color: #FFF;
}

th
{
  font-weight: bold;
  background-color: #FFF;
  padding: 3px;
}

td
{
  background-color: #FFF;
  padding: 3px;
}

div.table_head
{
  background-color: #9C5;
  background-image: url(shade.png); background-position: bottom; 
  padding: .5em .5em .5em .5em;
  width: auto;
  border: 1px solid;
  margin-top: 10px;
}


div.table_head h2
{
  padding: 0px;
  margin: 0px;
}

.error_text
{
  font: 1em Verdana;
  color:#ee0000;
  font-weight:bold;
}

.success_text
{
  font: 1em Verdana;
  color:#00aa00;
  font-weight:bold;
}

input.submit
{

}

input.reset
{

}

p
{
  margin-bottom: 1em;
}

code, pre
{
  font-size: 1.2em;
}

img
{
  border: 0px;
}

img.expanded
{
	border: 0px;
  width: 100%;
}

ul.navigation
{
  padding: 0px;
  margin: 0px;
 }

li.nav
{
  background-color: #FFFFFF;
  text-align: center;
  margin: 5px;
  padding: 5px;
}
li.nav:hover
{
  background-color: #EEE;
}


/*Make sure that the links inside the navigation list aren't underlined.
  Too bad this isn't yet supported in explorer!*/
li:first-child
{
  text-decoration: none;
}

input
{
  font-family: sans-serif;
}

input.text {margin-top:5px; margin-bottom:5px; width:100%; padding: .2em; }

input.textbox
{
  font-size: 1em;
	border:1px solid #ccc;
  margin: 3px;
/*	padding: .25em;
	
	vertical-align: middle;*/
	font-size: 17px;
}

input.textbox:focus
{
  font-size: 1em;
	border: 1px solid #9C5;
  margin: 3px;
/*	padding: .25em;

	vertical-align: middle; */
	font-size: 17px;
}

.fg-button { 
   outline: 0; 
   margin:0 4px 0 0;
   padding: .4em 1em; 
   text-decoration:none !important; 
   font-size: 12px;
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #000; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #Ae5; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 1px solid gray; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: gray; background-image: url(shade.png); background-position: bottom;}
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 6px 0;
 border-bottom: 1px solid #777;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 6px .5em;
 margin-left: 5px;
 border: 1px solid #777;
 border-bottom: none;
 background: #DDD;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #444; }
ul.tabbernav li a:visited { color: #666; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAA;
 border-color: #222;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 20px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  /*overflow:auto; */
}

