@import url("/css/global.css");
@import url("/css/pagetools.css");
body { 

font-size:70%;
font-family:Arial, Helvetica, sans-serif;

color:#333;
	
	font-size: 11px;
	color:#000000;
	
}

p {padding:5px 0 5px 0;}
h1{
	padding:10px 0 10px 0;
	color: #1B570D;
	font-size:130%;
	font-weight:bold;
}
h2{
	padding:10px 0 10px 0;
	color: #6DD01E;
	font-size:115%;
	font-weight:bold;
}
h3{
	padding:10px 0 10px 0;
	color:#0879A7;
	font-size:105%;
	font-weight:bold;
}
td{
padding:2px;
}



a:hover {
	color: #FF3300;
}

.suggestboxout {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(/images/icons/lightbulb_add.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #FFFFE8;
}


.MISStandard #newsFeedBox h3 {
	margin-top: 0px;
}
.MISStandard #newsFeedBox p {
	margin-top: 0px;
}

.MISStandard #newsFeedBox {
	background-color: #E6E6FF;
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
		border: 1px solid #DEDEF6;

	
}

.newsitem {
	width: 600px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
}
.newsitem h2, .newsitem p {
	margin-left: 150px;
}
.newsIndexImage {
float:left;
margin-top:10px;
}




.noaccessible {
display:block;
}
.accessible {
/* Hide contents off-left, so it will be read out but not seen*/ 
height: 1px !important ; left: 0px; overflow: hidden; position: absolute; left: -9999px; width: 1px;line-height:1px !important ;}

#newsFeedHeader {
	background-image: url(/images/bbc.gif);
	text-indent: -3000px;
	height: 21px;
	width: 73px;
	background-repeat: no-repeat;
}


.MISStandard  ul.pagetools {
	font-size: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.MISStandard  ul.pagetools li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.MISStandard  ul.pagetools li a {
	display:block;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position: 6px bottom;
	color: #666666;
	border:none;
	text-decoration:underline;
}

a#emailpage {
	background-image:url(/local/images/pagetools/icon_email.gif);
}
a#printpage {
	background-image:url(/local/images/pagetools/icon_print.gif);	
	display:none; /* overridden later by javascript */
}
a#bookmarkpage {
	background-image:url(/local/images/pagetools/icon_bookmark.gif);
	display:none; /* overridden later by javascript */
}


#design_your_own {
	margin-right: -10px;
	margin-left: -10px;
	height: 875px;
	background-image: url(/local/images/design_your_own.jpg);
	background-repeat: no-repeat;
	padding-left: 620px;
	padding-right: 10px;
}

.subMenu {
	float: left;
	margin: 0px 20px 20px 0;
}
* html #articlePage .subMenu {
display: inline; 

}
#articlePage .subMenu ul li {
	padding-bottom:4px;
}
#articlePage .subMenu ul li.currentItem {
	display:none;
}
#articlePage .subMenu ul li a {
	background-color: #CCC;
	color:#000;
	
	padding: 6px;
	display:block;
	font-size:120%;
	border:none;
	text-decoration:none;
	width: 200px;
}

#articlePage .subMenu ul li a:hover, #productPage .subMenu ul li a:hover {
	background-color: #6ED21F;
	color:#000;
	border:none;
	text-decoration:none;
}

#loginBox {
	float: left;
	width: 330px;
}
#signUpBox {
	width: 330px;
	float: left;
	margin-left: 20px;
}
#MIS_Home_button {
	position: absolute;
	left: 40px;
	top: 15px;
	height: 80px;
	width: 300px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	border: 1px solid #999;
	padding: 2px;
}

.button, .fauxButton, input[type="button"], input[type="submit"]  {
	/* OVERRIDE GLOBAL */
	text-shadow: none;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: none;
	background-image: none;
	
	/* Apply style*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #66C81D;
	border: none;
	text-transform:uppercase;
	padding: 4px;
	text-decoration: none;
	cursor:pointer;
	margin: 2px 5px 2px 0px;
	
}

input[type="button"]:hover, input[type="submit"]:hover, .button:hover, .fauxButton:hover {
	background-color:#ccc;
	background-image: none;
}

.fauxButton {
	display:block;
	float:left;
	background-color: #66C81D;
}

#newsIndexPage {
	position:relative;
}

#newsFeedBox {
	position:absolute;
	top:10px;
	right:0;
}

#newsIndexContent {
	width: 600px;
}
