form.default {
    width: 100%;
}
form.default fieldset {
    border-top: 1px solid #B3BBE7;
    padding: 10px 0;
    width: 100%;
}
form.default fieldset:first-child {
    border: medium none;
    padding: 0 0 10px;
}
form.default fieldset:last-child {
    border: medium none;
    padding: 0;
    text-align: right;
}
form.default label {
    cursor: pointer;
    display: inline-block;
    float: left;
    font: bold 13px 'Arial';
    margin: 0 0 6px;
    padding: 0px 0 0;
    text-align: left;
    width: 40%;
}
form.default div.field_block > div label {
	float: none !important;
	position: relative;
	top: -1px;
}
form.default div.field_block > input[type="radio"] {
	position: relative;
	top: 1px;
}
form.default div.field_block {
    display: inline-block;
    float: right;
    margin: 0 0 6px;
    width: 60%;
}

form.default fieldset fieldset {
    display: inline-block;
    float: right;
    margin: 0 0 8px;
    padding: 0;
    width: 80%;
}
form.default fieldset fieldset label {
    border-bottom: 1px solid #B3BBE7;
    color: #505362;
    display: block;
    float: none;
    font-weight: normal;
    margin: 0;
    padding: 3px 0;
    width: auto;
}
form.default fieldset fieldset label span {
    color: #666666;
    font-size: 11px;
    font-style: italic;
}
form.default input[type="text"], form.default input[type="password"], form.default input[type="number"], form.default select.full, form.default textarea, form.default .color {
    background: none repeat scroll 0 0 white;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    padding: 2px 0;
    width: 100%;
	top: -2px;
	position: relative;
}
form.default input.emailredirect[type="text"] {
    background: none repeat scroll 0 0 white;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    padding: 2px 0;
    width: 73% !important;
}
form.default input[type="file"] {
    background: none repeat scroll 0 0 white;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    padding: 2px 0;
    width: 100%;
}
#file {
    font-size: 12px;
}
form.default input#year[type="text"], form.default select {
    background: none repeat scroll 0 0 white;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    padding: 2px 0;
}
form.default input#year[type="text"] {
    padding: 4px 2px;
    width: 30px;
}
form.default input[type="radio"] {
    margin-right: 4px;
}
div.checkbox {
    padding: 2px 0 0;
}
div.checkbox input {
    float: left;
}
div.checkbox span {
    display: block;
    font: 11px 'Arial';
    padding: 3px 0 0 30px;
}
fieldset.table_action {
    float: right;
    text-align: right;
}
fieldset.table_action select {
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    font-size: 11px;
    padding: 3px;
}
fieldset.table_action input {
    background: url("/img/buttons/button_very_small.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    font-size: 11px;
    height: 21px;
    margin: -1px 0 0 !important;
    padding: 2px 3px 3px;
}
fieldset.table_action input:hover {
    background-position: 0 -21px;
}
/** User Edit **/
div.col1 {
    border-right: 1px solid #B3BBE7;
    float: left;
    height: 200px;
    width: 50%;
}
div.col2 {
    float: left;
    margin-left: 10px;
    width: 48%;
}
.teammember {
    float: left;
    margin-left: 0;
    width: 3%;
}
.teamleader {
    float: left;
    margin-left: 60px;
    width: 3%;
}
.teamleader_field_block {
    float: left;
    margin-left: 47px;
    width: 3%;
}

/* AutoCompleter DIV */
.ui-autocomplete, .ui-datepicker, .ui-timepicker-div {
	font-size: 90%;
}
div.auto {
  position:absolute;
  width:550px;
  font-size: 8pt;
  background-color:white;
  margin:0;  
  padding:0;
  height:100px;
  overflow:auto;

  text-align:left;
  z-index:100;
  border-bottom:1px dotted #0080C0;  
  border-left:1px dotted black;  
  overflow-x:hidden;
  border-top:0px dotted white;
  border-right:1px dotted black;  
  overflow-x:hidden;   

}
div.auto ul { 
  width:350px;
  list-style-type:none;
  margin:0;
  padding:0;
  border-bottom:1px dotted #0080C0;
  border-top:1px dotted white;
}

div.auto ul li.selected {
  list-style-type:none;
  display:block;  
  border-bottom:1px dotted #0080C0;
  border-top:1px dotted white; 
  border-right: 2px solid #FFFFC1;
  margin:0;
  padding:0px;
  height:18px;  
  background-color:#D7EBFF;
  cursor:pointer;}

div.auto ul li {
  list-style-type:none;
  display:block;  
  border-bottom:1px dotted #0080C0;
  border-top:1px dotted white;
  margin:0;
  padding-left:10px;
  height:18px;
  cursor:pointer;
  background: #FFFFFF;
}

.input {
	margin-top:5px;
	margin-left:10px;
}

.text h3 {
	margin-left:15px;
}

/** SQL-Log Table **/
table.cake-sql-log {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.cake-sql-log caption {
	text-align:center;
}
.cake-sql-log th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
.cake-sql-log th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.cake-sql-log th a.asc:after {
	content: ' ⇣';
}
.cake-sql-log th a.desc:after {
	content: ' ⇡';
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	display: block !important;
}
.form-error {
	 margin-left: -3px;
	 margin-top: 1px;
	 margin-bottom: 3px;
}
div.error label span.info {
	color: black;
}

/** Paging **/
.paging {
	background:transparent;
	color: black;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}

.paging a {
	color: white;
	font-weight: normal !important;
}

.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
	background: none repeat scroll 0 0 #BF3030;
}
.paging > span:hover {
	/* background: #D9E0F7;*/
	background: #FF4040;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	/* color: #2E3C9A;*/
	color: #B9B9B9;
}
.paging .disabled:hover {
	background: none repeat scroll 0 0 #BF7070;
}
.paging .current {
	background: #A60000;
	color: black;
	font-weight: bolder;
}