#sidebar-left-menu {
	height:12em;
}
#form-main {
	margin:0 1em 0 0;
}

.title-table{
	margin-bottom:15px;
	
}
.top_border{
	border-top:dashed #1EBEE9 1px;
}

#form-main .form-fieldset legend{
	color:rgb(255,115,1);
	font-weight:bold;
	font-size:1em;
	padding-bottom:5px;
}

#form-main .form-fieldset {
	border-style:hidden;
	margin-top:0.4em;
	border: none;
	margin-bottom:0px;
	padding-bottom:0px;
}


#form-main table {
	margin-top:0em;
}

.internal-form-table {
	font-size:80%;
	margin-left:6em;
	margin-right:0;
}

#form-main label {
	
}


.internal-main-content .data, #form-main .data {
	padding-left:4em;
	padding-right:0em;
}

#form-main .data li {
	list-style:none;
}
 
.inline-form-help {
	text-decoration:none;
}

.form-idented-field td {
	padding-left:12em;
		
}

.input_disabled {
	color:gray;
}

#form-error-message {
	color:red;
	font-weight:bold;
}

.custom-error-list {
	color:red;
}

ul.errorlist {
	margin-top:0;
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
	list-style-position:inside;
}

.term-of-service {
	margin:0.9em 0 0 0;
}

#wizard-dialog {
	display:none;
}

#under_title_msg{
	font-size:100%;
	color:green;
}

#formTitleTd {
	width:3%;
}
.repeat_day_emphesize {
	color:black;
}

.repeat_day {
	color:gray;
}

#inline-help-div {
	top:inherit;
	left:inherit;
}

.checkboxes-widget.desktop { 
	/*height: 200px;*/
	overflow: auto;
}

.checkboxes-widget.desktop ul { 
	padding: 5px; 
}

.checkboxes-widget.rtl { 
	direction: ltr; 
}

.checkboxes-widget.rtl ul { 
	direction: rtl; 
}



.checkboxes-widget.ltr { 
	direction: rtl; 
}

.checkboxes-widget.ltr ul { 
	direction: ltr; 
}

.filter_border{
	border-bottom:dashed #1EBEE9 1px;
	width:300px;
	padding:5px;
	margin-bottom:3px;
}

.linelist ul {
    list-style: none;
}
.linelist ul li{
    display: inline-block;
}

.in_form_text_box {
    background-color: #EBEBE4; 
    border: 1px solid #292929; 
    padding:10px; -moz-border-radius: 5px; 
    border-radius: 5px;
}
