DIV.t-error {
	border: 2px solid red;
	padding: 0px;
	margin: 4px 0px;
}

DIV.t-error DIV {
	font-size: 12px;
	color: #fff !important;
	padding: 7px 13px;
	margin-bottom: 15px;
	/*background: #285d80 url("../images/bg/title-bg-blue.jpg") repeat-x left	top;*/
}

DIV.t-error UL {
	margin: 2px 0px;
	padding:10px 10px 10px 46px;
	background-color: white;
	color: red;
}

HTML > BODY DIV.t-error LI {
    margin-left: -30px;
}
table.formtable {
	border-width: 1px;
	border-spacing: 3px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	margin: 5px 20px 10px 20px;
}

table.formtable th {
	border-width: 1px;
	padding: 5px 5px 5px 10px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.formtable td {
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.noborder td {
	border-width: 0px;
}
table.formtable td.nopadding {
	padding:0px;
}
table.morespace td{
	padding: 10px 7px 10px 7px;
}

table.tblsmall {
	width: 50%;
}

table.tblmiddle {
	width: 75%;
}
table.tblmiddle2 {
	width: 80%;
}

table.tbllarge {
	width: 95%;
}

.checkboxspace {
	margin-left: 5px;
}

#content table h4 {
	padding-left: 0px;
}

.submitbutton { //
	border-color: #285d80; //
	border-width: 3px; //
	background-color: #EFF0F2; //
	font-weight: bold; //
	color: black;
	padding: 3px;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed
		), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',
		endColorstr='#dfdfdf' );
	background-color: #ededed;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0; //
	border: 1px solid #dcdcdc;
	display: inline-block; //
	color: #777777; //
	font-family: arial;
	font-size: 14px; //
	font-weight: bold;
	font-style: normal;
	height: 30px; //
	/*line-height: 50px;*/
	text-decoration: none;
	text-align: center; //
	text-shadow: 1px 1px 0px #ffffff;
}

.submitbutton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf
		), color-stop(1, #ededed) );
	background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',
		endColorstr='#ededed' );
	background-color: #dfdfdf;
}

.submitbutton:active {
	position: relative;
	top: 1px;
}
text[disabled]{
	background-color:#E8EAEF;
}
text[disabled="disabled"] {
	background-color:#E8EAEF;
}
input[disabled]{
	background-color:#E8EAEF;
}
input[disabled="disabled"] {
	background-color:#E8EAEF;
}

textarea[disabled]{
	background-color:#E8EAEF;
}

td textarea{
  /*  border: none;*/
    width:100%; 
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box;  /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}
textarea[disabled="disabled"] {
	background-color:#E8EAEF;
}
select[disabled] { 
	background-color:#E8EAEF;
	/*background-color: #F2F2F2; */
}
select[disabled="disabled"] { 
	background-color:#E8EAEF;
	/*background-color: #F2F2F2; */
}
.title_small {
	color: #3D5DA1;
	font-size: 80%;
	margin-left: 6px;
}

.strong {
	font-weight: bold;
}

#patientPopulationForm INPUT {
	text-align: right;
}

#main-content {
	background: url("../images/bg/neuron.png") no-repeat left top;
}

tr.greenBackground {
    /*background-color: #EFFFFF;*/
    background-color: #FFFBDD
}
.bold_link{
	font-size:150%;
}
.no_underline:hover{
	text-decoration:none;
}
#map-canvas{
/*	width:1600px;
	height:800px;*/
	width: 800px; 
	height: 400px;
}
#map-panel {
  position: relative;
  width:250px;
  top: 44px;
  left: 536px;
  z-index: 5;
  background-color: #fff;
  padding: 3px 3px 5px 3px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
}
.map-button{
	margin:0px 3px;
}
#patients{
	width: 508px; 
	height: 309px;
	font-style:italic;
}
.padding_left_20{
	padding-left:20px;
}
.padding_right_20{
	padding-right:20px;
}
input[type="radio"]{
     vertical-align: top; /*added 21.11.2013*/	
}
input[type="checkbox"]{
     vertical-align: bottom; /*added 21.11.2013*/	
}
table.t-data-grid tr:hover {
	background-color:#EFFBFF;
}
table.withHeader th{
	/*background-color: #DDEBFF;*/
	background-color: #EFEFEF;
}
table.withHeader td{
	padding:10px;
}
.smalllist{
	margin-left:20px;margin-top:8px;
}
.smalllist table{border-collapse:collapse;}
.smalllist table.t-data-grid th{
	background-color: #EFEFEF;
	/*background-color: #E3EEF2;*/
    /*color: #285D80;*/
    color:#262626;
}
.smalllist table.t-data-grid th{ padding:10px; }
.smalllist table.t-data-grid td{ padding:10px; }

.simpleGrid table.t-data-grid img.t-sort-icon{display:none}
.simpleGrid table.t-data-grid th{display:none}
.simpleGrid table.t-data-grid td{border:1px #C0C0C0 solid;padding:5px;}
.simpleGrid table.t-data-grid td{min-width: 25px; }
.simpleGrid table.t-data-grid tbody tr:hover{ background-color: #EAF5F9; }

DIV.t-data-grid-pager SPAN.current {
    background-color:#D0DADD;
    color: #000000;
}
DIV.t-data-grid-pager A, DIV.t-data-grid-pager SPAN.current {
    border: 1px solid #C0C0C0;
    color: #000000;
    font-size: medium;
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
}
DIV.t-data-grid-pager A {
    border: 1px solid #C0C0C0;
    color: #000000;
    font-size: medium;
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
}
.classicGrid table.t-data-grid td{border:1px #C0C0C0 solid}
.classicGrid table.t-data-grid td{min-width: 25px;padding:5px; }
.classicGrid table.t-data-grid tbody tr:hover{ background-color: #EAF5F9; }
.classicGrid table.t-data-grid th{background-color: #EAF5F9;}
DIV.t-autocomplete-menu{
	margin:0px;
	padding:0px;
}
DIV.t-autocomplete-menu UL {
	border: 1px solid #000000;
	background-color: #E8EAEF;
	padding: 0px;
	margin:0px;
	max-height: 350px;
	overflow: auto;
	list-style-position:inside;
}

DIV.t-autocomplete-menu LI {
	text-align: left;
	color: black;
	list-style-type: none;
	width: 95%;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid black;
	cursor: pointer;
}
DIV.t-autocomplete-menu LI.selected {
	color: #4463A4;
}
.checkbox_left{
	margin-right:10px;
}

.float-left{
	float:left;
	margin-left:0px;
	margin-bottom:-20px;
	margin-right:0px;
	padding:0px 2px 0px 0px;
}

.toggle{
    margin: 10px 22px 20px;
}

.toggleDiv{
	color: #3d5da1;
	font-weight:bold;
	font-size: 15px;
    margin: 10px 22px 15px;
}
.label_narrow {
    padding: 0 2px 0 0;
}
a.tooltip {
    position: relative;
    text-decoration: none;
  }
  a.tooltip:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 20%;
    background: #FCFFFF;
    padding: 10px 15px;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    border-radius        : 10px;
    border:1px #606060 solid;
    white-space: pre;
    opacity: 1;
     /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    display:none;
    font-weight:normal;
  }
  a.tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #FCFFFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    opacity: 1;
    left: 30%;
    bottom: 90%;
    display:none;
  }
  a.tooltip:hover:after {
    bottom: 100%;
  }
  a.tooltip:hover:before {
    bottom: 70%;
  }
  a.tooltip:hover:after, a:hover:before {
    display:block;
  }
