/* 78dbfd */
html {
    background-color: #fff;
    height: 100%;
		background:url(./Schatten.jpg) repeat-y;
}

body {
    height: 100%;
    color: #666666;
    width: 1000px;
    margin: 0px;
    padding: 0px;
}

form, table {
  margin: 0px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

img {
    border: 0px;
}

iframe {
	border: solid 1px #999999;
}

body, p, td, div, input.text, select, input.submit, input.reset, input.button, button {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

input[type="text"], input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}	

input.radio {
	vertical-align: middle;
	border: none;
}

input[type="radio"] {
	vertical-align: middle;
	border:solid 1px !important;
}

input, textarea {
    border: solid 1px #999999;
    background: #fff url(./input.bg.gif) 0 0 repeat-x;
    padding: 3px;
    margin: 5px 0;
}

button, input[type=button] {
    border: solid 1px #999999;
    background: #fff url(./button.jpg) 0 0 repeat-x;
    padding: 3px;
    margin: 5px 0;
}

div.popup {
    padding: 30px;
    width: 500px;
}

div.popup input.text, div.popup input.password {
    width: 300px;
}

div.greenBox {
	padding: 3px;
	margin: 3px;	
	border: solid 1px #22d41c;
	background-color: #d1efd0;
}

div.orangeBox {
	padding: 3px;
	margin: 3px;	
	border: solid 1px #ff8500;
	background-color: #ffbb71;
}

div.redBox {
	padding: 3px;	
	margin: 3px;
	border: solid 1px #ff6666;
	background-color: #ffbcbc;
}


span.error {
    font-weight: bold;
    color: red;
}

span.warning {
	font-weight: bold;
    color: #ff8500;
}

span.ok {
	font-weight: bold;
    color: #148f33;
}

select {
    border: 1px solid #C3BBB6;
    padding: 4px;
    margin: 5px 0;
    background: #fff url(./input.bg.gif) 0 0 repeat-x;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
}

span.title {
	font-size: 16px;
	font-weight: bold;
}

.underlined {
	border-bottom: 1px solid #666666;	
}

p.btn {
    text-align: right;
}

p.btnleft {
    text-align: left;
}

div.header {
    background: url(./head-bg_logo.gif) no-repeat;
    background-color: #ffffff;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    height: 80px;
    width: 950px;
}

div.configSelect {
	background-color: #fff;	
	margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    height: 30px;
    width: 930px;
    text-align: right;
    /*vertical-align: middle;*/
}

td {
	padding: 0px;
	margin: 0px;
}

div.tabs {
	color: #ffffff;

	position: absolute;
	top: 49px;
	left: 0px;
	height:30px;
	/*height: 75px; ????  */
	width:950px;
}
/*a3a3a3*/
div.tabSelected {
  background:url(./tab-sel.jpg) repeat-x;
	background-color: #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #2c6fae;
	border-top: solid 1px #2c6fae;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
}

div.tabUnselected {
  background:url(./tab-unsel.jpg) repeat-x; 
	background-color: #fff;
	border-bottom: solid 1px #2c6fae;
	border-right: solid 1px #2c6fae;
	border-top: solid 1px #2c6fae;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	cursor:pointer;
}

td.noTabs {
	width: 100%;
	height: 30px;
	text-align: right;
}

div.noTabsDiv {
  padding-top: 1px;
	padding-right: 10px;
	border-bottom: solid 1px #2c6fae;
	height: 30px;
}

span.noTabSpan {
	vertical-align: middle;
	line-height: 30px;
}

td.tabSpacer {
	padding-right: 10px;
	border-bottom: solid 1px #2c6fae;
	/*height: 30px;*/
	vertical-align: middle;
}

select.head {
	padding: 0px;
	margin: 0px;
}

div.header_top {
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}
	
div.header_title {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top:10px;
	color: #fff;
	vertical-align: top;
}	

div.content {
    background-color: #fff;
    width: 888px;
    padding: 30px;
    padding-top: 10px;
}

div.footer {
    font-size: 9px;
    color: #a9a9a9;
    height: 50px;
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 888px;
    border-top: solid 1px #939ba3;
}

div.popupFooter {
    font-size: 9px;
    color: #a9a9a9;
    height: 50px;
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    border-top: solid 1px #939ba3;
}

span.tab {
	vertical-align: middle;
	line-height: 30px;
}

/*********************************
 Links
**********************************/

a {
  text-decoration: none;
  color: #76d8fb;
}

a:visited {
  color: #5ab3e4;
}

a:hover {
  color: #5ab3e4; 
}

a.grey {
  text-decoration: none;
  color: #666666;
}

a.grey:visited {
  color: #666666;
}

a.grey:hover {
  color: #fc8a09;
}

a.head {
  text-decoration: none;
  color: #fff;
}

a.head:visited {
  color: #fff;
}

a.head:hover {
  color: #ffe179;
}

