/* 
Title: 		mySchedule styles for BCScene.ca 
Author:		jay.west for the National Arts Centre
Contact:	creative@jaywest.com
Updated:	April 7, 2009  
*/


body {
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; 
line-height: 1.5em; /* equal to 18px */ 
}


h1 {  /* 30px */font-size: 2.5em;line-height: 1.0em;  /* was 0.6em */ margin-top: 0.6em;margin-bottom: 0.3em;font-weight: normal; 
background-color:#3372A8;
padding: 4px 15px;
text-transform: lowercase;
color: #fff;
/*display: inline;*/
width: 270px; 
/*max-width: 460px;*/
}

h1 span {
background: transparent url("../../img/template/h1_arrow_dwn.png") right 50% no-repeat; 
padding-right: 23px;
white-space: nowrap;
}

h2 {
display: none;
}


p, ul, ol, blockquote, td, th, label {
font-size: 1em; /* 12px */ 
line-height: 1.5em;
margin: 0;
margin-bottom: 1.5em;
}

a {text-decoration:none; cursor:pointer; padding: 0 1px; border-bottom: 1px solid #DEDEDE;}
a:link {color: #004367;}
a:visited {color: #3372A8;}
a:hover {color: #fff; background-color:#3372A8; border-bottom: 1px solid #3372A8;}




.print {
float: right;
font-size: 14px;
}


input {
background: url("../../img/admin/bttnDelete.gif") 100% 50% no-repeat; 
border: none;
padding-right: 13px;
color: transparent;
cursor: pointer;
}
input:hover {
color: #000;
}





/* @group Tables
------------------------------------------------------------------------- */

table {border-collapse: collapse; width: 99%; margin: 10px 0 20px 1px;}
table caption {display: none;}

tr {border-bottom: 1px solid #ccc;}
tr.odd {}
tr.even {background-color: #ededed;}
tr:hover.even, tr:hover.odd {background-color: #ffffe0;}

th {background-color: #ccc; padding: 4px 8px; text-align: left; font-size: 15px;}

th a {
color: #fff;
border: none;
padding: 4px 8px;
display: block;
}
th a:hover {background-color: #ffffe0; border: none;}
td {padding: 4px 8px;}
/*td a {font-weight: bold;letter-spacing: 0.05em;}*/

td.time {
font-size: 15px;
font-weight: bold;
text-align: right;
border-right: 1px solid #ccc;
white-space: nowrap;
background-color: #ededed;
}
td.event {
width: 100%;
}


/* @end */

