/*
scimitar-atm.css

Contains styles used by the ATM.
*/

/* Used for alternating stripes of the ATM */


#choose {
background-color:#FCFCFC;
border:1px solid #CEE6F2;
}
/*
ATM checkbox
*/

#choose #selections {
	float: left;
	height: 230px;
	margin:10px 10px 0 10px;
}

#choose #treeboxbox_tree {
	width:480px;
	height:230px;
	background-color:white;
	border:1px solid #CEE6F2;
	overflow:auto;
}

#choose_team #selections {
	float: left;	
	height: 230px;
	margin:0;
}

#choose_team #treeboxbox_tree {
	width:320px;
	height:160px;
	background-color:#F9FDFF;
	border:1px solid #CEE6F2;
	overflow:auto;
}

#choose #miscsettings {
width:210px; /* 760 - 10 - 450 - 10 - 10 - 4 (for good luck) */
height:230px;
float:left;
margin-top:10px;
padding:0;
}
/*
ATM options
*/
#numquestionbox {
	vertical-align: middle;
}
#bottomselect {
	margin-top:45px;
}
#answerbuttons {
border:1px solid #CEE6F2;
background-color:white;
padding:4px;
}
/*
ATM questions
*/
.questions {
clear:left;
float:left;
margin-left:0px;
width:740px;
}
#questiontable, #printquestiontable {
padding:0;
border-collapse:collapse;
}
#questiontable th, #printquestiontable th{
padding:4px 8px;
text-align:left;
border-bottom:1px solid #CEE6F2;
}
#questiontable th#atm_source, #printquestiontable th#atm_source {
width:85px;
}
#questiontable td, #printquestiontable td{
padding:4px 8px;
padding-bottom:2em;
vertical-align:top;
text-align:left;
border-bottom:1px solid #CEE6F2;
}
#questiontable .row1, #printquestiontable .row1 {
background-color:#F2FBFF;
}
#questiontable .row2, #printquestiontable .row2 {
background-color:#FFFFE7;
}
/*
Set deletion in set.php
*/
#sets_recommended_delete, #sets_mine_delete {
width:100%;
border-top:1px solid #CEE6F2;
padding-top:20px;
}
#next_last_buttons1 {
margin-top:2em;
clear:both;
}
#next_last_buttons2 {
clear:both;
}

