body {
	width:1280px;
  margin:auto;
	padding:0;
	color:#555;
	background: url('/img/body_bg.png') top left repeat-x; 
	font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
	font-size: 40px;
  overflow:none;
}
h4 {
	margin:1mm 0;
}
ul {
	margin:0px;
}
pre {
	font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
	font-size: 11px;
	margin:0;
}

a {
	text-decoration: none;
	color: #486f90;
	border-bottom:1px solid transparent;
}
a:hover {
	color:red;
}
.href {
	color: #486f90;
	border-bottom:1px solid transparent;
	cursor:pointer;
}
.href:hover {
	color:red;
}

/* errors & statuses*/

.error {
	color:#a00;
	font-style:italic;
	font-size: 11px;
}
.status {
	color:#0a0;
	font-style:italic;
	font-size: 11px;
}
.form {
	border:1px solid #ccc;
	padding:0 15px;
    background:#F5F9FA;
}
.formheader {
	border-bottom:1px solid #ccc;
    background:#E9EEF2;
    box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    margin:0 -15px 10px;
    padding: 3px 5px 4px 5px;
}
.formtail {
    height: 43px;
    background-image: url(/xdata/toolbar-footer-bg.gif);
    border-top:1px solid #D1D6DC;
    margin:10px -15px 0;
}
.aster {
	font-size:90%;
	font-weight:bold;
	color:#800;
}
.hint {
	color:#888;
	font-style:italic;
	font-size: 11px;
}
.buttons {
	padding-top:5px;
	margin-top:1em;
	/*width:400px;*/
	background:transparent url('/img/buttons_line.png') left top no-repeat;
}

/* standard */
.ds {
	font-weight:bold;
	color:#777;
}
.btn {
	cursor:pointer;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="checkbox"],
select,
textarea {
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
  border: 1px solid #C0CAD5;
  background:#fff;
}

input[type="submit"],
input[type="button"] {
	background:#6785a8;
	border:1px solid #88afd0;
	color:#fff;
	cursor:pointer;
	margin:0 1px 1px 0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background:#718eaf;
	border:1px solid #88afd0;
	color:#ddd;
}
input[readonly],textarea[readonly]{
	background:#f0f0f0;
}

/* divs */
#outer {
/*
	left:-630px;
	margin:0 0 0 50%;
	width:1260px;
  */
  height:1000px;
	position:relative;
	background: url('/img/outer_bg.png') bottom left no-repeat; 
  overflow:none;
}

#header {
/*
    background: #86cbf2;
    */
	background: url('/img/hdr_bg.png') top left no-repeat; 
  padding:0.4em;
  height:90px;
}
#header_logo {
    float:left;
}
#header_title {
    display:none;
}
#clock {
  float:right;
  margin:13px 15px;
  color:#ffffff;
  font-size:30px;
  text-shadow:0px -2px #555;
}
#header_menu {
}

#content {
	margin:10px 10px 40% 10px;
}

#tailer {
	text-align:center;
	font-size:80%;
	font-style:italic;
	color:#888;
}

/* tables */
table.data {
    font-size:100%;
    border-bottom:4px solid #d2d7dd;
    border-left:1px solid #d2d7dd;
}
table.data th {
	background:#e9eef2;
	padding:3px 1em;
	margin:0;
	font-weight:normal;
	border-right:1px solid #d2d7dd;
	border-top:1px solid #d2d7dd;
}
table.data td {
	border-top:1px solid #d2d7dd;
	border-right:1px solid #d2d7dd;
	padding:0.3em;
	margin:0;
	}
table.data td.icon {
	border-right:none;
}
table.data tr:hover {
    background:#d8ebfe;
}
tr.odd td {
}
tr.even td {
}

tr.pr_low td {background:#ffffff;}
tr.pr_more td {background:#ffffe0;}
tr.pr_high td {background:#ffe0e0;}


table.info {}
table.info td.fld {
	border-bottom:1px solid #aaa;
}
table.mdata {
	font-size:100%;
        border-bottom:4px solid #c0cad5;
	border-left:1px solid #c0cad5;
        }
table.mdata td {
	border-top:1px solid #c0cad5;
	border-right:1px solid #c0cad5;
	padding:0;
	/*padding:2px;*/
	margin:0;
	}
table.mdata th {
	background:#f2e9bc;
	padding:2px;
	margin:0;
	font-weight:bold;
	border-right:1px solid #d1c992;
	border-top:1px solid #d1c992;
	color:#000;
	}
table.meta {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.meta tr.odd td {
	border-top:1px solid #ccc;
}
table.meta tr.even td {
	border-top:1px solid #ccc;
}
table.meta table td{
	border:none!important;
}
/* pager */
div.pager {
	font-size:100%;
	padding:2px;
}
div.pager .curr {
	color:#fff;
	background:#aae;
}
.pager_prev {
    margin:0 5px;
}
.pager_next {
    margin:0 5px;
}

.box {
	border:1px solid #fff;
	border-radius:5px;
	margin:8px;
	background:#fff;
}
.box .inner {
	border:1px solid #486f90;
	border-radius:5px;
	padding:4px 10px 10px 10px;
	/* 
	background:#fff url(/img/box-bgn.png) left top repeat-x;
	*/
}
.box .inner h2 {
	text-align:center;
	margin:-4px -10px 10px -10px;
	border-radius:2px 2px 0 0;
	/*margin:0 auto 10px 0;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size:16px; 
	line-height:1em;
	font-weight:normal; 
	color:#fff;
	background:#486f90;
	padding:2px ;
}

td.activetd {
	cursor:pointer;
}
td.activetd:hover {
	background:#efe0e0;
}
