.topofpage {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background: #e6e8eb;
}

.livelogo {
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 2px;
	padding-top: 15px;
	padding-left: 8%;
	margin: 1px;
	float: left;
	width: 400px;
}

.livelogoimage {
	border: 0px;
	padding: 2px;
	width: 100%;
}

.adminblock {
	float: right;
	padding-top: 15px;
	margin: 0% 10% 0% 0%;
	width: 30%;
}
.adminitem {
	color: #00193a;
	font-family: arial;
	font-size: 8pt;
	text-align: right;
	width: 100%;
}

.mainmenu {
	position: fixed;
	top: 80px;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background: #a6afba;
}

.menulist {
	position: relative;
	top: 15%;
	height: 70%;
	margin: 0px;
	padding: 0% 8% 0% 8%;
}

.menuitem1, .menuitem2, .menuitem3, .menuitem4, .menuitem5, .menuitem6, .menuitem7, .menuitem8 {
	width: 34%;
	float: left;
	height: 23%;
	line-height: 12pt;
	text-align: left;
	color: #00193a;
	background: #e6e8eb;
	font-family: arial;
	font-size: 10pt;
	margin: 1px;
	padding: 0% 0% 0% 5%;
	border-radius: 0px 3px 3px 0px;
	text-decoration: none;
}

.menuitem3 ul, .menuitem7 ul, .menuitem8 ul {
	display: none;
}

.menuitem3:hover > ul, .menuitem7:hover > ul, .menuitem8:hover > ul {
	display: block;
}

.menuitem1:hover {
	background: #f2dfe5;
}

.menuitem2:hover {
	background: #f6ecf4;
}

.menuitem3:hover {
	background: #dccedd;
}

.menuitem4:hover {
	background: #eedbeb;
}

.menuitem5:hover {
	background: #e5dae6;
}

.menuitem6:hover {
	background: #d9e5ef;
}

.menuitem7:hover {
	background: #d9e0e9;
}

.menuitem8:hover {
	background: #dfeced;
}


.listbutton1, .listbutton2, .listbutton3, .listbutton4, .listbutton5, .listbutton6, .listbutton7, .listbutton8{
	width: 10%;
	float: left;
	height: 23%;
	margin: 1px 0px 1px 1px;
	padding: 0% 0% 0% 0%;
	border-radius: 3px 0px 0px 3px;
}

.listbutton1{
	background: #ae3c60;
}

.listbutton2{
	background: #b565a6;
}

.listbutton3{
	background: #57165e;
}

.listbutton4{
	background: #9e368b;
}

.listbutton5{
	background: #835488;
}

.listbutton6{
	background: #0d5d9b;
}

.listbutton7{
	background: #244c83;
}

.listbutton8{
	background: #3c8d92;
}

.sectormenu3, .sectormenu7, .sectormenu8 {
	position: relative;
	left: -14.7%;
	width: 99.7%;
	background: #e6e8eb;
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	border-radius: 3px;
	margin: 0px;
	padding: 2px 0px 0px 14.7%;
	z-index: 20000;
	opacity: 1;
	list-style: none;
}

.sectormenu3 {
	border: 1px solid #57165e;
}

.sectormenu7 {
	border: 1px solid #244c83;
}

.sectormenu8 {
	border: 1px solid #3c8d92;
}

.sectormenuitem3, .sectormenunoitem3, .sectormenuitem7, .sectormenuitem8, .sectormenunoitem8 {
	display: block;
	background: #e6e8eb;
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	padding: 1px;
	position: relative;
	float: none;
}

.sectormenunoitem3, .sectormenunoitem8 {
	color: #555863;
}

.sectormenuitem3:hover {
	background: #dccedd;
}

.sectormenuitem7:hover {
	background: #d9e0e9;
}

.sectormenuitem8:hover {
	background: #dfeced;
}

.sectormenuitem3:hover > ul {
	display: block;
	top: 0;
	left: 30%;
}

.sectormenuitem8:hover > ul {
	display: block;
	top: 0;
	left: 30%;
}

