body {
    color: orange;
    font-family: tahoma;
    background: #000 url(/images/logo_360tactics.png) no-repeat top left;
    background-size: 100% auto;
}
#timeclock {
    margin: 0 auto;
    width: 300px;
    box-shadow: 0 0 40px #fff;


}

form {
    background: #fff;
    color: #000;
    padding:  20px;
    width: 256px;
    border: solid 2px orange;

}

select,
input {
    display: block;
    margin: 5px 0 10px 0;
    width: 250px;
    padding: 0;
    border: solid 1px #888;
padding: 5px;
}

.smallBtn,
.btn {
    display: inline-block;
    width: 100px;
	background: #ffb76b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 23%, #ff7c00 66%, #ff7f04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(23%,#ffa73d), color-stop(66%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 23%,#ff7c00 66%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 23%,#ff7c00 66%,#ff7f04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 23%,#ff7c00 66%,#ff7f04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 23%,#ff7c00 66%,#ff7f04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: bold;
	font-size: 18pt;
	padding: 5px 0;
		text-shadow: 0px 0px 3px #400;
}

.btn:hover {
	background: #ff7f04;	
}

.smallBtn {
    font-size: 10pt!important;
}

h1,
h2 {
    text-transform: uppercase;
    text-align: center;
    background: transparent;
}
h1 {
    width: 300px;
    margin: 20px auto;
    padding: 15px 0 0 0;
    line-height: 1em;
    font-size: 2.75em;  
}

h2 {
    font-size: .9em;
    color: #000;
}

#addProj {
    background: #aaa;
}

/* Doh */
#doh {
	display: none;
	float: left;
	margin-right: 7px;
	width: 55px;
    height: 43px;
	font-size: 14pt;
	padding: 0;
	text-shadow: 0px 0px 3px #400;

}

#dohContainer {
	display: none;
}




/* Autocomplete */
.ui-autocomplete{

}

.ui-autocomplete-input {

}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    font-family: tahoma!important;
    font-family: .9em!important;
    font-weight: normal!important;
    border-radius: 0!important;

}
.ui-widget-content a {
	color: #000!important;
    font-family: tahoma!important;
    font-size: .9em!important;
    font-weight: normal!important;

}

.ui-widget-header a {
	color: #000!important;
    font-family: tahoma!important;
    font-size: 1em!important;
    font-weight: normal!important;
}

.ui-widget a {
    font-size: .7em!important;
    font-family: tahoma!important;
    font-weight: normal!important;
    border-radius: 0!important;
overflow: hidden!important;
}

.ui-widget input {
    padding: 5px!important;
    max-width: 240px!important;
    font-size: .9em!important;
    font-family: tahoma!important;
    font-weight: normal!important;
    overflow: hidden!important;
}


.ui-widget {
    font-size: 1em!important;
    font-family: Tahoma!important;
    font-weight: normal!important;
}

#footer {
    color: #fff;
    font-size: 12px;
    overflow: auto;
    background: transparent url(images/bg-transparent.png) repeat;
}
#footer p {
    float: right;
    padding: 10px;
    margin: 0;
}
