﻿/* Forms */

#FormInput 
{
	text-align: left;
	margin: 10px 0px 20px 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	clear:both;
	padding: 0.5em;
	margin: 5px 10px 5px 10px;
}

#FieldsetNarrow
{
	width: 450px;
}

#FieldsetAuto
{
	width: 85%;
}


legend {
	color:#0000CC;
	font-weight:bold;
	border:1px solid;
	padding: 2px;
	margin: 0;
	}

#FieldColumn
{
	float:left;	
	width: 375px;
	display:table-row;
}

.FieldGroup
{
	margin-top:10px;
}

.FormRow
{
	min-height:20px;
	margin:1px 10px 1px 10px;
	font-size:11px;
}

.FormRow1
{
	min-height:20px;
	margin:1px 10px 1px 10px;
	font-size:11px;
	background-color:Yellow;
	width:100%;
}

.Label, .LabelRequired {
/*	float:left;*/
	vertical-align:text-top;
	width:140px;
	padding: 2px 0 1px 0;
	/*margin: 1px 10px 1px 10px;*/
	min-width:120px;
	float:left;
	border:0px solid Black;
}

.LabelRequired 
{
	font-weight:bold;
}

input, select, textarea {
	background-color: #D7E5F2;
	border: 1px solid #284279; 
	text-align:left;
	padding:2px 0 0 5px;
/*	margin-top:5px; */
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input
{
}

select 
{
	height: 18px;
	margin-top:2px;
	padding-top:0px;
}

input[type="checkbox"] 
{
	padding:0;
	margin:0;
	border:none;
}

input.largefield, select.largefield {
	width:180px;
}

input.mediumfield, select.mediumfield {
	width:135px;
}

input.smallfield, select.smallfield {
	width:90px;
}

input.tinyfield
{
	margin-top:0px;
	width:30px;
}

select.tinyfield 
{
	width:115px;	
}

input.complete  {
background-color:#99FFCC;
}

.error 
{
	background-color:#FFCCCC;
	margin-right:48px;
	padding-left:2px;
	color:#FF0000;
	border:none;
}

/* BUTTONS */
#RowButtons
{
	width:100%;
	text-align:right;
	margin: 10px 50px 10px 0;
}

/*.buttons
{
	text-align:right;
}
*/

.Button
{
	text-align:center;
	height:20px;
	padding: 0 0 1px 0;
	text-transform:uppercase;
	width:80px;
	vertical-align:middle;
}

.ButtonLarge
{
	text-align:center;
	height:20px;
	padding: 0 0 1px 0;
	text-transform:uppercase;
	width:135px;
	vertical-align:middle;
}

#link
{
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	
}

/* Spry Validation */
#min_max_char.textfieldRequiredState .textfieldRequiredMsg,
#min_max_char.textfieldMaxCharsState .textfieldMaxCharsMsg ,
#min_max_char.textfieldMinCharsState .textfieldMinCharsMsg{
	display:inline;
	color:#0033CC;
	border:1px blue solid;
}

	.selectedNode
	{
		font-weight:bold;
		font-size:12px;
	}
	
	.AllNodes
	{
		font-weight:normal;
		font-size:10px;
	}
	
	.RootNodeStyle
	{
		font-weight:normal;
		height:10px;
	}
	
	.HoverNodeStyle
	{
		font-weight:bold;
		height:8px;
	}
	
	.btnCancel
{
	width: 80px;
	background: url(../images/icons/btnClose.ico) no-repeat 2px 0px;
}
 .wizBtn
{
	border: solid 1px #d1d1d1;
	border-width: 1px;
	text-align: right;
	background-color: #f4f4f4;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	height:25px;
}
.wizBtnR
{
	border: solid 1px #d1d1d1;
	border-width: 1px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	
}
.wizBtnOk
{
	width: 80px;
	background: url(../images/icons/btnOk.ico) no-repeat 2px 0px;
}
.wizBtnBack
{
	width: 80px;
	background: url(../images/icons/btnBack.ico) no-repeat 2px 1px;
}
.wizBtnClose
{
	width: 80px;
	background: url(../images/icons/btnClose.ico) no-repeat 2px 1px;
}
.wizBtnNext
{
	width: 80px;
	background: url(../images/icons/btnNext.ico) no-repeat;
	background-position:right;
}

.ModalPopupSearch
{
	margin-top: 10px;
	background-color: #ECE9D8;
}
#layer1 {
	position:fixed;
	visibility: hidden;
	width: 400px;
	height: 300px;
	right:10px;
	top: 480px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}
