/* CSS Document */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #EC7F22;
	padding: 3px;
	width: 550px;
	text-align: left;
	vertical-align: top;
	color: #3A3A3A;
	font-size: .9em;
}
.orangeHighlight
{
	font-weight: bold;
	font-size: 160%;
	color: #EC7F22;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #EC7F22;
	position: absolute;
	width: 130px;
	height: 50px;
	color: #fff;
}
.ClearTxtBox
{
	width: 200px;
	height: 18px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.updateProgressMessage
{
	margin: 3px;
	font-size: small;
	vertical-align: middle;
	color: #fff;
}
.section_title
{
	border-bottom: solid thin #EC7F22;
	font-weight: bold;
	padding-top: 5px;
}
.big_section_title
{
	border-bottom: solid thin #EC7F22;
	font-weight: bold;
	padding-top: 5px;
	font-size: 1em;
}
.profile_section_title
{
	border-bottom: solid thin #EC7F22;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px 0px 10px 0px;
}
.orange_nav
{
	background-color: #EC7F22;
}
a.orange_link
{
	color: #EC7F22;
	text-decoration: none; /* font-size: 1em; */
}
a.grey_link
{
	color: #8B898A;
	text-decoration: none;
}
a.merchantDirectoryWebsite
{
	color: #8B898A;
	text-decoration: none;
	font-weight: bold;
}
.bigfont
{
}
.white_link
{
	color: #fff;
	text-decoration: none; /* font-size: 1em; */
}
.smallb_txt
{
	font-weight: bold; 
	font-size: .8em;
}
.font_white
{
	color: #FFFFFF; /* font-size: 1em; */
	text-align: left;
}

.LogoHeaderTable
{
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	background-position: center top;
}
.Error_Text
{
	color: #B10000; /* Bright red isn't so bright */
	font-weight: bold;
}
table.TheBoard
{
	font-size: 100.1%;
	display: none;
}
.TheBoardBoxOuter
{
	width: 245px;
}
.TheBoardBox
{
	width: 240px;
	height: 327px;
	overflow: auto;
	text-align: left;
}
.TheBoardFindTerm
{
	font-weight: bold;
	font-size: .75em;
}
.TheBoardFindTermDetails
{
	font-size: .75em;
}
.btnUpdateInterests
{
	font-weight: bold;
}
table.boardLegend
{
	/*font-size: 100.1%;*/
	padding: 0px;
	margin: 0px;
}
table.boardLegend th
{
	width: 25px;
	height: 33px;
	padding: 0px;
	margin: 0px;
}
table.boardLegend td
{
	padding: 0px;
	margin: 0px;
	height: 33px;
	font-size: .75em;
	font-weight: bold;
	vertical-align: middle;
}
.HomePageBg
{
	background-image: url(../images/layers/LadyBackground.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 687px; /*background-color: #090804;*/
}
.front_page_ShareSaveConnect
{
	background-image: url(../images/layers/ShareSaveConnect.png);
	background-repeat: no-repeat;
}
table.front_page_blurb
{
	background-image: url(../images/layers/Blurb.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 125px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.blurbtext
{
	text-align: left;
	vertical-align: top;
	color: #3A3A3A;
	padding: 10px 10px 0px 10px;
	font-size: .9em;
}
.HomePageFooter
{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
	background-color: #212121;
}
.HomePageFooter img
{
	border: none;
	border-width: 0px;
	padding: 5px 20px 0px 20px;
}
.CommunityHookUpBanner
{
	/*background-color: #3A3A3A;*/
	background-color: #090804;
	padding: 5px;
	width: 687px;
	height: 143px;
}
/* MERCHANT LISTING CSS */
table.merchantListing
{
	border-style: hidden; /* font-size: 1em; */
	border-collapse: collapse;
	border-color: #3A3A3A;
	width: 100%;
	line-height: 150%;
}
table.merchantListing thead
{
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border-bottom-color: #3A3A3A;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding: 2px 0px 2px 0px;
	background-color: #3A3A3A;
	color: #FFFFFF;
}
table.merchantListing th
{
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	border-bottom: dotted thin #3A3A3A;
	padding: 0px 3px 0px 3px;
	background: #3A3A3A;
	color: #fff;
}
table.merchantListing td
{
	vertical-align: middle;
	text-align: left;
	border-bottom: dotted thin #3A3A3A;
	padding: 2px 0px 2px 0px;
	background: #fff;
	color: #000;
	height: 40px;
}
/* RESULT REPEATER (actually merchant directory) */
table.results
{
	border: solid thin #000;
	border-collapse: collapse;
	width: 100%;
	padding: 5px 5px 5px 5px;
}
table.results thead
{
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	background: #3A3A3A;
	color: #FFFFFF;
}
.alt1
{
	vertical-align: text-top;
	text-align: left;
	padding: 5px;
	background: #F6F7FA;
	color: #000000;
}
.alt1 td
{
	line-height: 150%;
	vertical-align: text-top;
}
.alt2
{
	vertical-align: text-top;
	text-align: left;
	padding: 5px;
	background: #FFFFFF;
}
.alt2 td
{
	line-height: 150%;
	vertical-align: text-top;
}
table.nolocalmerch
{
	width: 95%;
	text-align: center; /*font-size: .9em;*/
}
table.nolocalmerch td
{
	border-bottom: solid thin #3A3A3A;
	padding: 2px 0px 2px 0px;
}
.newrow
{
	font-weight: bold; /*font-size: .8em;*/
	line-height: 110%;
	text-align: center;
	padding-left: 15px;
}
table.nolocalmerch th
{
	border-bottom: solid thin #3A3A3A;
	padding: 2px 0px 2px 0px;
}
/* Login Register More Info Float Div */
.LoginRegisterMoreInfo
{
	position: absolute;
	left: 131px;
	top: 122px;
	color: #FFFFFF; 
	/*font-size: 1em;*/
	text-align: left;
}
.LoginRegisterMoreInfoInner
{
	background-color: #EC7F22;
	padding: 2px 2px 2px 2px;
	filter: alpha(opacity=97);
	opacity: 0.97;
}
.pnlLoginRegisterPanels
{
	font-size: .9em;
	padding: 5px;
	width: 100%;
}
.pnlGroupPanels
{
	padding-bottom: 10px;
}
/* end */
.unwatermarked
{
	height: 18px;
	width: 125px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.unwatermarkedlarge
{
	height: 18px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.unwatermarkedmultiline
{
	height: 50px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.watermarkedmultiline
{
	height: 50px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
.multiLineMedium
{
	width: 165px;
	height: 50px;
}
.multiLineExtraTall
{
	height: 150px;
}
.unwatermarkedlarge_ReadOnly
{
	height: 18px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #fff;
}
.watermarked
{
	height: 18px;
	width: 125px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
.wm_wide1
{
	width: 175px;
}
.wm_wide2
{
	width: 200px;
}
.wm_wide3
{
	width: 225px;
}
.wm_wide4
{
	width: 250px;
}
.wm_multi
{
	height: 70px;
}
.wm_multi2
{
	height: 90px;
}
.wm_multi4
{
	height: 200px;
}
.wm_multi5
{
	width: 225px;
}
.watermarkedlarge
{
	height: 18px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
.unwatermarkedlargeCampusName
{
	height: 18px;
	width: 225px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.watermarkedlargeCampusName
{
	height: 18px;
	width: 225px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
/* join fields */
.pnlJoin
{
	padding-left: 10px;
}
.txtJoinInput
{
	height: 18px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.dateSlash
{
	text-align: left;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 2px 0px;
	line-height: 135%;
}
.MerchFormLabel
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
	text-align: right;
	font-weight: bold;
	width: 160px;
	vertical-align: top;
}
.StandardLabel
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
	text-align: right;
	font-weight: bold;
	width: 160px;
}
.StandardField
{
	padding-left: 10px;
	line-height: 150%;
}
.sl_narrow
{
	width: 100px;
}
.sl_wide1
{
	width: 190px;
}
div.interestHeader
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 85px;
	border-bottom: solid thin #000;
	padding: 5px 0px 1px 0px;
	line-height: 100%;
	font-size: .85em;
	font-weight: bold;
}
div.interestHeader img
{
	padding-bottom: 3px;
}
div.interestOnOff
{
	height: 190px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding-left: 12px;
}
table.standard
{
	width: 381px;
	border: thin;
	border-color: #fff;
	border-style: solid;
	font-size: .9em;
	line-height: 150%;
	padding: 5px;
}
table.standard th
{
	font-weight: bold;
	text-align: center;
	background-color: #3A3A3A;
	color: #FFFFFF;
}
table.contact
{
	width: 350px;
}
table.contact td
{
	text-align: left;
	vertical-align: top;
}
table.join
{
	width: 450px;
}
table.createAlert
{
	margin: auto;
	width: 450px;
	padding: 0px;
}
table.createGroup
{
	margin: auto;
	width: 400px;
	padding: 0px;
}
table.reportError
{
	margin: auto;
	width: 400px;
	padding: 0px;
}
table.reportError th
{
	font-weight: bold;
	text-align: center;
	background-color: #3A3A3A;
	color: #FFFFFF;
}
table.interests
{
	width: 100%;
	border: none;
	border-color: #fff;
	border-style: none;
	padding: 0px;
}
table.editaccountprofile
{
	width: 100%;
	border: none;
	border-color: #fff;
	border-style: none;
}
table.standard td
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
}
table.interests td
{
	width: 94px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	border-top: solid thin #000;
	border-bottom: solid thin #000;
	border-right: solid thin #000;
	border-left: solid thin #000;
}
table.standard th
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
	text-align: center;
}
table.merchant
{
	width: 450px;
	border: thin;
	border-collapse: collapse;
	border-color: #fff;
	border-style: solid;
	line-height: 150%;
	padding: 5px;
}
table.merchant td
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
}
table.merchant th
{
	padding: 4px 0px 4px 0px;
	line-height: 150%;
	text-align: center;
}
/* end join fields */
/* Start the board rounded left corner */
.spiffy
{
	display: block;
}
.spiffy *
{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #ffffff;
}
.spiffy1
{
	margin-left: 3px;
	padding-left: 1px;
	border-left: 1px solid #bdbcbc;
	background: #e2e1e2;
}
.spiffy2
{
	margin-left: 1px;
	padding-left: 1px;
	border-left: 1px solid #979596;
	background: #e9e8e8;
}
.spiffy3
{
	margin-left: 1px;
	border-left: 1px solid #e9e8e8;
}
.spiffy4
{
	border-left: 1px solid #bdbcbc;
}
.spiffy5
{
	border-left: 1px solid #e2e1e2;
}
.spiffyfg
{
	background: #ffffff;
}
/* End the board rounded left corner */
.MyMC_CenterSections
{
	width: 95%;
	text-align: left; /*position:relative;*/
	margin-left: 20px;
}
.MyMCPanels
{
	width: 100%;
	text-align: left; /* font-size: 1em; */
	padding-bottom: 8px;
}
.pnlBrowseCampusSelect
{
	padding-bottom: 0px;
}
.MyMC_OrangeDivider
{
	background-color: #EC7F22;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
.MyMC_AnimatedHeader
{
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-bottom: 15px;
}
.MyMC_AttentionTxt
{
	font-size: 1.2em;
	font-weight: bold;
	color: #DF6B22;
}
.SubPagesContent
{
	width: 95%;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 150%;
}
/* HOOKUP PAGES */
.HookUpInput
{
	height: 18px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.HookUpInputWaterMark
{
	height: 18px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
.HookUpMultLineCampus
{
	height: 117px;
	width: 385px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.HookUpMultLineWaterMarkCampus
{
	height: 117px;
	width: 385px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
.HookUpMultLineMerch
{
	height: 117px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
}
.HookUpMultLineWaterMarkMerch
{
	height: 117px;
	width: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
.HookUpRail
{
	position: relative;
	height: 41px;
	width: 200px;
	background: #000 url(../images/SliderBar.png);
}
.HookUpHandle
{
	position: absolute;
	height: 41px;
	width: 40px;
}
/* Rating */
.ratingStar
{
	font-size: 0pt;
	width: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../images/stars/star-selected.gif);
}

.emptyRatingStar
{
	background-image: url(../images/stars/star-unselected.gif);
}

.savedRatingStar
{
	background-image: url(../images/stars/star-unselected.gif);
}
table.gradientRoundedBox
{
	width: 95%;
	height: 225px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.gradientRoundedBoxLeft
{
	width: 5px;
	background-color: #fff;
	background-image: url(../images/gradientbox/left.png);
	background-repeat: no-repeat;
}
.gradientRoundedBoxRight
{
	width: 10px;
	background-color: #fff;
	background-image: url(../images/gradientbox/right.png);
	background-repeat: no-repeat;
}
.gradientRoundedBoxContent
{
	width: 633px;
	background-color: #fff;
	background-image: url(../images/gradientbox/background.png);
	background-repeat: repeat-x;
	padding: 0px;
}
.phoneContentBackground
{
	background-image: url(../images/phone/phoneContent.png);
	width: 89px;
	height: 110px;
	font-size: .72em;
	line-height: 120%;
	padding: 0px 2px 0px 2px;
}
.PartnerSchoolList li
{
	padding: 2px 0px 2px 0px;
}
