/*
****************************************
* Standard Style Sheet                 *
* Created On: 01/20/2004			   *
* Last Modified:					   *
* Steve Olson 3/4/2004				   *
* Revised 9/16/04 - S.O.			   *
****************************************
*/


/* standard text */
.standard, P, DIV, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #000000;
}

H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
	color: #B92B20;
	line-height: 145%;
}

body {
	background-color: #4C4C4B;
	margin: 0px;
}

.fine {
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 125%;
	margin: 0px;
	padding: 0px;

}
.landingPageTableBg {
	background-image: url(images/landingPageBg.gif);
	background-repeat: no-repeat;
}

.eventsBG {
	background-image: url(images/genericFormBg.gif);
	background-repeat: no-repeat;
}

.homeBGs {
	background-image: url(images/genericFormBg.gif);
	background-repeat: no-repeat;
}

.bluePageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #465983;
}

.detailsBG {
	background-image: url(images/calendarDetailsBg.gif);
	background-repeat: no-repeat;
}

.titles {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c48702;
	text-transform: uppercase;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}

.print {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 110%;
	color: #000000;
}

.subText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #B92626;
}


/* links */ 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #465983;
}
 
A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #d49100;
}

A.RedLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #a71902;
}

A.RedLinks:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #293f70;
}

A.alt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Fuchsia;
}

A.alt2:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: Fuchsia;
}


/* form controls */
.textbox {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.radiobutton {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.radiobutton2 tr {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D5CE84;
	border-right-color: #D5CE84;
	border-bottom-color: #CCCCCC;
	border-left-color: #D5CE84;
}

.checkbox {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.button {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.dropdownlist {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textboxAlt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: outset;
	border-top-style: outset;
	border-left-color: #CFCFCF;
	border-top-color: #CFCFCF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	color: #595959;
}


/* tables */
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	border-left-color: #D2D2D2;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D5CE84;
	border-right-color: #D5CE84;
	border-bottom-color: #CCCCCC;
	border-left-color: #D5CE84;
}

.borderRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D5CE84;
	border-right-color: #b4bfd7;
	border-bottom-color: #D5CE84;
	border-left-color: #D5CE84;
}


.mainHeader {
	background-color: #DED896;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	text-decoration: none;
	text-transform: uppercase;
}

.columnHeader {
	background-color: #DED896;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
}

.itemRow	{
	background-color: #FFFFFF;
}

.altItemRow	{
	background-color: #F5F5F5;
}

.selectedItemRow {
	background-color: #D9D9D9;
	color: white;
}
.whiteHomeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
}
.headerCurve {
	background-image: url(images/headerCurve.gif);
	background-repeat: no-repeat;
}
.homepageMap {
	background-image: url(images/homeMap.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.dataAltRow {
	background-color: #f4f7fa;
}
.tableHeaderTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
.newsDividers {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9198b5;
}
.formBg {
	background-image: url(images/createAccount/formBg.gif);
	background-repeat: no-repeat;
}
.roundedCorners {
	background-image: url(images/createAccount/formGradientBg.gif);
	border: 1px solid #7f9db9;
}
.lightBlueHeader {
	background-color: #98b1d0;
}
.redTxt {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D49100;
	text-transform: uppercase;
}
.redBorder {
	border: 1px solid #FF0000;
}
.pendingApprovalBG {
	background-color: #ffcacc;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f1b940;
}
.orangeDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98b1d0;
}
.whiteTitles {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.redBold {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9e1c23;
	text-transform: capitalize;
}
.tanFullBorder {
	border: 1px solid #a8ab74;
}
.adminBgHeader {
	background-image: url(admin/images/adminHeaderBg.gif);
	background-repeat: repeat-x;
	background-color: #4B4416;
}
.tanSubNavBar {
	background-color: #eae7d2;
	background-image: url(admin/images/tanSubnavBar.gif);
	background-repeat: repeat-x;
}
.white11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.adminBarRed {
	background-color: #a81a03;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c86e5f;
	border-right-color: #c86e5f;
	border-left-color: #c86e5f;
	background-image: url(/images/rednavgradient.gif);
}
.adminNavRightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ca7062;
}
A.whiteLinks {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFF;
}
A.whiteLinks:Hover {
 	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #d49200;
}
A.arial11Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
A.arial11Links:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #d49200;
}
A.adminNavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
}
A.adminNavLinks:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #d49200;
}

.eventsBG {
	background-image: url(images/calendarBodyBg.gif);
	background-repeat: no-repeat;
}

.detailsBG {
	background-image: url(images/calendarDetailsBg.gif);
	background-repeat: no-repeat;
}

.welcomeBg {
	background-image: url(images/titles/welcomeBg.gif);
	background-repeat: no-repeat;
}

