body {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 5px;
	background: #494848;
	font-size: 75%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#wrap {
	background: #b6ca64;
	margin: 0 auto;
	width: 760px;
}

#header {
	background: #b6ca64 url(images/curve-top-right.gif);
	background-position: top right;
	background-repeat:no-repeat;

}
.formurl {
	display: none;
}
#content{
background: #fff url(images/contentback.gif);
background-position:top;
background-repeat:repeat-y;
padding-left: 30px;
padding-right: 30px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
height: 100%;
}

/*----------------Login Form Styles -------------------------------------*/

#toplogin{
background-image: url(images/login-background.gif);
width: 230px;
height: 81px;
float: right;
display: inline;
margin-top: 5px;
margin-right: 20px;
}

#toploginhidden{
width: 230px;
height: 81px;
float: right;
display: inline;
margin-top: 5px;
margin-right: 20px;
}


#logforms{
margin-top: 15px;
margin-left: 15px;
padding: 0;
}

#logforms td{
font-size:10px;
}

.input{
color: #6E874D;
background-color: #fff;
border: 1px solid #6E874D;
font-size: 10px;
width: 130px;
margin: 2px;
padding: 2px;
}

.formbutton{
color: #6E874D;
background-color: #fff;
border: 1px solid #6E874D;
font-size: 10px;
margin: 2px;
}

.errorbox {
padding: 1px;
margin:auto;
border: 1px solid #6E874D;
text-align:center;
width: 350px;
color:#6E874D;
}
.errorbox p {
margin: 0;
}

.errorboxtitle {
padding: 1px;
margin:auto;
background: #6E874D;
border: 1px solid #6E874D;
color: #FFF;
width: 350px;
}

.pressDate {
	margin: 3px 0px 3px 0px;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #6E874D;
}

/*----------------Top Main Navigation-------------------------------------*/

#topnav {
 background: url(images/top-nav-bg.gif);
 height: 45px;
 clear: both;

 }

    #tabsB {
      width:100%;
      line-height:normal;
	 
    }
    #tabsB ul {
	    text-align:center;
        margin: 0;
        padding:12px 50px 0 80px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin: auto;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6E874D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB #current a {
                background-position:0% -42px;
        }
        #tabsB #current a span {
                background-position:100% -42px;
        }
        
    #tabsLoggedOut {
      	width:100%;
      	line-height:normal;
	 
    }
    #tabsLoggedOut ul {
	    text-align:center;
        margin: 0;
        padding:12px 50px 0 95px;
        list-style:none;
      }
    #tabsLoggedOut li {
      display:inline;
      margin: auto;
      padding:0;
      }
    #tabsLoggedOut a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsLoggedOut a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6E874D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsLoggedOut a span {float:none;}
    /* End IE5-Mac hack */
    #tabsLoggedOut a:hover span {
      color:#000;
      }
    #tabsLoggedOut a:hover {
      background-position:0% -42px;
      }
    #tabsLoggedOut a:hover span {
      background-position:100% -42px;
      }

        #tabsLoggedOut #current a {
                background-position:0% -42px;
        }
        #tabsLoggedOut #current a span {
                background-position:100% -42px;
        }
/*----------------BreadCrumb Navigation-------------------------------------*/

#bnav {
	background-image: url(images/gradient-bar.gif);
	padding: 3px 20px;
	clear: both;
	margin: 0;

}

#bnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bnav li {
	display: inline;
	margin: 0 3px;
	padding: 0;
}

#bnav li a {
	color: #6E874D;
	text-decoration:none;
}

#bnav li a:hover, a:visited {
	color: #333333;
	text-decoration:none;
}

/*----------------Messages-------------------------------------*/

.messageTableTD {
  	font-size:10px;
}

.messageTableTH {
  	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.shiftTableTD {
  	font-size:10px;
}

.shiftTableTH {
  	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.inviteTableTD {
  	font-size:10px;
  	border-top: 1px solid #CCCCCC;
  	padding:5px 3px 5px 3px;
}

.inviteTableTH {
  	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:3px;
}

select, textarea, input, option {
  	font-size:12px;
  	font-family:arial,sans-serif;
}


/*----------------Headings-------------------------------------*/

h1, h2, h3, h4, h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #6E874D;
}

h1
{
font-size: 1.7em;
color: #56693c;
margin: 0;
padding: .5em 0 .3em 0;
}

h2
{
font-size: 1.5em;
margin: 0;
padding: .5em 0 .3em 0;
}

h3
{
font-size: 1.2em;
margin: 0;
}

/*----------------Left Navigation Box-------------------------------------*/
#leftcol {
	background: #fff;
	border: 1px solid #ccc;
	width: 190px;
	padding: 0px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;	
	display: block;
}

#leftcol ul {
	margin: 0;
	padding: 0;
}

#leftcol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftcol li a{
	color: #6E874D;
	padding: 2px 5px 2px 10px;
	font-size: 1.1em;
	width: 175px;
	display: block;
	text-decoration: none;
	border: none;
}

#leftcol li a:hover{
	color: #56693c;
	text-decoration: none;
	background-color: #EEEEEE;
}

#leftcol li span{
	color: #56693c;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	font-size: 1.1em;
	width: 180px;
	display: block;
	border: none;
	background-color: #E1E1E1;
}

/*----------------Right Content Box-------------------------------------*/
#rightcontent {
	background: #fff;
	width: 485px;
	padding: 0px;
	float: right;	
}


/*----------------Links (The Rest) -------------------------------------*/

a {
	font-family: Arial, Verdana, Helvetica, sans-serif; 

	
}

a:link {
	color: #064b31;
	text-decoration:underline;
	
}

a:visited {
	color: #064b31;
	text-decoration:underline;
	
}

a:hover, a:active {
	color: #333;
	text-decoration:underline;
	
}

/*----------------Footer and Bottom Stuff -------------------------------------*/

#footer {
  	background-image: url(images/gradient-bar-bottom2.gif);
	clear: both;
	margin: 0;
	width: 760px;
	height: 75px;
}

#footer p   { color: #6e874d; font-size: 9px; text-align: center; margin: 0; padding: 5px }

#bottom{
	background: #B6CA64 url(images/curve-bot-right.gif);
	background-position: right;
	background-repeat:no-repeat;
}

.inline {
float: left;
display: inline;
padding: 0px 10px 10px 0px;
}
