body {
	background-color: #ccccff;
	color: #000033;
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 15px;
}

#container {
	background: #fff url(../images/bgwash.png) no-repeat bottom left;
	margin: 0 auto;
	width: 950px;
	border: 2px solid #000033;
}

h1, h2, h3, h4, ul, ol, li, p, img {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#header {
	height: 143px;
	width: 950px;
	position: relative;
}
#header img {
	border: none;
	float: left;
	background: #fff;
}

#login {
	float: right;
	height: 75px;
	width: 400px;
	padding: 5px 15px 0 0;
	text-align: right;
}
#login p {
	vertical-align: top;
}
#login p#loginTitle {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #13454f;
	font-weight: bold;
}
#login input.textbox {
	width: 100px;
	margin: 0 0 5px 10px;
	padding: 2px 5px;
	font-size: 1em;
	border: 2px solid #ccf;
	background: #fafafa;
}
#login input.button {
	font-size: 1em;
}
#login label {
	font-weight: bold;
}
#login .failed {
	color: #f00 !important;
}
#login a {
	text-decoration: underline;
	color: #13454f;
}
#login a:hover {
	text-decoration: none;
	color: #13454f;
}

#sidenavigation {
	clear: left;
	width: 162px;
	float: left;
}
#sidenavigation ul {
	margin-top: 10px;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #999;
	background: url(../images/whitetrans.gif) repeat;
}
#sidenavigation ul li {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	text-align: right;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#sidenavigation ul li a {
	color: #666;
	text-decoration: none;
}
#sidenavigation ul li a:hover {
	color: #333;
}
#sidenavigation img.menu {
	border: none;
	margin-top: 20px;
	margin-left: 5px;
}

#content {
	margin-left: 172px;
	padding: 10px 15px 10px 0;
	border-top: 1px solid #ddd;
}
#content h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: bold;
}
#content h2 a, #content h3 a, #content h4 a  {
	color: #000033;
	text-decoration: none;
}
#content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
	color: #000033;
	text-decoration: underline;
}
#content h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: bold;
}
#content h4 {
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 15px;
	font-style: italic;
}
#content p, .asset-body {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 5px;
	text-align: justify;
}
#content ul, #content ol {
	margin-bottom: 15px;
}
#content li {
	margin-left: 25px;
	font-size: 1.2em;
	line-height: 1.3em;
}
#content p a , #content li a, td a, th a, .asset-footer a, .comment-header a, .comment-footer a {
	color: #13454f;
	text-decoration: none;
	border-bottom: 1px dotted #13454f;
}
#content p a:hover , #content li a:hover, td a:hover, th a:hover, .asset-footer a:hover, .comment-header a:hover, .comment-footer a:hover {
	color: #13454f;
	text-decoration: none;
	border-bottom: 1px solid #13454f;
}

a.linkButton {
	border: 2px solid #13454f !important;
	padding: 5px;
	font-size: 1.4em;
	background: #e8e8e8;
	color: #13454f;
	margin: 10px;
}
a.linkButton:hover {
	background: #eee;
}
.fullwidth {
	margin-bottom: 15px !important;
}

.halfwidth {
	border: 3px solid #ccf;
	background: #fafafa;
	padding: 5px;
	width: 350px;
	float: left;
	margin: 7px;
	height: 125px;
	overflow-y: scroll;
}

.thirdwidth {
	padding: 5px;
	width: 220px;
	float: left;
	margin: 7px;
	background: #fff;
}

.fifthwidth {
	border: 3px solid #ccf;
	background: #fafafa;
	padding: 5px;
	width: 120px;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	height: 50px;
	text-align: center;
}

.fullborder {
	border: 3px solid #ccf;
	background: #fafafa;
	padding: 5px;
	margin: 15px 0;
	clear: both;
}

#logobar {
	overflow: hidden;
}
#logobar .thirdwidth {
	text-align: center;
	border: 1px solid #ccc;
	height: 120px;
}
#logobar .thirdwidth p {
	text-align: center;
}

#buttonBar {
	margin-bottom: 7px;
}
#buttonBar td {
	padding: 0 3px;
	text-align: center;
}
#buttonBar td a {
	border: 2px solid #ccf;
	display: block;
	padding: 3px;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	color: #13454f;
	text-decoration: none;
}
#buttonBar td a:hover {
	border: 2px solid #13454f;
	background: #fafafa;
}

iframe {
	border: 3px solid #ccf;
}

#footer {
	clear: both;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #13454f;
	text-decoration: none;
}
#footer a:hover {
	color: #13454f;
	text-decoration: underline;
}

p.quote {
	border: 3px solid #ccf;
	background: #fafafa;
	margin: 7px;
	padding: 5px;
	font-style: italic;
}
.citation {
	font-style: normal;
}

.oxfizzType {
	color: #13454f;
	font-weight: bold;
}
.oiType {
	color: #0000FF;
}
.cicType {
	color: #632423;
}
.otType {
	color: #1F497D;
}

img.enterpriseLogo {
	float: right;
}

.moreinfo,
.teamBio {
	display: none;
}
p.email {
	font-weight: bold;
	text-align: left !important;
}
.small {
	font-size: 0.8em !important;
	color: #666;
}
.label {
	font-weight: bold;
}
.padded {
	padding: 25px;
}