.featuredArtistsBg {
	background-image: url(images/titles/featuredArtistsBg.gif);
	background-repeat: no-repeat;
}

.headlinesBg {
	background-image: url(images/titles/headlinesBg.gif);
	background-repeat: no-repeat;
}

.classifiedBg {
	background-image: url(images/titles/classifiedBg.gif);
	background-repeat: no-repeat;
}

.featuredArtistTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d49200;
	font-weight: bold;
}

.newsAltRow {
	background-color: #e8e9f4;
}

.tearoffDate {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 100%;
	top: 5px;
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.tearoffDateMed {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 70%;
	top: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tearoffDateLarge {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 65px;
	font-style: normal;
	font-weight: normal;
	line-height: 70%;
	top: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.calendarBottomBorder {
	background-image: url(images/calendarBottomBorder.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.calendarBottomBorder2 {
	background-image: url(images/calendarBottomBorder2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.popupBg {
	background-image: url(images/tellaFriendBg2.gif);
	background-repeat: no-repeat;
}

.emptyPopupBg {
	background-image: url(images/emptyPopup.gif);
	background-repeat: no-repeat;
}

.artistSideBorders {
	background-image: url(images/artistProfileSideBorder.gif);
	background-repeat: no-repeat;
}
.textboxAlt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: outset;
	border-top-style: outset;
	border-left-color: #CFCFCF;
	border-top-color: #CFCFCF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	color: #595959;
}
.artistSideColor {
	background-color: #f7f0e0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efdeb9;
}
.artistSideDivs {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #efdeb9;
	color: #333333;
}
.lightBlueBG {
	background-color: #f3e3be;
	margin-top: 10px;
}
.lightTanArtistInfo {
	background-color: #f0e6d0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6d3a9;
}
.artistSideBg {
	background-color: #f7f0e0;
}
.classifiedPriceBg {
	background-color: #F7F0E0;
	padding: 8px;
	height: 30px;
}
.greyTextBox {
	background-color: #F7F7F7;
	padding: 15px;
	margin: 15px;
}
.tabOver {
	background-image: url(admin/images/tabs/tabSelected.gif);
	height: 21px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #FFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tabSelected {
	background-image: url(admin/images/tabs/tabSelected.gif);
	height: 21px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tabStandard {
	background-image: url(admin/images/tabs/tab.gif);
	height: 21px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tabStandard A {
	color: #293f70;
	text-decoration: none;
}
.tabSelected A {
	color: #fff;
	text-decoration: none;
}
.tabSelected A:Hover {
	color: #FFF;
	text-decoration: none;	
}
.tabOver A {
	color: #FFF;
	text-decoration: none;	
}
.tabOver A:Hover {
	color: #FFF;
	text-decoration: none;	
}
.searchPageBg {
	background-image: url(images/searchBg.gif);
	background-repeat: no-repeat;
}
.searchTableBg {
	background-image: url(images/searchTableBg.gif);
	background-repeat: no-repeat;
}
.searchResultsBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e5;
	border-left-color: #e6e6e5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e5;
}
.verticalDivs {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e7c373;
}
.categoryGrayDivs td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
.smallestText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.greyDescriptionsBg {
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
}
.calendarHeaderBg {
	background-image: url(images/calendarHeaderBG.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 311px;
}
.tabToday {
	float: left;
}
.calendarPositioning {
	padding-top: 20px;
}
.tabMonth {
	float: left;
}

.tabSearch {
	float: left;
}
.margin {
	background-color: #4c4c4b;
	margin: 0px;
}
.genericFormBorders {

	background-image: url(images/genericFormBg.gif);
	background-repeat: no-repeat;
}
.calendarSearchPositioning {
	padding-top: 30px;
}

.formBgSignup {
	background-image: url(../images/artistSignupFormBg.gif);
	background-repeat: no-repeat;
}

.footerBox {
	border: 1px solid #d4d4d4;
}
.eventDetailDIVS {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbd9;
}
.featuredDIV {
	border: 1px solid #dbdbd9;
	width: 250px;
}

.additionalDates {
	padding-top: 10px;
	padding-bottom: 10px;
}
.orangeBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e7c373;
}
.homepageFullShade {
	background-image: url(images/homeShade.gif);
	background-repeat: no-repeat;
}
.additionalLinks {
	background-image: url(images/alsoInThisSection.gif);
	background-repeat: no-repeat;
}
.newsletterFullBorder {
	border: 1px solid #cccccc;
}
.classifiedReply {

	background-image: url(images/classifiedReply.gif);
	background-repeat: no-repeat;
}

.adminNavRightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ca7062;
}

.adminBarRed {
	background-color: #a81a03;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c86e5f;
	border-right-color: #c86e5f;
	border-left-color: #c86e5f;
}.redPageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d49200;
}
.blueSignupTitles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #465983;
}
.TableSMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #333333;
}
