/* scup - covers cakephp migration. scup3 contains legacy css, for the most part*/

/*
Forms
*/
div.input {
	clear: left;
}
div.input label {
	display: block;
	float: left;
	width: 20%; 	
	text-align: right; 
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	margin-right: 1em;
	margin-bottom: .5em;
}
form fieldset {
	border: 1px solid #CDC4A4;
	padding: 1em; 
}
div.radio input, input.radio, div.checkbox input, input.checkbox {
	float: left;
	margin: 0 .5em; 
	clear: both;
}
div.radio label, div.checkbox label  {
	display: inline;
	float: left;
	text-align: left; 
	font-weight: normal;
	width: auto;
	color: #000;
}
div.input label:after  {
	content: ":";
}
div.radio_block div.radio {
	float: left;
	clear: none;
}
div.radio label:after, div.checkbox label:after{
	content: "";
}
div.text input, div.password input, div.input select {
	/*display: block;
	float: left;*/
	margin-bottom: .5em;
	border:1px solid #CDC4A4;
	margin-right:0.25em;
}
div.input small {
	font-size: 90%;
	display: block;
	background:#F4F5F5;
	float: left;
	padding: .5em;
	margin-left: .25em;
	width: 40%;
}
div.input .error-message {
	background:#FAF26D;
	float:left; 
	margin-left:1em;
	margin-top:-0.25em;
	padding:0.25em; 
}
div.error label {
	color: #D60000;
}
div.submit {
	clear: both;
}
div.submit input {
	font-size: 150%;
	margin-top: 1em;
	margin-left: 21%; 
}
.jsclick {
	display: none;
	/*text-decoration: underline;*/
	cursor: pointer;
	color: #006;
}
.show {
	display: block;
}
.right {
	text-align: right;
}
div.message {
	border:1px solid #CDC4A4;
	margin:2em 0;
	padding:1em;
	text-align:center;
	background: #eee;
}
div.notice {
	border:1px solid #B21D1F;
	background:#FEF7DC ;
	margin:2em 0;
	padding:1em;
}
div.events_box { 
	border:.25em solid #C7BC9A;
	margin:1em 0;
	padding:1em; 
}


/*
TEAMS
*/
.teams table {
	width: 100%;
	border-collapse:collapse;
}
#content .teams table table {
	width: auto; 
	margin: 0;
}
.teams table table tr {
	border: 0;
}
.teams tr {
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.teams tr td {
	padding: .25em .5em; 
}
.teams tr.altrow {
	background: #eee;
}
.teams td.team {
	width:10%;
	text-align: center;
	font-size: 90%;
}
.teams td.team span.number {
	font-size: 150%;
}
/*.teams td.members { 
	width:70%;
}
.teams td.actions {
	width:20%;
}*/
td.actions { 
	white-space: nowrap;
}
.actions a, .actions p.jsclick span { 
	color: #751111;
	background:transparent url(../img/ui/action-background.gif) repeat scroll center center;
	border:1px solid #C7BC9A;
	padding:0.3em .5em;
	text-decoration:none;
	white-space: nowrap;
	display: inline-block;
}
.actions a:hover, .actions p.jsclick span:hover {
	background: #FEF7DC;
}
.actions a.small {
	font-size: 80%;
}


table span.unpaid a{
	background: #FAF26D;
}
/*
register_teamlist
*/
ul.register_teamlist {
	border-top:1px solid #CCCCCC; 
	font-size:150%;
	color:#999;
}
ul.register_teamlist li {
	border-bottom:1px solid #CCCCCC;  
	list-style: none !important;
}
ul.register_teamlist li li{
	border: 0;
}
ul.register_teamlist  ul {
	margin-top: .5em;
	font-size:66.666%;
	color:#666;
}
#fee_total {
	margin: 1em 0 2em;
	font-size: 150%;
}
ul.register_teamlist  ul li {
	clear: left;
}
/*
columns
*/
.col4,.col4b,.col4c {
	float: left;
	width: 25%;
}
.col4b { width: 50% }
.col4c { width: 75% }

.side_info { 
	margin:0 1em;
}

.addl-info { 
	border:1px solid #ccc; padding:1em; margin-bottom:1em;
}

#paypal_paynow {
border:0;
background:transparent;
cursor: pointer;
}

/*
general_table
*/
table.general_table  {
	border-collapse: collapse;
}
table.general_table th, 
table.general_table td {
	border:1px solid #ccc;
	padding:.25em .5em;
}
table.general_table th {
	color: #666;
}


/* 
dl.view 
*/
dl.view dt, .view dl dt {
clear:left;
float:left;
color:#CCCCCC; 
padding:0.25em .5em; 
}
dl.view dd, .view dl dd { 
font-size: 130%;
color:#333; 
padding:0.25em .5em;  
border-bottom:1px solid #CCCCCC;
}
.box {
border: 1px solid #ccc; padding: 1em; font-size: 125%; line-height: 1.7; background: #ffc;
}


/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}