/*@override http://moseycreations.com/clients/ra/images/main.css
base.css, part of YUI's CSS Foundation*/
H1
{
/*18px via YUI Fonts CSS foundation*/
	font-size: 138.5%;
}
H2
{
/*16px via YUI Fonts CSS foundation*/
	font-size: 123.1%;
}
H3
{
/*14px via YUI Fonts CSS foundation*/
	font-size: 108%;
}
H1, H2, H3
{
/*top & bottom margin based on font size*/
	margin: 1em 0;
}
H1, H2, H3, H4, H5, H6, STRONG
{
/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
ABBR, ACRONYM
{
/*indicating to users that more info is available*/
	border-bottom: 1px dotted #000;
	cursor: help;
}
EM
{
/*bringing italics back to the em element*/
	font-style: italic;
}
BLOCKQUOTE, UL, OL, DL
{
/*giving blockquotes and lists room to breath*/
	margin: 1em;
}
OL, UL, DL
{
/*bringing lists on to the page with breathing room*/
	margin-left: 2em;
}
OL LI
{
/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
UL LI
{
/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
DL DD
{
/*giving UL's LIs generated numbers*/
	margin-left: 1em;
}
TH, TD
{
/*borders and padding to make the table readable*/
	border: 1px solid #000;
	padding: 0.5em;
}
TH
{
/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: center;
}
CAPTION
{
/*coordinated marking to match cell's padding*/
	margin-bottom: 0.5em;
/*centered so it doesn't blend in to other content*/
	text-align: center;
}
P, FIELDSET, TABLE
{
/*so things don't run into each other*/
	margin-bottom: 1em;
}
/*Main Elements*/
BODY
{
	background: #7D7E7D url(gradback.jpg) repeat-x top left;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 0;
}
A
{
	color: #666;
	text-decoration: none;
}
A:hover
{
	color: #78001C;
	text-decoration: underline;
}
FORM
{
	margin-bottom: 1em;
}
/*Wraps*/
#wrap
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(shadowback.png) repeat-y top center;
}
#content-wrap
{
	width: 900px;
	margin: 0 auto;
	background: #CCC url(gradbacklight.jpg) repeat-x top left;
	padding: 0;
}
#header-wrap
{
	height: 100px;
	margin: 0;
	/*background: url(slogan.png) no-repeat 350px 15px;*/
}
#nav-wrap
{
	height: 34px;
	text-align: left;
	background: url(navback.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}
#body-wrap
{
	margin: 0;
	padding: 0;
}
#footer-wrap
{
	height: 132px;
	width: 960px;
	margin: 0 auto 100px;
	background: url(footerback2.png) no-repeat center 0;
	padding: 0;
	position: relative;
	clear: both;
}
/*Header*/
#header-wrap H1
{
	margin: 0;
	background: url(logo.png) no-repeat 15px 15px;
	height: 100px;
	width: 275px;
}
#header-wrap H1 A
{
	height: 100px;
	width: 275px;
	display: block;
}
/*Front Page Body*/
#homePage #body-wrap
{
	height: 329px;
	background: url(frontsplash.jpg) no-repeat top left;
	position: relative;
	z-index: 10;
	min-height: 0;
	width: 699px;
	float: left;
}
#homePage #body-wrap A
{
	display: block;
	width: 183px;
	height: 37px;
	position: absolute;
	right: 5px;
	bottom: 25px;
}
/*Navigation*/
#nav
{
	position: relative;
	width: 893px;
	margin: 0;
	padding: 8px 0 0 20px;
	z-index: 99999;
}
#nav LI
{
	list-style: none;
	float: left;
	margin-left: 30px;
}
#nav LI.first
{
	margin-left: 0;
}
#nav LI.navBut A
{
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	padding: 3px 5px;
	letter-spacing: 1px;
	font-family: Arial;
	font-size: 0.8em;
}
#nav LI.navBut A:hover
{
	color: #FFC004;
	border-bottom: 1px solid #FFF;
}
#nav LI.right
{
	float: right;
	margin: 0 22px 0 0;
}
#nav LI.navBut DIV.nav-desc
{
	width: 234px;
	height: 117px;
	background: url(popup2.png) no-repeat top center;
}
#nav LI.navBut DIV.nav-desc SPAN
{
	display: block;
	margin: 50px auto 0;
	width: 197px;
	font-family: Arial;
	font-size: 1em;
	line-height: 1.2em;
}
#nav LI.navBut DIV#about-nav-desc
{
	position: absolute;
	top: 37px;
	z-index: 99999;
	left: -36px;
	display: none;
	min-height: 0;
}
#nav LI.navBut DIV#athletes-nav-desc
{
	position: absolute;
	top: 37px;
	z-index: 99999;
	left: 69px;
	display: none;
	min-height: 0;
}
#nav LI.navBut DIV#contact-nav-desc
{
	position: absolute;
	top: 37px;
	z-index: 99999;
	left: 310px;
	display: none;
	min-height: 0;
}
#nav LI.navBut DIV#multimedia-nav-desc
{
	position: absolute;
	top: 37px;
	z-index: 99999;
	left: 190px;
	min-height: 0;
	display: none;
}
#nav LI.navBut DIV#calendar-nav-desc
{
	position: absolute;
	top: 37px;
	z-index: 99999;
	right: 20px;
	min-height: 0;
	display: none;
}
#nav LI.navBut DIV#network-nav-desc
{
	position: absolute;
	top: 37px;
	z-index: 99999;
	right: -87px;
	min-height: 0;
	display: none;
}
/*Footer*/
#footer-wrap P.copyright
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 44px;
	left: 60px;
	color: #888;
}
#footer-wrap P.mosey-meta
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 65px;
	left: 85px;
	color: #888;
	font-size: 0.7em;
	letter-spacing: 2px;
}
#footer-wrap P A
{
	color: #FFF;
	text-decoration: none;
}
#footer-wrap P A:hover
{
	color: #FFC004;
}
/*Front Page Updates*/
#updates-wrap
{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 199px;
	height: 329px;
	border-left: 2px solid #000;
	background: url(Olympics-96.jpg) repeat-x top right;
}
#updates-wrap H2.update-title
{
	margin: 0 5px;
	padding: 10px 5px 4px;
	color: #AAA;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 5px;
	border-bottom: 1px solid #444;
}
#updates-wrap SMALL.update-hint
{
	color: #FFF;
	font-size: 9px;
	padding: 0px 12px 2px;
	color: #8D8D8D;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	display: block;
	background: #272727;
	width: 158px;
}
#updates
{
	overflow-x: hidden;
	height: 329px;
	overflow-y: scroll;
	margin: 0 auto;
}
#update-list
{
	margin: 0;
	float: left;
	width: 1px;
}
#update-list LI.update-item
{
	list-style: none;
	padding: 10px;
	color: #FFF;
	overflow: hidden;
	width: 170px;
	margin-bottom: 0em;
}
#update-list LI.update-item SMALL
{
	font-size: 0.7em;
	font-family: Arial;
	color: #976C06;
}
#update-list LI.update-item H4
{
	font-size: 1em;
	letter-spacing: 1px;
	padding: 0;
	line-height: 1.3em;
	margin-top: 2px;
	margin-bottom: 0;
}
#update-list LI.update-item H4 SPAN A
{
	color: #77322B;
}
#update-list LI.update-item H4 SPAN A:hover
{
	color: #AAA;
	text-decoration: none;
}
#update-list LI.update-item H4 SPAN.name
{
	color: #77322B;
	background: #000;
	margin-top: 2px;
	padding: 0px 4px;
}
#update-list LI.update-item P
{
	margin-top: 0.5em;
	clear: both;
	width: 160px;
	font-size: 0.8em;
	line-height: 1.4em;
}
/*Athletes Page*/
#athletesPage #body-wrap
{
	padding-bottom: 50px;
	height: 360px;
}
#athletesPage FORM H3
{
	font-size: 1em;
	margin-bottom: 0.5em;
}
#athlete-wrap
{
	width: 466px;
	float: right;
	position: relative;
	background: url(athletesinfoback.png) no-repeat top center;
	margin: 20px 20px 20px 0;
	height: 366px;
}
#info1-wrap
{
	margin: 20px;
	position: relative;
	display: none;
}
#info1-wrap DIV.name-image
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 210px;
}
#info1-wrap DIV.name-image H2
{
	margin: 0 0 5px;
	color: #FFF;
}
#info1-wrap DIV.name-image LABEL
{
	display: block;
	padding: 3px 0 0 25px;
	color: #FFF;
	width: 140px;
}
#info1-wrap DIV.schools
{
	position: absolute;
	top: 30px;
	left: 160px;
	width: 236px;
	background: url(schoolsback.png) no-repeat top center;
	padding: 15px;
}
#info1-wrap DIV.schools SPAN.info-title
{
	margin-left: 15px;
	color: #77322B;
	background: #000;
	padding: 2px 3px;
	font-weight: bold;
}
#info1-wrap DIV.schools SPAN.info-data
{
	margin: 5px 10px 5px 15px;
	display: block;
	color: #FFF;
}
#post-college-wrap
{
	margin: 25px 0 0 5px;
	width: 155px;
	max-height: 90px;
	overflow: hidden;
}
#post-college-wrap SPAN.info-title
{
	color: #77322B;
	background: #000;
	padding: 2px 3px;
	font-weight: bold;
}
#post-college-wrap SPAN.info-data
{
	margin: 5px 10px 5px 0;
	display: block;
	color: #FFF;
}
#info2-wrap
{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 246px;
	height: 130px;
	background: url(statsback.png) no-repeat top left;
	display: none;
}
#info2-wrap DIV.stats
{
	padding: 0px;
	margin: 5px;
	overflow: hidden;
	height: 119px;
}
#info2-wrap DIV.stats H3
{
	margin: 3px;
	color: #77322B;
}
#info2-wrap DIV.stats #stats-table
{
	margin: 5px;
	width: 225px;
	font-size: 0.8em;
	background: #CFCFCF;
}
#info2-wrap DIV.stats #stats-table TD.title
{
	width: 60%;
	border: none;
	text-align: left;
	vertical-align: middle;
	padding: 0px 3px 1px;
	height: 20px;
	margin: 0;
	border-bottom: 1px solid #AAA;
}
#info2-wrap DIV.stats #stats-table TD.data
{
	width: 40%;
	border: none;
	text-align: right;
	vertical-align: middle;
	padding: 0px 3px 1px;
	margin: 0;
	border-bottom: 1px solid #AAA;
}
#info2-wrap DIV.stats #stats-table TR
{
	border-bottom: 1px solid #CCC;
}
#info2-wrap DIV.stats #stats-table TR.even
{
	background: #FFFFFF;
}
#info3-wrap
{
	position: absolute;
	top: 8px;
	padding: 0 45px 0 35px;
}
#info3-wrap H2
{
	color: #77322B;
	background: #000;
	display: table;
	padding: 2px 5px;
	font-size: 1.5em;
	letter-spacing: 5px;
}
#info3-wrap P
{
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.5em;
	background: #000;
	padding: 2px 5px;
	display: table;
}
#info4-wrap
{
	position: absolute;
	top: 158px;
	width: 98px;
	height: 43px;
	background: url(loading.gif) no-repeat bottom center;
	left: 182px;
	display: none;
}
#info4-wrap P
{
	text-align: center;
	color: #FFF;
}
#athletes-list-wrap
{
	width: 400px;
	position: relative;
}
#athletes-list-wrap DIV.sports-list-box
{
	width: 180px;
	float: left;
	margin-left: 20px;
	padding: 0;
}
#athletes-list-wrap DIV.athletes-list-box
{
	width: 180px;
	float: left;
	margin-left: 20px;
	padding: 0;
}
SELECT.athletes-select
{
	width: 163px;
	height: 330px;
}
/*Network Page*/
#networkPage #body-wrap
{
	padding: 2em;
}
#network-wrap
{
	width: 580px;
	float: right;
	position: relative;
	background: url(networkinfoback.png) no-repeat -10px -20px;
	height: 375px;
}
#network-info-wrap1
{
	margin: 20px;
	position: relative;
	display: none;
}
#network-info-wrap1 H3#nName
{
	margin: 0;
	color: #FFF;
	font-size: 1.3em;
	padding: 0 0 0 0.5em;
}
#network-info-wrap1 H4#nType
{
	margin: 5px 7px;
	color: #77322B;
	font-size: 12px;
	padding: 3px 5px;
	background: #000;
	#width: 261px;
	display: table;
}
#network-info-wrap1 P#nDesc
{
	color: #FFF;
	width: 270px;
	margin: 0;
	padding: 0.8em 0.8em 0.8em 0.7em;
	line-height: 1.5em;
	overflow: hidden;
	height: 255px;
	font-size: 13px;
}
#network-info-wrap1 DIV#nImage
{
	position: absolute;
	right: -29px;
	/*background: url(network/networkNoPic.png) no-repeat 0 0;*/
	display: block;
	width: 240px;
	height: 145px;
	padding: 17px;
	top: -10px;
}
#network-info-wrap1 DIV#network-contact-info
{
	position: absolute;
	top: 208px;
	right: 0;
	width: 215px;
	height: 126px;
	overflow: hidden;
}
#network-contact-info SPAN
{
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
	font-family: Arial;
}
#network-contact-info SPAN.cName
{
	padding-left: 20px;
}
#network-contact-info SPAN.cAddress
{
	padding-left: 20px;
}
#network-contact-info SPAN.cLocation
{
	padding-left: 20px;
}
#network-contact-info SPAN.cPhone
{
	padding-left: 20px;
}
#network-contact-info SPAN.cEmail
{
	padding-right: 22px;
	float: right;
	padding-top: 5px;
}
#network-contact-info SPAN.cWebsite
{
	padding-right: 22px;
	float: right;
	clear: both;
}
#network-info-wrap2
{
	position: absolute;
	top: 8px;
	padding: 0 45px 0 35px;
}
#network-info-wrap2 H2
{
	color: #77322B;
	background: #000;
	display: table;
	padding: 2px 5px;
	font-size: 1.5em;
	letter-spacing: 5px;
}
#network-info-wrap2 P
{
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.5em;
	background: #000;
	padding: 2px 5px;
	display: table;
}
#network-info-wrap3
{
	position: absolute;
	top: 236px;
	width: 98px;
	height: 43px;
	background: url(loading.gif) no-repeat bottom center;
	left: 120px;
	display: none;
}
#network-info-wrap3 P
{
	text-align: center;
	color: #FFF;
}
#network-list-wrap
{
	width: 220px;
	position: relative;
	padding-top: 6px;
}
#network-search .networkSearchText
{
	margin-right: 1em;
	width: 125px;
	border: 1px solid #AAA;
	padding: 0.2em;
	color: #666;
	#width: 105px;
}
#network-search .networkSearchButton
{
	border: 1px solid #AAA;
	background: #CCC url(buttonBack.jpg) repeat-x top left;
	padding: 0.2em 0.7em;
	#padding: 1px 0.7em;
}
#network-sort SELECT
{
	width: 215px;
	border: 1px solid #AAA;
}
#network-list H3
{
	color: #78001C;
	margin-bottom: 5px;
}
#network-list SELECT
{
	width: 215px;
	height: 260px;
	border: 1px solid #AAA;
}
/*About Page*/
#aboutPage #body-wrap
{
}
DIV.about-wrap
{
	width: 540px;
	float: right;
	padding: 2em;
}
DIV.about-alt
{
	width: 260px;
	overflow: hidden;
	padding: 150px 1em 40px;
	text-align: center;
	position: relative;
}
DIV.about-alt H5
{
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1em 0 2em;
	line-height: 1.2em;
	font-family: Arial;
}
DIV.about-alt A
{
	color: #666;
	display: block;
	border: none;
	text-decoration: none;
	margin-top: 4em;
}
#aboutPage #body-wrap H3
{
	color: #78001C;
	margin: 2em 0 0.4em;
}
#aboutPage #body-wrap H3.first
{
	margin-top: 0;
}
#aboutPage #body-wrap P
{
	line-height: 1.2em;
}
/*Contact Page*/
#contactPage #body-wrap
{
	background: url(atback.png) no-repeat top right;
}
DIV.contact-wrap
{
	padding: 2em;
	width: 500px;
}
DIV.contact-wrap H3
{
	margin: 0 0 0.4em;
	color: #78001C;
}
DIV.contact-wrap P
{
	padding-bottom: 1em;
}
DIV.contact-wrap FORM
{
	padding-top: 1em;
	border-top: 1px solid #AAA;
}
DIV.contact-wrap LABEL
{
	display: block;
	margin: 1em 0 0.2em;
	font-weight: bold;
}
DIV.contact-wrap INPUT[type="text"]
{
	width: 300px;
	border: 1px solid #AAA;
	padding: 5px;
}
DIV.contact-wrap TEXTAREA
{
	width: 400px;
	border: 1px solid #AAA;
	padding: 5px;
}
DIV.contact-wrap DIV.formButtons
{
	margin-top: 1em;
}
DIV.contact-wrap INPUT.button
{
	border: 1px solid #AAA;
	background: #CCC url(buttonBack.jpg) repeat-x top left;
	padding: 0.2em 0.8em;
	margin-right: 1em;
}
FORM#contactForm SPAN.required
{
	color: #78001C; /*[e]@00*/
}
FORM#contactForm P
{
	padding: 10px;
}
FORM#contactForm P SMALL
{
	font-size: 12px;
	color: #78001C; /*[e]@00*/
}
/*Multimedia Page*/
#multimediaPage #body-wrap
{
	text-align: center;
	padding: 50px;
}
/*Calendar Page*/
#calendarPage #body-wrap
{
	padding: 2em;
}
DIV.calendar-wrap
{
	margin: 0 auto;
	/*[disabled]padding:2em;*/
	/*[disabled]background:#FFF;*/
	/*[disabled]border:1px solid #AAA;*/
	text-align: center;
}
#calendar-table
{
	empty-cells: hide;
	border-spacing: 2px;
}
#calendar-table TD, #calendar-table TH
{
	border: 1px solid #AAA;
	background: #FFF;
}
#calendar-table TD.dayofweek
{
	width: 80px;
}
#calendar-table TH
{
	background: #FFF;
	color: #000;
	font-size: 1.5em;
	letter-spacing: 2px;
}
#calendar-table TH SPAN.right-arrow
{
	float: right;
}
#calendar-table TH SPAN.left-arrow
{
	float: left;
}
#calendar-table TH SPAN INPUT.button
{
	border: 1px solid #AAA;
	background: #CCC url(buttonBack.jpg) repeat-x top left;
	padding: 0.2em 0.7em;
	#padding: 1px 0.7em;
}
#calendar-table DIV.event
{
	border: 1px solid #AAA;
	background: #EEE;
	padding: 10px;
	font-size: 0.7em;
	margin-top: 1em;
}
#calendar-table DIV.canceled
{
	background: #FF4444;
	border: 1px solid #000;
}
#calendar-table DIV.desc
{
	/*display: none;*/
}
#calendar-table H2.canceled
{
	color: #FFFFFF;
	margin-top: 0;
}
#calendar-table H3.event-title
{
	padding: 0;
	margin: 0;
	color: #78001C; /*[e]@00*/
}
#calendar-table LABEL.updates
{
	display: block;
	color: #78001C; /*[e]@00*/
}
FORM.eventForm H1
{
	margin-top: 0;
	border-bottom: 1px solid #AAA;
	padding-bottom: 5px;
}
FORM.eventForm LABEL
{
	display: block;
	margin: 1em 0 0;
	padding: 0 0 5px;
	font-weight: bold;
}
FORM.eventForm INPUT[type="text"], FORM.eventForm TEXTAREA
{
	border: 1px solid #AAA;
	padding: 5px;
	width: 250px;
}
FORM.eventForm TEXTAREA
{
	height: 100px;
}
FORM.eventForm INPUT[type='submit']
{
	margin: 2em 1em;
}
FORM.eventForm SMALL
{
	font-size: 12px;
	margin: 5px 0;
	display: block;
	color: #AAA;
}
/*Admin Page*/
#adminPage #body-wrap
{
	padding: 2em;
}
DIV.login-wrap
{
	width: 650px;
	margin: 0 auto;
}
DIV.login-wrap FORM
{
}
DIV.login-wrap LABEL
{
	margin-bottom: 0.5em;
	font-size: 1.2em;
	float: left;
	margin-top: 10px;
	width: 100px;
	text-align: right;
	color: #333;
	letter-spacing: 1px;
	font-variant: small-caps;
}
DIV.login-wrap INPUT
{
	margin-bottom: 1em;
	font-family: Georgia;
	font-size: 1.5em;
	padding: 5px;
	width: 500px;
	display: block;
	margin-left: 130px;
}
DIV.login-wrap INPUT.inputText
{
	color: #666;
	letter-spacing: 2px;
}
DIV.login-wrap INPUT.inputPassword
{
	color: #AA0000;
	letter-spacing: 1px;
}
DIV.login-wrap INPUT.button
{
	width: 515px;
	border: 1px solid #000;
	background: #85001F;
	color: #FFF;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0;
}
.adminTitle
{
	color: #85001F;
	font-size: 1.5em;
	margin-top: 0;
	border-bottom: 1px solid #AAA;
	padding-bottom: 1em;
}
UL#adminHomeList
{
	margin: 0 auto;
	width: 90%;
}
UL#adminHomeList LI
{
	list-style: none;
	float: left;
	margin: 0 5% 0 0;
	width: 20%;
	text-align: center;
	border: 1px solid #666;
}
UL#adminHomeList LI.last
{
	margin-right: 0;
}
UL#adminHomeList LI A
{
	padding: 50px 0;
	background: #FFF;
	display: block;
	border-bottom: 10px solid #666;
	font-size: 1.2em;
}
#adminHomeList LI A:hover
{
	border-bottom: 10px solid #78001C;
}
/*Admin :: Athlete Management, Network Management, Updates Management*/
FORM#searchByNameForm
{
	float: right;
}
TABLE.am-list, TABLE.nm-list, TABLE.um-list
{
	background: #FFF;
	font-size: 0.8em;
	width: 100%;
	margin: 0;
}
TABLE.am-list A, TABLE.nm-list A, TABLE.um-list A
{
	text-decoration: underline;
	color: #282AC9;
}
TABLE.am-list A:hover, TABLE.nm-list A:hover, TABLE.um-list A:hover
{
	text-decoration: none;
}
TABLE.am-list TR, TABLE.nm-list TR, TABLE.um-list TR
{
	border: none;
}
TABLE.am-list TH, TABLE.nm-list TH, TABLE.um-list TH
{
	border: none;
	background: #85001F;
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #333;
}
TABLE.am-list TH A, TABLE.nm-list TH A, TABLE.um-list TH A
{
	color: #FFF;
}
TABLE.am-list TD, TABLE.nm-list TD, TABLE.um-list TD
{
	border: none;
	border-bottom: 1px solid #AAA;
	vertical-align: top;
	line-height: 1.4em;
}
TD.last
{
	border: none;
}
TR.odd
{
	background: #EFEFEF;
}
#addAthleteTable, #addAthleteTable TD, #editAthleteTable, #editAthleteTable TD, #addContactTable, #addContactTable TD, #editContactTable, #editContactTable TD, #addUpdateTable, #addUpdateTable TD, #editUpdateTable, #editUpdateTable TD
{
	border: none;
}
#addAthleteTable TD, #editAthleteTable TD, #addContactTable TD, #editContactTable TD, #addUpdateTable TD, #editUpdateTable
{
	vertical-align: middle;
}
#addAthleteForm LABEL, #editAthleteForm LABEL, #addContactForm LABEL, #editContactForm LABEL, #addUpdateForm LABEL, #editUpdateForm LABEL
{
	font-size: 0.8em;
	float: left;
	width: 115px;
	text-align: right;
	color: #333;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin-top: 6px;
}
#addAthleteForm INPUT.inputText, #addAthleteForm SELECT, #editAthleteForm INPUT.inputText, #editAthleteForm SELECT, #addContactForm INPUT.inputText, #addContactForm SELECT, #editContactForm INPUT.inputText, #editContactForm SELECT, #addContactForm TEXTAREA, #editContactForm TEXTAREA, #addContactForm INPUT.inputText2, #editContactForm INPUT.inputText2, #addUpdateForm INPUT.inputText, #addUpdateForm SELECT, #editUpdateForm INPUT.inputText, #editUpdateForm SELECT, #addUpdateForm TEXTAREA, #editUpdateForm TEXTAREA
{
	font-family: Georgia;
	font-size: 0.8em;
	padding: 2px;
	width: 230px;
	margin-left: 130px;
	display: block;
}
#addContactForm TEXTAREA, #editContactForm TEXTAREA, #addUpdateForm TEXTAREA, #editUpdateForm TEXTAREA
{
	width: 613px;
	height: 125px;
}
#addContactForm INPUT.inputText2, #editContactForm INPUT.inputText2, #addContactForm SELECT.select2, #editContactForm SELECT.select2
{
	display: inline;
	margin: 0;
}
#addContactForm INPUT#nCity, #editContactForm INPUT#nCity
{
	display: inline;
	margin-left: 15px;
}
#addContactForm INPUT#nZip, #editContactForm INPUT#nZip
{
	width: 50px;
}
#addContactForm INPUT#nAddress, #editContactForm INPUT#nAddress
{
	width: 613px;
}
TABLE TD.ue-ud
{
	width: 100px;
	text-align: right;
}
.deleteTime
{
	margin: 0 0 0 10px;
	vertical-align: middle;
	display: block;
}
.hoverTR, TR.hoverTR
{
	background: #FFBB73;
}
/*Tool Tip*/
#tooltip.pretty
{
	font-family: Arial;
	border: none;
	padding: 1em;
}
#tooltip.pretty H3
{
	margin-bottom: 0.75em;
	font-size: 1.2em;
	text-align: left;
}
#tooltip.pretty DIV
{
	text-align: left;
}
#tooltip.fancy
{
	background: #EEE;
	padding-top: 1em;
	height: 100px;
	border: 1px solid #AAA;
}
#tooltip.fancy.viewport-right
{
}
#extended
{
	margin: 2em 0;
}
#extended LABEL
{
	text-decoration: underline;
}
#yahoo
{
	width: 7em;
}
#right, #right2
{
	text-align: right;
}
#tooltip.right
{
	width: 250px;
}
#fancy2
{
	float: right;
}
/*Important Classes*/
.warning
{
	margin: 0 auto;
	margin-bottom: 2em;
	border: 1px solid #AAA;
	background: #FFFFEE;
	text-align: center;
	padding: 1em;
	color: #85001F;
	line-height: 1.5em;
}
.hide
{
	position: absolute;
	left: -99999px;
	margin: 0;
	padding: 0;
}
.clear
{
	clear: both;
	height: 1px;
}
.right
{
	float: right;
}
.nomar
{
	margin: 0;
}
.valid
{
	border: 2px solid #008000 !important;
}
.invalid
{
	border: 2px solid #800 !important;
}
LABEL.error
{
	color: #880000;
	font-style: italic;
}
