/* Forms */

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, select {
	border: 1px solid #7f9db9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, textarea {
	padding: 4px 6px;
}

div.date 
{
    display: none;
    visibility: hidden;
}

.onload_hide 
{
    display: none;
}

/* =DONATION FORM
------------------------------------------*/
fieldset {
	margin: 0;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
}
fieldset.formconfirmation 
{
	border: 0;
}
fieldset fieldset 
{
	width: auto;
}

fieldset legend {
	font-weight: bold;
	font-size: 100%;
}

fieldset h2 {
	margin: 0 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: normal;
}

fieldset h2 img 
{
	vertical-align: middle;
	margin: 0 3px;
}

fieldset ul {
	font-size: 100%;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
fieldset li 
{
	clear: both;
	padding: 0 5px;
}
fieldset ul.alt, fieldset ul li.alt {
	background: #ffffcc;
}
fieldset ul.info 
{
    font-size: 90%;
    list-style: disc;
    padding-left: 30px;
    padding-top: 0;
}

fieldset label {
	float: left;
	font-size: 90%;
	padding: 5px 10px 0 0;
	width: 200px;
}
fieldset label a {
	float: none;
	padding: 0;
}
fieldset label.fieldannotation 
{
	display: block;
	float: none;
	padding: 0;
	width: auto;
}
fieldset div.heightfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

fieldset img {
	border: 0;
	vertical-align: middle;
}

fieldset span {
	color: red;
	font-weight: bold;
}

fieldset input 
{
    margin: 4px 0;
	width: 330px;
	vertical-align: middle;
}
fieldset textarea 
{
    margin: 4px 0;
	width: 330px;
}

fieldset select {
    margin: 4px 0;
	width: 344px;
	min-height: 22px;
	position: relative;
	top: 2px;
	vertical-align: middle;
}

fieldset input.radio, fieldset input.check {
	background-color: Transparent;
	border: none;
	position: relative;
	margin: 6px 0;
	vertical-align: middle;
	width: 13px;
}
fieldset li.alt input.radio, fieldset li.alt input.check {
    background-color: #ffffcc;
}

fieldset input.short {
	width: 116px;
}
fieldset input.xshort {
	width: 20px;
}
fieldset input.xxshort {
	width: 10px;
}

fieldset select.short {
	width: 130px;
}
fieldset select.xshort {
	width: 90px;
}
fieldset select.xxshort {
	width: 60px;
}

fieldset select.dpdd_day_short {
	width: 50px;
}
fieldset select.dpdd_month_short {
	width: 100px;
}
fieldset select.dpdd_year_short {
	width: 75px;
}

fieldset .dd, fieldset .mm {
	width: 24px;
	text-align: center;
}
fieldset .yyyy {
	width: 32px;
	text-align: center;	
}

fieldset input.next_button, fieldset input.back_button, fieldset input.submit_button {
	background: #6aa94e;
	border: 1px solid #ccc;
	cursor: pointer;
	color: white;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100px;
}

fieldset input.back_button {
	float: left;
}

fieldset input.next_button, fieldset input.submit_button {
	float: right;
}
fieldset input.submit_button {
	background:#CF6703;
}

fieldset input.asabove_button 
{
	border: 1px solid #ccc;
    padding: 1px 0;
    font-size: 90%;
    height: 24px;
    width: 68px;
}
fieldset li.alt input.asabove_button 
{
    background-color: #FFFFE2;
    border-color: #E6E6B3;
}

fieldset li input.displayonly, fieldset li select.displayonly
{
	background-color: #fff;
	border: 0;
	color: #000;
	padding-left: 0;
}
fieldset ul.alt input.displayonly, fieldset li.alt input.displayonly, fieldset ul.alt select.displayonly, fieldset li.alt select.displayonly
{
	background-color: #ffffcc;
	padding-left: 0;
}

div.warning 
{
    background: #FAF1F1 url(../images/css_images/icon_warning.gif) no-repeat scroll 8px 50%;
    border: 1px solid #B4281C;
    font-weight: bold;
    padding: 8px 8px 8px 60px;
}

/* =SEARCH RESULTS
---------------------------------*/
form#search-results {
	margin: 0 0 24px 0;
}

form#search-results fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form#search-results label {
	float: none;
	width: auto;
	font-weight: bold;
	font-size: 70%;
}

form#search-results input {
	width: 106px;
	margin: 0 0 0 3px;
	font-size: 70%;
}

form#search-results #search-results-button {
	position: relative;
	top: 6px;
	left: -4px;
	width: 22px;
	padding: 0;
	border: 0;
}

form#search-results a {
	margin: 0 4px 0 -1px;
	font-size: 70%;
	color: #b13a00;
}

form#search-results a:hover {
	text-decoration: none;
}

form#search-results select {
	width: 134px;
	height: 20px;
	font-size: 70%;
}
td #memberLevel
{
	background-color:#336699
}

/* OTHER
---------------------------------*/
div.contactbox
{
	border:solid 1px black;
	background-color:#cccccc;
	padding: 8px;
}
div#waitmsg_content
{
	display:none;
}
div#waitmsg,div.waitmsg
{
	background: transparent url(../images/css_images/loading_16.gif) no-repeat scroll 39% 50%;
	font-weight: bold;
	text-align: center;
}

.EcardGalleryPanel 
{
    background: #ffffcc;
    margin: 12px 0;
    padding: 5px;
}
.EcardGalleryPanel h4 
{
    color: #000;
    font-weight: bold;
    margin: 0;
}
.EcardGalleryPanel img 
{
    cursor: pointer;
    margin: 5px;
}

#content-primary {
	float: left;
	width: 690px;
	margin: 0;
	padding: 0 10px 0 0;
}

#content-primary1, #content-primary2, #content-primary3, #content-primary4 {float: left; margin: 0; padding: 0 10px 0 0; width: 690px;}
#content-secondary1, #content-secondary2, #content-secondary3, #content-secondary4 {float: left; margin: 0; padding: 0; width: 200px;}
