.PreWrap, body, option, textarea, input, select /* The default font style. */
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

body
{
	margin: 0px 0px 0px 0px;
	background-color: #ededed;
}

pre.PreWrap	/* Making preformated <pre> text wrap. */
{
	word-wrap: break-word; /* Splits long single word. */
	white-space: pre-wrap; /* Splits long sentence by word. */
}

a:hover
{
	text-decoration:underline;
}

a
{
	color:#0060ff;
	text-decoration:none;
}

.ClientName
{
	font-style:italic;
	position:relative;
	vertical-align:middle;
	
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	color:#494949;	
}

.calBackground
{
	background	: transparent url(../images/calendar.png) no-repeat center;
	width		: 22px; 
	height		: 21px;
}

.buttonlayout
{
	padding: 0px 12px 0px 12px;
	height: 24px;
    overflow: visible; /* keeps padding consistent across different caption length. Without it looks too wide on button with long names. */
}

.errorfield
{
	background-image: url("../images/error_bar.png");
	background-repeat: repeat-x;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #daa19f;
	padding-left:5px;
	height:24px;
}

.errorhighlighting
{
	background-color:#f4d4d4;
}

.warningfield
{
	background-image: url("../images/warning_bar.png");
	background-repeat: repeat-x;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #e2c173;
	padding-left:5px;
	height:24px;
}

.bannerclosebox
{
	padding:8px 5px 0px 5px;
	float:right;
	position:relative;
}

.readonlyfield
{
	background-color:#f3f3f3;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
}

.fieldlineheight
{
	line-height: 22px;
}

.fieldspacing
{
	margin-left:15px; 
	padding-left:5px;
}

.disabledfield
{
	background-color:#f3f3f3;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	padding:2px;
	color:#999999;
}

.DropdownCaption
{
	float:left;
	padding:3px 8px 0px 0px;
}

.AlertIndicator
{
	position: absolute;
	top: 4px;
	left: -24px;
	padding-top: 1.5px;
	text-align:center;
	color: White;
	background: url("../images/alert_box.png") repeat-x;
	width: 18px;
	height: 16px;
}

.AlternatingBackColor
{
	background-color:#f7f7f7;
}

.PageTitleBlock
{
	padding-top:5px;
	vertical-align:middle;
	height:31px;
	
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	color:#494949;
}

.FieldTitle, .GridTitle, .DropdownCaption
{
	font-weight:bold;
	font-size:13px;
	color:#666666;
}

.GridTitle
{
	padding-bottom: 10px;
}

.Headline
{
	background-color:#f5f5f5; /* WhiteSmoke */
	text-align:left;
	width: 587px;
	border-style:solid;
	border-color:#cc0000;	/* matches RedColor class */
	border-width:2px;
	padding:5px;
	margin: 0 auto 25px;
}

.NewSetupMessage
{
	font-weight:bold;
	padding-bottom:20px;
	margin:0 auto;
	width:600px;
	float:left;
}

.WelcomeHeading
{
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	color:#494949;

	text-align:left;
	padding-top:5px;
	padding-bottom:20px;
}

.textLimiterAlign
{
	text-align: right;
}

.TextWatermark
{
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	color: Gray;
}

.TextBlock
{
	padding: 5px 5px 5px 5px;
}

.ContentPlaceHolder
{
	background-color:#ededed;
	padding:6px 10px 10px 10px;	/* top is only 6px because of 4px MenuBarShadow */
	min-height:500px;
	
	/* IE6 support: Since IE6 doesn't support min-height we need the following two lines.*/
	height:auto !important;	
	height:500px;
}

.ThinBorder
{
	border-style:solid;
	border-width:1px;
	border-color:#c1c1c1;
	padding:5px;
}

.RedBorder
{
	border-color:#cc0000;	/* matches RedColor class */
}

.SmallFont
{
	font-size:10px;
}

.ToolTip
{
	display: none; 
	z-index: 2; 
	opacity: 0; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	border: solid 1px #cccccc;
}

.ToolTip table
{
	padding:0px 15px 15px 15px;
}

.pointerhand 
{ 
    cursor: pointer; 
    cursor: hand; 
} 

.HiddenDivAlwaysPrint 
{
	display:none; 
}

.Indent
{
	padding-left: 20px;
}

.LightBackground
{
	background-color:#fdfdd3;
}

.WhiteBackground
{
	background-color:White;
}

.GrayBackground
{
	background-color:#e7e7e8;
}

.MarkReadBackground
{
	background:transparent url(../images/task_complete.png) no-repeat;
	width:22px; 
	height:23px;
	cursor:pointer;
}

.Help
{
	margin:10px;
}

.HelpTitle
{
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	color:#494949;
	margin-bottom:10px;
}

.GreenColor
{
	color:#009933;
}

.RedColor, a.special:link, a.special:visited
{
	color:#cc0000;
}

/* Header styles */
/* ------------------------------------------------------------------------- */
.Header
{
	width:100%;
	height:25px; 
	background-color:#424242;
}

.HeaderRightMenu
{
	float:right; 
	position:relative; 
	padding-top:2px;
	padding-right:10px;
}

/* Applies only to images within HeaderRightMenu class */
.HeaderRightMenu img
{
	vertical-align:middle;
	margin-right:5px;
}
/* Applies only to links within HeaderRightMenu class */
.HeaderRightMenu a
{
	color: #cccccc;
}

.MenuBar
{
	width:100%;
	height:30px;
	background:url("../images/menu_bar.png") repeat-x;
	padding-left:3px;
}

.MenuBarShadow
{
	width:100%;
	height:4px;
	background-image: url("../images/menu_bar_drop_shadow_and_glow.png");
	background-repeat: repeat-x;
}
