html, body {
height: 101%;
margin:0;
padding:0;
}

body{
background: url("images/bg_gradient.png"); 
background-repeat: repeat-x;
background-color: #121110;

font-family:Arial, Helvetica, sans-serif; color:#474747; font-size:11pt; 
line-height:1.36em; }

img{display:block; border:0; text-align:left; vertical-align:top;}

.column{float:left;}

.green{color: #72bf44;}

.container{width:100%; overflow:hidden;}

table { font-size: inherit; }

h1 {font-size: 22px; }
h2 {font-size: 20px; }
h3 {font-size: 18px; }

input, textarea, select{color:#000000; vertical-align:top; text-align:left; border: 1px solid #313131; background:#F4F4F4; font:11px Arial, helvetica, sans-serif; padding-left:5px;}
input.big, textarea.big, select.big{color:#000000; vertical-align:top; text-align:left; border: 1px solid #313131; background:#F4F4F4; font:12px Arial, helvetica, sans-serif; padding-left:5px;}

.float_right{float:right;}
.align_right{text-align:right;}
.center{text-align:center;}
.block{display:block;}

a{color:#62a53a; text-decoration:none; font-weight: bold;} 
a.footer{color:#ffffff; text-decoration:none; font-weight: bold;} /*e7ef07 */
a:hover{text-decoration:none;} 
input:focus{ outline: none; }

/* begin css tabs */

/* CSS Tabs is licensed under Creative Commons Attribution 3.0 - http://creativecommons.org/licenses/by/3.0/ */
/* Joshua Kaufman, unraveled - http://unraveled.com/publications/assets/css_tabs/ */

ul.tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li { /* do not change */
display: inline;
}


ul.tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #0fc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul.tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

ul.tabnav li.selected { /* settings for selected tab */
border-bottom: 1px solid #000; /* set border color to page background color */
background-color: #000; /* set background color to match above border color */
}

ul.tabnav li.selected a { /* settings for selected tab link */
background-color: #000; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}


/* end css tabs */
