/* DEFAULT EOL BUTTONS (input type button with these classes) 
Change eolbutton for general layout buttons (admin/user/registration pages)
Change eolbutton_small for Cart "Remove" button
*/
#translate-btn{
	cursor:pointer;
	-moz-box-shadow:inset 13px 1px 0px -50px #ffffff;
	-webkit-box-shadow:inset 13px 1px 0px -50px #ffffff;
	box-shadow:inset 13px 1px 0px -50px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfd0e3), color-stop(1, #99adcf) );
	background:-moz-linear-gradient( center top, #bfd0e3 5%, #99adcf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd0e3', endColorstr='#99adcf');
	background-color:#bfd0e3;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #3772a8;
	display:inline-block;
	padding:3px 9px;
	color:#4a464a;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.eolbutton{
	cursor:pointer;
	margin:auto;
	-moz-box-shadow:inset 13px 1px 0px -50px #ffffff;
	-webkit-box-shadow:inset 13px 1px 0px -50px #ffffff;
	box-shadow:inset 13px 1px 0px -50px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbdbdb), color-stop(1, #acacac) );
	background:-moz-linear-gradient( center top, #dbdbdb 5%, #acacac 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#acacac');
	background-color:#dbdbdb;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #636363;
	display:inline-block;
	padding:3px 9px;
	color:#4a464a;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
a.eolbutton{
	color:#4a464a;
}
.eolbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #acacac), color-stop(1, #dbdbdb) );
	background:-moz-linear-gradient( center top, #acacac 5%, #dbdbdb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#acacac', endColorstr='#dbdbdb');
	background-color:#acacac;
}.eolbutton:active {
	position:relative;
	top:1px;
}
.eolbutton_small {
    cursor:pointer;
	-moz-box-shadow:inset 13px 1px 0px -50px #ffffff;
	-webkit-box-shadow:inset 13px 1px 0px -50px #ffffff;
	box-shadow:inset 13px 1px 0px -50px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbdbdb), color-stop(1, #acacac) );
	background:-moz-linear-gradient( center top, #dbdbdb 5%, #acacac 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#acacac');
	background-color:#dbdbdb;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #636363;
	display:inline-block;
	color:#4a464a;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:3px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.eolbutton_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #acacac), color-stop(1, #dbdbdb) );
	background:-moz-linear-gradient( center top, #acacac 5%, #dbdbdb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#acacac', endColorstr='#dbdbdb');
	background-color:#acacac;
}
.eolbutton_small:active {
	position:relative;
	top:1px;
}
/**************END OF EOL BUTTONS ************/

/*All TABLES tr hover color*/
table.tablesorter tr.even:hover td,
table.tablesorter tr.odd:hover td {
    background-color: #FFFF99;
}
/*************/

div.relay { 
	padding: 5px; 
	background-color: #FFFFFF; 
	width: 300px; 
	margin: 1.5em 5% .5em 5%; 
}
#pledgemsg{
	min-width: 200px;
	width:200px;
	height:200px;
	min-height: 80px;
	max-width: 200px;
	max-height: 80px;
	resize:none;
	margin: auto;
	display:block;
}
.profileInfo{
	width:600px;
	display:block;
}
#userinfo{
	left:5px;
	top:20%;
	width:300px;
	font-size:14px;
	background-color:#7DA7D9;
	border: 1px solid black;
	padding:4px;	
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	z-index:10;
}

/*Main Registration/Form Seperation styling, 
Change to colour scheme matching skin
OR
Visit this link for gradient code (go the extra mile... get the gradient)
http://www.colorzilla.com/gradient-editor/
*/
.individual_reg{
	border: 1px solid #BAD2FC;
	text-align:center;
	margin:auto;
	width: 1000px;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #F7E6A7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#F7E6A7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#F7E6A7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#F7E6A7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#F7E6A7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%,#F7E6A7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7E6A7',GradientType=0 ); /* IE6-9 */
	border:1px solid #D8E5FB;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}

/*Title form main separations*/
.main_ind_title{
	background-color: #E00D19;
	width:100%;
	color:#FFF;
}
/*End Title Styles for main separations*/

.ind_input{
	width:200px;
}
.individual_reg h4{
	margin:0;
}
#menus{
	width:600px;
	height:100px;
}
#wlbutton{
	width:100%;
	height:100%;
	display:none;
}
#menus-dashboard{
	height:320px;
	width:600px !important;
}
/*Main Menu/User Dashboard BUTTONS */
.main-selection{
	cursor:pointer;
	width:268px;
	height:50px;
	float:left;
	overflow: hidden;
	color:#000;
	padding:10px;
	text-align:center;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #F7E6A7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#F7E6A7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#F7E6A7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#F7E6A7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#F7E6A7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%,#F7E6A7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7E6A7',GradientType=0 ); /* IE6-9 */
	border:1px solid #A7B7D0;
	text-decoration:none;
	margin:5px;
}
.main-selection:hover{
	border:1px solid #17396C;
}
.main-selection h2 { 
	font-size:13px;
}
.main-selection a {
	display:block;
	cursor:pointer;
	position:relative;
	text-decoration:none;
}
.main-selection hr{
	color: #FFF;
}
/*END OF MAIN/USER DASHBOARD BUTTONS STYLE*/

#logoutbtn{
	float:right;
}
#title{
	margin:10px 40px 10px 40px;
}
/*Do not change ERROR/CHECK/WARNING/CHECKSPAN id/class names, JavaScript attached*/
.eolerror{ 
	background-color:#F6949D;     /* Css for warnings  */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	width:90%;
	height:40px;
	padding:10px;
	margin:auto;
	text-align:center;
	cursor:pointer;
	position:relative;
}
.warning{
	float:left;
	margin-left:20px;
}
.good{
	float:left;
	margin-left:20px;
}
.check{ 
	background-color:#B0F2B4;     /* Css Pass styling  */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	font-size:12px;
    border-radius: 20px;
	height:40px;
	width:90%;
	padding:10px;
	margin:auto;
	text-align:center;
	cursor:pointer;
	position:relative;
}
/*Small text saying "Click to dismiss" on every warning */
#checkspan{
	position:absolute;
	display:block;
	font-size:10px;
	width:100%;
	height:1em;
	top:75%;
}
/*END OF DO NOT CHANGE*/

/*Remove IE img border*/
img{
	border:none;
}
/***/
.cart{
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
	padding:15px;
	border:2px outset;
}
.cart_row td{
	border-top:2px solid #3772a8; text-align:center;
} 
.toprow td{
	border-right:1px solid #3C3B3B; 
	border-left:1px solid #3C3B3B; 
	text-align:center; 
}
.first{ width:12px;}
.pricealteringfields{
width:30%;
height:auto;
float:left;
}