﻿
/***************************************************************************
 * Extended Controls Style
 ***************************************************************************/

.control {
  width: 100%;
  display: block;
  float: none;
  padding: 3px;
  clear: left;
}

.control:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.control label {
  width: 170px;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  font-size: 11px;
  padding: 3px;
}

.control label sub {
  display: block;
  font-weight: normal;
  padding: 2px 0;
}

.control span, .control input, .control select, .control textarea {
  width: 300px;
  float: left;
  border: solid 1px #7F9DB9;
  padding: 2px 2px 1px 4px;
  font-size: 10pt;
  font-family: tahoma;
  background-color: #fff;
  min-height: 16px;
}

.control span {
  border: solid 1px #b0b6bb;
  background-color: #f0f0f0;
  color: #000;
  padding: 1px 2px 0px 4px;
}

.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;
}

.control select {
  padding: 1px 0 1px 0;
  width: 308px;
}

* html .control select {
  margin: 0 0 -1px 0;
}

.multiline textarea, .multiline span {
  padding: 0 0 0 4px;
  width: 302px;
}

.multiline textarea {
  margin: 0;
}

.multiline_wrap textarea, .multiline_wrap span {
  white-space: pre; /* CSS2 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

.multiline span {
  height: 150px;
  overflow-y: scroll; 
}

.long span, .long input, .long textarea {
  width: 300px;
}

.long select {
  width: 308px;
}

.long textarea, .long span {
  width: 302px;
}

.full span, .full input, .full textarea {
  width: 430px;
}

.full select {
  width: 438px;
}

.full textarea, .full span {
  width: 430px;
}

.short span, .short input, .short textarea {
  width: 100px;
}

.short select {
  width: 108px;
}

.short textarea, .short span {
  width: 102px;
}

.read_only span {
  background-color: transparent;
  border-color: #b0b6bb;
  color: #000;
  font-weight: bold;
  font-size: 10px;
}

.radio_list table {
  float: left;
  width: 108px;
}

.radio_list table label {
  width: auto;
}

.radio_list input {
  border: none;
  margin-top: 2px;
  background-color: transparent;
  width: 30px;
}

.login label {
  width: 90px;
}

.login input {
  width: 200px;
}

.control.check input {
  width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 183px;
	top: 0px;
}

.control.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;
}

.form_buttons {
	padding: 10px 0 5px 190px;
	}
	
.form_buttons input {
	padding: 5px 15px!important;
	margin-right: 10px;
	width: auto !important;
	font-size: 11px;
	}
	
/*** Input Form ***/
.inputForm, .control-login {
	border: 1px solid #b0b6bb;
	background: #e7ecf2;
	padding: 10px;
	}
	
.inputForm {
	width: 550px;
	margin: 10px 0;
	}
	
.full_width {
	width: 670px;
	}
	
.inputForm hr {
	display: block;
	margin: 10px 0;
	background-color: #b0b6bb;
	height: 1px;
	}
	
.fac {
	padding-bottom: 8px;
	min-height: 30px;
	width: 570px;
	}
	
.fac div, .faq div .button {
	float: left;
	}
	
.fac div {
	width: auto;
	}

.fac .button {
	padding: 0 2px !important;
	position: relative;
	top: 1px;
	}
	
.fac .long label {
	width: 40px;
	}
	
.control-login br {
	display: none;
	}
	
.control-login td {
	padding: 20px;
	}
	
.control-login .form_buttons {
	padding-left: 107px;
	}
	
.control-login .form_buttons input {
	padding: 2px !important;
	}
	
.control sup{
   color: #9f0c10;
   font-weight: bold;
   font-size: 20px;
   display: inline;
   margin: 0 5px 0 5px;
}

/***************************************************************************
 * Tab Style 
 ***************************************************************************/

.tab_container {
  z-index:99; 
  position:relative;
  left:1px;
  font-size:10px;
  width: 478px !important;
}

.tab_default {
  color: #000; 
  background-image: url(_controls/images/tabstrip/tab_bg.gif);
  cursor:default;
}

.tab_default_hover {
  color: #000; 
  background-image: url(_controls/images/tabstrip/hover_tab_bg.gif);
  cursor:default;
}

.tab_selected {
  color: #000; 
  background-image: url(_controls/images/tabstrip/selected_tab_bg.gif);
  cursor: default;
}

.tab_disabled {
  color: #999; 
  background-image: url(_controls/images/tabstrip/selected_tab_bg.gif);
  cursor: default;
  background-color: #fff;
}

.tab_scroll {
  color:black; 
  background-image: url(_controls/images/tabstrip/scroll/scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  cursor:default;
  margin-top:-2px;
  height: 22px;
}

.tab_scroll_hover {
  color:black; 
  background-image: url(_controls/images/tabstrip/scroll/hover_scroll_item_bg.gif);
  border: 1px solid #919B9C; 
  border-left-color: #91A7B4; 
  border-top-color: #91A7B4; 
  cursor:default;
  margin-top:-2px;
  height: 22px;
}

.tab_body {
  background-color: #fff;
  border: 1px solid #919B9C;
  width:100%;
  height:50%;
  position:relative;
  padding:20px 10px 10px 10px;
  top:-3px;
  left:1px;
  z-index:98;
}


.tab_body_content {
	font-size: 10px;
	padding: 0;
	background: #e8f2f9;
	color: #444;
}

.tab_body span {
	padding: 10px;
	display: block;
	}

.tab_body_content table {
	border: 1px solid #cfe0eb;
	}

.tab_body_content table td {
	padding: 5px;
	color: #444;
	border: 1px solid #cfe0eb;
	vertical-align: top;
	}
	
.tab_body_content table td a {
	color: #007dd7;
	}
	
.tab_body_content table td a:hover {
	background: #007dd7;
	color: #fff;
	}


/***************************************************************************
 * 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);
}


/***************************************************************************
 * Datagrid Configuration
 ***************************************************************************/

.dataGrid {
  border-width: 1px;
  border-style: solid;
  font-size: .8em;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #F1F1F1;
 
}

.dataGrid tr {
  vertical-align: top; 
}

.dataGrid a {
  font-size: .9em;
}

/********************************************************************/
/** Page Message CSS Configuration **********************************/
/********************************************************************/

.page_message {
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;
	padding-top: 2px 0px 8px 0px;
	line-height: 15px;
	margin: 3px 30px 7px 30px;
	display: block;
}

.page_message img {
	margin-left: -25px;
	margin-top: 0;
}

.page_message_critical {
  color: #FF4901;
}

.page_message_exclaimation {
  color: #999999;
}

.page_message_information {
  color: #0C6AEA;
}


	
.control div.readonly{
    float: left;
    width: 350px;

}



