/*
Theme Name: Locum
Description: Locum Direct Table style sheet
Version: 1.0
Author: Craig Cartwright 2007
Auth URI: http://www.craigcartwright.co.uk
*/

/********************************************

	Tables

*********************************************/

.edittable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-right:1px solid #ccc;
  margin-left:auto; margin-right:auto;
}

.edittable td{
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:2px;
}

.edittable th {
  background: #000000 url(images/stripe.gif);
  color:#fff;
  border-width:0px 0px 1px 1px;
  border:1px solid #000;
  padding:2px 0px 2px 5px;
  margin:0;
  text-align:left;
}

th.id, th.postcode, th.signup, th.function, td.id, td.postcode, td.signup, td.function {
  text-align:center;
}

th.function, td.function {
  width: 140px;
}

td.locpcode {
  width: 145px;
}

.addtable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #E6E6E6;
  border: #999999 1px solid;
  margin-left:auto; 
  margin-right:auto;
}

.addtable td{
  padding:5px 10px 0px 10px;
}

td.start{
  padding:10px 0px 0px 10px;
  width: 300px;
}

td.start2{
  padding:10px 0px 0px 10px;
  width: 150px;
}

td.start3{
  padding:10px 0px 0px 10px;
  width: 350px;
}

td.end{
  padding:5px 0px 25px 10px;
}

/********************************************

	Misc

*********************************************/

img {
border: 0;
}

p.intro, p.textarea {
text-align:center;
}

p.textarea, p.textarea2 {
  margin: 10px 0 0 0;
}

p.deltext {
text-align:center;
font-weight: bold;
color:#FF0000;
}


/********************************************

	Calendar

*********************************************/

table.calendar {
  border: 1px solid #999999;
  font-size: 10px;
}

td.calendarbody {
  background-color: #E9F2FE;
}

td.calendarbody, td.calHeader, td.monthHeader, td.calendarToday, td.calendarDay { 
  vertical-align:top;
  text-align:center;
} 

td.monthHeader {
  background:#0B5EC5;
  color:#FFFFFF;
}

td.calHeader {
  font-weight: bold;
  background:#FFFFFF;
}

td.calendarToday { 
  background-color: #01D19F;
  font-weight: bold; 
}

td.calendarDay { 
  background-color: #E9F2FE;
} 



