﻿body
{
	font-family: Tahoma, Helvetica, "trebuchet ms", helvetica, sans-serif;
	background: #036;
	color: #003;
}

h1
{
	padding: 0px 0px 10px 40px;
	color: #007;
	border-bottom: 1px solid #99c;
	margin-bottom: 0px;
	background: url(images/mcallenIcon.gif) no-repeat 10px 12px;
	font-family: Helvetica, Arial;
}

.usercount
{
	visibility: hidden;
	display: none;
}

h2
{
	margin: 15px 0 0 0;
	color: #335;
	font-size: 1.9em;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}

#maincol h3
{
	font-size: 1.3em;
	margin-top: 15px;
	margin-bottom: 8px;
	font-weight: bold;
}

fieldset label
{
	display: block;
	clear: both;
}

td
{
	vertical-align: top;
}

address
{
	font-style: normal;
}

ul
{
	list-style-type: square;
}

a
{
	text-decoration: none;
	color: #1C40AB;
}

a:hover
{
	color: #069;
}


#outer
{
	margin: 20px auto;
	background: #fff;
	padding: 5px;
}

.nav
{
	margin-bottom: 10px;
}

.floatleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatright
{
	float: right;
	margin-left: 10px;
}

.centertext
{
	text-align: center;
}

.pdf
{
	padding: 2px 0px 2px 20px;
	background: url('/images/icons/icon-pdf.png') no-repeat left center;
}

.external
{
	padding: 6px 0px 2px 22px;
	background: url('/images/icons/icon-external.png') left 5px no-repeat;
}

.tip-yellowsimple {
	z-index:1000;
	text-align:left;
	border:1px solid #c7bf93;
	border-radius:4px;
	box-shadow: 3px 3px 5px #333;
	-moz-box-shadow: 3px 5px 5px #333;
	-webkit-box-shadow: 3px 5px 5px #333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:6px 8px;
	min-width:50px;
	max-width:300px;
	color:#000;
	background-color:#fff9c9;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellowsimple .tip-inner {
	font:12px/16px arial,helvetica,sans-serif;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple .tip-arrow-top {
	margin-top:-6px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:6px;
	background:url(images/tip-yellowsimple_arrows.gif) no-repeat;
}
.tip-yellowsimple .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:6px;
	height:9px;
	background:url(images/tip-yellowsimple_arrows.gif) no-repeat -9px 0;
}
.tip-yellowsimple .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:6px;
	background:url(images/tip-yellowsimple_arrows.gif) no-repeat -18px 0;
}
.tip-yellowsimple .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:6px;
	height:9px;
	background:url(images/tip-yellowsimple_arrows.gif) no-repeat -27px 0;
}
