/*----------------------------                              

Master stylesheet for pcbr.jibehost.com
All the others can now be ignored.	

----------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #231f20;
	background: #fff;
	font: normal 75%/100% Helvetica, Arial, sans-serif;
}

h1, 
h2, 
h3 {
	margin: 0 0 0.6em;
}

h1 {
	color: #577ea8;
	font: bold 1.4em/1.8em Helvetica, Arial, sans-serif;
}

h2 {
	font: normal 1.2em/1.4em Helvetica, Arial, sans-serif;
}

h3 {
	font: bold 1.1em/1.4em Helvetica, Arial, sans-serif;
}

p {
	margin: 0 0 1.2em;
	font: normal 1em/1.3em Helvetica, Arial, sans-serif;
}

table {
	margin: 0 0 1.6em;
}

input, 
select {
	padding: 2px;
	font: normal 1em/1.3em Helvetica, Arial, sans-serif;
}

a:link, 
a:visited {
	color: #7a4449;
}

a:hover, 
a:active {
	color: #222;
}

a span, 
h1 span, 
h2 span, 
h3 span, 
.hidden {
	position: absolute;
	left: -999px;
}

a img {
	border: 0;
}

hr {
	height: 1px;
	color: #555;
	margin: 0 0 1.2em;
}

/* =HEADER */

#header, 
#nav_top, 
#content, 
#footer {
	width: 950px;
}

#header {
	position: relative;
	width: 950px;
	height: 106px;
	overflow: hidden;
}

#header div.header_img {
	z-index: 0;
}

#header div.home_link {
	z-index: 1000;
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 170px;
	height: 100px;
}

#header div a {
	display: block;
	width: 170px;
	height: 100px;
}

#header_img {
	width: 950px;
	height: 105px;
	overflow: hidden;
}

#header_img img {
	z-index: 0;
}

#header a span {
	display: none;
	left: auto;
}


/* =TOP NAV */

#nav_top {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	color: #fff;
	background: #003b7a;
	border-bottom: 2px solid #fff;
	overflow: hidden;
}

#login {
	float: left;
	width: 198px;
	padding: 8px 0 0 20px;
}

#login a:link, #login a:visited {
	color: #fff;
}

#login a:hover, #login a:active {
	color: #7a4449;
}


/* =WRAPPER */

#content {
	width: 745px;
	background: #fff;
	border-left: 196px solid #dde4ec; /* The width and color of the left column */
}

#home #content {
	width: 545px;
	border-right: 209px solid #fff; /* The width and color of the right column */
}

/* =LEFT COLUMN */

#column_left {
	position: relative;
	float: left;
	width: 196px;
	margin-left: -196px;
}

#main_menu {
	padding: 20px 0 20px 20px;
	line-height: 1.6em;
}

#main_menu ul li {
	width: 176px;
	list-style-type: none;
}

#main_menu ul li a {
	display: block;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	cursor: default;
	color: #7a4449;
	border-bottom: 1px solid #fff;
	font: normal 1.1em/1.3em Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
}

#main_menu ul li a:visited, 
#main_menu ul li a:hover, 
#main_menu ul li a:active {
	color: #7a4449;
}

#main_menu ul li ul {
	margin: 10px 0px;
	list-style-type: none;
}

#main_menu ul li li {
	width: 140px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	background: url("graphics/bullet_blue.png") no-repeat 1px .15em;
}

#main_menu ul li li a {
	display: block;
	width: 130px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	color: #003d7c !important;
	font: normal 1em/1.3em Tahoma, Geneva, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

#main_menu ul li ul li a:visited {
	color: #003d7c;
	font-weight: normal;
	text-decoration: none;
}

#main_menu ul li ul li a:hover, #main_menu ul li ul li a:active {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}


/* =CENTER COLUMN */

#column_center {
	float: left;
	width: 723px;
	margin-right: -723px;
}

