﻿a {
	color: #268CA8;
	text-decoration: underline;
}
a:hover {
    color: #166c88;
	text-decoration: underline;
}
a img { border-style: none; }
.companyNameLabel {
    display: block;
    padding: 8px 0px;
    color: #393C36;
    font-size: 16px;
    font-weight: bold;
}
.darkBackground {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: left;
}
hr {
	background-color: #999999;
	border: 0 none;
	margin: 10px 0px 0px 0px;
	height: 1px;
}
.heading1 {
	font-size: 36px;
	color: #296466;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 42px;
	color: #296466;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 22px;
	color: #296466;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}
.heading7 {
	color: #296466;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
.heading8 {
	color: #296466;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
.customHyperLink {
	text-decoration: underline;
	cursor: pointer;
}
.headerDark {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #393C36;
	margin-top: 14px;
}
.headerDarkSmaller {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5F6559;
	margin-top: 14px;
}
.hyperLink, .hyperLink a {
	color: #268ca8 !important;
	text-decoration: none;
	font-size: 12px;
}
.hyperLink:hover { text-decoration: underline; }
.hyperLinkUnderline {
	color: #268ca8 !important;
	text-decoration: underline !important;
	cursor: pointer;
}
.closeLink {
	color:#268ca8;
	cursor:pointer;
	text-decoration:underline;
}
#appUserInformation { float: right; }
.appSignInTitle {
	font-weight: bold;
	font-size: large;
}
#appSignInContainer { padding-bottom: 19px; }
.leftSideLanding {
	width: 420px;
	height: 310px;
	margin: 30px 20px 0px 40px;
	float: left;
	position: relative;
}
.leftSideHeaderContainer {
	width: 100%;
	height: 100px;
	float: left;
	font-size: 110px;
	line-height: 120px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
    margin: -10px 0px 10px;
}
.leftSideCopyContainer {
	width: 390px;
	height: 160px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	padding: 0px;
}
.modalBackground {
    background-color: #ffffff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.modalBackgroundDark {
	background-color: #000;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
/**** INFO BAR ****/
#infoBarContainer { width: 589px; }
#infoBar {
	display: none;
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 39px;
	z-index: 1000000;
	color: #fff;
}
.infoBarBullet.standard {
	width: 12px;
	height: 11px;
	margin-top: 3px;
	margin-right: 4px;
	background-position: -47px -14px;
}
.infoBarBullet.sticky {
	width: 12px;
	height: 13px;
	margin-top: 2px;
	margin-right: 4px;
	background-position: -47px -2px;
}
.infoBarClose {
	width: 12px;
	height: 11px;
	margin-top: 4px;
	margin-left: 5px;
	background-position: -29px -233px;
	cursor: pointer;
}
.infoBarMessage {
	min-height: 10px;
	text-align: left;
	width: 450px;
	float: left; /*clear: both;*/
}
.infoBarMessage > a { color: #82b3cf; }
.infoBarOption1Wrapper, .infoBarOption2Wrapper {
	text-align: right;
	width: 50px;
	float: left;
	visibility: hidden;
	color: #fff;
	cursor: pointer;
}
.infoBarRow { display: inline-block; }
.infoBarRow.bordered {
	border-bottom: solid 1px #ccc;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
.undobar { display: block; }
.undobar * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #ccc;
}
.undobarfg {
	padding: 5px 3px 7px 9px;
	background: #29514A;
	background: #ccc;
}
.undobarfg {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b3c6', endColorstr='#003146');
    background: -webkit-gradient(linear, left top, left bottom, from(#80b3c6), to(#003146)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #80b3c6,  #003146); /* for firefox 3.6+ */ 
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.undobar .b, .undobar .b b { background: #000; }
/**** second undo bar color ****/
.undobarOrange { display:block; }
.undobarOrange * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFEDB7
}
.undobarOrangefg {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDB7', endColorstr='#EFD379');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEDB7), to(#EFD379)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FFEDB7,  #EFD379); /* for firefox 3.6+ */ 
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #29514a;
    padding: 8px 9px 6px 9px;
}
/**** END INFO BAR ****/
/**** SOCIAL ****/
.facebook a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/Images/SocialIcons.gif);
	background-position: -10px -10px;
	width: 18px;
	height: 18px;
	float: left;
	display: inline;
	padding: 0 2px 0 2px;
}
.facebook a:hover {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/Images/SocialIcons.gif);
	background-position: -10px -40px;
	width: 18px;
	height: 18px;
	float: left;
	display: inline;
	padding: 0 2px 0 2px;
}
.twitter a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/Images/SocialIcons.gif);
	background-position: -34px -10px;
	width: 18px;
	height: 18px;
	float: left;
	display: inline;
	padding: 0 2px 0 2px;
}
.twitter a:hover {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/Images/SocialIcons.gif);
	background-position: -34px -40px;
	width: 18px;
	height: 18px;
	float: left;
	display: inline;
	padding: 0 2px 0 2px;
}
.linkedIN a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/Images/SocialIcons.gif);
	background-position: -59px -10px;
	width: 18px;
	height: 18px;
	float: left;
	display: inline;
	padding: 0 2px 0 2px;
}
.linkedIN a:hover {
	display: block;
	background-repeat: no-repeat;
	background-image: url(/Images/SocialIcons.gif);
	background-position: -59px -40px;
	width: 18px;
	height: 18px;
	float: left;
	display: inline;
	padding: 0 2px 0 2px;
}
.followUs {
	font-size: 12px;
	color: #999;
	float: left;
	line-height: 18px;
	padding-right: 4px;
}
/**** END SOCIAL ****/
.smallBlue {
    font-size: 12px;
    color: #1d9ba0;
}
.smallGrey {
	font-size: 12px;
	color: #929292;
}
.smallGrey a:visited {
	font-size: 12px;
	color: #8c8c8c;
	text-decoration: underline;
}
.smallGrey a {
	font-size: 12px;
	color: #929292;
	text-decoration: none;
}
.smallGrey a:hover {
	font-size: 12px;
	color: #0071BC;
	text-decoration: underline;
}
.smallGreyItalic {
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	color: #999;
}
.mediumText {
	color: #296466;
	font-size: 12px;
}
.spriteCalendar {
	background-image: url(/images/calendarsprites.png);
	background-repeat: no-repeat;
	float: left;
	outline: none;
}
.watermark { color: #909898 !important; }
.watermarkText { color: #b5b5b5 !important; }
.watermarkFullText {
	color: #b5b5b5 !important;
    width: 473px !important;
}
.watermarkTextItalic {
	color: #b5b5b5 !important;
	font-style: italic !important;
}
.largeDropDownList {
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	background-color: #eee;
	border: solid 1px #aaa;
}
/**** login box ****/
.loginBox { display: block; }
.loginBox * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #AB6A0B;
}
.loginBox1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #6bc5c9;
	border-right: 1px solid #6bc5c9;
	background: #56b8bd;
}
.loginBox2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #81d2d6;
	border-right: 1px solid #81d2d6;
	background: #52b6bb;
}
.loginBox3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #52b6bb;
	border-right: 1px solid #52b6bb;
}
.loginBox4 {
	border-left: 1px solid #6bc5c9;
	border-right: 1px solid #6bc5c9;
}
.loginBox5 {
	border-left: 1px solid #56b8bd;
	border-right: 1px solid #56b8bd;
}
.loginBoxfg {
	background: #BEC8C8;
	color: #4B4545;
	padding-left: 12px;
	padding-top: 5px;
}
/**** end login box ****/
.messagesSprite, .messagesSpriteEmpty:hover {
	background-image: url( /Images/HomeSprites.png );
	background-position: 0px -26px;
	background-repeat: no-repeat;
	display: inline;
	width: 11px;
	padding-right: 12px;
	text-decoration: none !important;
}
.messagesSpriteEmpty {
	background-image: url( /Images/HomeSprites.png );
	background-position: 0px -39px;
	background-repeat: no-repeat;
	display: inline;
	width: 11px;
	padding-right: 12px;
	text-decoration: none !important;
}
.lightBox {
    position: relative;
    padding: 9px;
	background-color: #ffffff;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #ccc;
}
.lightBoxClose {
	background-image: url( /Images/HomeSprites.png );
	background-position: -2px -55px;
	background-repeat: no-repeat;
	display: block;
	position: absolute; 
	top: 10px; 
	right: 8px;
	width: 11px;
	height: 22px;
	padding-right: 6px;
	cursor: pointer;
}
.lightBoxTitle {
	padding-bottom: 7px;
	font-size: 20px;
	height: 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
	width: 100%;
	display: block;
	float: left;
}
/**** Footer ****/
.flashTickerContainer {
	width: 382px;
	height: 30px;
	float: left;
	margin: 0 20px 0 0;
}
.footerNavContainer {
	width: 495px;
	height: 30px;
	float: right;
}
.footerlink a {
	font-size: 12px;
	text-align: left;
	line-height: 30px;
	color: #296466;
	margin-left: 18px;
	text-decoration: none;
}
.footerlink a:hover {
	font-size: 12px;
	text-align: right;
	line-height: 30px;
	color: #296466;
	margin-left: 18px;
	text-decoration: underline;
}
.socialIcons {
	height: 20px;
	position: relative;
	margin-top: 39px;
	width: 150px;
	margin-left: 12px;
}
.leftColumn630 {
	float: left;
	width: 630px;
}
.leftColumn500 {
	float: left;
	width: 500px;
}
.leftColumn320 {
	float: left;
	width: 320px;
}
.rightColumn600 {
	float: right;
	width: 600px;
}
.rightColumn630 {
	float: right;
	width: 630px;
}
.rightColumn500 {
	float:right;
	width: 500px;
}
.rightColumn320 {
	float:right;
	width: 320px;
}
.leftColumn390 {
	float:left;
	width: 390px;
	padding-top: 10px;
}
.rightColumn390 {
	float:right;
	width: 390px;
}
.imageButton { cursor: pointer; }
*:first-child+html .hideInIE7 { display: none; } 
table.infoBubbleTable {
    height: 100%;
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    width: auto;
    margin-bottom: 0px;
    text-align: left;
    border: 0px;
}
table.infoBubbleTable td, table.infoBubbleTable th, table.infoBubbleTable caption {
    padding: 0px;
    margin: 0px;
    height: auto;
}
table.defaultTable {
    height: 100%;
    font-size: 12px;
    position: absolute;
    z-index: 0;
    width: auto;
    margin-bottom: 0px;
    text-align: left;
    border: 0px;
}
table.defaultTable td, table.defaultTable th, table.defaultTable caption { padding: 0px; }
.preSignInButton { padding-right: 8px; }
.signInButton1 {
	vertical-align: middle;
	cursor: pointer;
	border: none;
}
#cancelSignIn {
	text-align: right;
	padding-right: 8px;
}
.signInDeEmphasizedLink, .signInDeEmphasizedLink a {
	font-size: 11px;
	color: #055 !important;
}
#signInPanel1 {
	position: relative;
    float: right;
}
#signInPanel2 label { color: #555; }
#signInPanel2 table {
	width: 100%;
	padding: 0px 8px;
}
#signInPanel2 {
    display: none;
    width: 400px;
    clear: right;
    float:right;
    background: url(/Controls/HeaderLoginControl/Images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/Controls/HeaderLoginControl/Images/shadow.png) no-repeat bottom right;
    margin: 10px -10px 0 10px !important;
    margin: 10px -10px 0 5px;
}
#signInPanel2 div {
    background: none !important;
    background: url(/Controls/HeaderLoginControl/Images/shadow2.png) no-repeat left top;
    padding: 0 !important;
    padding: 0 6px 6px 0;
}
#signInPanel2 table {
    color: #777;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 4px;
    margin: -6px 6px 6px -6px !important;
    margin: 0;
}
#signInPanel2 table td {
    padding: 4px !important;
    vertical-align:bottom;
}
.forgotPasswordContainer {
    position: relative;
    height: 40px;
}
.forgotPasswordContainer a {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.rememberMeContainer {
    position: relative;
    height: 40px;
}
.rememberMeContainer span {
    display: block;
    position: absolute;
    top: 0px;
}
.headerSignInButton { padding-left: 4px !important; }
.headerLoginSpacer { padding-top: 10px !important; }
table.bubbleTemplate { width: auto; }
table.bubbleTemplate td, table.bubbleTemplate th, table.bubbleTemplate caption { padding: 0px; }
.similarLocation:hover { color: #167C98; }
.similarLocation {
	color: #268CA8;
	cursor: pointer;
	text-decoration: underline;
}
/**** info bubble yellow ****/
.divIcon {
    display: block; 
    font-weight: bold; 
    background-image: url();
    padding-left: 0px; 
    padding-top: 2px; 
    background-repeat: no-repeat; 
    background-position: left top;
    width: 220px; 
    min-height: 26px;
}
.tdBottomCenterYellow {
    background-image: url(/Controls/Bubble/Images/Yellow/BottomCenter.gif); 
    background-repeat: repeat-x;
    background-position: 0% 0%; 
    line-height: 0px; 
    font-size: 1px; 
    height: 6px !important;
}
.tdTopCenterYellow {
    background-image: url(/Controls/Bubble/Images/Yellow/TopCenter.gif); 
    background-repeat: repeat-x; 
    background-position: center top; 
    line-height: 1px; 
    height: 6px;
}
.tdLeftYellow {
    background-image: url(/Controls/Bubble/Images/Yellow/Left.gif); 
    background-repeat: repeat-y; 
    background-position: 0% 0%;
}
.tdRightYellow {
    background-image: url(/Controls/Bubble/Images/Yellow/Right.gif); 
    background-repeat: repeat-y; 
    background-position: 0% 0%;
}
/**** info bubble white ****/
.tdBottomCenterWhite {
    background-image: url(/Controls/Bubble/Images/White/BottomCenter.gif); 
    background-repeat: repeat-x;
    background-position: 0% 0%; 
    line-height: 0px; 
    font-size: 1px; 
    height: 6px !important;
}
.tdTopCenterWhite {
    background-image: url(/Controls/Bubble/Images/White/TopCenter.gif); 
    background-repeat: repeat-x; 
    background-position: center top; 
    line-height: 1px; 
    height: 6px;
}
.tdLeftWhite {
    background-image: url(/Controls/Bubble/Images/White/Left.gif); 
    background-repeat: repeat-y; 
    background-position: 0% 0%;
}
.tdRightWhite {
    background-image: url(/Controls/Bubble/Images/White/Right.gif); 
    background-repeat: repeat-y; 
    background-position: 0% 0%;
}
/**** dual panel ****/
.dualPanelTop {
    background: url(/Images/SignUpTop.png) 0 0 no-repeat;
    width: 989px;
    height: 14px;
}
.dualPanelBottom {
    background: url(/Images/SignUpBottom.png) 0 0 no-repeat;
    width: 989px;
    height: 14px;
}
.dualPanelMiddle {
    background: url(/Images/SignUpMiddle.png) 0 0 repeat-y;
    width: 989px;
}
.dualPanelLeftContent {
    width: 262px;
    padding: 8px 16px;
    float: left;
}
.dualPanelLeftContent p {
    color: #393232;
    font-size: 12px;
    line-height: 16px;
}
.dualPanelRightContent {
    position: relative;
    width: 655px;
    float: left;
    padding: 0px 17px;
}
/**** end dual panel ****/
.unbold { font-weight: normal; }
.editableLabel { cursor: default; }
.highlightLabel:hover { background-color: #E5F4FF; }
a.buttonBlue {
    cursor: pointer;
    display: inline;
    height: 32px;
    line-height: 15px;
    font-size: 15px;
    text-decoration: none;
}
a.buttonBlue .buttonBlueLeft {
    background: url(/Business/Images/DashboardSprite.png) -144px 0 no-repeat;
    width: 14px;
    height: 32px;
    display: block;
    float: left;
}
a.buttonBlue .buttonBlueRight {
    background: url(/Business/Images/DashboardSprite.png) -162px 0 no-repeat;
    width: 15px;
    height: 32px;
    display: block;
    float: left;
}
a.buttonBlue .buttonBlueMiddle {
    background: url(/Business/Images/DashboardSprite.png) 0 -96px no-repeat;
    height: 32px;
    display: block;
    float: left;
    text-align: center;
    height: 20px;
    padding: 6px 0;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #fff;
}
a.buttonBlue:hover .buttonBlueLeft { background-position: -184px 0; }
a.buttonBlue:hover .buttonBlueRight { background-position: -202px 0; }
a.buttonBlue:hover .buttonBlueMiddle { background-position: 0 -135px; }
.invalid { color: #f00; }
.requiredFieldErrorMessage { color: Red; }
.dropDownPanelTimes {
    height: 180px;
    width: 90px;
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: hidden;
    /*border-left: solid 8px #D4E8EB;*/
    background-color: #fff;
    border-bottom: 1px solid #99C2C8;
    border-top: 1px solid #99C2C8;
    margin-top: 1px;
}
ul.timeDropDownList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
*:first-child+html .timeDropDownList li /*ie7*/ { padding-right: 20px; }
.timeDropDownList li {
    padding: 2px 10px 2px 8px;
    margin: 0;
    border-left: solid 8px #d4e8eb;
    background-color: #fff;
}
.timeDropDownList li:hover { background-color: #D8E4F7; }
*:first-child+html .timeDropDownList li:hover { background-color: #fff; }
.normalFont { font-weight: normal; }
.RoundedPanelStandard {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#FFFFFF;
    -webkit-box-shadow: #B3B3B3 2px 2px 2px;
    -moz-box-shadow: #B3B3B3 2px 2px 2px; 
    box-shadow: #B3B3B3 2px 2px 2px;
    border:1px solid #E0E0E0;
    background-image: linear-gradient(top, rgb(255,255,255) 80%, rgb(250,250,250) 90%);
    background-image: -o-linear-gradient(top, rgb(255,255,255) 80%, rgb(250,250,250) 90%);
    background-image: -moz-linear-gradient(top, rgb(255,255,255) 80%, rgb(250,250,250) 90%);
    background-image: -webkit-linear-gradient(top, rgb(255,255,255) 80%, rgb(250,250,250) 90%);
    background-image: -ms-linear-gradient(top, rgb(255,255,255) 80%, rgb(250,250,250) 90%);
}
.RoundedPanelStandard .sectionHeader {
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
    background-color:#E1EDED;
    padding:7px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.RoundedPanelStandard .sectionBody { margin: 10px; }
.roundedButtonStandard {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #69C6F0;
    -webkit-box-shadow: #B3B3B3 5px 5px 5px;
    -moz-box-shadow: #B3B3B3 5px 5px 5px; 
    box-shadow: #B3B3B3 5px 5px 5px;
    border: 1px solid #E0E0E0;
    margin-bottom:3px;
    background-image: linear-gradient(top, #82D3F8 50%, #0A92D1 100%);
    background-image: -o-linear-gradient(top, #82D3F8 50%, #0A92D1 100%);
    background-image: -moz-linear-gradient(top, #82D3F8 50%, #0A92D1 100%);
    background-image: -webkit-linear-gradient(top, #82D3F8 50%, #0A92D1 100%);
    background-image: -ms-linear-gradient(top, #82D3F8 50%, #0A92D1 100%);
}
.roundedButtonStandard a { text-decoration: none; }
.roundedButtonStandardText {
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight:bold;
}
.roundedButtonStandardText:hover { color: #FFF; }
.roundedButtonStandard:hover {
    -webkit-box-shadow: #58585A 5px 5px 5px;
    -moz-box-shadow: #58585A 5px 5px 5px; 
    box-shadow: #58585A 5px 5px 5px;
    background-color: #0A92D1;
    background-image: linear-gradient(top, #7BC3E5 50%, #0987C1 100%);
    background-image: -o-linear-gradient(top, #7BC3E5 50%, #0987C1 100%);
    background-image: -moz-linear-gradient(top, #7BC3E5 50%, #0987C1 100%);
    background-image: -webkit-linear-gradient(top, #7BC3E5 50%, #0987C1 100%);
    background-image: -ms-linear-gradient(top, #7BC3E5 50%, #0987C1 100%);
}
.roundedButtonOrange {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #E4B03E;
    border: 2px solid #B5C0C0;
    margin-bottom:3px;
    background-image: linear-gradient(top, #97590F 35%, #EEA61A 89%);
    background-image: -o-linear-gradient(top, #97590F 35%, #EEA61A 89%);
    background-image: -moz-linear-gradient(top, #97590F 35%, #EEA61A 89%);
    background-image: -webkit-linear-gradient(top, #97590F 35%, #EEA61A 89%);
    background-image: -ms-linear-gradient(top, #97590F 35%, #EEA61A 89%);
}
.roundedButtonOrange a { text-decoration: none; }
.roundedButtonOrangeText {
    color: #FFF;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    font-weight:bold;
}
.roundedButtonOrangeText:hover { color: #FFF; }
.roundedButtonOrange:hover {
    -webkit-box-shadow: 0 0 2px 2px #B3B3B3;
    -moz-box-shadow: 0 0 2px 2px #B3B3B3;
    box-shadow: 0 0 2px 2px #B3B3B3;
}
.roundedButtonRed {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #AA201D;
    margin-bottom:3px;
    background-image: linear-gradient(top, #E90000 26%, #A22929 64%);
    background-image: -o-linear-gradient(top, #E90000 26%, #A22929 64%);
    background-image: -moz-linear-gradient(top, #E90000 26%, #A22929 64%);
    background-image: -webkit-linear-gradient(top, #E90000 26%, #A22929 64%);
    background-image: -ms-linear-gradient(top, #E90000 26%, #A22929 64%);
    -webkit-box-shadow: 2px 2px 2px 2px #B3B3B3;
    -moz-box-shadow: 2px 2px 2px 2px #B3B3B3;
    box-shadow: 2px 2px 2px 2px #B3B3B3;
}
.roundedButtonRed a { text-decoration: none; }
.roundedButtonRedText {
    color: #FFF;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    font-weight:bold;
}
.roundedButtonRedText:hover { color: #FFF; }
.bodyContentCenterStandard {
    width: 800px;
    margin-left:auto;
    margin-right:auto;
}
.clear { clear:both; }
