@charset "utf-8";
/* CSS Document */

/*¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Visual Styles ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦*/

.TransparentCell-500x120Over {
	background-image: url(../images/button-500x120-background-lighten.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
}

.TransparentCell-500x120Idle {
	background-image: url(../images/button-500x120-background-darken.png);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
}

.NavButton260x50Over {
	background-image: url(../images/button-cyan-260x50-bg-over.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 4px;
}

.NavButton260x50Idle {
	background-image: url(../images/button-cyan-260x50-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 0px;
}

.footernavcellover {
	background-image: url(../images/layout-bottom-bar-menu-bg-over.png);
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.footernavcellidle {
	background-image: url(../images/layout-bottom-bar-menu-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.FormInputField-160x20 {
	width: 150px;
	height: 10px;
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d12f33;
	text-align: left;
	letter-spacing: 0px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.BookInputField-160x20 {
	width: 150px;
	height: 10px;
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d12f33;
	text-align: left;
	letter-spacing: 0px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.BookTextField {
	width: 385px;
	height: 50px;
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d12f33;
	text-align: left;
	letter-spacing: 0px;
	resize: none;
	overflow:hidden;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.FormSelectField-160x20 {
	width: 158px;
	height: 18px;
	border-width: 0px;
	background: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d12f33;
	text-align: left;
	letter-spacing: 0px;
	vertical-align: middle;
}

.HomeSectionBoxes {
	padding: 15px;
	background-image: url(../images/layout/home-section-separator.png);
	background-position:top;
	background-repeat:repeat-y;
}

/*¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ Attribute Styles ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦*/

.NoBorder {
	border: none;
	margin: 0px;
}

.stretch-vertically {
	height:100%;
}

.Align-Middle {
	vertical-align: middle;
}

.Align-Bottom {
	vertical-align: bottom;
}

.BackgroundRepeat-No_Align-CenterTop {
	background-repeat: no-repeat;
	background-position: center top;
}

.BackgroundRepeat-No_Align-Center {
	background-repeat: no-repeat;
	background-position: center;
}

.BackgroundRepeat-X {
	background-repeat: repeat-x;
	background-position: center top;
}

.BackgroundRepeat-Y {
	background-repeat: repeat-y;
	background-position: left top;
}

.BackgroundRepeat-X-Middle {
	background-repeat: repeat-x;
	background-position: left center;
}

.BackgroundRepeat-Y-Middle {
	background-repeat: repeat-y;
	background-position: center top;
}

.BackgroundRepeat-X-Bottom {
	background-repeat: repeat-x;
	background-position: left bottom;
}

.BackgroundAlign-CenterTop-NoRepeat {
	background-repeat: no-repeat;
	background-position: center top;
}

.bg-align-center {
	background-position: center;
}

.BackgroundAlignBottom {
	background-position: bottom;
	background-repeat: no-repeat;
}

.BackgroundAlign-Bottom-Repeat-X {
	background-position: bottom;
	background-repeat: repeat-x;
}
.BackgroundBook {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/forms/book-input-field.png);
	width: 140px;
}
.BackgroundBookText {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/forms/book-message-area.png);
	width: 376px;
}
.SubMenuOutline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}