/* Layout Stuff */

body
{
	background:#b5dbf1;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	text-align:center;
	font-size:67.5%;
}

div#Container
{
	width:995px;
	margin:0 auto;
	text-align:left;
}

div.Content
{
	padding:15px;
}

h1, h2, h3
{
  font-weight:bold;
	margin:0;
	padding:0;
}

h1
{
	font-family:Helvetica,Arial,Sans-Serif;
}

h2
{
  font-family:Georgia, times, serif;
  font-size:24px;
  color:#0C80BD;
  margin-bottom:4px;
}

h3
{
  font-size:14px;
}

p
{
  font-size:12px;
  line-height:1.5em;
  margin-bottom:1em;
}

ul, ol
{
  font-size:12px;
}

a
{
	color:#0c80bd;	
}

a img 
{
	border:0;
}

a:visited
{
}

div#mast a:visited, ul.Actions li a:visited
{
	background-image:none;
	padding-left:0;
}

ul.Actions
{
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.Actions li.Secondary
{
	float:right;
	margin-top:5px;
}

ul.Actions li a
{
	color:#fff;
	font-weight:bold;
}

ul#Categories
{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:3px;
	background:#ecf6fc;
	border-bottom:2px solid #0c80bd;	
}

ul#Categories li
{
	margin:1px;
	font-size:12px;
	font-weight:bold;
	display:inline;
	padding-right:23px;
}

ul#Categories li a
{
	text-decoration:none;
}

ul#Categories li input
{
  font-size:11px;
}

#OtherCategoryInput.Selected
{
  color: #000;
}

ul#SearchResults
{
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}

ul#SearchResults li
{
	min-height:160px;
	float:left;
	width:30%;
	background:#c6e6f8;
	margin:0 8px 8px 0;
	padding:8px;
}

ul#SearchResults li h2
{
  color:#000;
  font-family:Verdana,Arial,Helvetica,Sans-Serif;
  font-size:16px;
  margin-bottom:2px;
}
ul#SearchResults li a.fn
{
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}

ul#SearchResults li div.adr,ul#SearchResults li div.tel
{
	margin-bottom:5px;
}

ul#SearchResults li a:hover
{
	text-decoration:none;
}

ul#Participants
{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#Participants li
{
	margin:4px 0;
	padding:3px;
	background:#c6e6f8;
	font-size:14px;
}

span#OneMoreAddress
{
	font-weight:bold;
}

p.meta
{
  font-size:11px;
  font-weight:bold;
  margin-top:-15px;
  color:#333;
  text-align:center;
}

/* Rounded Corners */

div#Feature-Top
{
	background:url('/images/rounded/top.gif') no-repeat top left;
}

div#Feature-Bottom
{
	background:url('/images/rounded/bottom.gif') no-repeat bottom left;
	padding:15px 15px 20px 15px;
}

/* Footer */

div#copyright p
{
	font-size:11px;
	text-align:right;
	color:#70aac9;
	margin-top:15px;
}

div#copyright a
{
	text-decoration:none;
	border-width:0;
	border-bottom:1px solid #1c6991;
}

/* === FLASH MESSAGES === */
div#flash-notice {
	
}

div#flash-warning {
	
}

div#flash-error {
	
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	
}

div#errorExplanation h2 {
	
}

div#errorExplanation p {
	
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
	
}

/* === FORMS === */

form ol
{
  list-style:none;
  margin:0;
  padding:0;
}

form ol li
{
  margin:0 0 8px 0;  
  font-size:12px;
}

div.NewAddress
{
	width:98%;
	background:#ff9;
	padding:10px;
}

label
{
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

label.checkbox
{
  display:inline;
  font-weight:normal;
  text-transform:none;
  font-size:12px;
}

input.AddressInput
{
	font-size:18px;
	padding:3px;
	margin-right:10px;
}

input#SubmitAddresses
{
	font-size:18px;
	width:25%;
}

input.textbox
{
	border-color:#848484 #DBDBDB #DBDBDB #848484;
	border-style:solid;
	border-width:1px;
	padding:2px;
	font-size:14px;
}

input#AddAddress
{
	margin-top:10px;
}

p.SampleInput
{
	font-size:10px;
	font-style:italic;
	color:#444;
	line-height:0;
}

div.fieldWithErrors {
	
}

div.fieldWithErrors label {
	
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
	
}

br.Clear
{
	clear:both;
}
div#mast #login { float: right; margin-top:100px; margin-right:10px; }

/*
   OtherTextBox
*/
#OtherCategoryForm { display: inline; }
#OtherCategoryInput { font-weight: bold; color: #0c80bd; }
#OtherCategoryInput input.button { background-color: #ecf6fc; }
