/* xxx* { padding: 0; margin: 0; } */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #CCC;
 background-image: url(../images/bg-top.jpg);
 background-repeat: repeat-x;
}

#wrapper { 
 margin: 0 auto;
 min-width: 875px;
 width: 100%;
 clear: both;
}

#header {
 width: 100%;
 height: 50px;
 margin: 0;
 text-align: center;
 display:inline;
}

#header-user {
 font-size: 90%;
}

#header img.eschedule-logo {
 float: left;
 margin-left: 10px;
}

#agency-title {
 font-size: 200%;
 line-height: 50px;
 vertical-align: middle;
 color: #666;
 font-weight: bold;
 text-align:center;
 width: 70%;
 float:left;
}

#header-right {

 font-size: 130%;
 float: right;
 vertical-align: middle;
 margin-right: 10px;
 height:35px;
 padding-top: 15px;
}

table.weekly-schedule {
 width: 100%;
 padding: 0;
 background-color: #849EB3;
 clear: both;
}

table.weekly-schedule th {
 background-color: #849EB3;
 color: #FFF;
 padding: 2px;
 font-size: 12px;
 text-align: center;
}

table.weekly-schedule td {
 padding: 2px;
 font-size: 11px;
 text-align: center;
 background-color: #FFF;
}

td.weekly-rig {
 font-weight: bold;
}

td.weekly-position {
}

table.weekly-schedule td.open {
 background-color: #FFCC66;
}

table.weekly-schedule a:link, table.weekly-schedule a:visited {
 color: #000000;
}

#nav {
 width: 100%;
 float: left;
 clear: both;
 position:relative;
 left:0px;
 z-index:9001;
}

#schedule-controls {
 width: 100%;
}

#toolbar {
 background-color:#ddd;
 border:1px solid #495DA3;
 float:left;
 margin:0 0 5px 5px;
 padding:4px 0 4px 0;
 width:99%;
 vertical-align:middle;
 clear:both;
}

#toolbar a.icon {
 border:1px solid #DDDDDD;
 padding:4px 3px 0;
 height:16px;
}

#toolbar a.icon:hover {
 border: 1px solid #495DA3;
}

#toolbar-left {
 float: left;
 padding-right:100px;
}

#toolbar-center {
 float: left;
}

#toolbar-right {
 float: right;
}

#footer {
 width: 100%;
 background-color: #495DA3;
 margin: 1em 0 1em 0;
 color: #FFFFFF;
 padding:0.35em 0;
}

#footer a {
 color: #FFFFFF;
 margin-right: 100px;
 padding:0.35em 0;
}

#footer a:hover {
 background-color: #666666;
}