﻿/***************************************************************************
 * Extended Controls Style
 ***************************************************************************/

.control,
.control_stacked,
.radio
 {
  display: block;
  float: none;
  border: none;
  padding: 0px;
  clear: left;
  min-height: 1px;
  position: relative;
  margin: 15px 0;
}

	* html .control,
	* html .control_stacked,
	* html .radio
	{
	  height: 1px;
	}
	
	.control:after,
	.control_stacked:after,
	.radio:after
	{
	  content: ".";
	  clear: both;
	  display: block;
	  visibility: hidden;
	  height: 0;
	}

.control label,
.radio .label {
  width: 150px;
  min-height: 1px;
  float: left;
  margin-right: 10px;
  font-weight: normal;
  padding: 6px 0 0;
  text-align: right;
  font-size: 14px;
  color: #333;
}

.radio label{
	padding: 0 20px 0 2px;
}

.long_radio .label{
    width: 400px;
}

.control_stacked label {
  width: auto;
  min-height: 1px;
  float: none;
  margin-right: 10px;
  font-weight: normal;
  padding: 6px 0 0;
  text-align: left;
  font-size: 14px;
  color: #333;
  display: block;
}

.control label em,
.control_stacked label em
 {
	display: block;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #777;
	}


.control span,
.control input,
.control select,
.control textarea,
.control cite
 {
  width: 350px;
  float: left;
  border: solid 1px #999;
  padding: 2px 2px 1px 4px;
  font-size: 16px;
  font-family:  "Trebuchet MS", Verdana, sans-serif;
  background: #fff url(field.gif) repeat-x top;
  min-height: 16px;
  font-style: normal;
}

.control_stacked span,
.control_stacked input,
.control_stacked select,
.control_stacked textarea,
.control_stacked cite
 {
  width: 450px;
  float: none;
  display: block;
  border: solid 1px #a98c7d;
  padding: 2px 2px 1px 4px;
  font-size: 16px;
  font-family:  "Trebuchet MS", Verdana, sans-serif;
  background: #fff url(field.gif) repeat-x top;
  min-height: 16px;
  font-style: normal;
}

.extended_calendar input{
	width: 170px;
}

.extended_calendar img{
	float: left;
	margin: 2px 5px 0 10px;
	cursor: pointer;
}

.control cite,
.control_stacked cite
 {
	padding: 5px 3px 5px 5px;
	background: none;
	border: none;
	}


.multiline textarea,
.multiline span {
  padding: 0;
  height: 150px;
  overflow: auto;   
  margin: 0;
}

.short input,
.short cite
 {
	width: 150px;
	}

.date_drop select {
	width: auto;
	}
	
	.date_drop .divider {
		float: left;
		margin: 0 10px;
		font-size: 20px;
		line-height: 30px;
		}

.control sup,
.control_stacked sup
 {
   display: none;
}

/* [ Voucher ] */
.voucher {
	width: 350px;
	float: left;
	margin: 0;
	}
	
	.voucher input {
		width: 200px;
		}

.forgot_password .control {
  width: 400px;
  clear: none;
  float: left;
  margin: 0;
}

.forgot_password .control input {
    width: 250px;
}

/* [ Check Box ] */
.checkbox {
	margin: 0 0 0 130px;
	}

.checkbox label {
  margin-right: 10px;
  font-weight: normal;
  padding: 0;
  font-size: 14px;
  }
  
  	.checkbox input {
		margin: 0 0 0 10px ;
		}
		
		
/* [ Fieldsets ] */

fieldset.radio_buttons,
fieldset.checkboxes
 {
  border: 1px solid #ccc;
  margin: 10px;
  padding-bottom: 0 0 10px 0;
}
 
 fieldset.radio_buttons legend,
 fieldset.checkboxes legend
  {  
  font-weight: normal;
  font-size: 11px;
  color: #555;
  top: 0;
  left: 0;
 }
 
 fieldset.radio_buttons .description,
 fieldset.checkboxes .description
  {
   margin: 5px 10px 5px 120px;
   display: block;
   font-size: 14px;
 }

 fieldset.radio_buttons table {
   border: none;
   padding: 0;
   margin: 0 0 20px 115px;
   font-size: 14px;
   color: #555;
 }
 
 fieldset.checkboxes .checkbox_group {
   margin: 10px 0 20px 115px;
 }
		
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	border-bottom: 1px solid #b9a295;
	}
	
	.datagrid th {
		text-align: left;
		border-bottom: 1px solid #b9a295;
		padding: 2px 5px;
		background: #e7ddd4;
		color: #582108;
		font-size: 10px;
		}
		
	.datagrid td {
		padding: 4px 5px;
		border-top: 1px solid #e9e2db;
		}
		
		
		
		
		
		
		
		

/***************************************************************************
 * 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);
}