.sectormenu3sub, .sectormenu8sub {
	position: absolute;
	left: 10%;
	width: 90%;
	color: #00193a;
	background: #e6e8eb;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	border-radius: 3px;
	margin: 0px;
	padding: 2px 0px 0px 7.4%;
	z-index: 20000;
	opacity: 1;
	list-style: none;
	display: none;
	float: none;
}

.sectormenu3sub {
	border: 1px solid #57165e;
}

.sectormenu8sub {
	border: 1px solid #3c8d92;
}

.sectormenuitem7box {
	background: #f7f9fc;
	color: #00193a;
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-radius: 2px;
}

.sectormenunoitemrule {
	margin: 2px;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #00193a;
	width: 40%;
}

.searchbutton {
	background: #e6e8eb;
	color: #00193a;
	font-family: arial;
	font-size: 8pt;
	border-radius: 1px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.bodyofpage {
	overflow: auto;
	position: fixed;
	width: 100%;
	top: 180px;
	left: 0px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	bottom: 0;
	z-index: -10;
}

.mainbox {
	width: 100%;
	padding: 0%;
	margin: 0px;
}

.logintext {
	color: #00193a;
	font-family: arial;
	font-size: 12pt;
	text-align: left;
	padding: 5px 7.4% 0% 8%;
	font-weight: bold;
}

.loginnote {
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	padding: 5px 58% 0% 8%;
}

.loginbox {
	padding: 5px 7.4% 0% 8%;
	width: 33%;
}

.loginbox2 {
	border: 1px solid #00193a;
	border-radius: 3px;
	width: 50%;
}

.loginright {
	position: fixed;
	float: left;
	margin: 5px 8% 0% 50%;
	background-color: #1e5593;
	padding: 5%;
	border: 0px;
	border-radius: 5px;
}

.loginrightlarge {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}

.loginrighttext {
	font-family: arial;
	font-size: 12pt;
	color: #ffffff;
	padding: 7px 0px 7px 0px;
	list-style: square;
}


.displaytype  {
	color: #ffffff;
	font-family: arial;
	font-size: 12pt;
	text-align: left;
	margin: 5px 7.4% 3px 8%;
	padding: 2px 2px 2px 5px;
	border-radius: 3px;
}

.latestcolor {
	background: #ae3c60;
}

.watchcolor {
	background: #9e368b;
}

.topcolor {
	background: #b565a6;
}

.summarycolor {
	margin: 5px 7.4% 0% 8%;
	background: #57165e;
}

.savedcolor {
	background: #835488;
}

.managecolor {
	background: #0d5d9b;
}

.searchcolor {
	background: #244c83;
}

.changecolor {
	background: #3c8d92;
}

.emailus {
	color: #00193A;
	font-family: Arial;
	font-size: 10pt;
	text-align: right;
	width: 100%;
}

.smheadline {
	color: #00193a;
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
	padding: 5px 7.4% 0% 8%;
	cursor: pointer;
}

.smheadline:hover {
	text-decoration: underline;
}

.lgheadline {
	color: #00193a;
	font-family: Arial;
	font-size: 16pt;
	text-align: left;
	padding: 0% 7.4% 0% 8%;
	cursor: pointer;
	font-weight: bold;
}

.lgheadline:hover {
	text-decoration: underline;
}

.topbox {
	margin: 3px 4px 0px 0px;
	height: 18px;
	width: 18px;
	float: left;
	border-radius: 3px;
}

.topstorytext {
	padding: 0% 0% 0% 0%;
	margin: 3px 7.4% 6px 8%;
	color: #00193a;
	font-family: Georgia;
	font-size: 12pt;
}

.timestamp {
	color: #00193a;
	font-family: arial;
	font-size: 8pt;
	text-align: left;
	padding: 0% 0% 0% 0%;
	margin: 0% 7.4% 4px 10%;
}

.timedivider {
	color: #99a3b0;
	font-family: arial;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #99a3b0;
	margin: 0% 7.4% 10px 8%;
}

.summaryleft {
	float: left;
	width: 70%;
	margin: 0%;
}

.summaryright {
	margin-left: 70%;
	width: 22.1%;
}

.summarysubhead, .summarysubheadlink {
	color: #57165e;
	font-family: arial;
	font-size: 16pt;
	padding: 7px 0% 3px 11.3%;
	font-weight: bold;
}

.summarysubheadlink {
	cursor: pointer;
}

.summarysubheadlink:hover {
	text-decoration: underline;
}

.summarysmhead {
	color: #00193a;
	font-family: arial;
	font-size: 12pt;
	text-align: left;
	padding: 5px 0% 0% 11.3%;
	cursor: pointer;
}

.summarylghead {
	color: #00193a;
	font-family: arial;
	font-size: 16pt;
	text-align: left;
	padding: 0% 0% 0% 11.3%;
	cursor: pointer;
	font-weight: bold;
}

.summarysmhead:hover, .summarylghead:hover {
	text-decoration: underline;
}

.summarystorytext {
	padding: 0% 0% 0% 0%;
	margin: 3px 0% 6px 11.3%;
	color: #00193a;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12pt;
}

.summarytimestamp {
	color: #00193a;
	font-family: arial;
	font-size: 8pt;
	text-align: left;
	font-weight: normal;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 4px 11.3%;
}

.storybox {
	position: fixed;
	left: 2.5%;
	top: 225px;
	width: 95%;
	background: #ffffff;
	border-style: solid;
	border-width: 1px 5px 5px 1px;
	border-color: #00193a;
	border-radius: 3px;
	display: none;
	z-index: 10000;
}

.closetag {
	width: 20%;
	float: right;
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding: 2px 2px 1px 2px;
	cursor: pointer;
}

.savetag {
	width: 20%;
	clear: right;
	float: right;
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	text-align: right;
	padding: 1px 2px 2px 2px;
	cursor: pointer;
}

.closetag:hover, .savetag:hover {
	text-decoration: underline;
}

.storyheadline {
	color: #00193a;
	background: #e6e8eb;
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px;
	min-height: 26pt;
	padding: 0px 0px 0px 5%;
}

.storytext {
	clear: both;
	margin: 0px;
	padding: 5px 5% 5px 5%;
	color: #00193a;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
	overflow: auto;
	max-height: 50vh;
}

.codeshead {
	color: #00193a;
	background: #e6e8eb;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5%;
}

.codeslist {
	overflow: auto;
	max-height: 10vh;
	padding: 0px 0px 5px 0px;
}

.codeline {
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 5%;
	vertical-align: top;
	clear: both;
}

.codeitem, .codeitemlink {
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	width: 20%;
	vertical-align: top;
	float: left;
	text-decoration: none;
}

.codeitemlink:hover {
	text-decoration: underline;
}

.codeitemlink {
	cursor: pointer;
}

.watchhead {
	color: #002e6e;
	font-family: arial;
	font-size: 14pt;
	text-align: left;
	padding: 0% 7.4% 0% 8%;
}

.watchline {
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	list-style-type: none;
	margin: 0px;
	padding: 2px 7.4% 5px 8%;
	vertical-align: top;
	clear: both;
}

.watchitem, .watchitemlink {
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	width: 30%;
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
}

.watchitemlinkissuer, .watchitemlinkspace {
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	width: 40%;
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}

.watchitemlink:hover, .watchitemlinkissuer:hover {
	text-decoration: underline;
}

.bottomline {
	clear: both;
	color: #00193a;
	font-family: arial;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #99a3b0;
	padding: 5px 0% 0% 0%;
	margin: 10px 7.4% 10px 8%;
}

.morenews {
	margin: 5px 7.4% 5px 8%;
	background: #e6e8eb;
	padding: 15px 0px 15px 15px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #99a3b0;
	border-radius: 3px;
}

.morenewslink {
	color: #00193a;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
}

.morenewslink:hover {
	text-decoration: underline;
}

.footer {
	clear: both;
	color: #00193a;
	font-family: arial;
	font-size: 8pt;
	padding: 5px 0% 0% 0%;
	margin: 10px 7.4% 10px 8%;
}
