@CHARSET "UTF-8";

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:14px;
	/*background: url('../images/bg2.png') no-repeat scroll center 0 / cover transparent;*/
	background-image:url('../img/bgline-long.png');
	background-repeat: repeat-x;
	background-color:#e5e5e5;
	height:100%;
	width:100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

input {
	float:left;
	width:100px;
	}
.checkbox {
	width:20px;
	}
		
input:disabled {
	background-color:#ccc;
	color:black;
	}
	
select:disabled {
	background-color:#ccc;
	color:black;
	}

input.classifier-textbox {
	border-style:none;
	width:200px;
	float:left;
	}

.classifier-combo {
	border-style:none;
	height:21px;
	width:200px;
	float:left;
	}

table {
	font-size:12px;
	font-weight:normal;
	background:white;
}
	
table th {
	font-size:14px;
	font-weight:normal;
	}

dt {
	border-bottom:1px dotted #ccc;
	margin:10px 0 10px 0px;
	color:#bbb;
	}
dd {
	margin-left:5px;
	font-weight:normal;
	color:#333;
	}
	
.msg-text {
	color:#B0BD92;
	font-weight:bold;
	}
	
#tabcontrol-header {
	height:53px;
	background-color:white;
	padding-top:22px;
}
	
#loading-box {
	position:relative;
	width:50px;
	height:60px;
	float:left;
	background-repeat:no-repeat;
	background-position:10px 14px;
	}
	
.message {
	display:none;
	position:fixed;
	padding:3px 5px 3px 5px;
	width:400px;
	height:auto;
	top:0px;
	left: 50px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
  	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	}
	
.ok {
	color:#1F420A;
	background-color:#DEF8CE;
	border-bottom:2px solid #C0FA9D;
	border-right:2px solid #C0FA9D;
	border-left:2px solid #C0FA9D;
	}
	
.error {
	color:#880604;
	background-color:#FFCDCB;
	border-bottom:2px solid #FFBBBA;
	border-right:2px solid #FFBBBA;
	border-left:2px solid #FFBBBA;
	}
	

.notvalid {
	background-color:#FFBBBA;
	color:#880604
	}	
	
.loading {
	background:url('../img/loading_transparent.gif');
	}
	
.tabpage-box {
	/*width:100%;*/
}

.tabpage {
	margin-top:10px;
	margin-left: auto;	
	margin-right: auto;
	width:98%;
	display:none;
}

.person-add-box {
	float:left;
	line-height:20px;
	width:650px;
	margin-bottom:20px;
}

.classifier-add-box {
	float:left;
	line-height:20px;
	width:650px;
	margin-bottom:20px;
	}
	
.classifier-item {
	margin-top:3px;
	float:left;
	height:20px;
	line-height:20px;
	width:800px;
	}

.classifier-item input {
	width:320px;
	margin-right:20px;
	border:0;
	}
	
.classifier-label {
	width:230px;
	margin-right:20px;
	margin-left:10px;
	float:left;
	font-size:12px;
	}
	
.classifier-textbox-readonly {
	background-color:#878E76;
	color:black;
	}
	
.classifier-del {
	float:left;
	cursor:pointer;
	color:red;
	font-size:10px;
	width:30px;
	}
	
.classifier-edit {
	float:left;
	cursor:pointer;
	color:red;
	font-size:10px;
	width:30px;
	}
	
.button-line {
	width:500px;
	float:left;
	}
	
.button {
  float:left;
  /*border-radius:11px;*/
  -moz-border-radius: 11px;
  background: #DEDEDE;
  background-image:url('../img/grad.png');
  border: 1px solid #D6D6D6;
  color: #333;
  height: 20px;
  padding: 0 20px;
  font-weight:bold;
  text-shadow: 0 1px 0 #FFF;
  cursor:pointer;
  line-height:20px;
  margin-right:5px;
}

.buttonlink {
  font-size:12px;
  float:left;
  color:white;
  text-decoration:underline;
  padding-right:15px;
  padding-left:15px;
  line-height:22px;
  cursor:pointer;
}

.buttonlink:hover {
  color:#fbb;
}

.button:HOVER {
  background: #BEBEBE;
  background-image:url('../img/grad.png');
  background-position:0px -10px;
  border: 1px solid #B6B6B6;
  color: #111;
  text-shadow: 0 1px 0 #DDD;
}

