@font-face {
	font-family: 'UC';
	src: url('../fonts/uc.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/uc.ttf')  format('truetype');
}

.title{
	color:#0f0 !important;
	font:normal 30px UC;
}

.title:hover,
.title:focus {
	color:#0f0;
	text-decoration: none;
}

body{
	padding-top:70px;
}

a.twitter{
	color:#0f0;
}

h1{
	border-bottom:3px solid #0f0;
}

h2{
	border-bottom:1px solid #0f0;
}


.host{
	cursor:pointer;
}

input:focus{
	border-color:#0f0 !important;
	box-shadow:#0f0 !important;
}
textarea:focus{
	border-color:#0f0 !important;
	box-shadow:#0f0 !important;
}

select:focus{
	border-color:#0f0 !important;
	box-shadow:#0f0 !important;
}

.panel-heading{
	font-weight:bold;
}

.commandprompt{
	border-radius:0px;
	background-color:#000;
	color:#ccc;
	width:100%;
	height:550px;
	font-size:14px;
	word-wrap: break-word;
	padding:1px;
	white-space: pre-wrap;
	margin-bottom:0px;
	border:0px;
}

#command{
	padding:0px;
	color:#ccc;
	font-size:18px;
	background: #000 url(../img/control_prompt.png) no-repeat 4px 4px; 
    border-bottom-right-radius: 30px;
	border:0px solid #000;
    outline:0px;
    height: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.jobheader{
	background-color:#ccc;
}

.job {
	padding-bottom:20px;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}

.jobresult{
	background-color:#000;
	color:#fff;
}

.dropdown-menu a{
	cursor:pointer;
}

.thumnail{
	width:300px;
	height:auto;
}

.template{
	padding-bottom:10px;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

.template .header{
	background-color:#ccc;
	border-right:1px solid #000;
}

.template textarea{
	width:100%;
}

#templatelist textarea{
	width:100%;
	height:112px;
}

.footer {
	text-align:center;
}