/*--------------------------------------------------------*\
	Script:  /includes/css/style.css
	Purpose: Provide sitewide stylesheeting

	Notes:
		- Make text inputs 4px smaller than desired height
		- Make select inputs 2px smaller than desired height
\*--------------------------------------------------------*/

body
{
	margin: 0px;
	background: #9f3232;
}
body.popup
{
	background: #ffffff;
}

br
{
	margin: 0px;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited
{
	color: #d51020;
	text-decoration: none;
}
a:active, a:hover
{
	color: #565656;
	text-decoration: underline;
}

a.non_bold
{
	font-weight: normal;
}

td
{
	padding: 0px;
	margin: 0px;
	border: 0px;

	color: #000000;
	background: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

td.background_left
{
	background: url("/images/layout/background/left.gif") repeat-y top right;
	width: 5px;
}
td.background_main
{
	background: #ffffff;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}
td.background_right
{
	background: url("/images/layout/background/right.gif") repeat-y top left;
	width: 5px;
}

td.header
{
	border-bottom: 1px solid #000000;
}

td.extras_bar
{
	padding-top: 2px;
	padding-bottom: 2px;

	border-bottom: 1px solid #000000;
}

td.current_issue, td.viewing_issue, span.select_issue, span.search
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

td.current_issue
{
	border-right: 1px solid #000000;
}
td.viewing_issue, td.select_issue
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
td.search
{
	border-left: 1px solid #000000;
}

td.bar_left, td.content_box_header, td.bar_right
{
	font-family: arial, sans-serif;
	font-weight: bold;

	height: 20px;
}
td.bar_left
{
	background: url("/images/layout/bars/left.gif") no-repeat top left;

	font-size: 14px;
	text-align: left;
	padding-left: 3px;
}
td.content_box_header
{
	background: url("/images/layout/bars/content.gif") no-repeat top center;

	font-size: 15px;
	text-align: center;
}
td.bar_right
{
	background: url("/images/layout/bars/right.gif") no-repeat top right;


	font-size: 14px;
	text-align: right;
	padding-right: 3px;
}

td.container
{
	padding-top: 5px;
	padding-bottom: 5px;
}

td.menu_sections, td.left_side, td.left_side_under, td.right_side, td.right_side_under
{
	padding-top: 2px;

	font-family: verdana, sans-serif;
	font-size: 12px;
}
td.menu_sections
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 3px;
}
td.left_side_under, td.right_side_under
{
	padding-bottom: 5px;
}
td.left_side, td.left_side_under
{
	padding-left: 3px;
}
td.right_side, td.right_side_under
{
	padding-right: 3px;
}

td.columns_left
{
	padding-right: 2px;
}
td.columns_middle
{
	padding-left: 2px;
	padding-right: 2px;
}
td.columns_right
{
	padding-left: 2px;
}

td.content_box_content
{
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;

	font-family: verdana, sans-serif;
	font-size: 12px;
}

td.footer
{
	padding-top: 2px;
	font-size: 11px;
	border-top: 1px solid #000000;
}

td.tabled_top
{
	padding-bottom: 1px;
}
td.tabled_middle
{
	padding-top: 1px;
	padding-bottom: 1px;
}
td.tabled_bottom
{
	padding-top: 1px;
}

td.classified
{
	padding-left: 5px;
	padding-bottom: 5px;
}

td.popup
{
	padding: 3px;
}

td.advertisement_120x240
{
	padding-top: 10px;
}
td.advertisement_120x600
{
	padding-top: 10px;
}
td.advertisement_728x90
{
	padding-top: 10px;
}

td.advertisement_text_cell, td.advertisement_text_cell_bottom
{
	font-size: 10px;
}
td.advertisement_text_cell_bottom
{
	padding-top: 3px;
}

table.slideshow, td.slideshow_on, td.slideshow_off
{
	border-collapse: collapse;
	border: 1px solid #000000;
}
table.slideshow
{
	margin-top: 1px;
	margin-bottom: 1px;
}
td.slideshow_on, td.slideshow_off
{
	padding: 5px;
}
td.slideshow_off
{
	background: #d6d6d6;
}

table.calendar, td.calendar, td.calendar_head
{
	border-collapse: collapse;
	border: 1px solid #000000;
}
table.calendar
{
	margin-top: 1px;
	margin-bottom: 1px;
}
td.calendar, td.calendar_head
{
	padding: 2px;
}
td.calendar_head
{
	font-weight: bold;
}
span.calendar_number
{
	font-style: italic;
}

td.left
{
	padding-right: 5px;
}
td.right
{
	padding-left: 5px;
}
td.content
{
	padding-left: 5px;
	padding-right: 5px;

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.content_box
{
	margin-bottom: 5px;
}

table.footer
{
	margin-top: 5px;
}

td.double_left
{
	padding-right: 5px;
	border-right: 1px solid #000000;
}
td.double_right
{
	padding-left: 5px;
}
td.double_right_list
{
	padding-left: 5px;

	font-size: 10px;
}

div.error_left
{
	text-align: left;
	color: #dd2233;
	font-style: italic;
}

div.success_left
{
	text-align: left;
	color: #3322dd;
	font-style: italic;
}
div.success_center
{
	text-align: center;
	color: #3322dd;
	font-style: italic;
}

div.extras
{
	text-align: center;
	font-style: italic;
	font-size: 11px;
}

div.page_navigation
{
	margin-top: 15px;
	padding-top: 16px;
	background: url("/images/layout/border/horizontal.gif") repeat-x top center;

	text-align: center;
	font-style: italic;
	font-size: 11px;
}

div.separated
{
	padding-bottom: 16px;
	background: url("/images/layout/border/horizontal.gif") repeat-x bottom center;
}

div.author
{
	font-size: 11px;
	font-weight: bold;

	text-align: right;
}

div.section
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

div.poll_question
{
	font-style: italic;
	text-align: center;
}
div.poll_vote
{
	text-align: center;
}

div.data
{
	padding-top: 2px;
	margin-top: 1px;
	background: url("/images/layout/border/horizontal.gif") repeat-x top center;
}

div.subnote
{
	font-style: italic;
	font-size: 11px;
}

div.popup_title
{
	font-size: 14px;
	font-weight: bold;
}

div.advertisement_468x60
{
	padding-bottom: 10px;
}

div.advertisement_text_wrapper
{
	margin-top: 5px;
}
div.advertisement_text
{
	width: 450px;

	border-top: 1px solid #000000;
	margin-bottom: 5px;
	padding-top: 2px;
}

div.photo_section_container
{
	width: auto;
	float: right;
}

div.photo
{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;

	padding-left: 5px;
	padding-bottom: 5px;

	margin-left: 5px;
	margin-bottom: 5px;

	width: auto;

	text-align: right;
}

div.inarticle_section
{
	font-size: 10px;

	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;

	padding-left: 5px;
	padding-bottom: 5px;

	margin-left: 5px;
	margin-bottom: 5px;

	width: auto;

	text-align: left;
}

div.inarticle_section_title
{
	font-weight: bold;
	text-align: center;
}

div.inarticle_section ul, td.double_right_list ul
{
	margin: 0px;
	padding-left: 15px;
}

div.article_clear
{
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

span.normal
{
	font-weight: normal;
}

span.required
{
	font-weight: bold;
}

span.issue
{
	font-size: 13px;
	font-weight: bold;
}

span.calendar
{
	font-weight: bold;
}

span.calendar_item_title
{
	font-weight: bold;
}

span.calendar_item_date
{
	font-size: 11px;
	font-style: italic;
}

span.article_title
{
	font-size: 14px;
	font-weight: bold;
}

span.article_title a:link, span.article_title a:visited
{
	color: #565656;
	text-decoration: underline;
}
span.article_title a:active, span.article_title a:hover
{
	color: #d51020;
	text-decoration: none;
}

span.article_subtitle
{
	font-style: italic;
	text-decoration: underline;
}

span.photo_title
{
	font-style: italic;

	font-size: 11px;
}
span.photo_links
{
	font-size: 11px;
}

span.author_byline
{
	font-size: 11px;
}
span.author
{
	font-size: 11px;
	font-weight: bold;
}

span.staff
{
	font-weight: bold;
}

span.classified_headline
{
	font-weight: bold;
}
span.classified_enlarge
{
	font-size: 11px;
}

span.poll_answer
{
	font-weight: bold;
}

span.data_label
{
	font-weight: bold;
}

span.extras
{
	font-style: italic;
	font-size: 11px;
}

span.advertisement
{
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;

	letter-spacing: 3px;
	line-height: 8px;
}

span.slideshow
{
	font-weight: bold;
	font-family: arial, sans-serif;
}

img.validation
{
	margin-right: 3px;
}

img.comments
{
	vertical-align: bottom;
}

form
{
	margin: 0px;
	padding: 0px;
}

input.text, input.text_search, input.text_validation
{
	font-size: 11px;
	font-family: verdana, sans-serif;
	height: 15px;

	border: 1px solid #323232;
	background: #d9d9d9;
	color: #323232;
}

input.button
{
	font-size: 10px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	height: 19px;

	border: 1px solid #323232;
	background: #d9d9d9;
	color: #323232;

	padding-left: 2px;
	padding-right: 2px;
}

input.file
{
	font-size: 11px;
	font-family: verdana, sans-serif;
	width: 175px;
	height: 19px;

	border: 1px solid #323232;
	background: #d9d9d9;
	color: #323232;
}

input.box
{
	margin: 0px;
}

select, select.select_issue, select.multiple, select.article_tools
{
	font-size: 11px;
	font-family: verdana, sans-serif;

	border: 1px solid;
	background: #d9d9d9;
	color: #323232;
}
select, select.select_issue, select.article_tools
{
	height: 17px;
}
select, select.multiple
{
	width: 175px;
}
select.select_issue
{
	width: 100px;
}
select.multiple
{
	height: auto;
}
select.article_tools
{
	width: 100px;

	font-style: normal;
}

textarea
{
	font-size: 11px;
	font-family: verdana, sans-serif;

	border: 1px solid #323232;
	background: #d9d9d9;
	color: #323232;
}

#marqueecontainer
{
	position: relative;
	height: 125px;
	overflow: hidden;
	text-align: left;
}
#marqueecontainer a.section:link, #marqueecontainer a.section:visited
{
	color: #d51020;
	text-decoration: none;
	font-weight: normal;
}
#marqueecontainer a.section:active, #marqueecontainer a.section:hover
{
	color: #565656;
	text-decoration: underline;
	font-weight: normal;
}
#marqueecontainer a:link, #marqueecontainer a:visited
{
	color: #565656;
	text-decoration: underline;
	font-weight: bold;
}
#marqueecontainer a:active, #marqueecontainer a:hover
{
	color: #d51020;
	text-decoration: none;
	font-weight: bold;
}
#vmarquee
{
	position: absolute;
}
