.collapsible{
	border: 1px solid #99cccc;
}

.collapsible .collapse-processed a{
	font-weight: bold;
	text-decoration: none;
}
.fieldset-wrapper table{
	width: 100%;
	padding: 5px;
}
.fieldset-wrapper table tr{
	background-color: #006699;
	color: #ffffff;
}
.fieldset-wrapper table tr td, th{
	padding: 5px;
}
.fieldset-wrapper table tr.odd{ 
	background-color: #ccffff;
	color: #000000;
}
.fieldset-wrapper table tr.even {
	background-color: #ffffff;
	color: #000000;
}

tr.odd {
 background-color: #F2F2F2 !important;
}

tr.even{
 background-color: #E0E0E0 !important;
}

table.sticky-enabled{
	width: 630px;
	border: solid 2px;	
}
table.sticky-enabled thead tr{
	text-align:center;
}
table.exams_table tr{
	height: 30px;
}
/*table, table tbody, table th, table td{border: solid 1px;}*/
table.exams_table, table.exams_table tbody,table.exams_table th,table.exams_table td{
	border: solid 1px;
}
table.exam-detail{
	border: none;	
	text-align:left;
	margin: 0 auto;
	width: 350px;	
}
table.exam-detail td{
	padding:5px;	
	font-weight: bold;	
}
table.exam-detail td.title{
	font-weight: normal;
	background-color: #ccffff;
}
/* form search*/
#list-search-exam-form fieldset {
	border:1px dashed #CCC;
	padding:10px;
}
#list-search-exam-form legend {
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #a8e7ef;
	border: 1px solid #333;
	padding: 2px 6px;
}
/*#list-search-exam-form .form-item {
	display: block;
	width: 100%;
	padding-top: 3px;
	clear: both;
}
#list-search-exam-form .form-radios .form-item {
	display:inline;
	padding-top:0px;
	margin: 0px;
}
#list-search-exam-form .form-radios {
	margin: 0;
}
#list-search-exam-form .form-radios .form-item label {
	width: 8%;
}
#list-search-exam-form .form-item label {
	width: 30%;
	float: left;
	display: inline;
	text-align: right;
}
#list-search-exam-form .form-item .form-text {
	width: 50%;
	float: left;
	margin-left: 10px;
	display: inline;
	border: 1px solid #ccc;
}

#list-search-exam-form .form-item textarea {
	clear: both;
	width: 100%;
	display: block;
	font-size: 110%;
	border: 1px solid #ccc;
}

#list-search-exam-form .form-item .form-select {
	margin-left: 10px;
}
#edit-sbd {
	width: 15% !important;
}
#autocomplete ul {
	list-style-type:disc;
	display:inline;
}
#autocomplete ul{
	background-color:#CCC;
}
#autocomplete li{
	background-color:#6FF;
}*/

.form-item{
	clear:both;
	display:block;
	padding-top:10px;
	width:100%;
}

.form-item label{
	display:inline;
	float:left;
	padding-top:5px;
	text-align:right;
	width:20%;
}

.form-item .form-text,.form-item .form-select{
	display:inline;
	float:left;
	margin-left:20px;
	width:30%;
}
#edit-sbd {
	width: 100px !important;
}
.description
{
   margin-left: 20px;
}
.form-radios .form-item, .form-checkboxes .form-item{
  margin:0 0 .8em;
  padding:0;
}
.form-radios .form-item label.option, .form-checkboxes .form-item label.option{
  text-align: left;
}
.form-radios, .form-checkboxes{
  display:inline;
  float:left;
  padding-left:20px;
  width:20%x;
}

#autocomplete {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

#autocomplete ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

#autocomplete li {
	margin: 0px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

