/**
* screen.css - advanced styles for use on the screen media type
*/


/*
 * zum extras
 * 
 */
.feedbackPanelERROR {
	color:black;
	font-size:1.1em;
	font-weight:900;
}

.feedbackPanelWARN {
	color:black;
	font-size:1.1em;
	font-weight:900;
}

/* Navigation */
btn a:link,btn a:visited {
    text-decoration:none;
}

ul.btn {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.btn li {
    border:1px solid #0E9A53;
    display:inline;
    float:left;
    margin:0pt 0px 0px 1px;
}
.btn a {
    background:#838384 url(../img/bg/button_off.png) repeat-x;
    border:1px solid white;
    display:block;
    height:2em;
    line-height:2em; 
    padding:2px 30px 2px 4px;
    text-align:left;
	font-weight:600;
    margin-right:1px;
    white-space: nowrap;
}

.btn a:hover {
    background:#ACB9E8 url(../img/bg/button_over.png) repeat-x;
    text-decoration:none;
}
.btn a:active {
    background:#5974D2 url(../img/bg/button_on.png) repeat-x;
}

.btn-big a { /* use as secondary class with .btn */
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 30px;
    height: 1.6em;
    line-height: 1.6em; 
}
.btn-big a, .btn-big a:hover, .btn-big a:active {
	background-color: #fff;
	background-position: 0 10px;
}

.loginPanel {
	width: 400px;	
}

.loginLabel {
	font-size:0.8em;
	color: #CF0D0D;
}

.smallGreenText {
	font-size:0.8em;
	color: #0E9A53;
}

.smallRedText {
	font-size:0.8em;
	color: #CF0D0D;
}

/**
* Site structure
*/

#wrapper {
  margin: 0 auto 0 auto;
  width: 1024px;
}
#logo {
  position: relative;
  margin: -5px 0 0 0;
  padding-left: 10px;
  z-index: 138;
  cursor: pointer;
}
#homepage-header {
  position: relative;
  margin: -40px 0 0 0;
  z-index: 1138;
}
#registration-process {
  float: right;
  margin: 15px 50px 0 0;
  font-size: 1.1em;
  line-height: 30px;
}
#registration-process * {
  vertical-align: middle;
  margin-left: 5px;
}
#left-column {
  float: left;
  padding-left: 40px;
  width: 450px;
}
#photo-taker {
  margin-left: 50px;
}
#photo-taker .box-inner {
  padding: 44px 0 5px 0;
}
#photo-taker p {
  color: #fff;
  font-size: 1.1em;
}
#profile-photo {
  float: left;
  margin-right: 10px;
}
#right-column .box-inner p {
  color: #000;
  font-size: .9em;
}
#camera-help {
	height:290px;
	overflow:auto;
}
#intro-text {
  font-size: 1.2em;
  line-height: 1.1em;
  color: #0E9A53;
}
#intro-text span, .notice {
	color: #CF0D0D;
}
.notice, .contact {
  margin-top:10px;
  font-size:0.9em;
  line-height: 1.1em;
  font-weight: bold;
}

.contact {
  margin-top:70px;
  color: #0E9A53;
}

.register-form #left-column {
  width: 440px;
  padding-left: 50px;
}
ul#nav {
  list-style-type: none;
  text-align: left;
  font-size: .7em;
  margin: 0 0 20px 60px;
}
#nav li {
  display: inline;
  background: transparent url('../img/seperator.jpg') repeat-y scroll top left;
  padding: 0 9px 0 10px;
}
#nav li:first-child {
  background: 0;
}
#nav li.on a {
  color: #CF0D0D;
}
#right-column {
  float: left;
  width: 462px;
  margin-left: 27px;
}
.register-form #right-column table {
  margin-left: 50px;
}
#single-column {
  padding: 0 50px;
  position: relative;
}
#single-column p, #single-column ul {
  color: #0E9A53;
}
#single-column li {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 20px;
}
#single-column .button-back li {
  list-style-type: none;
}
#power img {
  display: none;
}
#power {
  display: block;
  float: right;
  width: 191px;
  height: 54px;
  background: transparent url('../img/logos/winkball.jpg') no-repeat scroll top left;
  margin-right: 30px;
}
#power:hover {
  background: transparent url('../img/logos/winkball.gif') no-repeat scroll top left;
}
#association {
	float: right;
	margin-right: 70px;
}	
#charity-logos-frontpage-container {
	padding-top:10px;
	margin-left:14px;
	width:480px;
}
#charity-logos-frontpage-container img {
	padding-top: 10px;
}
#charity-text  {
	border:1pt solid #0E9A53;
	margin-bottom:20px;
	padding:6px;
}
#charity-text TABLE {
	width:1024px;
	font-weight:900;
	font-size:0.9em;
}
#charity-text TABLE TD{
	padding-right:10px;
}
#frontpage-movie-container {
	border:1pt solid #0000cc;
	width:402px;
	margin-left:15px;
}

