/*CSS*/
* {
	border:none;
	padding:0px;
	margin:0px;
}

body {
	background-image: url(../html/imgs/striped6.png);
	background-repeat: repeat;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12.35px;
	color: #FFFFFF;
	background-color: #333333;
}
.footerlink {
	font-size: 9px;

}
.footerlink a {
	color:#ffffff;
	font-size:9px; 
	text-decoration:none;
}
.footerlink a:hover {
	color:#ffffff;
	font-size:9px; 
	text-decoration:underline;
}
a {
	color:#333333;
	font-size:12px; 
	text-decoration:none; 
}
.nostyle {
}
input, textarea, select{
	font-size:16px;
	border:medium solid #CCCCCC;
	background-color: #FFFFFF;
	}
	
div {
	padding: 5px;
}
#projectstatus, #employeestats, #fields{
	width:250px;
 	text-align: left;
	}
#container{
	}
#login input{
font-size:16px;
height:25px;
	}
#location{
	height:18px;
	top:-20px;
	position:relative;
	}
#refresh{
	width:54px;
	height:18px;
	top:5px;
	left:5px;
	padding:0px;
	margin:0px;
	position: relative;
	}

p {
	margin:15px 0;
}

h1 {
	font-size:20px; 
	margin:10px 0;
}

h2 {
	font-size:15px; 
	margin:10px 0;
}

a.button {
	/* Sliding right image */   
	width: 250px;
	background: transparent url('../html/imgs/buttons/button_right.png') no-repeat scroll top right;
	display: block;
	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom:6px;
	padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
    text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align: center;
}

a.button span{    /* Background left image */ 
    background: transparent url('../html/imgs/buttons/button_left.png') no-repeat;     display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	margin-top: 0px;
    padding: 7px 0 5px 18px;
} 

a.button:hover span{
	color: #ffffff;
    text-decoration:none;
}

a.button_gold {
	/* Sliding right image */   
	width: 250px;
	background: transparent url('../html/imgs/buttons/button_right_gold.png') no-repeat scroll top right;
	display: block;
	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom:6px;
	padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
    text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align: center;
}

a.button_gold span{    /* Background left image */ 
    background: transparent url('../html/imgs/buttons/button_left_gold.png') no-repeat;     display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	margin-top: 0px;
    padding: 7px 0 5px 18px;
} 

a.button_gold:hover span{
	color: #000000;
    text-decoration:none;
}

span.button_off {
	/* Sliding right image */   
	width: 250px;
	background: transparent url('../html_imgs/buttons/button_right_off.png') no-repeat scroll top right;
	display: block;
	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom:6px;
	padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
    text-decoration: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align: center;
}

span.button_off span{    /* Background left image */ 
    background: transparent url('../html/imgs/buttons/button_left_off.png') no-repeat;     display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	margin-top: 0px;
    padding: 7px 0 5px 18px;
} 

span.button_off:hover span{
    text-decoration:none;
}
