﻿body
{
	background-color: #869FB5;
	font-family: Arial;
	font-weight:bold;
	color: #FFF;
}

#contentframe {
			background-image: url(../Images/content_background_contrast.png);
			background-position:left top;
			width:810px;
		
			
		}
		
		#contentframe.wide
{
	background-image: url(../Images/content_background_contrast_wide.png);
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

/*
div.ContentBlockBodyText table
{
	border: solid 1px black;
	border-collapse: collapse;
}

div.ContentBlockBodyText table td, div.ContentBlockBodyText table th
{
	border: solid 1px black;
}
*/

img
{
	display:block;
}

a img
{
	border:none;
}

.floatRight
{
	float:right;
}

div.cutCorner
{
	position:absolute;
	top:0;
	right:0;
	height:13px;
	width:13px;
}

/* Header Items */
#contentheader
{
	width:100%;
	color:white;
	margin-bottom:10px;
	height:130px;
	position:relative;
}

#headerlinks
{
	float:right;
	padding:5px;
	font-size:0.7em;
	text-align: right;
}

#headerlinks a
{
	color:white;
	text-decoration:none;
	
}

#topmenu
{
	clear:both;
	background-color:#fff;
	height:40px;
	position:absolute;
	bottom:0px;
	width:100%;
}

#topmenu a.menuItem
{
	width:80px;
	height:22px;
	display:block;
	float:left;
	margin-right:2px;
	background-repeat:no-repeat;
	text-align:center;
	color:#f2f2f2;
	padding-top:5px;
	margin-top:7px;
	font-size:11px;
	text-decoration:none;
	
}

#topmenu a.menuItem:hover
{
	color:#797979;
	background-image:none;	
}

#topmenu a.selectedMenuItem
{
	width:80px;
	height:22px;
	display:block;
	float:left;
	margin-right:2px;
	text-align:center;
	color:#797979;
	background-image:none;
	padding-top:5px;
	margin-top:7px;
	font-size:12px;
	text-decoration:none;
}

#searchbox
{
	width:166px;
	float:right;
	padding:4px;
	height:29px;
	position:relative;
}
#searchbox input
{
	float:right;
	height:16px;
	background-color:#F2F2F2;
	border:1px solid #999;
	width:143px;
	font-size:14px;
	margin-bottom:0px;
}

#searchbox a
{
	margin-top:4px;
	position:absolute;
	top:20px;
	font-size:0.6em;
	color:#797979;
}

a.searchbutton
{
	color:#797979;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:right 7px;
	padding-right:18px;
	padding-top:7px;
	font-size:12px;
	float:right;
	margin-right:8px;
	margin-left:5px;
}

#contentcentrecontent a.searchbutton
{
	color:#797979;
	background-position:right 12px;
}




#contentleftheader, #contentrightheader, #contentcentreheader
{
	
	height:20px;
	padding:5px;
	font-size:small;
	font-weight: normal;
	padding-left: 13px;
}

#contentleftcontent, #contentrightcontent, #contencentrecontent
{
	background-color:#fdf7d5;
	color:Black;
}

/* left content */
#contentleftcontent
{
	color:#555555;
	padding:15px 10px 15px 10px;
	font-size: small;
}

#contentleftcontent ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#contentleftcontent ul li
{
	margin-bottom: 2px;	
}

#contentleftcontent ul a
{
	color:#555555;
	text-decoration:none;
	display:block;
}

#contentleftcontent ul a:hover, #contentleftcontent ul a.selected
{
	color:black;
}

#contentleftcontent ul li ul
{
	margin-left:15px;
}

#contentleftcontent ul li ul li a
{
	margin-left:5px;
}

#issuenumberinput
{
	width:120px;
	
	
}

#issuenumberinput input
{
	width:30px;	
	height:16px;
	background-color:#F2F2F2;
	border:1px solid #999;
	font-size: 14px;
	font-family: Arial;
	
}

.arrowedButton, .arrowedGoButton, .arrowedSearchButton
{
	background-repeat:no-repeat;
	border:none !important;
	height:14px !important;
	width:14px !important;
	vertical-align:middle;
	margin-left:5px;
	background-color:Transparent;
	cursor: pointer;
}

.arrowedGoButton, .arrowedSearchButton
{
	background-position: right;	
	padding: 0;
	text-align: left;
	width: 40px !important;
	margin-left: 0px;
	color: Black;	
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
}

.arrowedSearchButton
{
	width: 65px !important;
}

.nonArrowedButton
{
	display:none;
}


#contentcentrecontent input.arrowedButton
{
	float:none;
}

#issuenumberinput a
{
	padding-top:5px;
	float:right;
}

#viewselections
{
	background-color:#fdf7d5;
	margin-top:5px;
	padding:10px 10px 10px 10px;
}



#viewselections table
{
	width:100%;
}

#viewselections table tr td
{
	border:1px solid #797979;
	text-align:center;
	width:50%;
}

#defaultviewlink
{
	background-color:#FFFFFF;
}

#defaultviewlink a
{
	color:#797979;
	text-decoration:none;
	cursor:pointer;
	font-size:13px;
}

#systemviewlink
{
	background-color:#FFFFFF;
}

#systemviewlink a
{
	font-family:Arial;
	color:#797979;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	font-size:13px;
}

#contrastviewlink
{
	background-color:#FFFFCD;
}

#contrastviewlink a
{
	color:#797979;
	text-decoration:none;
	cursor:pointer;
	font-size:13px;
}

#hivisviewlink
{
	background-color:black;
}

#hivisviewlink a
{
	color:Yellow;
	text-decoration:none;
	cursor:pointer;
	font-size:13px;
}


/* central content */
#contentcenter {
		background:#fdf7d5;
		
		}


