/* 
scimitar-web.css

General styling for web usage. Contains structure, including visuals, and some information presentation.

Colors:
scimitar blue: #0082C2
atm green: #317E1B
pts orange: #E18F12
selection yellow: #FFFFA8
*/

body {
margin:0 8px;
padding:0;
background:white;/* url(../images/body_repeat.gif) repeat-y left;*/
}

#container {
width:760px;
margin:0 auto;
}

/*
Navigation, top part of the webpage
*/

#banner {
float:left;
width:760px;
height:84px;
color:white;
background: #0082C2 top left no-repeat;
}
#banner #print_logo {
display:none;
}
#banner #homelink {
border:0;
float:left;
margin-top:25px;
margin-left:5px;
height:45px;
width:190px;
}
#banner #global-nav {
padding:20px 20px 0 0;
float:right;
width:500px;
text-align:right;
}
#primary-nav {
padding:7px 10px;
width:738px;
clear:both;
float:left;
text-align:center;
border-left:1px solid #CEE6F2;
border-right:1px solid #CEE6F2;
background-color:#EEE;
color:#0082C2;
}
#title-bar {
float:left;
border-left:1px solid #CEE6F2;
border-right:1px solid #CEE6F2;
width:758px;
background:transparent url(../images/titlebar_gradient.gif) top left repeat-x;
}
#title-bar #title {
padding:10px 0 5px 10px;
float:left;
}
#title-bar #title h3 {
padding:0;
margin:0;
}
#title-bar #secondary-nav {
padding:12px;
padding-top:22px;
float:left;
}
/*
Content, main area
*/
#content, #content_questions {
width:758px;
float:left;
border-left:1px solid #CEE6F2;
border-right:1px solid #CEE6F2;
}
#content_questions {
background:transparent;
}
.left-half {
clear:both;
margin:0;
float:left;
padding:0 10px 10px 10px;
width:359px; /* 380 - 10 - 5 */
}
.right-half {
border-left:1px solid #CEE6F2;
margin:0;
float:left;
padding:0 10px 10px 10px;
width:358px; /* 380 - 10 - 5 */
}
.whole, .top {
margin:0;
float:left;
padding:10px;
width:738px; /* 760 - 10 - 10 */
}
/*
team_account_administration
*/
#team_account_administration {
background-color:#ECF9FF;
}
#team_account_administration .left-half, #team_account_administration .right-half{
border-top:1px solid #CEE6F2;
padding-top:10px;
height:auto;
}
/*
team_team_administration
*/
#team_team_administration {
background-color:#FFFFE7;
}
#team_team_administration .left-half, #team_team_administration .right-half{
border-top:1px solid #CEE6F2;
padding-top:10px;
height:auto;
}
#team_team_administration .user_box {
width:90%;
padding:10px 4px;
background-color:#FFFFE7;
border:1px solid #CEE6F2;
}
.generic_box {
/*width:90%;
*/
padding:10px;
background-color:#FFFFE7;
border:1px solid #CEE6F2;
margin:0 auto;
}

/*
Sign In Box
*/
#sign_in_box {
background-color:#FCFCFC;
width:250px;
border:1px solid #CEE6F2;
padding:10px;
padding-bottom:20px;
margin:0 auto;
}
/*
Footer
*/
#footer {
width:100%;
background:transparent url(../images/container_bottom.gif) bottom left no-repeat;
text-align:center;
clear:both;
float:left;
padding:10px;
}
.alert {
background-color:#FFCC99;
display:block;
}
/*
Information Presentation 
*/
/* Used in My Account */
table.account th, table.account td {
text-align:left;
}
/* Used in My Team */
table.team th, table.team td {
text-align:left;
}
/* Used in Edit Forms, i.e. My Team (Coach) - Edit*/
table.edit th, table.edit td {
text-align:left;
}
/* Used in mulitple column tables, such as chooseset.tpl */
table.mult_col, table.mult_col_alt {
padding:20px;
border-collapse:collapse;
}
table.mult_col th, table.mult_col_alt th{
padding:4px;
text-align:left;
border-bottom:1px solid #CEE6F2;
}
table.mult_col td, table.mult_col_alt td{
padding:4px;
vertical-align:top;
text-align:left;
}
/* for alternating rows */
table.mult_col .row1, table.mult_col_alt .row1 {
background-color:#F2FBFF;
}

}
/* for emphasis, i.e. coaches */
table.mult_col .row1_em, table.mult_col .row2_em, table.mult_col_alt .row1_em, table.mult_col_alt .row2_em{
background-color:#FFFFD9;
}
/* Used in Alert Boxes */
table.alert-set th, table.alert-set td {
text-align:left;
}

/*
Graphical embellishments
*/
/* #scimitar_watermark.left-half {
background:url(../images/scimitar_watermark.gif) no-repeat top left;
background-position:240px 1px;
}
 #scimitar_watermark.right-half {
background:url(../images/scimitar_watermark.gif) no-repeat top left;
background-position:-138px 1px;
}*/

/*
Redefined Tags
*/
fieldset {
border:0;margin:0;padding:0;

/*display:inline;*/
}
img {
border:0;
}

/*
Scimitar Help
*/
#atm-help {
background:url(../images/atm-help.jpg) no-repeat top left;
background-position:0 50px;
}