#home #column_center {
	width: 523px;
	margin-right: -523px;
	
}

#column_center div.body {
	padding: 15px 0 20px 21px;
}

#home #content h1, 
#home #content h2 {
	height: 27px;
}

#home h1.welcome {
	background: url(graphics/heading_welcome.png) no-repeat;
}

#flash {
	float: right;
	width: 288px;
	margin: 0 0 15px 15px;
}


/* =RIGHT COLUMN */

#column_right {
	position: relative;
	float: right;
	width: 209px;
	margin-right: -209px;
	padding: 15px 0;
	background: #fff;
}

#column_right div.section, 
#column_right div.banner_right {
	margin: 0 0 15px;
}

#column_right div.section div, 
#column_right div.banner_right div {
	padding: 1px 7px 10px 10px;
}

* html body #column_right div.section div {
	padding: 6px 7px 10px 10px;
}

#column_right div.banner_right {
	text-align: center;
}

#column_right div.section h3 {
	width: 209px;
	height: 28px;
}

#column_right .calendar h3 {
	background: url(graphics/section_calendar.png) no-repeat;
}

#column_right .weather h3 {
	background: url(graphics/section_weather.png) no-repeat;
}

#column_right .poll h3 {
	background: url(graphics/section_poll.png) no-repeat;
}

/* ModuleBegin::events */
.eventTD .eventHeadline { 
	padding-bottom: 5px; 
	font-weight: bold; 
}

#calendar {
	position: relative;
	margin: 0;
	color: #222;
}

.calPrev {
	position: absolute;
	top: 5px;
	left: 10px;
}

.calNext {
	position: absolute;
	top: 5px;
	right: 10px;
}

.calTop {
	margin-left: 0;
	padding: 0;
}

.calMonth {
	position: relative;
	top: 5px;
	left: 0px;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 20px;
}

.calPrev a, 
.calNext a, 
.calMonth a {
	font-weight: bold;
	text-decoration: none;
}

.calPrev a:hover, 
.calNext a:hover, 
.calMonth a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.calGrid {
	width: 180px;
	clear: both;
	text-align: center;
	margin: 5px 10px 10px 0px;
}

.calGrid a {
	border: 1px solid #fff;
}

.calGrid td {
	text-align: center;
}

.calGrid td span {
	display: block;
	padding: 3px 5px 2px;
}

.calGrid tr.calWeek {
	font-weight: bold;
	text-align: center;
}

.calDayOn a,
.calTodayOff a, 
.calTodayOn a {
	display: block;
	color: navy;
	font-weight: bold;
	padding: 3px 5px 2px;
}

.calDayOn a:hover {
	color: navy;
	border: 1px solid navy;
	font-weight: bold;
} 

.calTodayOff a, 
.calTodayOn a,
.calTodayOff span, 
.calTodayOn span {
	display: block;
	border: 1px solid navy;
	background: #ffffb8;
}

.calBottom {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.calBottom a {
	font-weight: normal;
}

.calMonthGlance, 
.calMonthMore {
	margin: 0 0 0.3em;
	padding: 0 !important;
}

#calendarDetail table {
	width: 100%;
	table-layout: fixed;
}

#calendarDetail .calendarMonths {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}

#calendarDetail .calendarMonths a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}

#calendarDetail .calendarMonths a:hover {
	background-color: #ffffb8;
	color: #000000;
}

#calendarDetail .calendarDays {
	border-collapse: collapse;
	table-layout: fixed;
}

#calendarDetail .calendarDays .title {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	padding: 10px 0px 10px 0px;
}

#calendarDetail .calendarDays .prevLink, 
#calendarDetail .calendarDays .nextLink {
	font-size: 11pt;
}

#calendarDetail .calendarDays .normal {
	display: none;
}

#calendarDetail .calendarDays td {
	text-align: center;
	border: 1px solid #000000;
	font-weight: bold;
}