.interviewDetails {
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0;
}
.interviewDetails ul {
}
.interviewDetails ul li {
	margin-left: 25px;
}

img.headshot {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #999;
}

ul.bloglist li {
	margin-bottom: 5px;
}
ul.bloglist li p {
	font-size: 1em !important;
	line-height: 1.3em !important;
	margin-bottom: 0 !important;
}
ul.bloglist li p.title {
	font-weight: bold;
}

div.bubble {
	width: auto;
	margin-bottom: 24px;
}
div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	background-color: #ddd;
}
div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	font-size: 108%;
	line-height: 150%;
}
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(http://www.careerinterview.co.uk/images/tip.gif) no-repeat 20px 0;
	font-style: italic;
}
div.bubble cite a {
	color: #444;
	text-decoration: none;
}
div.bubble cite a:hover {
	color: #444;
	text-decoration: underline;
}

.bookingForm, .comments-open-content {
	border: 3px solid #ccf;
	padding: 10px;
	margin: 10px 5px;
	background: #fafafa;
}

.bookingForm label {
	display: block;
}
table#priceList {
	font-size: 1.1em;
	border-collapse: collapse;
}

table#priceList td, table#priceList th {
	border: 1px solid #ccc;
	width: 150px;
	text-align: center;
	height: 20px;
	padding: 2px;
	background: #fff;
}
table#priceList td.item {
	width: 150px;
	font-weight: bold;
	text-align: left;
}
#formOptions {
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 15px 0;
}
#formOptions label {
	display: inline;
}
#formOptions .title {
	padding: 5px 5px 5px 20px;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
}
#formOptions .question {
	clear: none;
}
#formOptions .options {
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#formOptions .option {
	display: inline;
	margin-right: 15px;
	border: 1px solid #ccc;
	padding: 5px;
}
#formOptions .option input {
	vertical-align: middle;
}
#formOptions .moreinfo {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 15px;
}
#formOptions .moreinfo input {
	display: block;
	margin-top: 5px;
	width: 450px;
}

#editinterviewers td {
	padding-right: 15px;
	vertical-align: top;
}
#editinterviewers input.textbox {
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1em;
}
#editinterviewers textarea {
	width: 300px;
	height: 75px;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
}
#editinterviewers select {
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
}
#calendar, #day {
	border-collapse: collapse;
}
#calendar td, #calendar th {
	border: 1px solid #999;
	text-align: center;
	padding: 4px;
	width: 50px;
}
#calendar td {
	color: #999;
}
#calendar td.available {
	font-weight: bold;
}
#calendar .selected {
}
#day td, #day th {
	border: 1px solid #999;
	text-align: center;
	padding: 4px;
	width: 75px;
}
#day td.unavailable {
	background: #ccc;
}
#day td.booked {
	font-weight: bold;
}
.calendarNav {
	margin-top: 15px;
}
.bookingForm p.selectSession label {
	display: inline !important;
	font-weight: bold;
}

input.submit {
	font-weight: bold;
	margin-right: 25px;
}

.fluid {
	height: auto !important;
}
.inline {
	display: inline !important;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

span.subtitle {
	display: block;
	font-weight: bold;
}
span.heading {
	display: block;
	text-decoration: underline;
}

table.userlist {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table.userlist td,
table.userlist th {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
}
table.userlist th {
	font-weight: bold;
	background: #ccc;
}

table.userlist .interviewer,
table.userlist .admin {
	text-align: center;
	width: 50px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 1.2em Arial, Helvetica, sans-serif;
}
#TB_secondLine {
  font: 1em Arial, Helvetica, sans-serif;
}
#TB_window a:link {
	color: #13454f;
	text-decoration: none;
	border-bottom: 1px dotted #13454f;
}
#TB_window a:visited {
	color: #13454f;
	text-decoration: none;
	border-bottom: 1px dotted #13454f;
}
#TB_window a:hover {
	color: #13454f;
	text-decoration: none;
	border-bottom: 1px solid #13454f;
}
#TB_window a:active {
	color: #13454f;
	text-decoration: none;
	border-bottom: 1px dotted #13454f;
}
#TB_window a:focus{
	color: #13454f;
	text-decoration: none;
	border-bottom: 1px dotted #13454f;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff  url(../images/tb_bgwash.png) no-repeat bottom right;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #ccf;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
  font-weight: normal;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#ccf;
  height:27px;
  font-weight: bold;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#TB_window p {
	text-align: justify;
}


.asset-footer {
	border-top: 2px solid #ccf;
	border-bottom: 2px solid #ccf;
	background: #fafafa;
	padding: 5px;
	margin: 10px 0;
}

.comments {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    margin: 5px 10px;
}

.comment-footer,
.comments-open-footer {
    clear: both;
    margin: 5px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url {
    width: 240px;
}
#comment-text {
    width: 400px;
    height: 150px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-post {
    font-weight: bold;
}

.comment {
	border: 3px solid #ccf;
	background: #fafafa;
	padding: 5px;
	margin-bottom: 15px;
}
a.commenter-profile {
	display: none;
}

.asset-body img {
	border: 2px solid #ccf;
	background: #fafafa;
	padding: 3px;
}
p.smallprint {
	font-size: 0.8em !important;
	text-align: right !important;
	color: #666;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}
