                                                                                                                                                                                                @import url("../../include/jscalendar/calendar-system.css");

/* calendar: */

.calendar .nav {
    background: #DDDDDD url("../../include/jscalendar/menuarrow.gif") no-repeat 100% 100%;
}

.calendar .combo {
    z-index: 99;
}


/* new classes: */

div.thr_form {
    background-color:transparent;
}

div.thr_form p {
/*    padding:1px;
    margin:1px;*/
}

div.thr_form p.help_txt {
    color:#600;
}

div.thr_form fieldset {
/*    padding: 0px 6px 6px 6px;*/
	padding: 6px 0px 6px 0;
    margin: 6px 0px 16px 0px;
    background-color: transparent;
    width: 610px;
}

/* IE7 specific: */
*:first-child+html div.thr_form fieldset {
/*    padding: 6px 6px 6px 6px;*/
	padding: 6px 6px 6px 0;
    margin: 22px 0px 24px 0px;
}

div.thr_form legend {
/*    padding: 6px 6px 0px 6px;*/
	padding: 6px 6px 6px 0;
    margin: 0px 0 20px 0;
    background-color: transparent;
    border-left: 1px solid #666;
    border-top: 1px  solid #666;
    border-right: 1px  solid #666;
    font-weight: bold;
}

/* IE7 specific: */
*:first-child+html div.thr_form legend {
/*    padding: 2px 6px 0px 6px;*/
	padding: 6px 6px 6px 0;
    margin: -22px 0 10px 0;
}


/* >>>>>>>> Layout without main table: */
div.thr_form div.newline {
    clear: both;
    margin: 0;
    padding: 0;
    margin: 0px;
    border-width: 0px;
    height: 0px;
    width: 100%;
}

div.thr_form div.questionbox {
    clear: left;
    float:left;
/*    width:180px;*/
	width:25%;
    height:auto;
/*    padding: 4px;*/
	padding: 4px 0px 4px 0;
/*    margin: 2px 0px 2px 2px; */
	margin: 2px 0px 2px 0px;
    border-width: 0px;
/*    text-align: right;*/
	text-align: left;
}

div.thr_form fieldset div.questionbox {
    clear: left;
    float:left;
    width: 172px;
    height:auto;
/*    padding: 4px;*/
	padding: 4px 0px 4px 0;
    margin: 2px 0px 2px 0px;
    border-width: 0px;
/*    text-align: right;*/
	text-align: left;
}

div.thr_form div.answerbox {
    float:left;
/*  width:420px;*/ 
    width:300px;
    height:auto;
/*    padding: 4px;*/
	padding: 4px 0px 4px 0;
/*    margin: 2px 2px 2px 0;*/
	margin: 2px 0px 2px 0;
}

div.thr_form fieldset div.answerbox {
    float:left;
/*  width: 412px; */
    width: 300px;
    height:auto;
/*    padding: 4px;*/
	padding: 4px 0px 4px 0;
/*    margin: 2px 2px 2px 0px;*/
	margin: 2px 0px 2px 0;
    border: 0px;
}

div.thr_form div.submitbox {
    clear: both;
    float: left;
    width: 602px;
    height: 26px;
/*    padding: 8px;*/
	padding: 8px 0px 8px 0;
/*    margin: 2px;*/
    text-align: center;
}

div.thr_form div.submitbox input {
    cursor: pointer;
    border: 2px solid #999;
    color:#666;
    text-align: center;
    width: 200px;
/*    margin: 2px 2px 2px 180px;*/
	margin: 2px 0px 2px 25%;
}
/* <<<<<<<<< Layout without main table */

.thr_form_title,
.thr_form_help {
    font-weight: normal;
    vertical-align: top;
/*    padding: 6px;*/
	padding: 0px 0px 0px 0px;
    background-color: transparent;
    text-align: left;
/*    color: black;*/
}

.thr_form_error .thr_form_title,
.thr_form_error .thr_form_field,
.captcha_err  .thr_form_title,
.captcha_err  .thr_form_field {
    color: red !important; 
}

.thr_form_field {
    width:460px;
    background-color:transparent;
/*    padding:6px; */
	padding: 6px 0px 6px 0;
}

/*.thr_form_date,
.thr_form_email,
.thr_form_textarea,
.thr_form_text,
.thr_form_select {
    background-color:white;
}*/

