
/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: 0px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }


/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    padding: 0px;
    font-size: 12px;
    color: #666;
    font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
textarea {
    height: 6em;
    resize:none;
}
label {
    color: #333;
}

label.extend {
  float: none!IMPORTANT;
  margin-left: 0px;
}

label.extend-padding {
  float: none!IMPORTANT;
  margin: 0px 45px 0px 55px!IMPORTANT;
  width: 250px;
}

label.input-left {
  float: none!IMPORTANT;
  margin-left: 25px!IMPORTANT;
}

td.spSelect label{
  color: #666666;
  font-size: 11px;
  font-family: trebuchet ms, verdana,arial,helvetica,sans-serif;
}

input.button {
   /*border: 3px groove #FF9933;*/
   background-color: #eaeff4;
   border: 1px solid #898989;
   font-size: 12px;
   cursor:pointer;
   padding: 3px;
}

input.navButton {
   /*border: 3px groove #FF9933;*/
   background-color: #eaeff4;
   border: 1px solid #898989;
   font-size: 12px;
   cursor:pointer;
   padding: 3px;
   overflow:visible;
}

/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
        /*margin-bottom: 0.6em; !* fix MSIE behaviour on submit *!*/
    }
        form fieldset ol li div {
            /*float: left; !* fix MSIE behaviour on submit *!*/
            /*display: inline; !* fix MSIE *!*/
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: 0px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li label.login {
            float: left;
            margin-left: 0px;
            width: 140px;
            text-align: left;
            padding-bottom: 3px;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #f00;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
        /*margin-bottom: 0; !* restore behaviour *!"*/
    }
        form fieldset ol.onTop li div {
            /*!* restore behaviour *! float: none;*/
        }

        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
}

tr.search-meta td {
  padding: 5px;
  color: #444;
}

tr.headers {
  background-color: #95a1aa;
}
tr.headers th {
  margin-top: 10px;
  margin-bottom: 15px!IMPORTANT;
  padding: 5px;
}

tr.backLight {
    background: #FFFFFF;
    border-bottom: 1px solid #DEDFCE;
}

tr.backLightRow {
  background: #FFFFFF;
  font-size: 13px; 
  line-height: 19px; 
}

tr.backLightRow td {
  padding: 5px;
  color: #444;
}

tr.backLightRow td.small {
  font-size: 11px;
}

tr.backDark {
    background: #eee;
    border-bottom: 1px solid #DEDFCE;
}
tr.backDarkRow {
  background: #EAEFF4;
  font-size: 13px; 
  line-height: 19px; 
}

tr.backDarkRow td {
  padding: 5px;
  color: #444;
}

tr.backDarkRow td.small {
  font-size: 11px;
}

tr.backDarkHeaders {
  background: #EEEEEE;
  border-bottom: 1px solid #DEDFCE;
  font-size: 13px; 
  line-height: 15px; 
  color: #FF9933;
  height: 15px;
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

tr.backHighlight {
    background: #CFEEFF;
}

th.small {
  padding: 0px!IMPORTANT;
  line-height: 0.2em;
}

.full {
    width: 97%!IMPORTANT;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */

/* START Login block */

div #login-container #wrapper-inner {
	padding-bottom: 0px!IMPORTANT;
        border: none;
        text-align: center;
}
div #login-container #footer {
	width: 263px;
	margin-left: 160px;
	padding-left: 2.8em;
	padding-right: 2.8em;
	margin-top: 0px;
}

div.block-login {
  width: 280px;
  min-height: 150px;
  background-position: left 4.6em;
  border: 2px solid #95a1aa;
  padding: 2em;
  padding-left: 2.4em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*
div.block-login .button {
  margin-left: 220px;
  margin-right: 0px;
}
*/
div.block-login fieldset ol.onTop {}

div.block-login span.label, div.block-login label {
	color: #999;
}
div.block-login div.forgot-link {
    position: relative;
    float: left;
}

div.block-login div.button {
    position: relative;
    float: right;
}
/* END Login block */

/* START Account edit page */
div.account-details ul {
	list-style: none;
}
div.account-details li {
	margin-left: 5px;
	padding-bottom: 7px!IMPORTANT;
}
div.account-details h6 {
	padding-top: 10px;
	padding-bottom: 5px;
}
div.account-details th, td {
	color: #656565;
	text-align: center;
}
div.account-details th {
	font-size: 0.87em;
	padding-top: 4px;
	padding-bottom: 7px;
}
div.account-details td {
	font-size: 1em;
	padding-bottom: 3px;
}
div.account-details .full td {
	font-size: 0.85em;
	padding-bottom: 1px;
}
div.account-details .full td.small {
	font-size: 0.8em;
	padding-bottom: 1px;
}
div.account-details .full th.left {
	text-align: left;
}
div.account-details .full th.small {
	font-size: 0.8em
}
div.account-details table {
  margin-left: 5px;
  border-top: 1px solid #95a1aa;
  border-right: 1px solid #95a1aa;
}

div.account-details th.shaded, div.account-details td.shaded {
	background-color: #eee;
}

div.account-details span.label, div.account-details label {
	color: #999;
}

div.account-details span.info {
	color: #666666;
	font-weight: bold;
}

div.account-details span.required {
	color:red;
	font-weight:bold;
	cursor:help;
	margin-left: -20px;
}
div.account-details span.optional {
	color:green;
	font-weight:bold;
	cursor:help;
}
div.account-details fieldset {
	padding-top: 5px;
}
/* END Account edit page */

/* Terms and Conditions page */

div.termsAndConditions {
	border: 1px solid #999;
	width: 650px;
	height: 295px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
	padding: 10px;
	overflow: auto;
}

div.termsPrint {
	/*float: right;*/
	display: block;
	position: relative;
	width: 650px;
	margin-bottom: 20px;
	/*margin-right: 63px;*/
        margin-left: auto;
        margin-right: auto;
}

div.termsPrint a {
	float: right;
}

div.termsAccept {
	/*float: right;*/
	display: block;
	position: relative;
	width: 650px; 
	/*margin-right: 63px; */
	margin-bottom: 20px;
	text-align: right;
        margin-left: auto;
        margin-right: auto;
}

div.termsAccept .button {
	width: 90px;
}

div.searchCriteria {
  padding-left: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #95a1aa;
}

/* END Terms and Conditions page */

/* Other Items */

.infoTransition {
    font-size: 10px;
    color: #FF9933;
    height: 10px;
    margin-left: 20px;
    padding-top: 3px;
}

.infoCharCount {
    font-size: 10px;
    height: 10px;
}

fieldset.instructions {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

fieldset.instructions ul {
   color: #999;
   font-weight: bold;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

fieldset.instructions ul li {
    font-weight: normal;
    list-style: disc;
    color: #444;
    margin-bottom: 0px!IMPORTANT;
    padding-bottom: 5px;
}

div.serviceList {
  border: 1px solid #656565;
  width: 250px;
  height: 125px;
  display: inline-block;
  overflow-y: auto;
  line-height: 1.2em;
  padding: 2px 5px;
}

img.calendarImg {
  margin-bottom: -4px;
}

span#calendarReset {
  font-size: 12px;
  margin-top: auto;
}

span#calendarReset a {
  color: #517EBA;
}