/**
* Forms
*/

.dobXXField {
  border: 1px solid #0E9A53;
  padding: 3px;
  width:40px;
}

.dobXXXXField {
  border: 1px solid #0E9A53;
  padding: 3px;
  width:60px;	
}

.text {
  border: 1px solid #0E9A53;
  padding: 3px;
}
.regField {
  border: 1px solid #0E9A53;
  padding: 3px;
  width:250px;
}
.login-form {
  float: left;
  margin: .4em 0 .8em -17px;
  padding: 7px 15px;
  width: 280px;
  border: 2px solid #CF0D0D;
}
.login-form input.text {
  width: 201px;
  margin-bottom: 3px;
}
.login-form p {
  font-size: .7em;
}
#login-form-email-default, #login-form-passwd-default {
  color: #7C7C7C;
}
.register-form td {
  padding: 10px;
}
.register-form input.text {
  width: 250px;
}
.register-form label {
  color: #CF0D0D;
  font-weight: bold;
  font-size: .95em;
}
.register-form label big {
  color: #0E9A53;
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 5px;
}
#register-form-verification {
  white-space: nowrap;
}
#regsiter-form-charities {
  height: 170px;
  overflow: auto;
  list-style-type: none;
  margin-top: 5px;
  font-size: 0.95em;
}
#regsiter-form-charities li {
  border-bottom: 1px solid #CF0D0D;
  padding: 3px 15px 3px 15px;
  height: 44px;
}
#regsiter-form-charities li input {
  float: right;
  margin: 15px 30px 0 0;
}
#single-column .forgot-passwd-form p {
	color: #000;
}
.forgot-passwd-form td {
	padding: 10px 5px 0 0;
}
.forgot-passwd-form input.text {
  width: 250px;
}
.forgot-passwd-form label {
  color: #CF0D0D;
  font-weight: bold;
  font-size: .95em;
  white-space: nowrap;
}

/** 
* Classes
*/

.help-text {
  padding-bottom: 3px;
  color: #0E9A53;
  font-size: .95em;
}
.help-text a:link, .help-text a:visited {
  color: #CF0D0D;
}
.help-text a:hover {
  text-decoration: underline;
}

.greetings {
  text-align: center;
  height: 94px;
}
.greetings .greeting {
  display: none;
}
.greetings .on {
  display: inline;
}

.button a {
  background: transparent none no-repeat scroll top left;
  display: block;
  width: 122px;
  height: 32px;
}
.button a:hover {
  background-position: bottom left;
}

.button-bauble a {
  margin-top: 1.7em;
  background-image: url('../img/buttons/join.jpg');
  width: 135px;
  height: 120px;
}

.box-outer {
  border: 1px solid #01954A;
  margin-bottom: 20px;
}
.box-inner {
  border: 1px solid #fff;
  background: #1DA15E url('../img/bg/box.jpg') repeat-x scroll top left;
  padding: 10px;
}
.box-inner h3 {
  border-bottom: 1px solid #01954A;
  font-weight: normal;
  font-size: 1.15em;
  margin-bottom: 10px;
}
#register-form-verification{
	border: 1px solid #0E9A53;
	padding-top:4px;
	padding-right:4px;
	padding-left:4px;
}
#register-form-verification .verificationSelected IMG {
	border:2px solid #CF0D0D;
}
#register-form-verification IMG {
	border:2px solid #FFF;
}
.gender_radio label {
	border:8px solid #fff;
	padding-bottom:6px;
	vertical-align:top;
}

#single-column dt {
	color: #CF0D0D;
	padding-bottom: 10px;
}
#single-column dd {
    margin-left: 20px;
}
#single-column .faqList {
	padding-bottom: 10px;
}
#single-column .faqList li {
	font-size: 0.75em;
	color: #0E9A53;
	list-style-position: outside;
}
#single-column .faqListUpperAlpha li, #single-column .faqList .faqListUpperAlpha li {
	list-style-type: upper-alpha;
}
#single-column .faqListLowerRoman li, #single-column .faqList .faqListLowerRoman li {
    list-style-type: lower-roman;
}
#single-column .faqListDecimal li, #single-column .faqList .faqListDecimal li {
    list-style-type: decimal;
}
#single-column .faqList li ol {
    padding-top: 10px;
}
#single-column .faqList li li {
    font-size: 1em;
}

.refIconCtrl {
    padding: 16px 24px;
    background: transparent url('../img/control-icon.gif') scroll no-repeat center center;
    line-height: 2.1em;
}

