﻿/* standards for form fieldset areas */
form fieldset{
	background-color:#EFEFEF;
	
	border: solid 1px #444444;	
		
	margin: 20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

form fieldset legend{	
	background-color: #444444;
	font-size:12px;
		
	color:#EFEFEF;
	font-weight:bold;
	font-variant:small-caps;
		
	padding: 0px 8px 2px 8px;
	margin: 2px 0px 10px 0px;
	position:relative;
	top: -10px;
	
}	 

.form_table th {
    width: 120px;
    text-align: right;
    font-weight:normal;
     
    
}
.form_table th {
    padding-right: 2px;
}


.textbox_standard, .tb_std {
	width: 140px;
}

.textbox_date, .tb_date, .tb_date input {
	width: 68px;
}
.textbox_parent 
{
	width: 50px;
}

.textbox_medium, .tb_mid {
	width: 84px;
}

.textbox_standard_faded {
	background-color: #CCCCCC;
	width: 140px;
}

.textbox_thin, .tb_thin {
	width: 50px;
}

.textbox_thinner, .tb_thinner {
	width: 24px;
}


.textbox_quite_wide, .tb_quite_wide {
	width: 220px;
}

.textbox_wide, .tb_wide {
	width: 320px;
}

.textbox_wider, .tb_wider {
	width: 280px;
}


/* buttons and tabs */

.btn
{
	background-image: url(../images/button.gif);
	background-position: right top;
	background-color: #DDDBD7;
	background-repeat: repeat-x;
	border: solid 1px #A8A8A8; 
	padding-top: 0px;
	padding-bottom: 0px;
	cursor:pointer; 
	color: #333333;
	margin-bottom: 1px;
}

.btn:hover
{
	background-image: none;
	background-color: #A8A8A8;
	border: solid 1px #666666; 
	color: Black;
}

a.btn, a.btn:hover 
{
	padding-top: 1px;
	text-decoration: none;
	margin-bottom: 10px;
	bottom: 1px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabs_std 
{
    text-align: left;
}

.tabs_std .btn_tab_on
{
    background: White url(../images/button_tab.gif) repeat-x scroll right top;
	border-right: solid 1px #A8A8A8; 
	border-top: solid 1px #A8A8A8; 
	border-left: solid 1px #A8A8A8; 
	line-height: 18px;
	padding: 1px 15px 3px 15px;
	cursor:default; 
	color: #333333;
	text-decoration: none;
	margin-right: 1px;
	position: relative;
	bottom: 0px;
	z-index: 100;
}

.tabs_std .btn_tab_off
{
    background: White url(../images/button_tab_off.gif) repeat-x scroll right top;
	border-right: solid 1px #C9C9C9; 
	border-top: solid 1px #C9C9C9; 
	border-left: solid 1px #C9C9C9; 
	line-height: 17px;
	padding: 1px 15px 2px 15px;
	cursor:pointer; 
	color: #666666;
	text-decoration: none;
	margin-right: 1px;
}

.tabs_std .btn_tab_off:hover {
	text-decoration: none;
	background-image: none;
	background-color: #A8A8A8;	
	border-right: solid 1px #666666; 
	border-top: solid 1px #666666; 
	border-left: solid 1px #666666; 
	border-bottom: solid 1px #666666; 
	color: Black;
}

.tabs_std .btn_tab_on:hover {
	text-decoration: none;
}


.tabs_std div 
{
	background-color: White;
	border: solid 1px #A8A8A8; 
	padding: 6px;
	
}

.tabs_std div div
{
	background-color: Transparent;
	border: none; 
	padding: 0;	
}