/* Edit mode controls */
.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: hand;
	font-size: 12px;
	font-weight: bold; 
	display: inline-block;
	color: Black;
}

.CMSPageManager
{
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 3px;
}

.CMSPageManager A
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

.CMSPageManagerLabel
{
	text-align: right;
}

.CMSPageManagerTDlabel
{
	padding-left: 10px;
}

.CMSEditableRegion
{
	background-color: white;
	border: 1px dotted red;
	text-decoration: none;
	font-weight: normal;
}

/* Others */

.FormErrorLabel
{
  color: Red;
}

.LogonTextBox
{
  width: 150px;
}

.EditableTextError
{
  color: red
}

/* Main Menu */
.CMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
}

.CMSMenuItem, .CMSMenuItemMouseUp, .CMSMenuItemMouseOver, .CMSMenuItemMouseDown, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	background:url(/App_Themes/AllisHollow/images/index_r5_c3.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:8.5pt;
	font-weight:normal;
	padding: 7px 0px 0px 31px;
	letter-spacing:1px;
	top: 1px;
	width:131px;
}

.CMSMenuItemMouseOver, .CMSMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	background:url(/App_Themes/AllisHollow/images/index_r5_c31.jpg);
	font-weight:normal;
	letter-spacing:1px;
	top: 1px;
}

/* CSS Document */
html, body {
     height: 100%;
	 	margin: 0;
    padding: 0;
	padding-top:0; 
background-color: #E1E6D0;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.LTR{
	margin: 0;
	padding: 0;
	padding-top:0;
	background-color: #E1E6D0;
	background-image: url(/App_Themes/AllisHollow/images/bk.jpg);
	background-repeat: repeat-x;
}
.headline
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#0B386F;
	font-weight:normal;
	letter-spacing: 0.9px;
}
.subhead
{
	font-family:Arial, Helvetica, sans-serif;
	color:#848AB2;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	
}
.bodyText
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
	line-height: 145%;
	
}

.RightContent
{
background: #E7E7E9 url(/App_Themes/AllisHollow/images/top_grey_bar.jpg) no-repeat top center;
	width:214px;
	margin:0px 4px 0px 5px;
	
}