﻿/*body
{
	background-color: White;
} */

body
{
	background-color: #FFFFFF;
}

#frame
{
	width: 100% !important;
	margin: 0 !important;
}


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
{
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	color: white;
	margin-bottom: 10px;
	height: 130px;
	position: relative;
}

.searchblockheader
{
	background-color:White !important;
	color: Black !important;
}


#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: 37px;
	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: 12px;
	background-color: #F2F2F2;
	border: 1px solid #999;
	width: 145px;
	font-size: 10px;
	margin-bottom: 0px;
}

#searchbox a
{
	margin-top: 0px;
	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
{
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	padding: 5px;
	font-size: 15px;
}

#contentleftcontent, #contentrightcontent, #contencentrecontent
{
	background-color: #fff;
	color: Black;
}

/* left content */
#contentleftcontent
{
	padding: 15px 10px 15px 10px;
}

#contentleftcontent ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contentleftcontent ul a
{
	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: 20px;
	height: 16px;
	background-color: #F2F2F2;
	border: 1px solid #999;
}

input.arrowedButton
{
	background-repeat: no-repeat;
	border: none !important;
	height: 14px !important;
	width: 14px !important;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

input.nonArrowedButton
{
	display: none;
}


#contentcentrecontent input.arrowedButton
{
	float: none;
}

#issuenumberinput a
{
	padding-top: 5px;
	float: right;
}

#viewselections
{
	background-color: #fff;
	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 a
{
	color: #797979;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

#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 */
#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: #fff;
	position: relative;
}

#contentcentrecontent img
{
	display: none;
}

#contentcentrecontent #printOption
{
	float: right;
	margin-left: 15px;
	position:relative;
}

#contentcentrecontent #printOption a
{
	background-image: url(../Images/print_icon.png) !important;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 2px;
}

#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
{
	font-weight:bold;
	color: Black !important;
	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;
	color: Black !important;
	background-color: #ffffff !important;
}

#contentcentrecontent .keypointsbox ul li span, #contentcentrecontent .keypointsbox ul li span a
{
	color: Black;
}

#contentcentrecontent .keypointsbox .keypointsboxtitle
{
	background-color: #ffffff !important;
	color: Black;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	top: 0px;
	left: 0px;
}

#contentcentrecontent .keypointsbox .keypointsboxtitle a:hover, #contentcentrecontent .keypointsbox .keypointsboxtitle a
{
	text-decoration: none;
	color: Black;
}


#contentcentrecontent .keypointsbox ul li
{
	color: Black !important;
	list-style-type: square;
}

#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 .boxoutTitle a, #contentcentrecontent .boxout .boxoutTitle a:hover, #contentcentrecontent .boxout p, #contentcentrecontent .boxout p a, #contentcentrecontent .boxout ul li a, #contentcentrecontent .boxout ul li span, #contentcentrecontent .boxout ul li
{
	color: Black !important;
}

#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: #fff !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
{
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}

#printcontentfooter
{
	padding-top: 10px;
	display: none;
	font-size: 12px;
	color: Black;
}

#contentfooter a
{
	color: white;
	text-decoration: none;
}


#mainContentLink
{
	display: none;
	color: White;
}

a.pagenumber
{
	position: relative;
	float: left;
	width: 14px;
	text-align: center;
	text-decoration:none !important;
	margin-right:2px;
	margin-bottom: 2px;
	padding:2px;
	color:#797979;
	border:1px solid #797979;
	font-size:smaller;
}

a.selectedpagenumber
{
	position: relative;
	float: left;
	width: 14px;
	text-align: center;
	text-decoration:none !important;
	margin-right:2px;
	margin-bottom: 2px;
	padding:2px;
	color: Black !important;
	border:1px solid Black;
	background-color:#f2f2f2;
	font-size:smaller;
}

a.pagenumber:hover
{
	text-decoration:none !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;
}
