/* css bGrantez HQ default style - 'main' by bGrantez.me
   
   mailto: info@bgrantez.me 

   All associated graphics copyright 2009, bGrantez HQ 

   IMPORTANT:
   This design is not a template. You may not reproduce it elsewhere without the
   designer's written permission. */
 
*{
    margin:0;
    padding:0;
}

body {
    font: 0.7em/100% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    color: #4c4c4c;
    margin: 0;
    padding: 0;
    background-color: white;
}

.wrapper { width: 800px; margin: 0 auto; *margin: 0 auto 15px; _margin: 0 auto; }

.wrapper{
    margin-top:10px;
}

img {    
	    border:0px;
	    display: block;
}

div#hd {
    background: #000;
    color: #ccc;
    clear:both;
    padding:15px 0 5px 0;
}

div#bd {
    clear:both;
    padding:15px 0 0 0;
    height:auto;
}

div#ft {
    background: #000 url('../images/logo_peke.png') no-repeat top right;
    color: #ccc;
    clear:both;
    padding:10px 0 10px 0;
}


img.help {
    cursor: uri;
}

a{ 
    color: #9c9c9c;
    text-decoration: none; 
}

a:hover{ 
    text-decoration: underline; 
}

.tab_container {
    margin: 0;
    height: 22px;
    padding: 0;
}

.tab_container ul {
    margin: 0; padding: 0;
        background:#000;
}

.tab_container li {
    margin: 0; padding: 0;
    display: inline;
    list-style: none;
    border: none;
}

.tab_container ul.tabs {
    float: left;
    padding-left:5px;
}

div.tab_container a:link,
div.tab_container a:visited {
    color: #fff;
    text-decoration: underline;
    border:1px #000 solid;
}

.tab_container a:hover {
    color: #fff;
    border:1px #ddd dashed;
    text-decoration: none;
}

.tab_container ul.tabs a:link, .tab_container ul.tabs a:visited {
    float: left; /* for IE6 */
    font-size: 12px;
    font-weight: normal;
    padding: 3px 8px 9px 8px;
    margin: 0;
}

.tab_container ul li a:hover {
    color: #fff;
    text-decoration: none;
    border:1px #ddd dashed;
}

.tab_container ul.tabs a:link.current, .tab_container ul.tabs a:visited.current {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    margin: 0 5px;
}

div.loading-spinner {
    background: #fff url('../images/spinner-light.gif') no-repeat center center;
    opacity: 0.75;
    filter:alpha(opacity: 75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
}

label {
    line-height:160%;
    width: 8em;
    float:left;
    text-align:right;
    color:#d0d0d0;
}

span.label {
    font: 1.2em/140% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    padding-left:5px;
    margin-left:10px;
    margin-right:10px;
}

div.first-header{
    text-align:right;
    position:relative;

}

div.last-footer{
	width:100%;
	clear:both;
    margin-top:20px;
    padding-top:2px;
    text-align:center;
}

div.dep-info{
    width:350px;
    float:right;
    clear:right;
    text-align:right;
    margin-bottom:5px;
}

.gridbag {
	height:auto;
	width:300px;
	margin-bottom:10px;
}

.sidebar{
	width:475px;
}

.full{
	clear:both;
	width:100%;
}

.right{
	float:right;
}

.left{
	float:left;
}

div.form{
    margin-bottom:10px;
}

div.failure-notification {
    border: #a32e2f dotted 1px;
    padding:10px;
    background: #fda0a7;
    margin: 10px;
}

.failure-notification h3,{
    padding:0;
    margin:0;
    margin-bottom:.5em;
    font: 1.1em/120% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

.failure-notification a{
    color: blue;
    text-decoration: underline;
}


h3{
	color: #c04166;
	padding-top: 10px;
	padding-bottom: 5px;
    font: 1.8em/120% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

p{
    font: 1.0em/120% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

.title{
    font: 1.4em/120% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

.highlight{
    background: #ffffcc;
}


