@import url('style_buttons.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

a {
	color: #1d1d94;
}

a:hover {
	color: #ff7300;
}

.searchbox:hover {
	border: 2px solid #FDD29A;
}

.searchbox:focus {
    border: 2px solid #FDD29A;
}

.activeSearchBox {
	font-weight: bold;
	color: #ff7300;
}

.slogan {
	text-align: center;
	color: #e71c31;
	font-weight: bold;
	font-size: 14px;
	vertical-align: bottom;
	padding-bottom: 0px
}

.message {
	color: #FF0099
}

.bestOf {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	border-left: 1px solid #d2e4fc;
	border-right: 1px solid #d2e4fc
}

.links {
	margin: 0px;
	padding: 5px 0px 5px 15px;
	list-style: square
}

.cityName {
	vertical-align: middle;
	text-align: center;
	color: #a2a3a6;
	font-size: 18px;
	font-weight: bold;
}

h2.cityName {
	font-size: 19px;
	width: 161px;
	vertical-align: middle;
	overflow: hidden;
}

.blogTitle {
	background-color: #d2e4fc;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	font-size: 13px;
}

.blueBorder {
	border-left: 1px solid #d2e4fc;
	border-right: 1px solid #d2e4fc;
	border-collapse: collapse;
	text-align: left;
}


.calendarThisDay {
	background-color: #d2e4fc;
	border: 1px solid #000000;
}

.calendarDay, .calendarThisDay {
	color: #1d1d94;
}

.orangeBorder {
	border-left: 1px solid #fbac45;
	border-right: 1px solid #fbac45;
	border-collapse: collapse;
}

.categoryTitle {
	font-weight: bold;
	padding-left: 2px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background-image: url('/images/category-box-title-round.gif');
	background-repeat: no-repeat;
}


.categoryTitle small {
	font-weight: normal;
}

.categoryTitle a {
	color: #000000;
	text-decoration: underline;
}

.categoryTitle a:hover {
	color: #ff7300;
}

.subCategories {
	margin: 0px;
	padding: 10px 4px 4px 10px;
	list-style: none;
	font-size: 13px
}

.subCategories li {
	padding-top: 2px;
	color: #2C2195;

}

.subCategories a {
	color: #1d1d94;
	text-decoration: none;
}

.subCategories a:hover {
	color: #0000FF;
	text-decoration: underline;
	background: #ffecd4;
}

.orangeBoxTitle {
	background-color: #fbac45;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	text-align: left;
}

.discussions a {
	text-decoration: none;
}

.discussions a:hover {
	color: #0000FF;
	text-decoration: underline;
	background: #fdefdc;
}

.blueBoxTitle {
	background-color: #D7E7FF;
	font-weight: bold;
	padding: 3px;
	font-size: 13px
}
.cities a {
	text-decoration: none;
}

.cities a:hover {
	color: #ff7300;
	text-decoration: underline;
}

.button {
	background-image: url(../images/btn-bg.gif); 
	cursor:pointer; 
	height: 22px; 
	border: 1px solid #fdd29a; 
	font-family:Arial,Verdana,helvetica,sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	margin: 0px; 
}
    .button:hover {
        background-image: url(../images/btn-bg.gif); 
        background-position: 0px -20px;
    }

.imageBorder {
	border: 1px solid #FBAC45;
}

.region_description h1,
.region_description h3,
.region_description h4 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
	font-weight: normal;
}

.internalLinks,
.internalLinks a {
	color: #808080;
	font-size: 10px;
}

.internalLinks {
	width: 900px;
	margin: 0 auto 5px auto;
	padding: 0;
}
