/* roster stylesheet */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #363 url("/op/images/bg_herald.gif") repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-attachment: fixed;
}

html {
	height: 100%;
	 margin-bottom: 1px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	margin: 0 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 10px;
}

a:link, a:visited, a:active {
	color: #336600;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: underline;
}

hr {
	border: 0;
	color: #006600;
	background-color: #006600;
	height: 1px;
	margin: auto;
}

#content {
	border: 2px solid #00AA00;
	background: #FFFFDD;
	width: 700px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.inside {
	padding: 5px;
}

.innercontent {
	text-align: center;
	border-bottom: 1px solid #006600;
}

table {
        border-collapse: collapse;
        width: 90%;
		margin: auto;
}

th {
        background: #006600;
        color: #FFFFDD;
}

td {
/*        background: #006600; */
        text-align: left;
}

.menu {
	margin:0;
}

.menu li {
	display: inline;
	border: 1px solid #003300;
	list-style:none;
	margin-left:10px;
	padding: 5px;
	background-color:#666666;
}

.menu a:link, .menu a:visited, .menu a:active {
	color:#FFFFCC;
	text-decoration:none;
}

.menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.wrapper {
	margin:10px 0 10px 20px;
	width:100%;
	min-width:720px;
}

.login {
	width:100%;
	font-size:8pt;
	background-color:#CCCCCC;
	padding: 2px 5px;
	text-align:right;
	margin-bottom:0;
}

.logindiv {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	margin:auto;
	position:absolute;
	top:50%;
	left:50%;
	height: 150px;
	width:400px;
	margin-left:-200px;
	margin-top:-75px;
	text-align: center;
}

.logindiv h1 {
	text-align:center;
	width:400px;
	background-color:#336600;
	color:#FFFF66;
	font-size:22px;
	margin:0;
}

.logindiv table {
	margin: 0;
}
.logindiv td {
	border:none;
}

.row-1 td {
	border:none;
	background-color:transparent;
}

.row0 td {
	background-color: #FFFFFF;
}

.row1 td {
	background-color: #DFDFDF;
}

.row2 td {
	background-color: #FFDFCC;
}

.title {
	font-weight:bold;
}

.footer {
	bottom:0px;
	border-collapse:collapse;
}

.footer td {
	border:none;
	background-color:transparent;
}

.tooltip {
	color:#006600;
	border-bottom:thin dotted;
	border-bottom-color:#009900;
}

#dhtmlgoodies_tooltip {
	background-color:#EEEEEE;
	border:1px solid #000000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}

#dhtmlgoodies_tooltipShadow {
	position:absolute;
	background-color:#555555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

.position {
	background: #FFCC99;
	text-align: center;
	padding: 5px 20px;
	border: 2px solid red;
}

.ptitle {
	font-size: 10px;
	font-style: italic;
}

.pname {
	font-size: 12px;
	font-weight: bold;
}
