body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
}
ul {
    padding-left: 15px;
}
li {
	padding-bottom:5px;
	font-size:small;
}
.menu {
	list-style:none;
}
.menu li {
    display:inline;
}
.newsfeed {
	list-style:none;
}
h1 {
	padding-bottom:10px;
    color:#3399CC;
}
h2 {
	padding-bottom:10px;
    color:#3399CC;
}
h3 {
    color:#3399CC;
}
h4 {
	padding-bottom:5px;
	color:#3399CC;
}

p {
	padding-bottom:5px;
	font-size:small;
}

a img{
	border:none;
}
.header
{
	text-align:left;
	width:1128px;
	margin-left:auto;
	margin-right:auto;
}
.content
{
    background-color:#F8F8FD;
	text-align:left;
	width:1128px;
    height:100%;
	margin-left:auto;
	margin-right:auto;
	
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
    border-top: solid thin #3399CC;
    
}
.label
{
	font-size:smaller;
	font-weight:bold;
	color:#3399CC;
}

.smalllabel
{
	font-size:x-small;
	color:#3399CC;
}

a {
	text-decoration: none;
	cursor: pointer;
        color:#006699
}

a:visited {
	color:#006699;
}


a:hover {
	text-decoration: underline;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#3399CC;
}
	
.textbox {
	width:450px;
	border: solid thin #3399CC;
        font-size:larger;
        color:black;
}
.smalltextbox {
	width:100px;
	border: solid thin #3399CC;
        font-size:x-small;
        color:black;
}

.selectBox {
	border: solid thin #3399CC;
        font-size:larger;
        color:black;

}
.button{
	border:thin;
	border-style:outset;
	color:#FFFFFF;
	background-color:#3399CC;
	font-weight:bold;
	margin-top:5px;
	padding:3px;	
}
.smallbutton{
	border:thin;
	border-style:outset;
	color:#FFFFFF;
	background-color:#3399CC;
        font-size:x-small;
	font-weight:bold;
	margin-top:2px;
	padding:1px;
}

.copyright
{
	text-align:left;
	width:1150px;
	margin-left:auto;
	margin-right:auto;
}

.copyright a
{
	text-decoration:none;
}

.prod_line {
	border-bottom:thin dotted #3399CC;
	padding-bottom:4px;
	margin-bottom:5px;
	font-size:small;
}
.prod_line h3{
	font-size:large;
	display:inline;
	padding-right:10px;
}

.prod_line a{
	text-decoration: underline;
}

.issue_date {
    font-weight:bold;
    display:block;
}
.issue_desc {
    display:block;
}
#errorbox {
	border: thin solid #FF0066;
	background-color: #FFCCFF;
	color: #990000;
	margin: 3px auto 3px auto;
	text-align: center;
	vertical-align: baseline;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#infobox
{
	border: thin solid #0066FF;
	background-color: #C4E1FF;
	color: #000099;
	margin: 3px auto 3px auto;
	text-align: center;
	vertical-align: baseline;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.editReply
{
    display:none;
    position:fixed;
    margin:auto;
    background-color:#58A8CD;
    
}
.pitch p
{
    font-weight:bold;
    padding-top:5px;
}

.lessOpacity {                       
   opacity: 0.2;
   filter: alpha(opacity=40);
   zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}

.width100{width:100%;}

.action{font-weight:bold;}

hr {
    border:none;
    border-top: solid thin #3399CC;}

.editBox{
    border: solid thin #3399CC;
    background-color:#DDFFDD;
    position:absolute; /* important. */
    left:50%; /*important if you want it absolutely centred in window. */
    margin-left:-350px; /* importnant. must be half the width. */
    width:700px; /* set to your requirements, but remember left margin setting. */
    display:none;
}

.test
{
    /*display:none;*/
    position:fixed;
    margin:auto;
    background-color:#58A8CD;

}
.loading
{
    /* border: solid thin #3399CC; */
    position: fixed;
    width: 100%;
    text-align: center;
}

.forumThreadsItem {
    list-style-type: none;
}