.thr_form_err_date,
.thr_form_err_email,
.thr_form_err_textarea,
.thr_form_err_text,
.thr_form_err_radio,
.thr_form_err_radio_label,
.thr_form_err_select,
.thr_form_err_select_label,
.thr_form_err_checkbox,
.thr_form_err_checkbox_label,
.captcha_err,
.captcha_err input {
 /*   background-color:transparent !important;*/
    border: 2px solid red !important;
}

div.thr_form_missing {
/*    background-color: red;
    border: 2px solid yellow;
    color: yellow;
    font-weight: bold; */
    background-color: transparent;
    color: red;
    font-weight: normal;
/*    padding: 6px;*/
	padding: 6px 0px 6px 0;
}

.thr_form_textfield.thr_form_readonly input.thr_form_text {
    background-color: #ddd;
}

/* old classes: */
/*.thr_form_date:hover,
.thr_form_email:hover,
.thr_form_textarea:hover,
.thr_form_text:hover,
.thr_form_radio:hover,
.thr_form_select:hover,
.thr_form_checkbox:hover,*/
.thr_form_err_date:hover,
.thr_form_err_email:hover,
.thr_form_err_textarea:hover,
.thr_form_err_text:hover,
.thr_form_err_radio:hover,
.thr_form_err_select:hover,
.thr_form_err_checkbox:hover {
    background-color: transparent;
}

/*.thr_form_date,
.thr_form_err_date{
    width: 120px;
}
*/
.thr_form_date_img{
    cursor: pointer;
    border: 0;
    vertical-align: middle;
}
.thr_form_email,
.thr_form_err_email {
/*    width:410px; */
    width:250px;
}

.thr_form_text,
.thr_form_err_text {
   /* width:410px; */
        width:250px;
}
.thr_form_radio,
.thr_form_err_radio{
 width:20px; 
	margin: 0px 0px 10px 0px;
}
.thr_form_checkbox,
.thr_form_err_checkbox{
    width: 24px;
}
.thr_form_select,
.thr_form_err_select{
/*    width:410px; */
width:250px;
}

.thr_form_heading {
    width:98%;
    font-weight: bold;
    background-color: #777;
    color:#fff;
/*    padding: 5px;*/
	padding: 5px 0px 5px 0;
}

.thr_form_submit {
    cursor: pointer;
}
.thr_form_submit:hover{
}

span.thr_form_required {
    color:red;
}

span.thr_form_small {
    font-size:9px;
}


.captcha input {
    background-color:#F4F4F4;
    border: 1px solid #CCCCCC;
     size: 180px; 
}

.captcha .captcha_expl{
    font-weight:normal;
}

.thr_form_a_img{
    border:0;
}
.thr_form_img_help{
    border:0;
    width:16px;
    height:16px;
}

.thr_form_help_box_td{
    border:1px solid #666666;
    padding:6px;
    background-color:#ffffff;
    color:#003366;
}

.thr_form_help_box_div{
   background-color:#5587B1;
}

.thr_form_help_box_hr {
    width:100%;
    margin: 5px 0 ;
    padding:0px;
}

h5.thr_form_help_box_h5 {
    color:#fff;
    background-color:#5587B1;
    font-size:1.0em;
    font-weight:bold;
    margin:0;
    padding:5px;
}

.thr_form_help_box_h6 {
    color:#003366;
/*    background-color:#ccf;*/
      background-color:transparent;
    font-size:1.0em;
    font-weight:normal;
    margin:0;
    padding:4px;
}

div.thr_form_results {
 /*   background-color: #cfc;*/
    background-color: transparent;
 /*   border: 2px solid #090;*/
/*    padding: 6px;*/
	padding: 6px 0px 6px 0;
}


/*** Don't remove the class nixhier, this is required for ASP ***/
.thr_form_hiddenfield,
.nixhier {
    display:none;
}

/*** Popup box for displaying the help text ***/
.HelpDiv {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.HelpDiv-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
}

.close {
    color: #aaaaaa;
/*    float: right;*/
	float: left;
    font-size: 28px;
    font-weight: bold;
/*    padding-right: 10px;*/
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*  deprecated definitions, only for forms created with thr_form < 0.3.0
        thr_form_td_help is now called thr_form_help
*/

.thr_form_td_help{
    width: 16px;
    vertical-align: top;
}




                                                                                                                                                                                                                                    