#calendarDetail .calendarDays .weekdays {
	height: 30px;
	background-color: #bbbbbb;
}

#calendarDetail .calendarDays .emptyDay {
	height: 60px;
	text-align: left;
	vertical-align: top;
	background-color: #eeeeee;
}

#calendarDetail .calendarDays .eventToday {
	height: 60px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffb8;
	padding-left: 5px;
}

#calendarDetail .calendarDays .eventOff {
	height: 60px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

#calendarDetail .calendarDays .eventOn {
	height: 60px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

/* ModuleEnd::events */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
}

#tooltip h3, 
#tooltip div { 
	margin: 0;
	font: normal 1em/1.2em Helvetica, Arial, sans-serif;
}

.eventDateHeader {
	font-weight: bold !important;
}


/* =FOOTER */

#footer {
	clear: both;
	height: 2.33em;
	color: #fff;
	background: #003b7a;
	border-top: 2px solid #fff;
	font: bold 0.95em/2.33em Helvetica, Arial, sans-serif;
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* =MEMBERSHIP LOGIN */

table.membership_login {
	margin: 10px 0 0 10px;
}

.membership_login td {
	padding: 2px 2px 2px 0;
}

/* =SEARCH */

#search_site {
	float: right;
	height: 23px;
	padding: 4px 40px 3px 75px;
	background: url(graphics/bg_search_site.png) no-repeat left center;
	text-align: right;
}

#search_site select {
	padding: 1px;
}

#search_site option {
	padding-right: 10px;
}

#search_site input.btn_go {
	position: absolute;
	margin: 1px 0 0 4px;
	background: url(graphics/btn_go_blue.png) no-repeat left center !important;
}

#nav_search {
	min-height: 2em;
	height: auto !important;
	height: 2em;
	margin: 0 0 1.5em;
	border-bottom: 1px solid #003b7a;
}

#nav_search ul {
	list-style: none;
}

#nav_search ul li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
	text-align: left;
}

#nav_search ul li a:link,
#nav_search ul li a:visited {
	display: block;
	padding: 0 10px;
	line-height: 2em;
	text-decoration: none;
	color: #003b7a;
	background: #dde4ec;
	border: 1px solid #003b7a;
	border-width: 1px 1px 0 1px;
}

#nav_search ul li a:hover,
#nav_search ul li a:active,
#nav_search ul li a.selected {
	color: #fff !important;
	background: #003b7a !important;
}


/* =MEMBER SEARCH */

#membership_directory h1 {
	height: 38px;
	margin: 0 0 1em;
	padding: 0 0 5px 0;
	background: url(graphics/heading_member_directory.png) no-repeat;
}

#membership_directory h3 {
	margin: 0 0 1em;
	color: #7a4348;
	font-weight: normal;
}


/* Member and Affiliate Search Forms */

#member_search_fields,
#affiliate_search_fields {
	margin: 2.5em 0;
	padding: 0 35px 1.5em 110px;
	background: url(graphics/bg_member_search.png) no-repeat left 5px;
	border-bottom: 1px solid #003b7a;
}

#member_search_fields div,
#affiliate_search_fields div {
	float: left;
	width: 135px;
	padding: 0 10px 0 0;
	text-align: left;
}

* html body #member_search_fields div,
* html body #affiliate_search_fields div {
	display: inline;
	padding: 0 5px 0 0;
}

#member_search_fields div.com,
#member_search_fields div.com input,
#affiliate_search_fields div.com,
#affiliate_search_fields div.com input {
	width: 165px;
}

#affiliate_search_fields div.org {
	clear: left;
	margin-top: 10px;
}

#member_search_fields input,
#affiliate_search_fields input {
	width: 135px;
	margin: 0 0 4px 0;
	background: #dde4ec;
	border-width: 1px;
}

#member_search_fields select,
#affiliate_search_fields select {
	margin: 0 0 4px 0;
}

