/**
* Default stylesheet should be included above site specific stylesheet
* 
* Dark blue: 000066
* Lighter blue: 1A1A76
* Yellow White: FFFFCC
* Yellow: FFCF0F
* Gray: D7E0E9
*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body, table, tr, td, a {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}

/* :link, a:active, a:visited, a:hover */
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFCF0F;
}


.left-right-container {
	position: relative;
	min-height:15px;
	height:auto !important;
	height:15px;	
}
.left-box {
	position: absolute;
	left: 5;
	width: 50%;
}
.right-box {
	position: absolute;
	right: 5;
	width: 50%;
	text-align: right; /* depends on element width */
}

.button {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000066;
	font-weight: bold;
	background-color: white;
	border-top: 2px solid #1A1A76;
	border-left: 2px solid #1A1A76;
	border-bottom: 2px solid #D7E0E9;
	border-right: 2px solid #D7E0E9;
}

.title {
	color: #FFFFCC;
	font-weight: bold;
}

.subtitle {
	font-style: italic;
}

.breadcrumbs {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: black;	
}

.articleBody {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer, .small_text { font-size: 11px }
a.footer {
	font-weight: bold;
	color: #FFFFFF;
}

/* Mostly Login??? */
.highlight_text {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.header_red {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.header_black {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.header_blue {
	font-size: 13px;
	font-weight: bold;
	color: #000066;
}
.header_blue_1 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
a.header_blue:hover {
	text-decoration: none;
	color: #CC0000;
}
.header_white {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFCC;
}

.system_error {
	margin: 25px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border: 1px solid red;
}

.validationErrorMessage {
	color:#FF0000;
}
/* END Mostly Login??? */

/* CSS TABLES */
.new_row {
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

.pod {
	xborder: medium solid red;
}

.event {
	cursor: pointer;
}

/* PAGE LAYOUT */
#debug {
	position: absolute;
	z-index: 2000;
	top: 0px;
	left: 300px;
	padding: 5px;
	background-color: #FF0000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
#page_shield {
	visibility: hidden;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}#page_loading {
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 33%;
	margin-left: -115px;
	width: 220px;
	padding: 10px;
	border: 1px solid black;
	background-color: #FFFFFF;
}
#page {
	/*border: thin solid red;*/
	margin-left: auto;
	margin-right: auto;
	width: 946px;		
	border-right: 1px solid #000066;
	background-color: #1A1A76;
	color: #FFFFCC;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}
#page_main {
	/*border: thin solid yellow;*/
	border-right: 1px solid black;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #000066;
}
* html #page_main {
	height: 100%;
}
#page_header {
	/*border: medium solid green;*/
	background-color: #000066;
}
#page_header_message {
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 6px;
	text-align: center;
}
#page_content {
	xborder: thin solid green;
	margin: 10px;
	margin-bottom: 38px;
	padding-bottom: 10px;
}
#page_footer {
	xborder: medium solid green;
	border-top: 3px groove #FFFFCC;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	background-color: #000066;
	color: #CC0000;
	position: relative;
	line-height: 35px;
	margin-top: -38px;
}

/* MENU */
#menu_top {
	xborder: medium solid yellow;
	background-color: #000066;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}
#menu_main {
	xborder: medium solid green;
	background-color: #000066;
	padding: 5px;
}
.menu_main_tab {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.menu_main_group {
	position: absolute;
	z-index: 1000;
	xdisplay: none;
	width: 135px;
	background-color: #FFFFCC;
	border: 1px solid black;
}
.menu_main_item {
	color: #000066;
	font-weight: bold;
	border-top: 1px solid black;
	padding: 2px;
}
/*a.menu_main_item:hover {
	color: #1A1A76;
}*/

/* layout/article_container.cfm */
.round_box {
	background-color: #FFFFFF;
	color: #000066;
	width: 785px;
}
#article_container {
	xborder: thin solid green;
}
#article_container_breadcrumbs {
	xborder: thin solid yellow;
	margin-bottom: 5px;
}
.article_container_title {
	xborder: thin solid yellow;
	vertical-align: middle;
	color: #FFCF0F;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding: 2px;
	margin-bottom: 5px;
}
#article_container_header {
	xborder: thin solid yellow;
	background-color: #FFFFFF;
	color: black;
	min-height:100px;
	height:auto !important;
	height:100px;
}
#article_container_header td {
	color: black;
}
#article_container_content {
	xborder: thin solid red;
	margin-top: 10px;
}

/* PHOTOS */
.photogroup_nav,
.photogroup_nav_selected {
	color: #FFFFCC;
}
.photogroup_nav_selected {
	color: #FFCF0F;
}

/* pods/summary.cfm AND pods/articles.cfm */
.articles_container_article,
.summary_container_article {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #FFCF0F;
}
.articles_container_article {
	width: 785px;
}
.summary_container_article {
	float: left;
}
.articles_container_title,
.summary_container_title {
	text-transform: uppercase;
	margin: 5px;
	background-color: #1A1A76;
}
.summary_container_title {
	text-align: center;
}
.articles_container_body,
.summary_container_body {
	background-color: #1A1A76;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.summary_link {
	color: #000066;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}
.articles_article_thumbnail,
.summary_article_thumbnail {
	padding: 5px;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #CCCCFF;
	border-top: 1px solid #CCCCFF;
	background-color: #FFFFFF;
}
.summary_article_thumbnail {
	text-align: center;
}
.articles_article,
.summary_article_cols {
	padding: 5px;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
	color: black;
	background-color: #FFFFFF;
}
.summary_article_cols {
	width: 180px;
}
.summary_article_col_left,
.summary_article_col_right {
	float: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.summary_article_col_right {
	margin-left: 10px;
}

/* pod/articles.cfm */
#article_listing_layout {}
#article_listing_body {
	margin-bottom: 20px;
}
#article_listing_thumbnail {}

/* LOGIN PAGE */
#feedsweep_sub {
	width: 275px;
	background-color: #1A1A76;
}
#login_blurb_box {
	xborder: thin solid blue;
	width: 810px;
	margin-bottom: 10px;
	background-color: #1A1A76;
}
#login_blurb {
	xborder: thin solid blue;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	xcolor: black;
	xbackground-color: #FFFFFF; /*#1A1A76;*/
}
#login_content_pod {
	xborder: thin solid blue;
	float: left;
	margin-right: 10px;
}
#login_form_pod {
	xborder: thin solid green;
	float: left;
}
#login_content_menu_box {
	padding: 5px;
}
#login_content_box,
#login_feed_box {
	xborder: medium solid green;
	width: 525px;
	background-color: #D7E0E9;
	margin-bottom: 10px;
}

#login_content_header,
#login_feed_header {
}
#login_content_title_start,
#login_feed_title_start {
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}
#login_content_title,
#login_feed_title {
	float: left;
}
#login_content_date,
#login_feed_date {
	float: right;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#login_content,
#login_feed {
	border: thin inset black;
	padding: 5px;
	height: 275px;
	color: #000000;
	overflow-y: scroll;
}

#login_feed {
	height: 125px;
}
.login_feed_date,
.login_feed_title {
	color: #000000;
}
.login_feed_title {
	font-weight: bold;
}
