/*
 * Copyright (c) 1995-2005 Macromedia, Inc. All rights reserved. 
*/
.cfform{
	background-color: #fff;
	width: 98%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left;
}
.cfform table{
	background-color: #fff;
	width: 100%;
	border: 1px solid #AAA;
}
.cfform table table {
	border: none;
}

.cfform hr{	
	width: 99%;
	height: 1px;
	color: #cabba9;
}
.cfform p{
	margin-top: 0px;
	padding: 0px;
}

/**********************
 Form Elements 
***********************/
.cfElementRow{
	padding-top:3px;
	padding-bottom:2px;
}

.cfInput {
	font-size: 12px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	font-family:"Courier New", Courier, mono;
	/*height: 17px;*/
}

.cfTextarea {
	font-size: 12px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin: 0.5em 10px 1em;
	width: 93%;/**/
	height: 7.5em;
	font-family:"Courier New", Courier, mono;
}


.cfSelect {
	font-size: 12px;
	font-family: inherit;
	border: 1px solid #b3b6b0;
	margin-left: 5px;
	margin-right: 5px;
	font-family:"Courier New", Courier, mono;
}


.cfRadio{
	font-size: 12px;
	font-family:"Courier New", Courier, mono;
}

.cfCheckbox{
	font-size: 12px;
	font-family:"Courier New", Courier, mono;
	margin: 0px;
}

.cfButton{
	/*background-color: #f7f7f7;
	border:1px solid #cabba9;*/
	color: #444;
	background: #BEBDBD url(/sharedlibraries2/assets/images/titleBar_silver.jpg) top repeat-x;
	border-top: none;
	border-bottom: 1px solid #444;
	border-right: 1px solid #888;
	border-left: 1px solid #ccc; 
	/*width: 80px;	
	color: #48585f;
	font-weight:bold;*/
	margin: 2px;
	padding: 2px 1.5em;
}
.cfButton:hover {
	background: #DCDCDC url(/sharedlibraries2/assets/images/titleBar_silver_over.jpg) top repeat-x;
}

.cfButtonBar{
	margin: 1em 1em 0.5em;
}

.cfText{
	font-size: 12px;
	font-family: inherit;
	/*color: #664e38;*/
	color: #444;
	padding: 0.5em 10px !important;
}


.cfRequiredElement{

}

/**************************
 labels 
 **************************/
/* label of form element */
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #664e38;*/
	color: #444;
	padding-right:2px;
	/*display: inline;
	width:120px;*/
}

/* first child in a horizontal group, sets width so all elements down form line up
.cfFirstChild  {
	width: 10px !important; 
} */

/* the label of an individual form element */
.cfLabelTitle {
	/*color: #664e38;*/
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;/**/
	width: 25% !important;
	white-space: nowrap;
}

.inputCol {
	width: 75%;
	padding: 1px 1em;
}

/* applyes to vertical form group labels */
.cfHeaderTitle {
	width: 100%;
	vertical-align: baseline;
	margin: 0px 0px 10px;
	background: #BEBDBD url(/sharedlibraries2/assets/images/titleBar_silver.jpg) top repeat-x;
	border-top: none;
	border-bottom: 0.7em solid #fff;
	border-right: 1px solid #fff;
}
.cfHeaderTitle,
.cfHeaderTitle a {
	padding: 0.4em;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#444;
	text-decoration: none;
}
.cfHeaderTitle a {
	border-left: 1px solid #777;
	border-right: 1px solid #eafff3;
}
.cfHeaderTitle a.activeTab ,
.cfHeaderTitle a.activeTab:hover,
.cfHeaderTitle a:hover {
	background: #DCDCDC url('/sharedlibraries2/assets/images/titleBar_silver_over.jpg') top repeat-x;
}

/* applys to label of elements that are required */
.cfRequiredLabel{
	font-weight: bold;
	color: #555;
}

.cfRequiredLabelIndicator {
	color: #ff0000;
	font-size:1.2em;
}

/***************************
	for the FCK editor 
****************************/
.cfform iframe {
	margin: 0.5em 10px 1em;
	width: 93%;
}

/***************************
	alignment 
****************************/

/* horizontal form groups */
.horizontal{	
}

/* vertical form groups */
.vertical table{	
 margin-bottom: 5px;
}

/* left aligned labels */
.cfLabelPosLeft  {
	margin-left: 0px !important;
	text-align:left;
	padding-left: 1em;
}

/* right aligned labels */
.cfLabelPosRight {
	margin-right: 10px;
	padding-left: 1em;
	text-align: right;
}

/* top aligned labels */
.cfLabelPosTop  {
	margin-right: 1ex;
	padding-left: 1em;
	/*padding-left:50px;*/
}

/* centered aligned labels */
.cfLabelPosCenter  {
	margin-right: 1ex;
	text-align: center;
	padding-left: 1em;
}



