/************************************************
	MAIN CSS STYLES FOR URO ROUNDS WEBSITE
	LAST UPDATED: April 14 2004
************************************************/

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #efefef;
	position: relative;
}

#mmenu .selected
{
	background: #F7852E !important;
	cursor: auto !important;
}

#mmenu .selected a
{
	color: #fff !important;
}

body#about p
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

body#admin h3
{
	margin: 10px 5px !important;
}

#recent
{
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 20px 5px 5px 5px;
	color: #E5A2A7;
	letter-spacing: -2px;
	font-size: 20px;
}

h2, h3, h6
{
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 1.1em;
	color: #33A7FF;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

h6
{
	font-size: .9em;
	font-weight: normal;
	color: #0068B8;
	margin: 1em 0 .25em 0;
}

h6.links
{
	margin-top: 10px;
}

#container /* container for page content */
{
	margin: 0 auto;
	padding: 0 0 70px 0;
	text-align: left;
	width: 720px;
	background: #fff;
	border-right: 2px solid #fff;
	border-right: 2px solid #fff;
	min-height: 650px;
	position: relative;
}

#container p
{
	padding: .4em .5em;
}

h1 /* masthead */
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	background: url(../im/masthead.gif) top right no-repeat;
	text-indent: -1000px;
	height: 74px;
}

#mmenu /* main menu */
{
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 5px;
	padding: 5px 0;
	background: #FABB8B;
	width: 100%;
	border-top: 2px solid #F56A00;
	border-bottom: 2px solid #F56A00;
}

#mmenu a
{
	color: #b8000c;
	text-decoration: none;
}

#mmenu li
{
	display: inline;
	padding: 5px;
	margin: 0 -3px 0 0;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#mmenu li:hover
{
	background: #FDE4D1;
}

#footer /* the footer */
{
	position: absolute;
	bottom: 5px;
	text-align: center;
	margin-top: 60px;
	padding-top: 10px;
	width: 100%;
	font-size: .9em;
}

#footer h4
{
	margin: 4px 0 0 0;
}

#footer img
{
	border: 0;
}

.round /* a round */
{
	padding: 5px 5px 15px 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #fde4d1;
}

.round .org /* organization presenter belongs to */
{
	font-size: 11px;
	margin-bottom: 4px;
}

.round .rDate /* date the round took place */
{
	margin-bottom: 4px;
	font-size: .9em;
}

.round .rDesc /* description of the round */
{
	font-size: 12px;
}

.round ul
{
	padding: 0;
	margin: 0;
	font-size: .9em;
}

.round li
{
	display: inline;
	margin-right: 30px;
	height: 20px;
}

.round li span
{
	margin-left: 5px;
	color: #bbb;
}

.round a
{
	text-decoration: none;
	color: #0068B8;
}

.round a:hover, .round a:hover span
{
	color: #b8000c;
}

.round .Flash, .round .PowerPoint, .round .PDF
{
	padding: 3px 0 3px 25px;
	cursor: pointer;
}

.round .Flash
{
	background: url(../im/flashlogo.gif) top left no-repeat;
}

.round .PowerPoint
{
	background: url(../im/ppntlogo.gif) top left no-repeat;
}

.round .PDF
{
	background: url(../im/acrologo.gif) top left no-repeat;
}

.round ul.files li
{
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}

.round ul.files a
{
	line-height: 2.5em;
}


/******************************\
	ADMIN PAGE STYLES
\******************************/
table.admin
{
	font-size: 12px;
	border-collapse: collapse;
}

table.admin tr:hover
{
	cursor: pointer;
	background-color: #e8ecfa !important;
}

table.admin tr.e /* even numbered rows */
{
	background-color: #fff6e8;
}

table.admin td
{
	padding: 6px 6px;
}

table.admin td.date
{
	width: 70px;
}