#member_search_fields input.btn_go,
#affiliate_search_fields input.btn_go {
	float: left;
	width: 32px;
	background: #fff url(graphics/btn_go_white.png) no-repeat left top;
	border: 0;
}

#member_search_fields label,
#affiliate_search_fields label {
	float: left;
	clear: left;
	color: #003b7a;
	font-size: 0.92em;
}


/* Member and Affiliate Search Results */

#member_search_results {
	text-align: left;
}

#member_search_results tr {
	height: 40px;
}

#member_search_results th, 
#member_search_results td {
	padding: 2px 10px 4px 0;
}

#member_search_results th {
	color: #003b7a;
	text-transform: uppercase;
}

#member_search_results img {
	width: 30px;
	height: 40px;
}

#member_results_detail {
	padding: 1.5em 0;
	border-top: 1px solid #003b7a;
}


#member_results_detail #col1 {
	float: left;
	width: 240px;
}

#member_results_detail #col2 {
	float: left;
	width: 280px;
	padding: 2.2em 0 0;
}

h1.member_results_detail {
	height: 38px;
	margin: 0 0 1em;
	padding: 0 0 5px 0;
	background: url(graphics/heading_member_directory.png) no-repeat;
	border-bottom: 1px solid #003b7a;
}

#member_results_detail #member_image {
	float: left;
	width: 150px;
	height: 200px;
	margin: 0 20px 6px 0;
	border: 1px solid #666;
}

#member_results_detail h3 {
	color: #999;
}

#member_results_detail span.member_name {
	color: #003b7a;
	font: bold 1.4em/1.6em Helvetica, Arial, sans-serif;
}

p.prevnext {
	text-align: center;
}


/* =PCBOR TOOLS */

#pcbor_menu {
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em;
	margin: 0 0 1.5em;
	clear: both;
}

#pcbor_menu * {
	z-index: 1000;
}

ul.pcbor_menu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1.5em;
}

ul.pcbor_menu li {
	position: relative;
	float: left;/*Gecko*/ display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

ul.pcbor_menu ul {
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

ul.pcbor_menu ul li {
	position: relative;
	display: block !important;
	display: inline;/*For IE*/ float: left;/*IE 7*/ position:relative;
}

/* 1st Level */

ul.pcbor_menu a {
	text-decoration: none;
	border-left: 1px solid #7a4449;
	text-align: left;
	padding: 1px 10px 2px 10px;
	color: #003b7a;
	font: normal 1em/1.5em Verdana, Geneva, sans-serif;
	float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block;
	min-height: 1.5em;
	height: auto !important;
	height: 1.5em;
}

ul.pcbor_menu a span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	font-weight: bold;
	text-align: right;
}

ul.pcbor_menu a.first {
	border: 0;
}

ul.pcbor_menu a:hover,
ul.pcbor_menu li:hover a,
ul.pcbor_menu a:hover,
ul.pcbor_menu li.over a {
	color: #7a4449;
	text-decoration: none;
}

/* 2nd Level */

ul.pcbor_menu li:hover li a,
ul.pcbor_menu li.over li a {
	float: none;
	width: 190px;
	color: #7a4449;
	background: #dde4ec;
	border: 0;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
}

ul.pcbor_menu li:hover li a:hover,
ul.pcbor_menu li:hover li:hover a,
ul.pcbor_menu li.over li a:hover,
ul.pcbor_menu li.over li.over a {
	color: #003b7a;
	text-decoration: none;
}

ul.pcbor_menu li.over ul {
	width: 190px;
}

ul.pcbor_menu li:hover li a.first,
ul.pcbor_menu li.over li a.first {
	border: 0;
}

ul.pcbor_menu li:hover li a.last,
ul.pcbor_menu li.over li a.last {
	border-bottom: 0;
}

/* 3rd Level */

ul.pcbor_menu li:hover li:hover li a,
ul.pcbor_menu li.over li.over li a {
	width: 190px;
	color: #7a4449;
	background: #e9edf1;
}

ul.pcbor_menu li:hover li:hover li a:hover,
ul.pcbor_menu li:hover li:hover li:hover a,
ul.pcbor_menu li.over li.over li a:hover,
ul.pcbor_menu li.over li.over li.over a {
	text-decoration: none;
	color: #003b7a !important;
}

ul.pcbor_menu li:hover li:hover li a.first,
ul.pcbor_menu li.over li.over li a.first {
	border: 0;
}

ul.pcbor_menu li:hover li:hover li a.last,
ul.pcbor_menu li.over li.over li a.last {
	border: 0;
}

ul.pcbor_menu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 210px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.pcbor_menu li:hover ul ul,
ul.pcbor_menu li.over ul ul {
	display: none;
}

ul.pcbor_menu li:hover ul,
ul.pcbor_menu ul li:hover ul,
ul.pcbor_menu li.over ul,
ul.pcbor_menu ul li.over ul {
	display: block;
}

ul.pcbor_menu .pcbor_menu ul :after /*IE 7*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ;
	height: 0;
	visibility: hidden;
}

ul.pcbor_menu a span {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	font-weight: bold;
}


/* =WEATHER */

div.weather_detail img {
	float: left;
	margin: 0 10px 10px 0;
}

div.weather_detail p {
	padding: 15px 0 0;
}

div.weather_detail p span {
	font-weight: bold;
}


/* =NEWS & EVENTS */

#home h2.news, #home h2.events {
	position: relative;
	margin: 1.3em 0 0.8em;
	text-align: right;
}