.button-search {
	padding: 0px 3px 0px 3px;
	}
	
.button-edit {
	padding: 0px 3px 0px 3px;
	margin-right:10px;
	}
	
.button-delete {
	padding: 0px 3px 0px 3px;
	}
	
.hidden {
	display:none;
	}

.tab {
	float:left;
	background-color:white;/*#BCCCD8;*/
	border-top:1px solid #ccc;	
	border-left:1px solid #ccc;	
	border-right:1px solid #ccc;
	color:#666;
	height:38px;
	width:auto;
	text-align:center;
	padding-top:12px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:0px;
	cursor:pointer;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	margin:2px 2px 0px 0px;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	}
	
.text-little-lower {
	padding-top:18px;
	height:32px;
	}
	
.tab-active {
	color:white;
	background-color:#B0BD92;
	/*background-image:url('../img/tab-bg.png');*/
	border-top:0px;	
	border-left:0px;
	border-right:0px;
	border-bottom:3px solid #B0BD92;
	font-weight:bold;
	text-decoration:none;
	}
	
.small-tabcontrol-header {
	/*float:left;*/
	}
	
.tabpage-small {
	/*width:94%;*/
	/*float:left;*/
	padding:20px;
	background-color:#878E76;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}
		
.tab-small {
	float:left;
	background-color:#D6DEC2;
	color:white;
	padding:10px;
	cursor:pointer;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	margin:5px 2px 0px 0px;
	font-weight:normal;
	font-size:12px;
	line-height:11px;
	}
	
	
.tab-small-active {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:white;
	border:0px;
	background-color:#878E76;
	border-bottom:1px solid #878E76;
	}
	
.form-parameter-box {
	margin-top:3px;
	width:100%;
	float:left;
	line-height:20px;
	}
	
.form-parameter-text {
	width:160px;
	float:left;
	border-bottom:1px solid white;
	font-size:12px;
	}
	
.form-parameter-code {
	float:left;
	background-color:white;
	border-color:white;
	border-style:none;
	width:20px; 
	margin:0px 0px 0px 5px;
	line-height:20px;
	height:20px;
	}
	
.form-parameter-element {
	width:200px;
	height:19px;
	float:left;
	border-color:white;
	border-style:none;
	}
	
.form-parameter-element-combo {
	height:21px;
	}
	
	
#cylinder-search-params-box {
	width:350px;
	float:left;
	}
	
#cylinder-search-results {
	margin-top:30px;
	margin-bottom:100px;
	float:left;
	min-width:750px;
	}
	
#log-search-results {
	margin-top:30px;
	margin-bottom:100px;
	float:left;
	min-width:750px;
	}
	
#interval-search-results {
	margin-top:30px;
	margin-bottom:100px;
	float:left;
	min-width:750px;
	}

#rabb-list-box {
	background-color:#eee;
	border:1px solid white;
	padding-bottom:20px;
	width:100%;
	display:block;
	overflow:auto;
}

.rabb-list-box {
	background-color:#eee;
	border:1px solid white;
	width:100%;
	display:block;
	overflow:auto;
}


	
#log-list-box {
	background-color:#eee;
	border:1px solid white;
	}

.rabb-list-header-row {
	height:35px;
	background-color:#eee;
	border-bottom:1px solid #888;
	background-image:url('../img/grad.png');
	text-shadow: 0 1px 0 #DDD;
	}
	
.rabb-list-header-row th {
	font-size:11px;
	}
	
.rabb-list-item-header-cell-small {
	border-right:1px solid #aaa;
	vertical-align:middle;
	min-width:50px;
	}

.rabb-list-item-header-cell-long {
	border-right:1px solid #aaa;
	vertical-align:middle;
	min-width:200px;
	}

.rabb-list-item-header-cell-mid {
	border-right:1px solid #aaa;
	vertical-align:middle;
	min-width:150px;
	padding:0 5px 0 5px;
	}
	
.rabb-list-item-header-cell {
	border-right:1px solid #aaa;
	vertical-align:middle;
	min-width:120px;
	padding:0 5px 0 5px;
	}
		
.import-history-list-item {

	}
	
.import-history-list-item:hover {

	}	
		
.rabb-list-item {
	cursor:pointer;
	height:30px;
	}
	
.rabb-list-item:hover {
	background-color:#bbb;
	}

