/* 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;
	-moz-box-shadow:inset 13px 1px 0px -50px #000;
	-webkit-box-shadow:inset 13px 1px 0px -50px #000;
	background:url('../images/texture.jpg');
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #fff;
	display:inline-block;
	padding:3px 9px;
	color:#FFF;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #000;
}
a.eolbutton{
	color:#fff;
}
.eolbutton:hover {
	background:#ac8d6c;
}
.eolbutton_small {
    cursor:pointer;
	-moz-box-shadow:inset 13px 1px 0px -50px #000;
	-webkit-box-shadow:inset 13px 1px 0px -50px #000;
	background:url('../images/texture.jpg');
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #fff;
	display:inline-block;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	padding:3px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000;
}
.eolbutton_small:hover {
	background:#ac8d6c;
}
.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:url('../images/texture.jpg');
	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{
	color:#000;
	text-align:center;
	width:1000px;
	background: #fff;
	padding-bottom:15px;
}

/*Title form main separations*/
.main_ind_title{
background:url('../images/texture.jpg');
	color:#000;
}
/*End Title Styles for main separations*/

.ind_input{
	width:200px;
}
.individual_reg h4{
	font-weight:bold;
	font-size:18px;
	line-height:14px;
	padding: 8px 0 8px 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:#fff;
	padding:10px;
	text-align:center;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	background: url('../images/texture.jpg'); /* Old browsers */
	border:1px solid #fff;
	text-decoration:none;
	margin:5px;
}
.main-selection:hover{
	border:1px solid #fff;
	background: #ac8d6c;
}
.main-selection a:hover{
	color: #000;
}
.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;
}