/**********

 Global effects

**********/

body
{
	margin: 5px;
	padding: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-smooth: auto;
	background-color: white;
}

#overlay {
    display: none; /* ensures it’s invisible until it’s called */
    position: absolute; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 25%; /* positions the div half way horizontally */
    top: 25%; /* positions the div half way vertically */
    padding: 25px; 
    border: 2px solid black;
    background-color: #ffffff;
    width: 50%;
    height: 50%;
    z-index: 100; /* makes the div the top layer, so it’ll lay on top of the other content */
}
#fade {
    display: none;  /* ensures it’s invisible until it’s called */
    position: absolute;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

a:link
{
	color: #2E2EB2;
	background: transparent;
}

a:visited
{
	color: #606099;
	background: transparent;
}

a:hover
{
	color: #8989D9;
	background: transparent;
	text-decoration: none;
}

a:active
{
	color: #FF8000;
	background: transparent;
}

a.login:link
{
	color: #808080;
	background: transparent;
}

a.login:visited
{
	color: #808080;
	background: transparent;
}

a.login:hover
{
	color: #a0a0a0;
	background: transparent;
	text-decoration: none;
}

a.login:active
{
	color: #808080;
	background: transparent;
}


#table-basic
{
	background: #f4edd6;
}

tda, tha
{
	border: solid #AAAAAA;
	border-width: 0px 1px 1px 0px;
	padding: 1px 3px 1px 3px;
}

table.organize
{
	border: solid #FFb700;
	border-width: 1px 1px 1px 1px;
	spacing: 1px;
	padding: 1px;
}

td.organizeradio
{
	vertical-align: top;
	height:50px;
	padding: 5px 5px 5px 0px;
}

td.organizeevent
{
	vertical-align: top;
}

td.organizeheader
{
	background-color: #FFb700
}

span.sitelogo
{
	font-size: 5.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}

span.login
{
	font-size: 0.80em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
	color: #a0a0a0;
}

span.termsofservice
{
	font-size: 0.80em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
	color: #a0a0a0;
}

a.termsofservice
{
	font-size: 0.80em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
	color: #a0a0a0;
}

ol.termsofservice {
  list-style: decimal;
  line-height: 1.5;
}

li.termsofservice {
  list-style: decimal;
  line-height: 1.5;
}

ul.signupb {
	padding-top: -20px;
}

span.organizeheader
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}

span.organizecaption, span.vieweventtitle
{
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
span.accepteventtitle
{
	font-size: 1.5em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
span.vieweventdescription
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

span.vieweventtime
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

span.vieweventtaskaction
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	display: inline-block;
	width: 400px;
	vertical-align: top;
}
span.vieweventerror
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	font-weight: bold;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #b00000;
}

span.organizesub
{
	font-size: 0.7em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #a0a0a0;
}
td.createlabel
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	white-space: nowrap;
}
td.createerror
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	width: 90px;
}
td.choicecolumn
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	width: 100px;
}
td.answercolumn
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	white-space: nowrap;
	width: 500px;
}
td.answercolumnB
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	white-space: nowrap;
	width: 400px;
}
td.pctcolumn
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	white-space: nowrap;
	width: 50px;
}
td.barcolumn
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	white-space: nowrap;
	width: 200px;
}
td.admincolumn
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	vertical-align: top;
	white-space: nowrap;
	width: 100px;
}

span.createlabel
{
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	font-weight: bold;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
span.createsub
{
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #b0b0b0;
}
span.createerror
{
	font-size: 0.7em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
input.createfield
{
	width: 500px;
}
input.newanswer
{
	width: 300px;
}
select.createfield
{
	width: 500px;
}
textarea.createfield
{
	width: 500px;
	height: 80px;
}
textarea.createfieldreplies
{
	width: 500px;
	height: 150px;
}
textarea.contactmessage
{
	width: 500px;
	height: 300px;
}
.organizebutton{
border:1px solid #25729a;-webkit-box-shadow: #B4B5B5 7px 7px 7px  ;-moz-box-shadow: #B4B5B5 7px 7px 7px ; box-shadow: #B4B5B5 7px 7px 7px  ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;width:250px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: 3px 3px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(top, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.organizebutton:hover{
 border:1px solid #1c5675; background-color: #26759e;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(top, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

.createbutton{
border:1px solid #25729a;-webkit-box-shadow: #B4B5B5 7px 7px 7px  ;-moz-box-shadow: #B4B5B5 7px 7px 7px ; box-shadow: #B4B5B5 7px 7px 7px  ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;width:180px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: 3px 3px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(top, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.createbutton:hover{
 border:1px solid #1c5675; background-color: #26759e;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(top, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

.acceptbutton{
border:1px solid #34740e;-webkit-box-shadow: #B4B5B5 7px 7px 7px  ;-moz-box-shadow: #B4B5B5 7px 7px 7px ; box-shadow: #B4B5B5 7px 7px 7px  ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;width:160px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: 3px 3px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #4ba614;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ba614), color-stop(100%, #176326));
 background-image: -webkit-linear-gradient(top, #4ba614, #176326);
 background-image: -moz-linear-gradient(top, #4ba614, #176326);
 background-image: -ms-linear-gradient(top, #4ba614, #176326);
 background-image: -o-linear-gradient(top, #4ba614, #176326);
 background-image: linear-gradient(top, #4ba614, #176326);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#176326);
}

.acceptbutton:hover{
 border:1px solid #224b09; background-color: #36780f;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36780f), color-stop(100%, #0d3a16));
 background-image: -webkit-linear-gradient(top, #36780f, #0d3a16);
 background-image: -moz-linear-gradient(top, #36780f, #0d3a16);
 background-image: -ms-linear-gradient(top, #36780f, #0d3a16);
 background-image: -o-linear-gradient(top, #36780f, #0d3a16);
 background-image: linear-gradient(top, #36780f, #0d3a16);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#0d3a16);
}

.passonbutton{
border:1px solid #c5152c;-webkit-box-shadow: #B4B5B5 7px 7px 7px  ;-moz-box-shadow: #B4B5B5 7px 7px 7px ; box-shadow: #B4B5B5 7px 7px 7px  ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;width:160px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: 3px 3px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #E82A43;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E82A43), color-stop(100%, #631920));
 background-image: -webkit-linear-gradient(top, #E82A43, #631920);
 background-image: -moz-linear-gradient(top, #E82A43, #631920);
 background-image: -ms-linear-gradient(top, #E82A43, #631920);
 background-image: -o-linear-gradient(top, #E82A43, #631920);
 background-image: linear-gradient(top, #E82A43, #631920);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E82A43, endColorstr=#631920);
}

.passonbutton:hover{
 border:1px solid #9b1123; background-color: #c9162d;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9162d), color-stop(100%, #3a0f13));
 background-image: -webkit-linear-gradient(top, #c9162d, #3a0f13);
 background-image: -moz-linear-gradient(top, #c9162d, #3a0f13);
 background-image: -ms-linear-gradient(top, #c9162d, #3a0f13);
 background-image: -o-linear-gradient(top, #c9162d, #3a0f13);
 background-image: linear-gradient(top, #c9162d, #3a0f13);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c9162d, endColorstr=#3a0f13);
}

h1
{
	font-size: 1.4em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

h2
{
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

h3
{
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	font-smooth: auto;
	margin: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

div.pagetitle
{
	font-weight: bold;
	font-size: 4em;
}

textarea
{
	width: 100%;
}

pre
{
	font-size: 1.5em;
}

img
{
	border: 0px;
}

