
#TimerBox
{
	display: inline;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

#ContentLeft
{
	text-align:left;
	width: 172px;
	/*margin: 0px 0px 10px 10px;
	padding-right: 10px;*/
	vertical-align: top;
}

Table.Grid, Table.Form, Table.ChildInfo
{
	/*border: solid 1px #FFAD77;*/
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
caption
{
	font-size:12px;
	/*background-color: #FF791E;*/
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 5px;
	color: White;
}

/* Form styles */
tr.FormRow td, tr.FormButtonRow td, tr.FormAlternateRow td, tr.Description td
{
	vertical-align:top;
	padding: 4px 4px 4px 4px;
	margin: 0px;
	border-top: solid 1px #FFE6D4;
}

tr.FormHeaderRow td
{
	vertical-align:top;
	padding: 10px 4px 10px 4px;
	margin: 0px;
	border-top: solid 1px #FFE6D4;
}

.FormHeaderRow
{
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;	
}

.FormRow td input, .FormAlternateRow td input
{
	/*width: 100%;*/
	margin: 0px;
}

.FormRow
{	
	background-color: #FFFFFF;
}

.FormAlternateRow
{
	background-color: #FFF0E5;
}

.FormFooterRow td
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFE6D4;
}

tr.Description
{
	vertical-align:top;
	color: #368AC2;
}

.FormLabel, .FormValue, .FormHeaderRow, .FormRow, .FormAlternateRow
{
	vertical-align:top;
	border-bottom: solid 1px #FFF0E5;
}

textarea, input, select, option
{
	font-family: Verdana, Tahoma;
	font-size:11px;
	/*border: solid 1px black;	*/
}

/* The prefix "I"  represents input */
.IText, .ISelect, .IPassword, .IFile
{
	width: 150px;
}

.ICheck, .IRadio
{
	border: none 0px #black;
}

.ILabel
{
	
}

.ILabelReadOnly, td.ReadOnly
{
	font-weight: bold;
}

img.TabButton, img.IButton
{
	CURSOR: hand;
}

/* The prefix "FL" represents Free Length / Size */
.ITextFL, .ISelectFL, .ICheckFL, .IRadioFL, .IPasswordFL, .IFileFL
{
	
}

.ValidationErrorMessage
{
	font-weight:bold;
	font-size:13px;
	color:#FF0000;
}

.ErrorMessage
{
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

.SystemMessage
{
	color:#FF0000;
}

.Bread
{
	color: #505050;
	font-family: Verdana;
	font-size: 10;
	background: #D6D6E0;
}

/*Form Builder*/
span.Editable
{
	border: 1px solid #888888;
	width:100%	
}
span.Property
{
	background-image:url(C:\Documents and Settings\abi\Desktop\xmleditordemo\i\Properties.gif);
	color:#eeeeee;
	height: 21px;
	width: 24px;
	vertical-align: baseline;	
}


/* WVNZ pre-existing styles */
A.handCursor, A.handCursor:visited, A.handCursor:active, A.handCursor:hover
{
	voice-family: "\"}\"";
	voice-family:inherit;
	font-weight: bold;
	color: white;
	font-family: arial;
	font-size: 14px;
}

.highlightText{
	color: #368AC2;
}

A.featureLink, A.featureLink:visited, A.featureLink:hover {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}