.sharebox {
	float: right;
}




/* stylesheet.css */

/* myrecords things */
.tabuli td {
	font-size: 10px;
	line-height: 13px;
}
.totalrow td {
	color: white;
	text-align: right;
}
.rightrow {
	text-align: right;
}


#totalstable {
	border-collapse: collapse;
	float: right;
}
#totalstable td {
	padding: 5px;
	border: 1px solid black;
}
#toprow td {
	background-color: #DCE6ED;
}
#bottomrow td {
	text-align: right;
	background-color: white;
}

#bar {
	margin-right: 10px;
	}
#bar img {
	margin-left: 10px;
}
#minibar {
	display: inline;
	margin-left: 15px;
	margin-right: 10px;
	padding-right: 10px;
}
.boldred a {
	font-weight: bold;
	color: #991111;
}


BODY, TD, p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

div #contentInnerColumn {
	margin-top: 8px;
	padding: 7px 15px 0px;
	margin-left: 8px;
}
div > #contentInnerColumn {
	margin-left: 0px;
}

.blue {
	background-color: #DCE6ED;
}

.lightyellow {
	background-color: #FFFFE1;
	border: 1px solid #999;
}

.feedback {
	padding: 5px;
	font-color: #990000;
	font-style: italic;
}

.smaller, td.smaller {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}

A:active {
	color: #FF0000;
}

A:hover{
	color: #CC0000;
}

.staticTable {
	background-repeat:repeat-x;
	background-image:url(/Images/menubar/mb_gradient_dark.gif);
	background-color: black;
}

.staticText {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	white-space:nowrap;
}

.contentLg {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}

.content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.contentGrey {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

.contentBlue {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #083882;
	text-decoration: none;
}

.contentSm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.contentXSm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}

.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.section {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

.subsection {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#navli a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.message {
	margin: 10px 0px 10px 0px;
	padding: 4px;
	background-color: #FFCC00;
	color: #990000;
}

.title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #083882;
}

.author {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #5897C8;
}

.toolTipBox {
	font-family: Verdana;
	font-size: 8.5pt;
	padding: 5px;
	margin-top: 10px;
	border: dotted 1px #C0C0C0;
	background-color: lightyellow;
	color: #000000;
	text-decoration: none;
}

@media print {
	h1 { 
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
	}

	.hideFromPrinter {
		display: none;
	}
	
	img[src^='/images/blue_corners/'] {
		display: none;
	}
}


@media screen {
	.hideFromPrinter {
		display: inline;
	}
}

#navContainer {
	width: 760px;
	height: 20px;
	background-color: #000000;
	background-image: url('/images/menubar/mb_gradient_dark2.gif');
	background-repeat: repeat-x;
}

#nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav ul {
	height: 100%;
}

#nav li {
	float: left;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	height: 100%;
	line-height: 14px;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #000000;
	background: url('/images/menubar/mb_gradient_light.gif');
}

#nav li ul {
	display: none;
	position: absolute; 
	top: 22px;
	left: 0px;
	width: 140px;
	height: auto;
	padding: 3px 0px 2px 0px;
	z-index: 50;
	margin: -3px;
	list-style: none;
}

#nav li:hover, #nav li.sfhover {
	color: #000000;
	background: url();
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav li li {
	left: 0px;
	width: 140px;
	background-color: #96A1AE;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0px 2px 10px;
	font-weight: normal;
	font-size: 11px;
}

#nav li li:hover, #nav li li.over {
	background-color: #CACED4;
	color: #000000;
}

#nav li li a:hover {
	background: url('');
}

#nav li ul li:last-child{
	width: 150px;
}


.right {
	float: right;
}

.left {
	float: left;
}

.sidenav {
	width: 160px;
	margin: 10px 0px 0px 20px;
}

.divider {
	width: 100%;
}

.strong {
	padding 5px;
	border-bottom: 1px solid #000000;
}

.light {
	border-bottom: 1px dashed #DDD;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.divider {
   width: 100%;
   padding-top: 2px;
   padding-bottom: 2px;
}

.strong {
   border-bottom: 1px solid #000000;
   height: 1em;
}

.light {
   border-bottom: 1px dashed #DDD;
}

.fivefifty {
   width: 550px;
   padding-left: 10px;
   text-align: justify;
}



/*****************  Form buttons  *****************/
.submitBtn2 {
	background-image: url('/images/blank.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	text-align: center;
}



/*****************  Article comments  *****************/
.comment {
	border-top: 1px solid #666666;
	padding-bottom: 20px;
}

.commentBody {
	padding-top: 3px;
}

.commentAuthor {
	padding-right: 20px;
}

#commentForm {
	display: none;
}

/* 		Status messages		 */
.msg {
    margin: 0 0 10px 0;
    padding: 16px 10px 16px 46px;
    background-repeat: no-repeat;
    background-position: 12px center;
}

.msg-error {
    background-color: #FF9;
    background-image: url('/images/icon_alert.png');
	font-style: italic;
	border: 1px solid #FF9900;
}

.msg-success {
    background-color: #CFC;
    background-image: url('/images/icon_success.png');
	font-weight: bold;
	border: 1px solid #009900;
}

.topper a {
	margin-bottom: 3px;
}

.buttdiv img{
	margin-bottom: 3px;
}
.buttdiv a > img {
	margin-bottom: 1px;
}

.greentable {
	background-color: #CCFFCC;
}
.greentable td {
	padding: 7px;
	font-size: 10pt;
}


.ghut {
	width: 190px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
}
.buoy {
	width:170px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px auto;
	border-bottom: 1px solid #9999CC;
	border-top: 1px solid #9999CC;
	font-weight: bold;
}

.call {
	font-weight: bold;
}

.buoy a, .call a {
	text-decoration: none;
}
.buoy a:visited, .call a:visited {
	color: #CC0000;
}

.tooltable {
	margin-left: 6px;
	margin-right: 4px;
}
.tooltable td{
	font-weight: bold;
	vertical-align: middle;
}
.tooltable td a{
	line-height: 13px;
}

#iconDiv {

}
.boldnew {
	color: #993300;
	font-weight: bold;
}