#home h2.news {
	background: url(graphics/heading_news.png) no-repeat;
}

#home h2.events {
	background: url(graphics/heading_events.png) no-repeat;
}

#home h2 .viewAll {
	position: absolute;
	top: 0;
	display: block;
	text-align: right;
}

#home h2.news .viewAll {
	left: 220px;
}

#home h2.events .viewAll {
	left: 245px;
}

#home h2 .viewAll a {
	color: #577ea8;
	font: bold 0.9em/27px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

h1.membership_news {
	height: 54px;
	margin: 0 0 1em;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #003b7a;
}

h1.event_details {
	height: 54px;
	margin: 0 0 0.5em;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #003b7a;
}

h1.membership_news {
	background: #fff url(graphics/heading_membership_news.png) no-repeat;
}

h1.event_details {
	background: #fff url(graphics/heading_event_details.png) no-repeat;
}

.newsListHeadline, 
.eventHeadline {
	font-size: 1.1em;
	font-weight: bold;
	color: #7a4449;
}

.detail .newsListHeadline, 
.detail .eventHeadline {
	font-size: 1.2em;
}

.detail .eventHeadline {
	padding: 0 0 7px;
	border-bottom: 1px solid #003b7a;
}

p.backRemindSend {
	margin: 1.6em 0;
	padding: 7px 0 0;
	border-top: 1px solid #003b7a;
	text-align: left;
}

.newsThumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

.newsHeadline {
	color: #577ea8;
	font-weight: bold;
}

.newsSubHeadline, 
.newsPublished {
	font-style: italic;
}

.newsBody a {
	font-family: Helvetica, Arial, sans-serif;
	color: #7a4449 !important;
}

.newsBody u {
	border: 0 !important;
}


/* =PEOPLE PAGES */

h1.leadership,
h1.staff {
	height: 37px;
}

h1.leadership {
	background: url(graphics/heading_leadership.png) no-repeat;
}

h1.staff {
	background: url(graphics/heading_staff.png) no-repeat;
}

h2.subhead_people {
	height: 2.1em;
	padding: 0 0 0 3px;
	color: #003b7a;
	background: url(graphics/bg_subhead_people.png) repeat-y;
	font-weight: normal;
	line-height: 2.1em;
}

.pcbor_people {
	width: 650px;
	margin: 0.5em 0 1.6em;
	border: 0;
}

