/* Partners Site Style Sheet*/
div#submenu ul#leftnavlist { display: inline; }
div#submenu ul#leftnavlist ul { margin-left: .4em; margin-bottom: 0em; }
div#submenu ul#leftnavlist li.leftsublink { display: block; }
div#submenu ul#leftnavlist li.leftsublink ul { display: none; }
div#submenu ul#leftnavlist li#subnavhightlight { font-weight: bold; }
div#submenu ul#leftnavlist li#subnavhightlight ul {display: block; font-weight: normal; }
#leftnavlist #subnavhightlight2 a {
	color: #0067c6;
	text-decoration: none;
	font-weight: bold;
}



/* the following are for the main display tables. */
/* Download Table CSS... */
.downloadTable table {
    border-collapse: collapse;
    width: 50%;
    margin: 24px;
    font-size: 1.1em;
}

.downloadTable th {
    height: 29px;
    color: #0B2C63;
    font-weight: bold;
    background: url(../img/bkgTitleBarBox.gif) repeat-x;
    text-align: left;
    border: solid 1px #e7e6e6;
	font-size: 80%;
}
.downloadTable th span 
{
    line-height: 25px;
    padding: 5px 5px 0px 11px;
}

.downloadTable td {
    padding: 10px 11px;
    border-bottom: 1px solid #cccccc;
    vertical-align: top;
	font-size: 80%;
}

.downloadTable td img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.downloadTable td span {
    display:block;
}

.downloadTable td img.documentThumb {
    border: solid 1px #e7e6e6;
}

.downloadTable td div.columnLeft {
    width: 49%; 
    float: left;
}
.downloadTable td div.columnRight {
    width: 49%; 
    float: right;
}

.downloadTable tr.alt td {
    background: #ecf6fc;
}
/*
#downloadTable tr.over td, tr:hover td {
    background: #bcd4ec;
}
*/
#downloadTable a {
    color: #00f;
    text-decoration: underline;
    padding: 0px 0px;
}
#downloadTable a:hover {
    color: #c00;
    background-color:  #bcd4ec;
    text-decoration: underline;
    padding: 0px 0px;
}
#downloadTable a:visited {
    color: #909;
    text-decoration: underline;
    padding: 0px 0px;
}


/* keep the offsite includes the same size as their 2010census counterparts */
#excel, #msw, #offsite, #pdf, #ppt { font-size: 80% }
small { font-size: 11px; font-style: italic; }



/* the following are for the partners list */
.selectedPartnerFilter {
    color: #fff;
    font-weight: bold;
    background:  #0B2D63;
    padding: 0 0.3em;
}

.partnerFilter a {
    font-weight: bold;
    padding: 0 0.3em;
}

.partnerFilter li {
    display: inline;
    padding: 0;
    margin: 0;
}

.emptyPartnerFilter {
    color: #000;
    font-weight: bold;
    padding: 0 0.3em;
}

.errorMessage { color: Red; }


/* change to title bar of news feed */
h2.titleBar { padding-left: 5px }
h2.titleBar span a { color: #0067c6; font-size: smaller; }


/* font change for pages with in-page navigation */
#pageMainBox div div a { font-size: 80%; font-weight: bold; }
caption strong a { text-decoration: none; color: #000; }
caption strong a:hover { text-decoration: none; color: #000; }
caption strong a:link { text-decoration: none; color: #000; }
caption strong a:visited { text-decoration: none; color: #000; }
caption strong a:active { text-decoration: none; color: #000; }
div.ten h3 a { text-decoration: none; color: #000; }
div.ten h3 a:hover { text-decoration: none; color: #000; }
div.ten h3 a:link { text-decoration: none; color: #000; }
div.ten h3 a:visited { text-decoration: none; color: #000; }
div.ten h3 a:active { text-decoration: none; color: #000; }

/* div for the language list */
div.languages {
	overflow: auto;
	height: 200px;
	width: 100%;
}

/* allow oversized images on promotional page */
div#bannercode div.row { width: 640px; overflow: scroll; clear: both; margin-bottom: 25px; }

/* img for gov delivery code */
a#govdel { background: url(/partners/img/std_red_env.jpg) no-repeat left; padding-left: 25px }

/* the share this widget needs code to give more space from the h2 above it */
#toolbar { margin-top: 10px }

/* the "include this" box */
.includethis { width: 180px; overflow-x: scroll; overflow-y: hidden; margin-left: 5px; border-top: 2px solid #000; border-left: 2px solid #000; border-right: 2px solid #ccc; }