.rabb-list-item-cell {
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	padding-left:2px;
	}
.rabb-list-item-cell-padleft {
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	padding-left:8px;
	}
	
.rabb-list-item-cell-small {
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	padding-left:4px;
	}

.rabb-list-item-cell-small-borderright {
	border-right:1px solid #555;
	border-bottom:1px solid #ccc;
	padding-left:4px;
	}
	
#login-box {
	/*border:1px solid #ccc;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:15%;
	width:400px;
	/*height:200px;*/
	padding-bottom:20px;
	background-color:white;
	/*border-radius:10px;*/
	-moz-border-radius:10px;
	box-shadow: 5px 5px 5px #888;
	}

.login-element-box {
	width:280px;
	height:19px;
	float:left;
	border-color:white;
	border-style:none;
	margin-left:50px;
	margin-top:10px;
	line-height:25px;
	font-size:12px;
	}
	
.login-element {
	width:200px;
	float:right;
	font-size:12px;
	}

.login-title {
	color:#555;
	font-size:25px;
	width:100%;
	text-align:center;
	margin-top:30px;
	margin-bottom:15px;
	float:left;
	font-weight:normal;
	}
	
.app-title {
	color:black;
	}
	
.login-butt {
	margin-right:0px;
	margin-top:10px;
	padding:5px 15px;
	height:30px;
	}
	
.login-err {
	color:#ee3333;
	margin-top:12px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	}
.right {
	float:right;
	}
#file-upload {
	width:300px;
	}
	
.upload-info-message {
	float:left;
	font-weight:bold;
	font-size:11px;
	border:0px solid #D4D408;
	padding:10px;
	background:#FDFDCA;
	width:auto;
	color:black;
	border-radius:5px;
	-moz-border-radius:5px;
	}
	
#import-result-list {
	float:left;
	margin-top:10px;
	}
	
#import-err-list {
	float:left;
	margin-top:10px;
}

#import-err-list input
{
	width:96%;
}
	
#users-list {
	margin-top:110px;
	}
	
#user-info-line {
	background:white;
	top:-1px;
	position:absolute;
	right:0px;
	padding:5px 10px 5px 10px;
	height:11px;
	font-size:11px;
	color:#777;
	font-weight:bold;
	border:1px solid #ccc;
	border-bottom-left-radius:5px;
  	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius:5px;
  	-moz-border-radius-bottomright: 5px;
	}
	
#logout {
	float:right;
	padding-left:10px;
	cursor:pointer;
	color:#777;
	text-decoration:underline;
	}
	
.forgot-pass {
	float:left;
	color:#555;
	font-size:10px;
	cursor:pointer;
	text-decoration:underline;
	padding-top:7px;
	}
.paging-line {
	width:100%;
	float:left;
	}
#import-history
{
	margin-bottom:20px;
}
#btnShowImportHistory
{
 margin-top:20px;
}

#family-tree
{
	float:left;
	width:230px;
}

#family-tree .row
{
	height:20px;
}

#family-tree .box
{
	position:relative;
	width:70px;
}

#family-tree .label
{
	width:15px;
	float:left;
	font-size:10px;
	margin-top:5px;
	color:#666;
}

#family-tree .tatoo
{
	width:55px;
	height:17px;
	border-color:white;
	border-style:none;
	float:none;
	color:black;
}

#family-tree .title
{
	font-size:10px;
	margin-left:30px;
	position:absolute;
	top:-12px;
}

#family-tree .col0
{
	left:0px;
}

#family-tree .col1
{
	left:50px;
}

#family-tree .col2
{
	left:100px;
}

#family-tree .col3
{
	left:155px;
}

#family-tree-data
{
	float:left;
	width:344px;
}

#family-tree-data .row
{
	height:40px;
}

#family-tree-data .col1 {
	width:40px;
	height:37px;
	border:0px;
}

#family-tree-data .col2 {
	width:40px;
	height:37px;
	border:0px;
	margin-left:1px;
}

#family-tree-data .col3 {
	width:130px;
	height:39px;
	border:0px;
	margin-left:1px;
}

#family-tree-data .col4 {
	width:130px;
	height:39px;
	border:0px;
	margin-left:-3px;
}

#rabbit-card-input-fields
{
	width:370px;
	float:left;
}

#family-tree-box
{
	float:left;
}
