﻿.control,
.control_manual {
  display: block;
  float: none;
  border: none;
  padding: 0;
  clear: left;
  min-height: 1px;
  margin: 10px 0;
  position:relative;
}

* html .control,
* html .control_manual {
  height: 1px;
}

.control:after ,
.control_manual:after{
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}




.control span, .control input, .control select, .control textarea {
  width: 167px;
  border: solid 1px #999;
  border-top: 1px solid #555;
  padding: 2px 2px 1px 4px;
  font-size: 12px;
  background: #eee url(fieldbg.gif) repeat-x top;
  /*min-height: 21px;*/
  min-height: 17px;
  display: block;
  float:left;
}

.control input { width:149px; padding:5px 4px 3px 4px; background:url(input-text.gif); border:none; min-height:16px; }
.control label { display:block; width:40px; padding:4px; color:#333; font-size:12px; float:left; font-weight:bold; }


.control select {
  padding: 0;
  width: 308px;
}

.control cite {
  width: 300px;
  float: left;
  border: none;
  padding: 3px 3px 2px 5px;
  font-size: 10pt;
  font-family: tahoma;
  min-height: 16px;
  font-weight: bold;
  font-style: normal;
}

.multiline textarea, .multiline span {
  padding: 0 0 0 4px;
  width: 302px;
}

.multiline textarea {
  margin: 0;
}

.multiline span {
  height: 150px;
  overflow-y: scroll; 
}

.nolabel label {
  display: none;
}

.long span, .long input, .long textarea {
  width: 300px;
}

.long select {
  width: 308px;
}

.long textarea, .long span {
  width: 302px;
}

.short span, .short input, .short textarea {
  width: 100px;
}

.short select {
  width: 108px;
}

.short textarea, .short span {
  width: 102px;
}


.login label {
  width: 90px;
}



.check input {
  width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 183px;
	top: -15px;
}

.check span {
  width: 24px;
	height: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 183px;
	top: -15px;
}

.control.extended_calendar span, .control.extended_calendar input {
  width: 130px;
}

* html .check input {
  margin: -3px 0 -1px -10px;
}

.control sup {
   display:block;
   margin:0px;
   top:7px;
   position:absolute;
   right:9px;
   float:left;
   font-size:11px;
   color:#0078C6;
}






/***************************************************************************
 * Calendar Style 
 ***************************************************************************/

.picker {
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 10px;
  font-weight: bold;
  font-family: "Verdana", monospace;
  margin: 2px 0px 3px 0px;
  padding: 1px 2px 5px 2px;
  cursor: pointer;
}

.calendar_button {
	border:none;
	cursor:pointer;
	width:25px;
	height:22px;
}

.calendar td {
  font-size:10px;
}

.title {
  font-weight:bold;
  background-color:#D7D7E5;
}

.day {
  width:20px;
  cursor:pointer;
  text-align:center;
  border:1px solid #F6F6F6;
}

.dayhover {
  width:20px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border: 1px solid #F6F6F6;
}

.dayheader {
  width: 20px;
  text-align: center;
  border: 1px solid white;
  font-weight: bold;
  background: #FFFFFF;
}

.othermonthday {
  color:#999999;
}

.outofrangeday {
  visibility:hidden;
}

.selectedday {
  width: 20px;
  background: #FBE694;
  color: #000;
  border: 1px solid #BB5503;
  font-weight: bold;
}

.calendar {
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month {
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev {
  cursor:pointer;
  height:20px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector {
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
  background-color:#FFFFFF;
}

.disabledday {
  text-decoration:none;
  background-image:url(_controls/images/calendar/cal_badDate.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

.disabledday_over {
  text-decoration:none;
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
  background-image:url(_controls/images/calendar/cal_badDate_over.gif);
}

/* quote tool */

.quote-tool .info{
   color: #444444; 
   font-size: 1.25em;
   font-family: Georgia, Times New Roman, Serif;
   padding: 0 0 5px;
   border-bottom: dotted 1px #999;
}

* html .quote-tool .info {
    height: 26px;
}

.quote-tool .radiobutton-list .label{
    color: #333;
    display: block;
}

.quote-tool .radiobutton-list label {
    margin-left: 5px;
    float: left;
    width: auto;
}

.quote-tool .radiobutton-list input {
    position: relative;
    top: 1px;
    float: left;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
}

.quote-tool .radiobutton-list .control_manual .label,
.quote-tool .control_manual .label,
.quote-tool .control label{
    color: #333;
    float: none;
    clear: both;
    width: auto;
    display: block;
    font-weight: bold;
}

.quote-tool .control_manual{
    margin-top: 0;
}

.quote-tool .control select,
.quote-tool .control_manual select{
    float: left;
    width: auto;
    padding: 2px;
    min-height: 16px;
    background: #F7F7FF;
    border: solid 1px #999;
    margin: 0 3px 3px 0;
    font-size: 11px;
}



.quote-tool .radiobutton-list table {
    margin: .25em 0 .5em;
    line-height: 1.25em;
}

.quote-tool .radiobutton-list table td {
    padding-bottom: 5px;
    padding-right: 15px;
}

.quote-tool .error{
    padding: 5px;
    background: #fff;
    margin: .5em 0 1em;
    color: #DD6600;
    font-size: 12px;
    line-height: 1.4em;
}
