body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url('../graphics/page_back.png') center top no-repeat;
	font: 10pt arial, helvetica, tahoma, sans-serif;
	height: 100%; 
}

img { behavior: url("pngbehavior.htc"); }

table {
	font: 10pt arial, helvetica, tahoma, sans-serif;
}

table tr {
	vertical-align: top;
}

a {
	color: #002c9a;
	text-decoration: none;
}
a:hover {
	color: #002c9a;
	text-decoration: underline;
}

a.gold {
	color: #ffe7a7;
	font-weight: bold;
	text-decoration: none;
}

.inputSubmit {
	color: #000;
	background: #ffe7a7;
	border: 1px solid #000;
	font: bold 10pt arial, helvetica, tahoma;
}
.inputBox {
	color : #000;
	background : #FFF;
	border: 1px solid #000;
	font: 10pt arial, helvetica, tahoma;
	padding: 2px;
}
.inputBoxReq {
	background: #ffffce;
}

.tr_hide {
	display: none;
}
.tr_show {
	display: table-row-group;
}

/* ### CONTAINER TABLE ### */

#content-table {
	margin: auto;
	font-size: 10pt;
	background: #007cc2;
}

#content-sidebar {
	background: #007cc2;
	width: 235px;
}

#content-box {
	padding: 5px 15px 15px 15px;
	text-align: left;
}

#content-middle {
	background: #ffffff;
	padding: 5px 0px 5px 20px;
	text-align: left;
}

#content-right {
	width: 20px;
	background: #007db0;
}


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

.page_title_box {
	margin: 0px 0px 25px 0px;
	height: 125px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
}
.page_title {
	margin: 20px 0px 0px 125px;
	height: 105px;
	border-left: 1px solid #000;
}
.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 td, .content_size_1 li { font-size: 8pt; }
.content_size_2 div, .content_size_2 p, .content_size_2 span, .content_size_2 td, .content_size_2 li { font-size: 10pt; }
.content_size_3 div, .content_size_3 p, .content_size_3 span, .content_size_3 td, .content_size_3 li { font-size: 12pt; }
.content_size_4 div, .content_size_4 p, .content_size_4 span, .content_size_4 td, .content_size_4 li { font-size: 14pt; }
.content_size_5 div, .content_size_5 p, .content_size_5 span, .content_size_5 td, .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: 10pt;
	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;
}

/*  
    root element for the scrollable.  
    when scrolling occurs this element stays still.  
*/ 
div.scrollable { 
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;          
    width: 380px;     
    height: 190px;
	text-align: left;
} 
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em;     
    position:absolute;
	top: 3px;
	left: 3px;
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left;
	width: 365px;
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	cursor:pointer;
	float: left;
}

a.prev, a.prevPage {
	float: left;
	margin-left: 4px;
}

a.next, a.nextPage {
	float:right;
	margin-right: 4px;	
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}


