/*
 * -File    $Id: Form.css,v 1.13 2003/09/29 17:49:58 openface Exp $
 * -Author  alex black, enigma@turingstudio.com
 */

/**
 * Form subclasses
 */
.FormNote
{
    font-size: 10px;
	color: #333333;
}

.FormRequired
{
	color: #CC0000;
	font-weight: bold;
}

.FormAlertMessage
{
	color: #CC0000;
	font-weight: bold;
}

.FormAlertLabel
{
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.Container
{
    
	color: #006699;
    font-family: Arial, sans-serif;
	font-size: 11px;
}

.ContainerAlert
{
	color: #CC0000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFCC;
	font-weight: bold;
}

.LabelWidget
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 14px;
  font-weight:bold;
}

.HintWidget
{
  cursor: help;
}

.ErrorWidget
{
	font-family: Verdana, Arial, sans-serif;
	color: #CC0000;
	font-style: italic;
	font-size: 11px;
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	font-weight: bold;
	padding: 1px;
}

.LabelWidgetAlert
{
	font-family: Arial, sans-serif;
	color: #CC0000;
	font-size: 11px;
}

A.CheckBoxText
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

A.RadioText
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.CompoundInput
{
  background-color: #DEDEDE;
  border:1px solid #CCCCCC;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.ColorPickerWidget
{
  background-color: #DEDEDE;
  border:1px solid #CCCCCC;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.TextInputWidget
{
	color: #000099;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.PasswordWidget
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: auto;
	width: auto;
}

.TextEntryWidgetDisabled
{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	border-color: #333333;
}

.FileUploadWidget
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border-color: #333333;
}


.ButtonWidget
{
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-variant: normal;
	background-color: #4E72A0;
	border: 3px outset #CCCCCC;
}

.ResetWidget
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.SubmitWidget
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.CaptionWidget
{
	color: #336699;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.TextareaWidget
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border-color: #333333;
}

.SelectWidget
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-color: #333333;
}

.ListWidget
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border-color: #333333;
}

.ImageInputWidget
{
	border-width: 0px;
}



/**
 * This is probabl stupid and annoying.

.LinkWidget
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
}
*/

/**
 * Table stylesheet properties
 * (TODO: Move this to Table.css)
 */

.TableHeaderRow
{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #FF3300 
}

.TableRow
{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.TableRowAlt
{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #DDDDDD;
}
.propertySearchText {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.propertySearchTextBold {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.propertySearchMsg {
	font-family: Arial, sans-serif;
	font-size: 12px;
	position: relative;
	width: 320px;
	left: 3px;
}
.btnSmall {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-variant: normal;
	text-transform: none;
	color: #330066;
	background-color: #EFEECF;
	clip:  rect(auto 3px 3px auto);
	border-top: .5px none #330099;
	border-right: .5px solid #330099;
	border-bottom: .5px solid #330099;
	border-left: .5px none #330099;
}
.chgCursor {
	cursor: hand;
}
