/* CCFMK Site CSS. */
body
{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
background-color:#F5F5F5;
font-family: "myriad-pro",sans-serif;
font-size:14px;
color: #666666;
line-height:19px;
}
/* Tables */
table td {
	font-size:14px;
color: #666666;
line-height:19px;
text-align:left;
}
table.outertable {
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	-khtml-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
table.outertablelightblue {
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	-khtml-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
background-color:#82dfe8;
border:0px;	
}
table.outertableorange {
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	-khtml-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
background-color:#fb7136;
border: 0px;
}
table.outertablegreen {
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	-khtml-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
background-color:#5fc496;
border: 0px;
}
table.outertablepurple {
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	-khtml-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
background-color:#b988d4;
border: 0px;
}
table.outertablegray {
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	-khtml-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
background-color:#f0f2f4;
border: 1px solid #EEEEEE;
}
table.contenttable {
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#CCCCCC');
	-webkit-box-shadow: 2px 2px 3px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px #CCCCCC;
	-o-box-shadow: 2px 2px 3px #CCCCCC;
	-khtml-box-shadow: 2px 2px 3px #CCCCCC;
	box-shadow: 2px 2px 3px #CCCCCC;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}
/* Links */
.toptoolbar a:link {
	color:#808080;
	text-decoration:none;
	font-size:14px;
}
.toptoolbar a:hover {
	color:#808080;
	text-decoration:underline;
	font-size:14px;
}
.toptoolbar a:visited {
	color:#808080;
	text-decoration:none;
	font-size:14px;
}
.toptoolbarhighlighted a:link {
	color:#82dfe8;
	text-decoration:none;
	font-size:14px;
}
.toptoolbarhighlighted a:hover {
	color:#82dfe8;
	text-decoration:underline;
	font-size:14px;
}
.toptoolbarhighlighted a:visited {
	color:#82dfe8;
	text-decoration:none;
	font-size:14px;
}
.bottomtoolbar a:link {
	color:#f7f7f7;
	text-decoration:none;
	font-size:14px;
}
.bottomtoolbar a:hover {
	color:#f7f7f7;
	text-decoration:underline;
	font-size:14px;
}
.bottomtoolbar a:visited {
	color:#f7f7f7;
	text-decoration:none;
	font-size:14px;
}
.subtoolbar a:link {
	color:#888888;
	text-decoration:none;
	font-size:12px;
}
.subtoolbar a:hover {
	color:#888888;
	text-decoration:underline;
	font-size:12px;
}
.subtoolbar a:visited {
	color:#888888;
	text-decoration:none;
	font-size:12px;
}

.subtoolbarhighlighted a:link {
	color:#b988d4;
	text-decoration:none;
	font-size:12px;
}
.subtoolbarhighlighted a:hover {
	color:#b988d4;
	text-decoration:underline;
	font-size:12px;
}
.subtoolbarhighlighted a:visited {
	color:#b988d4;
	text-decoration:none;
	font-size:12px;
}
.orangelink a:link {
	color:#fb7136;
	text-decoration:none;
	font-size:18px;
}
.orangelink a:hover {
	color:#fb7136;
	text-decoration:underline;
	font-size:18px;
}
.orangelink a:visited {
	color:#fb7136;
	text-decoration:none;
	font-size:18px;
}
.orangelinksmall a:link {
	color:#fb7136;
	text-decoration:none;
	font-size:12px;
}
.orangelinksmall a:hover {
	color:#fb7136;
	text-decoration:underline;
	font-size:12px;
}
.orangelinksmall a:visited {
	color:#fb7136;
	text-decoration:none;
	font-size:12px;
}
.redlink a:link {
	color:#cb4440;
	text-decoration:none;
	font-size:18px;
}
.redlink a:hover {
	color:#cb4440;
	text-decoration:underline;
	font-size:18px;
}
.redlink a:visited {
	color:#cb4440;
	text-decoration:none;
	font-size:18px;
}
.redlinksmall a:link {
	color:#cb4440;
	text-decoration:none;
	font-size:12px;
}
.redlinksmall a:hover {
	color:#cb4440;
	text-decoration:underline;
	font-size:12px;
}
.redlinksmall a:visited {
	color:#cb4440;
	text-decoration:none;
	font-size:12px;
}
.greenlink a:link {
	color:#5fc496;
	text-decoration:none;
	font-size:18px;
}
.greenlink a:hover {
	color:#5fc496;
	text-decoration:underline;
	font-size:18px;
}
.greenlink a:visited {
	color:#5fc496;
	text-decoration:none;
	font-size:18px;
}
.greenlinksmall a:link {
	color:#5fc496;
	text-decoration:none;
	font-size:12px;
}
.greenlinksmall a:hover {
	color:#5fc496;
	text-decoration:underline;
	font-size:12px;
}
.greenlinksmall a:visited {
	color:#5fc496;
	text-decoration:none;
	font-size:12px;
}
.purplelink a:link {
	color:#b988d4;
	text-decoration:none;
	font-size:18px;
}
.purplelink a:hover {
	color:#b988d4;
	text-decoration:underline;
	font-size:18px;
}
.purplelink a:visited {
	color:#b988d4;
	text-decoration:none;
	font-size:18px;
}
.teallink a:link {
	color:#82dfe8;
	text-decoration:none;
	font-size:18px;
}
.teallink a:hover {
	color:#82dfe8;
	text-decoration:underline;
	font-size:18px;
}
.teallink a:visited {
	color:#82dfe8;
	text-decoration:none;
	font-size:18px;
}
.teallinksmall a:link {
	color:#82dfe8;
	text-decoration:none;
	font-size:12px;
}
.teallinksmall a:hover {
	color:#82dfe8;
	text-decoration:underline;
	font-size:12px;
}
.teallinksmall a:visited {
	color:#82dfe8;
	text-decoration:none;
	font-size:12px;
}
.whitelink a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
}
.whitelink a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:15px;
}
.whitelink a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
}
.privacylinks a:link {
	color:#666666;
	text-decoration:none;
	font-size:12px;
}
.privacylinks a:hover {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
}
.privacylinks a:visited {
	color:#666666;
	text-decoration:none;
	font-size:12px;
}
.orangebannerlink a:link {
	color:#FFFFFF;
	text-decoration:none;
	transition:0.3s ease;
	font-size:30px;
	line-height:42px;
}
.orangebannerlink a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	transition:0.3s ease;
	font-size:30px;
	line-height:42px;
}
.orangebannerlink a:visited {
	color:#FFFFFF;
	text-decoration:none;
	transition:0.3s ease;
	font-size:30px;
	line-height:42px;
}
.navlinks a:link {
	color:#b988d4;
	text-decoration:none;
	font-size:16px;
}
.navlinks a:hover {
	color:#b988d4;
	text-decoration:underline;
}
.navlinks a:visited {
	color:#b988d4;
	text-decoration:none;
}
/* Text Types */
.footertext {
	font-size:14px;
	line-height:16px;
	color:#f7f7f7;
}
.subhead {
	font-size:20px;
	line-height:24px;
	color:#333333;
}
.titletext {
	font-size:30px;
	line-height:36px;
	color:#333333;
}
.titletextsmall {
	font-size:24px;
	line-height:28px;
	color:#333333;
}
.purpletext {
	font-size:16px;
	line-height:20px;
	color:#b988d4;
}
.purpletitle {
	font-size:22px;
	line-height:28px;
	color:#b988d4;
}
.orangetitle {
	color:#fb7136;
	text-decoration:none;
	font-size:22px;
	line-height:28px;
}
.orangetext {
	color:#fb7136;
	text-decoration:none;
	font-size:16px;
	line-height:20px;
}
.redtitle {
	color:#cb4440;
	text-decoration:none;
	font-size:22px;
	line-height:28px;
}
.greentitle {
	color:#5fc496;
	text-decoration:none;
	font-size:22px;
	line-height:28px;
}
.tealtitle {
	color:#82dfe8;
	text-decoration:none;
	font-size:22px;
	line-height:28px;
}
.programtitle {
	color:#FFFFFF;
	text-decoration:none;
	font-size:30px;
	line-height:36px;
}
.impacttitle {
	color:#FFFFFF;
	text-decoration:none;
	font-size:24px;
	line-height:28px;
}

