﻿p#notmember{
	font-size: 18px;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	width: 600px;
	color:#FFFF66;
}
div#accountInfo {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 540px;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
ul#adminLinks {
	list-style: none;
	width: 100%;
	height: 20px;
	margin: 4px 0px 10px 0px;
}
ul#adminLinks li {
	float: left;
	padding-right: 10px;
	margin-left: 0px;
}
#memLinks {
	position: absolute;
	z-index: 6;
	top: 4px;
	left: 432px;
	width: 375px;
	border-radius: 10px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCCCCC;
}
#memLinks a {
	color: #FF00FF;
}
#memLinks #acctUser{
	width: 100%;
	font-size: 145%;
}
div#membersForm {
	width: 100%;
	height: 100%;
	padding: 30px 0px 0px 75px;
	font-size: 150%;
}
body#memPage {
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.boxshadowInset {
	box-shadow: 0px 0px 4px 2px #CCCCCC inset;
	border-radius: 10px;
}
.boxshadowOutset-1 {
	box-shadow: 4px 4px 8px 4px #000000;
	border-radius: 10px;
}
.boxshadowOutset-2 {
	box-shadow: 4px 4px 6px 2px #000000;
	border-radius: 10px;
}
.contentMembers {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #FFFFFF;
}
.accountHeader1 {
	width: 98%;
	height: 30px;
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
	color: #FFD7FF;
	background-color: #6C246C;
}
*[id^=button]{
	font-size: 110%;
}
#title{
	margin: 0px;
	font-size: 35px;
	font-family: myGrilledCheese;
	color: #FF00FF;
}
#title a{
	text-decoration: underline;
}
.buttonGreen2 {
	border-top: 1px solid #9cf598;
	background: #065218;
	background: -webkit-gradient(linear, left top, left bottom, from(#40f030), to(#065218));
	background: -webkit-linear-gradient(top, #40f030, #065218);
	background: -moz-linear-gradient(top, #40f030, #065218);
	background: -ms-linear-gradient(top, #40f030, #065218);
	background: -o-linear-gradient(top, #40f030, #065218);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#40f030', endColorstr='#065218');/*For IE7-8-9*/    
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	text-decoration: none;
	vertical-align: middle;
   }
.buttonGreen2:hover {
	border-top-color: #6cf069;
	background: #6cf069;
	color: #075e2d;
   }
.buttonGreen3 {
	border-top: 1px solid #c0f0c9;
	background: #65d676;
	background: -webkit-gradient(linear, left top, left bottom, from(#496336), to(#65d676));
	background: -webkit-linear-gradient(top, #496336, #65d676);
	background: -moz-linear-gradient(top, #496336, #65d676);
	background: -ms-linear-gradient(top, #496336, #65d676);
	background: -o-linear-gradient(top, #496336, #65d676);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#496336', endColorstr='#65d676');/*For IE7-8-9*/    
	padding: 4px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-family: Tahoma;;
	text-decoration: none;
	vertical-align: middle;
}
.buttonGreen3:hover {
	border-top: 1px solid #f797dd;
	background: #00FF00;
	color: #ccc;
	border-top-color: #00FF00;
}
.buttonGreen {
	border-top: 1px solid #96d1f8;
	background: #075e10;
	background: -webkit-gradient(linear, left top, left bottom, from(#2ef237), to(#075e10));
	background: -webkit-linear-gradient(top, #2ef237, #075e10);
	background: -moz-linear-gradient(top, #2ef237, #075e10);
	background: -ms-linear-gradient(top, #2ef237, #075e10);
	background: -o-linear-gradient(top, #2ef237, #075e10);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2ef237', endColorstr='#075e10');/*For IE7-8-9*/    
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-family: Tahoma;;
	text-decoration: none;
	vertical-align: middle;
   }
.buttonGreen:hover {
   border-top-color: #26bd2b;
   background: #26bd2b;
   color: #ccc;
   }
.updatebtn {
	margin: 0 0 0 0;
}
.buttonPurple2 {
	border-top: 1px solid #f797f4;
	background: #470654;
	background: -webkit-gradient(linear, left top, left bottom, from(#ba30f0), to(#470654));
	background: -webkit-linear-gradient(top, #ba30f0, #470654);
	background: -moz-linear-gradient(top, #ba30f0, #470654);
	background: -ms-linear-gradient(top, #ba30f0, #470654);
	background: -o-linear-gradient(top, #ba30f0, #470654);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ba30f0', endColorstr='#470654');/*For IE7-8-9*/    
	padding: 1px 10px 3px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
   vertical-align: middle;
   }
.buttonPurple2:hover {
	border-top: 1px solid #f797dd;
	background: #A435C8;
	color: #ccc;
}
.buttonRed {
	border-top: 1px solid #f7b0a6;
	background: #ab0603;
	background: -webkit-gradient(linear, left top, left bottom, from(#f76d63), to(#ab0603));
	background: -webkit-linear-gradient(top, #f76d63, #ab0603);
	background: -moz-linear-gradient(top, #f76d63, #ab0603);
	background: -ms-linear-gradient(top, #f76d63, #ab0603);
	background: -o-linear-gradient(top, #f76d63, #ab0603);
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
   }
.buttonRed:hover {
   border-top-color: #c99575;
   background: #c99575;
   color: #000000;
   }
.buttonRed2 {
	border-top: 1px solid #cc8688;
	background: #420305;
	background: -webkit-gradient(linear, left top, left bottom, from(#f71130), to(#420305));
	background: -webkit-linear-gradient(top, #f71130, #420305);
	background: -moz-linear-gradient(top, #f71130, #420305);
	background: -ms-linear-gradient(top, #f71130, #420305);
	background: -o-linear-gradient(top, #f71130, #420305);
	padding: 2px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	border-top-color: #BD6466;
}
.buttonRed2:hover {
	border-top-color: #923f99;
	background: #FF3E3E;
	color: #f5e908;
}
.buttonPurple {
	border-top: 1px solid #f797f4;
	background: #470654;
	background: -webkit-gradient(linear, left top, left bottom, from(#ba30f0), to(#470654));
	background: -webkit-linear-gradient(top, #ba30f0, #470654);
	background: -moz-linear-gradient(top, #ba30f0, #470654);
	background: -ms-linear-gradient(top, #ba30f0, #470654);
	background: -o-linear-gradient(top, #ba30f0, #470654);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ba30f0', endColorstr='#470654');/*For IE7-8-9*/    
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	vertical-align: middle;
   }
.buttonPurple:hover {
   border-top-color: #cc6af2;
   background: #cc6af2;
   color: #ccc;
   }
.buttonBlueVi {
	border-top: 1px solid #f797dd;
	background: #8A2BE2;
	background: -webkit-gradient(linear, left top, left bottom, from(#522391), to(#8A2BE2));
	background: -webkit-linear-gradient(top, #522391, #8A2BE2);
	background: -moz-linear-gradient(top, #522391, #8A2BE2);
	background: -ms-linear-gradient(top, #522391, #8A2BE2);
	background: -o-linear-gradient(top, #522391, #8A2BE2);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#522391', endColorstr='#8A2BE2');/*For IE7-8-9*/    
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
	vertical-align: middle;
   }
.buttonBlueVi:hover {
	border-top: 1px solid #f797dd;
	background: #8A2BE2;
	color: #ccc;
}
.buttonPurGrn {
   border-top: 1px solid #96d1f8;
   background: #16cc23;
   background: -webkit-gradient(linear, left top, left bottom, from(#8a2be2), to(#16cc23));
   background: -webkit-linear-gradient(top, #8a2be2, #16cc23);
   background: -moz-linear-gradient(top, #8a2be2, #16cc23);
   background: -ms-linear-gradient(top, #8a2be2, #16cc23);
   background: -o-linear-gradient(top, #8a2be2, #16cc23);
   padding: 2px 4px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-family: Tahoma;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.barPurple {
	border-top: 1px solid #c497f7;
	background: #3a1759;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b2a8c), to(#3a1759));
	background: -webkit-linear-gradient(top, #6b2a8c, #3a1759);
	background: -moz-linear-gradient(top, #6b2a8c, #3a1759);
	background: -ms-linear-gradient(top, #6b2a8c, #3a1759);
	background: -o-linear-gradient(top, #6b2a8c, #3a1759);
	padding: 0px 2px 0px 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	text-decoration: none;
	vertical-align: middle;
}
input {
	border-style: none;
}
