@charset "utf-8";
/* Custom Styles, try to seperate styles between pages */

/*
Page: index.asp 
Added by: Andy
*/
p.examplecustomparagraphclass {  }
/* end */


/*
Page: mrc.asp 
Added by: Andy
*/
div#basket { 
width:300px; 
height:400px; 
background:#fff;
border:1px solid #ccc;
position:fixed;
right:-1px;
bottom:-314px;
padding:10px;
-moz-border-radius-topleft: 9px;
-webkit-border-top-left-radius: 9px;
}
form#mrcfilters {
margin-left:10px;
}
form#mrcfilters label i { font-size:11px; color:#999999; }
a.clear, a.remove { cursor:pointer; padding:0 0 0 10px; }
#items-container { height:250px; width:280px; overflow:auto; }
#items-container ul { padding:20px 0 20px 15px; }
#items-container ul li { font-size:11px; padding: 1px 0; }
#mrlist td.divide { height:1px; border-bottom:1px #ccc solid; }
#mrlist td { vertical-align:top; }
#mrlist td.col1 { width:100px; vertical-align:top; padding-top:20px;}
#mrlist td.col1 img { max-width:100px; }
#mrlist td.col2 { width:380px;  }
#mrlist td.col3 { width:150px;  }
#mrlist td.no-results { text-align:center; }

#loading { display:none; }
#live-results { position:relative; top:16px; left:0px; }
#live-results span.total { font-size:24px; font-weight:bold; width:20px; }
#live-results span#refresh-needed { display:none; color:#0066CC; cursor:pointer; }
.page-table a { cursor:pointer; }
.page-table td.col1 {
width:200px;
}
.page-table td.col2 {
text-align:center;
}
.page-table td.col3 {
text-align:right;
width:200px;
}
a.page-num { padding:5px;
border:1px #fff solid; 
-moz-border-radius: 3px;
-webkit-border-radius: 3px; 
line-height:30px;
}
a.page-num:hover {
border:1px #ccc solid; 
-moz-border-radius: 3px;
-webkit-border-radius: 3px; 
}
a.current-num { background:#0066CC; color:#fff; border:1px solid #0066CC; }
a.current-num:hover { border:1px solid #0066CC;  }
/* end */

/*
Page: calendar.asp 
Added by: Andy
*/
table#date-links p { margin:0; }
table#date-links td.col1 { text-align:right; width:200px; }
table#date-links a { cursor:pointer; }
div.img-holder { padding:5px; }
/* end */

/*
Page: copy.asp 
Added by: Andy
*/
input.title { width:300px; }
textarea.copy { width:690px; height:150px; }
/* end */

/*
Page: login.asp 
Added by: Andy
*/
.loginform label { 
display:block;
padding:5px 5px 2px 3px;
margin:0;
}
.loginform #clientid { width:60px; }
.loginform #username, .loginform #password { width:120px; } 
.loginform #login { position:relative; top:6px; }
.loginform table { margin: 50px auto 0 auto; }
p.secure { text-align:center; padding: 10px 0 40px 0; }
/* end */