#contentcentreheader
{
	padding-left: 15px;
	padding-top:8px;
	padding-bottom:2px;
	font-weight: normal;
	font-size:0.7em !important;
}

#contentcentreheader a
{
	color:White;
	text-decoration:none;
}

#contentcentreheader a:hover
{
	text-decoration:underline;
}

#contentcentrecontent
{
	padding:15px;
	background-color:#fdf7d5;
	color:Black;
	font-size:0.8em;
	position:relative;
	
	
}

#contentcentrecontent img, #contentcentrecontent a img
{
	padding-top:5px;
	padding-bottom:5px;
}

#contentcentrecontent #printOption
{
	float:right;
	margin-left:15px;
	position:relative;
}

#contentcentrecontent #printOption a
{
	background-image: url(../Images/print_icon.png);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left 2px;
	font-size:smaller;
	font-weight:normal;
	text-decoration:underline;
}

a.downloadOption
{
	background-image: url(../Images/add_folder_16.png);
	background-repeat:no-repeat;
	padding-left:19px;
	background-position:left top;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

#contentcentrecontent h1, #contentrightcontent h1, #contentcentrecontent h1 a, #contentrightcontent h1 a
{
	color:Black;
	font-size:1.8em;
	margin:0 0 15px 0;
	padding:0;
	font-weight:normal;
	
}

#contentcentrecontent h2, #contentrightcontent h2, #contentcentrecontent h2 a, #contentrightcontent h2 a
{
	text-decoration: none;
	color: Black;
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

#contentcentrecontent h3, #contentrightcontent h3, #contentrightcontent a.title, #contentcentrecontent a.title
{
	text-decoration:none;
	color:Black;
	font-size:1.1em;
	margin:0;
	margin-bottom:5px;
	padding:0;
	font-weight:bold;
}

.highlightedText
{
	color:Black !important;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
	padding:0;
	display:inline;
}

div.metadata
{
	font-size: 0.8em;
	line-height:normal !important;
}
div.metadata .highlightedText
{
	color:Black !important;
	font-weight:normal;
	margin:0;
	margin-bottom:0px;
	padding:0;
	display:inline;
}

div.metadata strong
{
	font-weight:normal;
}

#contentcentrecontent .keypointsbox
{
	
	margin-bottom:15px;
	position:relative;
	padding:30px 10px 15px 10px;
	background-color:White !important;
}

#contentcentrecontent .keypointsbox ul li
{
	list-style-type: square;
}

#contentcentrecontent .keypointsbox ul li span
{
	color:Black;
}

#contentcentrecontent .keypointsbox .keypointsboxtitle
{
	padding:0px 10px 0px 10px;
	margin:0px;
	position:absolute;
	text-transform: uppercase;
	font-weight: bold;
	top:0px;
	left:0px;
}

#contentcentrecontent .keypointsbox .keypointsboxtitle a:hover
{
	text-decoration:none;
}

#contentcentrecontent .boxout
{
	background-color:White !important;
	margin-bottom:15px;

}

#contentcentrecontent .boxout .BoxOutContent
{
	padding:10px;
}

#contentcentrecontent .boxout .boxoutTitle
{
	padding: 0px 10px 0px 10px;
}

#contentcentrecontent .boxoutTitle
{
	font-weight: bold;
}

#contentcentrecontent .boxout p, #contentcentrecontent .boxout p a, #contentcentrecontent .boxout ul li a, #contentcentrecontent .boxout ul li span
{
	color:Black;
}

#iframecontactform
{
	width:460px;
	height:510px;
	border:none;
	
}

#formbody
{
	background-color:#fdf7d5 !important;
	color:black !important;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	text-align:center;
	
}


table.formTable tr td input.smallTextBox 
{
	height:16px;
	width:110px;
	background-color:#F2F2F2;
	border:1px solid #999;
	margin-left:10px;
}

table.formTable tr td
{
	padding-top:5px;
	text-align:left;
	padding-right:10px;
}

table.formTable tr td a.formSubmitButton
{
	float:right;
	margin-right:10px;
}

table.formTable tr td textarea
{
	width:240px;
	background-color:#F2F2F2;
	border:1px solid #999;
}

table.formTable
{
	margin-left:auto;
	margin-right:auto;
	
	
}

table.formTable tr td input.regularTextBox
{
	
	height:16px;
	width:240px;
	background-color:#F2F2F2;
	border:1px solid #999;
}

#contentcentrecontent ul
{
	margin:0px;
	padding-left:25px;
}

#contentcentrecontent ul li
{
	list-style-type:circle;
	margin:0px;
	padding:0px;
	
}

#contentcentrecontent a, #contentrightcontent a
{
	color:black;
	text-decoration:none;
}

#contentcentrecontent a:hover, #contentrightcontent a:hover
{
	color:Black;
	text-decoration:underline;
}



/* right content */
#contentrightheader
{
	
	
}

#contentrightcontent
{
	padding:15px 10px 15px 10px;
	font-size:0.8em;
	
}

/* footer content */

#contentfooter
{
	background-color: #869FB5;
	text-align:left;
	padding-top:10px;
	font-size:12px;
}

#printcontentfooter
{
	padding-top:10px;
	display:none;
	font-size:12px;
	color:Black;
}

#contentfooter a
{
	color:white;
	text-decoration:none;
}

#contentfooter a:hover
{
	text-decoration:underline;
}

a.nav
{
	font-size: small;
	font-weight: normal;
	text-decoration: underline !important;
}
span.hl, span.searchword
{
	font-weight: bolder;
	color: Black;	
	background-color: #FF4444;
}

/* search */

.searchblockheader
{
	padding: 3px;
	margin: 10px 0px 0px 0px;
	font-size: small;
	font-weight: bold;
	padding-left: 13px;
}

.search_topiclevel0
{
}

.search_topiclevel1
{
	padding-left: 20px;
}

tr.searchResultRow td
{
	padding: 5px;
}

.searchinput
{
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	font-size: 14px;
	margin-bottom: 0px;
	border-left: #999 1px solid;
	width: 145px;
	border-bottom: #999 1px solid;
	height: 16px;
	background-color: #f2f2f2;
}

.searchResultsPager table
{
	width:auto !important;
}

.searchResultsPager td
{
	padding:5px;
}

a.searchExpandCollapse
{
	font-size: 0.7em;
}

/* ajax calendar */

.ajax__calendar table
{
	width: auto !important;
}
span.hl
{
	font-weight: bolder;
	color: Black;
	background-color: Lime;
}

a.pagenumber
{
	position: relative;
	float: left;
	width: 14px;
	text-align: center;
	text-decoration:none !important;
	margin-right:2px;
	margin-bottom: 2px;
	padding:2px;
	color: Black;
	border:1px solid Black;
}

a.selectedpagenumber
{
	position: relative;
	float: left;
	width: 14px;
	text-align: center;
	text-decoration:underline !important;
	margin-right:2px;
	margin-bottom: 2px;
	padding:2px;
	color: Black;
	border:1px solid Black;
}

a.pagenumber:hover
{
	text-decoration:underline !important;
	color:black;
	border:1px solid black;
}

.article-container tr td
{
	width: 50%;
}

#AToZSearchTable tr td a
{
	text-decoration: none;
}

#WhatsNewMiniFeed .content
{
	font-weight: normal;
	color: #000000;
}
.checkbox_float
{
	float:left;
	width: 50%;
}

ul.subtopics
{
	
	list-style-image: url(../images/hyphen_contrast.png);
}

ul.subtopics li
{
	margin-left: 4px;
	padding-left: 0;
}

.searchform
{	
	margin-bottom: 4px;
}