#memberdonate {
	border:2px solid #fb7136;
	padding-top:7px;
	padding-bottom:4px;
	width:550px;
}

#memberdonatelinks a:hover {
	text-decoration:none;
	color:#fb7136;
}

#memberdonatelinks a {
	text-decoration:none;
}


input#email {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */

-moz-box-shadow: 1px 1px 2px #CCCCCC;

-webkit-box-shadow: 1px 1px 2px #CCCCCC;

box-shadow: 1px 1px 2px #CCCCCC;

height:15px;
width:120px;
}
input#firstname {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:15px;
width:120px;
}
input#firstnamehope {
-moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
height:18px;
width:210px;
}
input#emailhope {
-moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
height:18px;
width:210px;
}

input#firstname2 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:18px;
width:180px;
}

input#lastname2 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:18px;
width:180px;
}

input#email2 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:18px;
width:180px;
}

input#phone2 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:18px;
width:180px;
}

textarea#contactmessage {
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; /* CSS3 */
  background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
height:100px;
width:200px;
}


.promobullets li {
	margin-bottom:5px;
}

input#playerinfo1 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo2 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo3 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo4 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo5 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo6 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo7 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo8 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo9 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo10 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo11 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo12 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo13 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo14 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo15 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

input#playerinfo16 {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:20px;
width:300px;
border: 1px solid #CCCCCC;
}

