/* ### INNER TABLE AREA ### */

.page_title a {
	color: #000;
	text-decoration: none;
}

.page_title_trail {
	font-weight: bold;
	font-size: 10pt;
	color: #808080;
}

#proposal-table p {
	font-weight: bold;
}

#proposal-table table {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cecece;
}

#proposal-table table td {
	padding: 3px;
}

.table_dashed {
	font-size: 100%;
}
.table_dashed tr {
	vertical-align: middle;
}
.atk-vtop {
	vertical-align: top;
}
.table_dashed td {
	border-bottom: 1px dashed #cecece;
	padding: 3px;
}
.table_dashed tr.no-dashes td {
	border-bottom: 0;
}
.table_dashed table td {
	border-bottom: 0;
}

/* ### /table dashed */

.table_td_label {
	width: 120px;
}
.table_td_help {
	width: 16px;
}

.form_table { font-size: 10pt; margin-bottom: 10px; }
.form_header { padding: 15px 0px 10px 0px; font-weight: bold; font-size: 14pt; color: #808080; }
.form_header_top { padding-top: 0px; }
.form_cell_first { width: 150px; padding: 3px; border-bottom: 1px dashed #cecece; }
.form_cell_third { padding: 3px; border-bottom: 1px dashed #cecece; }
.content_listing { float: left; clear: both; width: 100%; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #cecece; background: #ffffff; }
.content_listing_photo { float: right; margin: 0px 0px 5px 15px; padding: 2px; border: 1px solid #808080; }
.content_listing2 { margin-bottom: 2px; padding-bottom: 2px; border-bottom: 1px dashed #cecece; }

.content_size_1 div, .content_size_1 p, .content_size_1 span, .content_size_1 li { font-size: 8pt; }
.content_size_2 div, .content_size_2 p, .content_size_2 span, .content_size_2 li { font-size: 10pt; }
.content_size_3 div, .content_size_3 p, .content_size_3 span, .content_size_3 li { font-size: 12pt; }
.content_size_4 div, .content_size_4 p, .content_size_4 span, .content_size_4 li { font-size: 14pt; }
.content_size_5 div, .content_size_5 p, .content_size_5 span, .content_size_5 li { font-size: 16pt; }

#content-middle p.content_head { margin: 0px 0px 15px 0px; font-weight: bold; font-size: 18pt; color: #ff9a31; }
#content-middle span.content_head_small { font-weight: bold; font-size: 14pt; color: #007dc6; }
#content-middle p.content_head_grey { font-weight: bold; font-size: 14pt; color: #808080; }
#content-middle p.content_biline { margin-top: 0px; font-weight: bold; font-size: 12pt; }

#resize-container {
	width: 966px;
	text-align: left;
	margin: auto;
	background: #007dc6;
	font-size: 10pt;
	color: #ffffff;
}

.DisplayDay {
	background: #ffffff;
	text-align: center;
	color:#000000;
	font-size: 10pt;
	border: 1px solid #000;
	border-bottom: #FFF;
	border-right: none;
	padding: 2px 0;
}
.Normal {
	background: #c8d8ef;
	text-align: center;
	color: #000;
	font-size: 10pt;
	border: 1px solid #000;
	border-right: none;
	padding: 2px 0;
}
/*
.Normal a:link { color:#000; }
.Normal a:visited { color:#000; }
.Normal a:active { color:#000; }
.Normal a:hover { color:#000; }
*/

.TabOn {
	background: #ffffff url('../graphics/tab_back.png') left top no-repeat;
	color:#000000;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #fff;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.TabOff {
	background: #ffffff url('../graphics/tab_back.png') left top no-repeat;
	color:#000000;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #c0c0c0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.portfoliotd { padding: 5px; text-align: center; }
.portfoliobox { border: 1px solid #808080; background: #eeeeee; padding: 4px 0px; }
.thumbbox { border: 1px solid #000000; }

/* ### FOOTER ### */

#footer1 {
	width: 966px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff url('../graphics/footer.jpg') left top no-repeat;
}
#footer1 div {
	width: 520px;
	text-align: center;
	margin: auto;
	padding-top: 26px;
	font-size: 12pt;
	color: #007cc2;
}
#footer1 a {
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	color: #007cc2;
}

#footer2 {
	font-size: 8pt;
	text-align: center;
	color: #007cc2;
}
#footer2 a {
	text-decoration: none;
	color: #007cc2;
}

.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: none;
	padding: 5px;
	left: -1000px;
	border: none;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -60px;
	left: 90px; /*position where enlarged image should offset horizontally */
}

.button_bold {
	border: 1px solid #000;
	color: #000;
	background: #FFE383;
	font: 100% arial, helvetica, sans-serif;
}
.button_plain {
	border: 1px solid #000;
	background: #808080;
	color: #fff;
	font: 100% arial, helvetica, sans-serif;
}
.button_warn {
	border: 1px solid #000;
	background: #CA0000;
	color:#fff;
	font: 100% arial, helvetica, sans-serif;
}

a.link_month:link {
	text-decoration: none;
}
a.link_month:visited {
	text-decoration: none;
}
a.link_month:hover {
	text-decoration: underline;
}

a.link_cat:link {
	text-decoration: none;
}
a.link_cat:visited {
	text-decoration: none;
}
a.link_cat:hover {
	text-decoration: underline;
}
