/* CSS Document */
        body {
            margin:0;
            font-family: Arial;
            font-size:14px;
            /*background: #669900 none repeat scroll 0 0;*/
            background: #1A4817 url(../img/green_bg.jpg) repeat-x scroll 0 0;
            /*background: #1F3F1F;*/
        }

       div.appnitro {
            margin:20px 20px 0;
            padding:0 0 20px;
        }

        ul.statistics-list {
            list-style-type:none;
        }

        ul.statistics-list ul {
            list-style-type:none;
            width:auto;
            white-space:nowrap;
        }

        h1.labeled {
            background-color:#99CC00;
            margin:0;
            min-height:0;
            padding:0;
            text-decoration:none;
            text-indent: 0px;
        }

        h1 div.header {
            display:block;
            height:100%;
            min-height:40px;
        }

        a.logout-link {
            margin: 5px;
            display: text;
            float: right;
            font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
            font-size:small;
            font-weight: normal;
            color: #000000;
            vertical-align: middle;
            height: auto;
            display: inline-block;
        }

        #stat_tb {
            border-top: 1px solid yellow;
            border-left: 1px solid yellow;
            

        }

        #stat_tb td, th {
            border-bottom: 1px solid yellow;
            border-right: 1px solid yellow;

        }

         #users_tb {
            border-top: 1px solid;
            border-left: 1px solid;            

        }

        #users_tb td, th {
            border-bottom: 1px solid;
            border-right: 1px solid;
            padding: 3px 3px 3px 3px;

        }
 
        .body_center {
            padding-top: 200px;
            padding-left: 450px;
        }
        .barimg {
            background:url(../img/bg.png) repeat-x;
        }
        #navbar{
	/*background:url(../img/bg.png) repeat-x;*/
	height:29px;
	line-height:29px;
        }
        
	#navbar ul, #navbar li,
	#navbar form,
	#navbar button {
		border:0; margin:0; padding:0; list-style:none;
	}
	#navbar li a{
		margin:0 6px;
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		border-bottom:dotted 1px #000000;
	}
	#login_menu{
		background:#aaaaaa;
		border:solid 1px #666666;
		width:340px;
		padding:10px;
		color:#FFFFFF;
		position:absolute;
		font-weight:bold;
		font-size:12px;
		line-height:18px;
	}
	#login_menu li{
		padding-bottom:6px;
		text-align:right;
	}
	#new-user-col{
		padding-right:10px;
		border-right:1px #DEDEDE solid;
		height:120px;
		width:100px;
		float:left;
		line-height:12px;
	}
	#signup-user-col{
		padding-left:20px;
		height:120px;
		width:200px;
		float:left;
		line-height:12px;
		text-align:right;
	}
	#login_menu label{font-size:11px; font-weight:normal;}
	#login_menu input{font-size:11px; color:#333333; margin-left:10px;}

	#login_menu button{
		line-height:24px;
		float:right;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center;
		cursor:pointer;
	}

	.green-button{
		background:url(../img/button.png);
		display:block;
		color:#FFFFFF;
		font-size:11px;
		text-decoration:none;
		width:81px;
		height:26px;
		line-height:24px;
		text-align:center;
	}

	.spacer{clear:both; height:1px;}