select#ipadcount {
  -moz-border-radius: 2px; /* Firefox */
  -webkit-border-radius: 2px; /* Safari, Chrome */
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; /* CSS3 */
background: #FFFFFF; /* Old browsers */
-moz-box-shadow: 1px 1px 2px #CCCCCC;
-webkit-box-shadow: 1px 1px 2px #CCCCCC;
box-shadow: 1px 1px 2px #CCCCCC;
height:24px;
width:305px;
border: 1px solid #CCCCCC;
}

.donateamount {
	background:#eeeeee;
	color:#000000;
	border-radius:5px;
	float:left;
	width:90px;	
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:24px;
	transition:0.3s ease;
}
.donateamount:hover {
	background:#cccccc;
	color:#000000;
	transition:0.3s ease;
}
.donateamount:active {
	background:#5fc496;
	color:#000000;
	transition:0.1s ease;
}
.donateamount_selected {
	background:#5fc496;
	color:#ffffff;
	border-radius:5px;
	float:left;
	width:90px;	
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:24px;
}
.donatespacer {
	float:left;
	width:15px;	
}
.orangebutton {
	padding-top:15px;
	padding-bottom:15px;
	background:#b988d4;
	color:#ffffff;
	border-radius:5px;	
	clear:both;
	font-size:20px;
	transition:0.2s ease;
}
.orangebutton:hover {
	padding-top:15px;
	padding-bottom:15px;
	background:#9c67b9;
	color:#ffffff;
	border-radius:5px;	
	clear:both;
	font-size:20px;
	transition:0.2s ease;
}
.btn {
    border: 1px solid black;
	border-radius:5px;
    background-color: white;
    color: black;
    padding: 7px 14px;
    font-size: 14px;
    cursor: pointer;
}
/* BlueOutline */
.readmore {
    border-color: #1b216f;
    color: #1b216f;
}

.readmore:hover {
    background: #1b216f;
    color: white;
}
table.golftable {
	border-collapse:collapse;	
}

.golftable td {
	border:1px solid #aaaaaa;
}

.uso_redlinkcontainer a {
	color:#cb4440;
	text-decoration:none;
}
.uso_redlinkcontainer a:hover {
	color:#cb4440;
	text-decoration:underline;
}
.uso_redlinkcontainer a:visited {
	color:#cb4440;
	text-decoration:none;
}