.pcbor_people td {
	width: 120px;
	padding: 0px 10px 10px 0;
	text-align: center;
	vertical-align: top;
}

.pcbor_people td img {
	margin: 0 0 6px;
	border: 1px solid #c4d1df;
}

.pcbor_people td .pp_name {
	color: #003b7a;
	font: bold 1em/1.4em Arial, Helvetica, sans-serif;
}

.pcbor_people td .pp_title {
	color: #003b7a;
	font: italic 1em/1.4em Arial, Helvetica, sans-serif;
}

.pcbor_people td .pp_url {
	font: normal 0.92em/1.5em Arial, Helvetica, sans-serif;
}

.pcbor_people td .pp_email {
	font: normal 0.92em/1.5em Arial, Helvetica, sans-serif;
}

.pcbor_people td .pp_phone {
	color: #7a4449;
	font: bold 0.92em/1.5em Arial, Helvetica, sans-serif;
}


/* =MYACCOUNT */

div.termsAndConditions textarea {
	width: 500px; 
	height: 500px; 
	padding: 6px;}

div.MYACCOUNT_HEADING {
	font-size: 150%; 
	font-weight: bold; 
	margin-bottom: 18px;
}

div.MYACCOUNT_DETAIL table tr td.c {
	padding-left: 10px;
}

div.MYACCOUNT_DETAIL table tr td.c1 {
	padding-left: 10px; 
	background-image: url(graphics/mls_images/td_selected_c1.gif);
	background-position: center left; 
	background-repeat: no-repeat; 
	background-color: #ffa; 
	font-weight: bold;
}

.myaccountMain ul {
	list-style: none;
}

.myaccountMain ul li {
	line-height: 1.4em;
	list-style: none;
}

.myaccountTitle,
.myaccountHeading {
	margin: 0 0 0.6em;
	color: #577ea8;
	font: bold 1.4em/1.8em Helvetica, Arial, sans-serif;
}

table.myaccount_membership .myaccountTitle {
	height: 38px;
	padding: 10px;
	background: url(graphics/heading_membership.png) no-repeat;
	border-bottom: 1px solid #003d7c;
}

table.myaccount_membership .myaccountTitle span {
	position: absolute;
	left: -1999px;
}

.myaccountDetail td {
	padding: 3px 3px 3px 0;
}

.myaccountDetail b {
	display: block;
	padding: 10px 0 0 0;
}

.myaccountDetail tr.lt_blue td {
	background: #dde4ec;
}

.myaccountDetail td.c2 {
	color: #7a4449;
	text-align: center;
}


/* =PHOTO GALLERY */

.photoAlbumBody {}

.photoAlbumDescription {
	padding-bottom: 10px;
}

.photoAlbumTitle {}

.photoGalleryBG {
	background: #ffffff;
}

.photoGalleryBGTop {
	background: #000000;
}

.photoGalleryBody {
	background-color: #3366cc;
}

.photoGalleryCaption {
	padding-top: 5px;
	text-align: center;
}

.photoGalleryDescription {
	font-size: 8pt;
	text-align: center;
}

.photoGalleryNumbers {
	background-color: #333333;
	font-size: 8pt;
}

.photoGalleryTitle {
	font-size: 8pt;
}

.photoPagnationTD {
	text-align: center;
	font-size: 8pt;
}

.photoRemote {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 8pt;
	font-weight: bold;
}

.photoRemoteTD {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}


/* =MISC CLASSES */

.date {
	margin: 0;
	padding: 0 0 0 5px;
	color: #003d7c;
	text-transform: uppercase;
}

.date span {
	font-weight: bold;
}


.em {
	color: #7a4449;
	font-size: 1.1em;
}

.back {
	padding-right: 30px;
	background: url(graphics/btn_go_white.png) no-repeat right center;
}

.event_category {
	color: #003d7c;
	text-align: right;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */