/* Not quite sure - tooltips may be the only thing that needs to be on here.  */

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {margin: 0px; padding: 0px; background-color: #ffffff; text-align: center; font-family: Verdana, sans-serif; font-size: 13px; color: #1C2230;}

body.contentpane {width: auto; margin: 10px; line-height: 14px; text-align: left; font-size: 12px;}

#all {background-color:#ffffff; width: 950px; padding: 0px; margin: 0px; text-align: left; margin:0 auto;}

#primary {background-color:#ffffff; width: 950px; padding: 0px; margin: 0px; text-align: left; float:left;position:relative; border: 1px solid #1C2230;}

a:link    { color: #AE2222; text-decoration: none; }
a:visited { color: #AE2222; text-decoration: none; }
a:hover   { color: #515B6F; text-decoration: none; }
a:active  { color: #AE2222; text-decoration: none; }

a img { border:  0px solid #4B4142; display: block; }
a:hover img { border:  0px solid #ffffff; display: block; }

#top {width:950px; text-align:left; padding:5px; margin:0px; float:center; position:relative; top:0px; left:0px; font-size:24px; font-weight:bold; letter-spacing:1px; color:#696b71;}


/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../_system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
