@import url(http://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:100,300,700);
body {
    margin: 0px;
    font-size: 16px;
	font-family: 'Roboto', tahoma, serif;
	font-weight:400;
}

.nav {
    padding-top: 10px;
}

.hddt {
    text-align: center;
}

p.dt{
   text-transform:uppercase;
    color: #AAA;
	text-decoration:none;
}
img.hdimg {
	vertical-align:middle;
}
.container {
   padding: 20px;
 		/* -moz-box-shadow: inset 0 0 15px #888;		-webkit-box-shadow: inset 0 0 15px#888;		box-shadow: inner 0 0 15px #888; */
   
   /*  border-radius: 20px; */
    /* border-left: 5px solid #2CB1B1;
    border-right: 5px solid #2CB1B1; */
	
}

.loginbox {
    width: 400px;
    margin: 80px 0px;
    border: 0px solid gray;
}

.header {
    border-bottom: 0px solid #646569;
    height: 80px;
    /* line-height: 80px; */
    text-transform:uppercase;
	
}

.hdlogo h1 {
    color: #A54B00;
    font-size: 1.4em;
    font-weight: normal;	
    line-height: 110%;  
   font-family: 'Roboto Condensed', tahoma, serif;
   font-weight:700;
   letter-spacing:0px;
}

.hdlogo img {
	/* height:40px;	margin-top:8px; */;
}

.content {
    padding-top: 20px;
    min-height: 600px;
    
}

.content h1,.content h2 {
    font-size: 0.9em;
	
    border-bottom: 0px dotted #cccccc;
    padding: 8px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #06A2CB;
	/* letter-spacing:5px; */
    margin-bottom: 20px;
   /*  font-family: 'Droid Sans', serif; */
   font-weight:700;
}

.content h2 {
    font-size: 1em;
    font-weight: 700;
	/* letter-spacing:1px; */
	color: #06A2CB;
	padding:5px 0;
	background:none;
	
}

.content p {
    padding: 10px 10px;
    font-size: 0.9em;
}

.hdttl p {
    text-align: right;
	font-size:0.8em;
}

#clock {;
}/* .tblrec th {	text-align:center;	text-transform:uppercase;}p a, .tblrec td a {	text-decoration:none;	color:#EF651A;		}p a:hover, .tblrec td a:hover {	color:#000000;	border-bottom:1px dotted #000000;}.tblrec {	font-size:0.8em;}.tblrec td {	padding:10px;display:table-cell;vertical-align:top;border-right:0px solid #cccccc;}.tblrec td img{	vertical-align:middle;	margin-right:10px;} *//* -------------------------------------------------- */
.tblrec {
    border: solid #ccc 1px;
   /*  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; */
 /*    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc; */
    font-size: 0.8em;
    background: #FFFFFF;
    width: 100%;
}

.tblrec tr:hover {
    background: #E3EDED;
}

.tblrec td, .tblrec th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: top;
	
}

.tblrec th {
    background-color: #06A2CB;
    border-top: none;
	color:#FFFFFF;
	text-transform:uppercase;
	/* font-family: 'Droid Sans', serif; */
	font-weight:normal;
	font-weight:700;
}

.tblrec td:first-child, .tblrec th:first-child {
    border-left: none;
}

.tblrec th:first-child {
    /* -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0; */
}

.tblrec th:last-child {
  /*   -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0; */
}

.tblrec th:only-child {
    /* -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; */
}

.tblrec tr:last-child td:first-child {
    /* -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px; */
}

.tblrec tr:last-child td:last-child {
   /*  -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0; */
}

.tblrec td img.cnt {
    display: block;
    margin-left: auto;
    margin-right: auto;
}/* -------------------------------------------------- */br {
    clear: both;
}

form {
    width: 620px;
}

label {
    width: 150px;
    float: left;
    text-align: left;
    padding-right: 10px;
    margin-left: 0px;
    font-weight: normal;
    padding-top: 10px;
    font-size: 0.9em;
    color: #000000;
}

input[type="text"],input[type="password"],input[type="checkbox"],textarea,select {
    margin-bottom: 5px;
    border: 1px solid #999;
    padding: 5px;
    font-size: 0.9em;
    font-family: 'Roboto', tahoma, serif;
}

input[type="checkbox"].chk {
    margin-top: 12px;
	margin-left: 0px;
}

textarea {
   font-family: 'Roboto', tahoma, serif;
    font-size: 0.8em;
    width: 300px;
}

.smtxt {
    width: 70px;
}

.medtxt {
    width: 270px;
}

.rgt {
    text-align: right;
}

input[type="text"].dis {
    background: #eeeeee;
}

.ltxt {
    width: 430px;
}

.lstbox {
    border: 1px solid #999;
    padding: 5px;
    width: 300px;
}

textarea {
    height: 50px;
}

input[type="submit"] {
    margin-left: 160px;
    margin-top: 8px;
}

input[type="checkbox"] {
    margin-left: 160px;
    margin-top: 8px;
}

div.error {
    font-size: 0.8em;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #F3AF30;
    background: #FF0000;
}

label.error {
    border: none;
    background: none;
    display: block;
    padding: 0px;
    margin-left: 160px;
    width: 400px;
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
    color: #FF0000;
}

input.error, textarea.error, select.error {
    border: 1px solid #FF0000;
    padding: 5px 3px;
    font-size: 0.8em;
}

.success,.notice,.error {
    padding: 10px;
    border: 0px solid #ccc;
    font-size: 0.8em;
    margin-bottom: 20px;
   /*  border-radius: 6px; */
}

.footer {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#ui-datepicker-div {
    font-size: 0.8em;
}

.atminfo {
    min-height: 400px;
}/* table tbody tr:nth-child(odd) td,table tbody tr.odd td {  background: #DDDDDD;}table tbody tr:nth-child(even) td,table tbody tr.even td {  background: #EEEEEE;} */thead th {
    background: #BBBBBB;
    color: #FFFFFF;
}

.tblinfo {
    font-size: 0.8em;
	/* background:#FFFFFF; */;
}

.tblinfo td {
    display: table-cell;
    vertical-align: top;
}

.paging {
    text-align: center;
    background: #EEEEEE;
    padding: 10px 0px;
}

#loadingmessage {
    display: none;
}

.prnt {
    float: right;
    margin-right: 0px;
	
}

/* #content_div{
background: red;
height:800px;
width: 800px;

} */