.ui-dialog, .ui-dialog-content { overflow: visible; }

#accordion p img.imgloading {
	width: 30px;
	height: 30px;
}
#accordion .ui-accordion-content {
    max-height: 130px;
}

.keyword_list {
	list-style: none;
}

.keyword_list li {
	padding: 5px;
}

.ui-accordion-content {
	padding: 5px 5px !important;
}


.textboxStyle{
	font: inherit;
	text-align: left;
	outline: none;
	cursor: text;	
}

.width200px{
	width:200px;
}

.formtable td{
	padding-top:5px;
}

.activeBtn{
	background:none;
	background-color: #1c94c4 !important;
	color:#fff;
}

div.floatLeft{
	float:left;
}

div.clear{
	clear: both;
}

div.form_holder{
	padding-bottom:10px; 
}

p.error_msg, label.error{
	color:#cc0000;
	display: block;
}
input.error{
	background: url("../images/icon-fail.png") no-repeat scroll right center #ffebef;
    color: #480000;
}

div.header{
	color: #1c94c4;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 10px;
}

.tableStyle tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
.tableStyle tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}
.tableStyle td, th {
    padding: 0.75em 0.5em;    
}

.selected{
	background-color: rgba(56, 167, 177, 0.3) !important;
}

span.required_mark{
	color:#cc0000;
}