html{
	margin:0px;
	padding:0px;

}
body{
	background-color: #E8F0F0;
	color:#666666;
	font-size:66%;
	margin:0px;
	padding:0px;
	font-family: tahoma,arial,verdana,sans-serif;
	width:100%;
}

fieldset{
	border:8px solid;
	border-color:#FFFFFF;
	background-color: #F3FAFE;
}

fieldset legend{
	font-weight:bold;
	/*text-transform:uppercase;*/
	background-color: #FFFFFF;
	line-height: 2.4em;
	padding:0px 1em;

}

/* table */

form table{
	width:auto;
}

table{

	width: 100%;
	color:#808285;
}
table.list
{
	border-collapse: separate;
	border-spacing : 0px 3px;
}
thead{
	border: 1px solid #999999;
	text-align:center;
	padding:5px 5px 5px 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
th{
	padding:5px 5px 5px 5px;
}

table a{
	color:#B0B2B3;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
table a:hover{
	color:#808285;
	text-decoration:none;
}
table a.button { margin:1px; }

.header{
	cursor: pointer;
	background-image: url("../images/bg.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;

}

.headerSortUp {
    background-image: url("../images/asc.gif");
    background-position: right center;
	background-repeat: no-repeat;

}

.headerSortDown {
    background-image: url("../images/desc.gif");
    background-position: right center;
	background-repeat: no-repeat;
}

table.list tr{
	/*font-size:90%;*/
	border:1px solid silver;
	/* box-shadow: 2px 2px 2px #aaa;
	width: 100%; */
}

.inactive{
	background-color: #efefef;
	color: #bfbbbb;
	display:none;
}

.ui-datepicker-calendar tr{
	font-size:100%;
}
tbody{
	background-color:#f7f9f8;
}
td{
	padding:2px 5px;
}


table.list tr td, table.list tr th { border: 1px solid #ddd; border-top-color:Silver;border-bottom-color:Silver;border-left-width:0px; }
table.list tr td:first-child,table.list tr th:first-child { border-left-color: Silver;border-left-width:1px; }
table.list tbody tr { background-color:White; padding-top:20px;}
table.list tbody tr.inactive { background-color:#EFEFEF; }
table.list tbody tr:hover { background-color:#CDE4E8;box-shadow: 2px 2px 2px #aaa;}
table.list tbody tr.inactive:hover { background-color:#dee4e5; }
table.list th.options { width: 100px; }

.td_message{
	width:40%;
	text-align:justify;
}

/* iframe */
.floatiframe{
	position: absolute;
	top: 40%;
	left: 40%;
	z-index: 10;
	width: 50%;
	height: 40%;
	border:8px solid;
	border-color:#FFFFFF;
	box-shadow: 2px 2px 2px #aaa;
}

.header_iframe{
	background: url("../images/header_iframe.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.header_iframe span{
	 padding-left: 8px;
}

.close_iframe_button{
	float: right;
	margin-right: 10px;
	cursor:pointer;
}
/* bug jquery datepicker*/
#ui-datepicker-div{
	display: none;
}
/* jquery header dialog*/
#dialog-confirm{
	display: none;
}
#dialog-confirm span{
	font-weight:bold;
}

#dialog-confirm-delete{
	display: none;
}
#dialog-confirm-delete span{
	font-weight:bold;
}

#dialog-confirm-newclient{
	display: none;
}

/* jquery autocomplete */
.ui-autocomplete-loading { background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat; }

.view_graph{
	background-image: url('../images/btn_list_viewGraph.png');
	width: 90px;
	height: 25px;
	background-position:top;
}
.view_graph:hover{
	background-image: url('../images/btn_list_viewGraph.png');
	width: 90px;
	height: 25px;
	background-position:bottom;
	cursor:pointer;
}
/* general */
.content{
	padding-left:20px;
	padding-right:20px;
	text-align: left;
}
label{
	width:10em;
	text-align: right;
	margin-right: 0.5em;
	font-weight:bold;
}
form{
	background-color:White;
	padding:10px;
	box-shadow: 0px 0px 4px #aaa;
	border:1px solid Silver;
}

form fieldset{
	border:1px solid #DDD;
	background-color: #E3EAEE;
}

legend {
	border:1px solid #D3DADE;
}.submit{
	float: left;
	margin-left:50%;
	margin-top:10px;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=datetime]
{
	border-radius: 4px;
	padding: 0 3px;
	border: 1px solid #aaa;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.10);
	height: 24px;
	line-height: 24px;
	background-color: #fff;
}
input[type=button],
input[type=submit]
{
	height: 26px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #aaa;
	background-color: #e4e2e4;
}
select
{
	height: 26px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #aaa;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
input[type=button]:hover,
input[type=submit]:hover
{
	border-color: #5b3668;
}
input.inline-input {
	line-height: 1;
	height: 18px;
}
form label{
	float: left;
	width:10em;
	text-align: right;
	margin-right: 0.5em;
	font-weight:bold;
	line-height: 24px;
	color:#666666;
	/*text-transform:uppercase;*/
}

form fieldset{
	border-top:35px solid #FFFFFF;
	background-color: #F3FAFE;
}

form hr{
	color:#DDDDDD;
	background:none;
	width: 90%;
	border: 1px solid #DDDDDD;
	box-shadow: 1px 1px 1px #FFFFFF;
	
}

.alignwithform{
	margin-left:150px;
}

form{
	
}
#form_csv { display:none; }

.error{
	color:red;
	border-color:red;
}

.img_photo{
	border:8px solid #fff;
	box-shadow: 2px 2px 2px #aaa;
}

form p a{
	text-decoration:none;
	text-transform:uppercase;
	color:#AFAFAF;
}

.SI-FILES-STYLIZED label.label_file
{
    width: 90px;
    height: 23px;
    background: url('../images/btn_content_browse.png') 0 0 no-repeat;
	background-position:top;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.label_file:hover
{
    width: 90px;
    height: 23px;
    background: url('../images/btn_content_browse.png') 0 0 no-repeat;
	background-position:center;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.label_file input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

form input[type=submit] {
	background: url('../images/btn_content_submit.png');	
	width: 90px;
	height: 25px;
	background-position:top;
	color : transparent;
	border:none;
	font-size : 0;	
}

form input[type=submit]:hover {
	background: url('../images/btn_content_submit.png');	
	width: 90px;
	height: 25px;
	background-position:center;
	color : transparent;
	border:none;
	font-size : 0
}

fieldset table{
	background:#F1F2F2;
}

select option {background:#FFFFFF;}

textarea{
	width:85%;
	border:1px #666666 solid;
	padding:5px;
	height:auto;
}

input[disabled='disabled'] {
	background-color: #F3FAFE;
	border:1px #666666 solid;
	color:#666666;
}

textarea[disabled='disabled'] {
	background-color: #F3FAFE;
	border:1px #666666 solid;
	color:#666666;
	padding:5px;
}

.requiredAsterisk{
	color: #FF0000;
	font-weight: bold;
	padding-left: 3px;
}

input .required {
	border: 1px #E08080 solid;
	border-top: 1px #B06060 solid;
	border-left: 1px #B06060 solid;
}

textarea .required {
	border: 1px #E08080 solid;
	border-top: 1px #B06060 solid;
	border-left: 1px #B06060 solid;
}

select .required {
	border: 1px #E08080 solid;
	border-top: 1px #B06060 solid;
	border-left: 1px #B06060 solid;
}

form input[type='radio'] {
	border: none;
	background-color: transparent;
}

td .required, div .required{
	border:1px #E08080 solid;
}

form .requiredOK {
	border: 1px #A0E0A0 solid;
}

.btn_threshold{
	background-image: url('../images/btn_edit_threshold.png');	
	width: 134px;
	height: 25px;
	background-position:top;
	cursor:pointer;
}
.btn_threshold:hover{
	background-image: url('../images/btn_edit_threshold.png');	
	width: 134px;
	height: 25px;
	background-position:bottom;
	cursor:pointer;
}

.btn_edituser{
	background-image: url('../images/btn_edit_user.png');	
	width: 134px;
	height: 25px;
	background-position:top;
	cursor:pointer;
}
.btn_edituser:hover{
	background-image: url('../images/btn_edit_user.png');	
	width: 134px;
	height: 25px;
	background-position:bottom;
	cursor:pointer;
}

input.collarID {
	width: 60px;  max-width: 70px;
	margin-right: 0.5em;
	line-height: 16px;
}

.HRCollarChange .response {
	border-left: 0;
	border-right: 0;
	border-top: none;
	margin: 0;
	padding: 1em 0 0.5em 0;
}

.HRCollarChange fieldset.collarID {
	background-color: transparent;
	border: none;
	padding-top: 1.75em;
}
#collarIDchange {
	padding: 0 5px;
	line-height: 18px;
}