/* ================================================================================================== */
/* Generic Style Declarations */

body		
		{
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	margin-top: 20px;
	background-color: #ffffff;
}
p{
	line-height: 18px;
}
img{}
b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	border-top: 1px dotted #cccccc;
			border-bottom: none;
			color: #ffffff;
			background-color: #ffffff;
			height: 1px;
			margin: 0px; }

h1, h2, h3, h4, h5, h6, legend
		{
	font-weight: bold;
	margin: 5px 0px;
}

h1		{
	font-family: "HelveticaNeue Black", "Arial Black", Helvetica, arial, sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #DB2B23;
}

h2, legend	{	font-size: 12px; }

h3		{
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6	{	font-size: 10px; }

h5		{	margin-left: 20px; }

h6		{	margin-left: 40px; }

dt, li		{	margin-top: 7px; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

a:link, a:visited, a:hover
		{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

a:visited	{
	color: #FF0000;
	font-weight: bold;
}

a:hover		{	color: #85944D; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

#Content	{	line-height: 235%;
			vertical-align: top;	
			background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/border.gif) repeat-x top left; }

#Content .RoundedCorner
		{	padding: 70px 0px 0px 0px;
			background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/Content_bg.gif) no-repeat top right; }
			
.Content	{
	width: 100%;
}

/* Necessary for #PartyInfo underline - potentially problematic */
.Content h1, .Content p
		{	padding-left: 25px; }

#PartyInfo	{	width: 215px;
			margin-bottom: 20px;
			background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/border.gif) repeat-x bottom left; }

#PartyInfo p 	{
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/PartyInfo_bg.gif) no-repeat bottom right;
}

.textSpacer	{
	position: relative;
	float: right;
	height: 30px;
	width: 0px;
	clear: right;
}

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Wrapper
		{	position: relative;
			padding: 25px;
			margin: 0px auto;
			width: 700px;
			background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/std/spacer.gif) no-repeat top right #ffffff;
			border: 1px solid #C0C0C0; }
			
#Container
		{	background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/border.gif) repeat-y top right; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Primary Navigation Styles */

#PriNav		{	vertical-align: top;
			text-align: center;
			width: 100px;
			background-image: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/PriNav_bg.gif);
			background-position: top left;
			background-repeat: no-repeat;
			background-color: #DB2B23;
			padding-bottom: 70px; }
			
#PriNav #Logo	{	padding: 42px 0px 60px 0px; }
			
#PriNav p	{	text-align: left;
			padding: 5px 15px 12px 25px;
			margin: 0px; }
			
#PriNav a	{	font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			padding: 5px 0px; }

#PriNav a.Sel	{	color: #000000; }
			
#PriNav a:hover	{	text-decoration: underline; }

/* END Primary Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	
		{	margin: 0px 0px 0px 0px;
			padding: 45px 0px 50px 40px;
			background-image: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/search_bg.gif);
			background-position: left bottom;
			background-repeat: no-repeat; }

#SearchForm input
		{	border: 1px solid #000000;
			padding-left: 2px;
			margin-bottom: 6px; }

#SearchForm input.Submit
		{	border: none;
			margin-bottom: 0px; }

/* END Search Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	
		{
	border-collapse: collapse;
	border: 1px solid #666666;
	background-color: #ffffff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	
		{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #000000; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */


#Olive
		{	background-image: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/Footer_bg.gif);
			background-position: bottom left;
			background-repeat: no-repeat;
			background-color: #DB2B23; }
			
#Olive div
		{	margin-bottom: 10px;
			height: 68px;
			width: 100%;
			background-image: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/Olive.jpg);
			background-position: bottom right;
			background-repeat: no-repeat; }

#FooterText
		{	background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/border.gif) repeat-x bottom left; }
			
#FooterText div
		{	font-weight: bold;
			color: #DB2B23;
			margin-bottom: 10px;
			padding: 34px 10px 0px 25px;
			height: 34px;
			background-image: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/Olive_splash.jpg);
			background-position: bottom left;
			background-repeat: no-repeat; }
			
#FooterLogo
		{	background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/border.gif) repeat-x bottom left; }
			
#FooterLogo .RoundedCorner
		{	padding-top: 20px;
			padding-right: 120px;
			height: 59px;
			background: url(file://///dlink-0718bb/Volume_1/Jeff%27s%20Documents/My%20Webs/RedCross/files/images/template/bash/FooterText_bg.gif) no-repeat bottom right; }

#Footer	a	{	color: #878787; }
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: none;
			color: #878787; }

#Footer a:hover	{	text-decoration: underline;
			color: #000000; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 20px;
	line-height: 160%;
}

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	margin: 10px 0px;}

#LoginForm label
		{	display: block;
			float: left;
			width: 100px;
			margin-top: 5px; }

#LoginForm p	{	clear: left;
			margin: 5px 0px; }

#LoginForm p.error
		{	margin: 20px 0px; }

/* END Login Form Styles */
/* ================================================================================================== */
ul{
	list-style-type: none;
}
