@CHARSET "UTF-8";

/* ---------------------------------- */
/* Override styles                    */
/* ---------------------------------- */
* { 
	padding: 0; margin: 0;
}

/* ---------------------------------- */
/* Main styles                        */
/* ---------------------------------- */

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #FFFFFF;
    height: 100%;
    margin: 0;
    color: #666666;
}

#wrapper {
    margin:auto;
    width:auto;
    min-width:750px;
    text-align:left;
    padding-bottom: 70px;
    position: relative;
    background-image: url(/images/admin/body-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}
#header {
    height: 50px;
	color:#FFFFFF;
}

#header a {
	color:#FFFFFF;
	font-weight: bold;
}

#header a:hover {
	color:#FFFFFF;
	font-weight: bold;
}

#content-wrapper {
    min-height: 400px;
}

#leftcolumn {
    width: 200px;
    float: left;
    padding: 10px;
}
#rightcolumn {
    padding: 10px;
    margin-left: 220px;
    display: block;
    
}
#footer {
    clear:both;
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    color: #333333;
    height: 70px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;

}
.footer-inside {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
	padding: 10px;
}

.footer-inside strong {
    font-size: 17px;
    font-weight: normal;
}

.footer-inside a:link {
    color:#333333
}
.footer-inside a:link {
    color:#333333
}

/*Global Elements*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
h1 {
    font-size: 25px;
    color: #313131;
    font-weight: normal;
    padding-bottom: 10px;
}
h2 {
    font-size: 17px;
    color: #454545;
    font-weight: normal;
    padding-bottom: 5px;
}

h3 {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;    
    margin-bottom: 10px;
}

h4 {
	font-size: 15px;
	color: #454545;
    font-weight: normal;
    padding-bottom: 5px;
}

p {
    padding-bottom: 10px;
}
strong {
    color: #333333;
}


ul, li {
    margin-left: 25px;

}

a:link, a:visited{
    color: #e3047d;
    text-decoration:none;
}
a:hover {
    color: #454545;
    text-decoration:underline;
}
    
.float-left{
    float:left;
}
.float-right{
    float:right;
}

.image-right {
    float: right;
    padding-bottom: 10px;
    padding-left: 10px;
}
.image-left {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.w1pct { width: 1%;}
.w2pct { width: 2%;}
.w3pct { width: 3%;}
.w4pct { width: 4%;}
.w5pct { width: 5%;}
.w6pct { width: 6%;}
.w7pct { width: 7%;}
.w8pct { width: 8%;}
.w9pct { width: 9%;}
.w10pct {width: 10%;}
.w11pct { width: 11%;}
.w12pct { width: 12%;}
.w13pct { width: 13%;}
.w14pct { width: 14%;}
.w15pct { width: 15%;}
.w16pct { width: 16%;}
.w17pct { width: 17%;}
.w18pct { width: 18%;}
.w19pct { width: 19%;}
.w20pct { width: 20%;}
.w25pct { width: 25%;}
.w30pct { width: 30%;}
.w35pct { width: 35%;}
.w40pct { width: 40%;}
.w45pct { width: 45%;}
.w50pct { width: 50%;}
.w55pct { width: 55%;}
.w60pct { width: 60%;}
.w65pct { width: 65%;}
.w70pct { width: 70%;}
.w75pct { width: 75%;}
.w80pct { width: 80%;}
.w85pct { width: 85%;}
.w90pct { width: 90%;}
.w95pct { width: 95%;}
.w100pct { width: 100%;}

.flash-message {
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    padding: 7px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

.flash-message p {
    padding: 0;
}

.success-flash-message {
	background-color: #c7f2c8;
	border: 1px solid #33a333;
}

.information-flash-message {
	background-color: #FFF8CC;
	border: 1px solid#FFE222;
}

.error-flash-message {
	background-color: #FFCCCC;
	border: 1px solid #a30000;
}

.hide-flash-message-wrap {
	float: right;
}

/*The Left Nav*/

.nav {
    background-image: url(/images/admin/nav-bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    padding-right: 4px;
}

.nav-footer {
    background-image: url(/images/admin/nav-footer.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 22px;
}

.navigation-section-title , .announcements-outer h2, .product-timescales-outer h2, .whos-off-outer h2{
	background-color: #325b6f;
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #325b6f;
	border-right: 1px solid #325b6f;
	border-bottom: 1px solid #325b6f;
	border-left: 1px solid #325b6f;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/admin/tab-bg-rep.png);
	font-size: 13px;
}

.navigation-section-content, .announcements-inner,
	.product-timescales-inner, .whos-off-inner{
    padding: 0px;
    background-image: url(/images/admin/nav-bg-rep.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}

.navigation-entry-list{
    margin-left: 0px;
}
.navigation-entry-list li a {
    text-decoration: none;
}

.navigation-entry-list li a:link, .navigation-entry-list li a:visited,
.announcement-title a, .product-timescales-one, .whos-off-staff-name {
    display: block;
    padding: 4px 0 4px 10px;
	font-size: 13px;
	color: #e3047d;
}

.navigation-entry-list li a:hover {
    color: #999900;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 15px;
	color:#0E0E0E;
}

.navigation-entry-list-item {
    margin-left: 0px;
    list-style-image: none;
    list-style-type: none;
}


/*Forms*/

input, select, textarea, button, .buttonlike {
    background-color: #f6f6f6;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    border: 1px solid #d5d5d5;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.button-wrapper input,
.submit-wrapper input,
.button-wrapper button,
.submit-wrapper button{
    cursor: pointer;
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

.button-wrapper input:hover,
.button-wrapper button:hover,
.submit-wrapper input:hover,
.submit-wrapper button:hover  {
    cursor: pointer;
    background-image: url(/images/admin/button-bg2.png);
    background-repeat: repeat-x;
    background-position: left top;
    color: #325b6f;
}

#Go {
    cursor: pointer;
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 10px;
    padding-left: 10px;

}

#Go:hover {
    cursor: pointer;
    background-image: url(/images/admin/button-bg2.png);
    background-repeat: repeat-x;
    background-position: left top;
    color: #325b6f;
}

.element-outer {
	margin-bottom: 8px;
	margin-top: 3px;
}

.element-outer label,
.tasks-element-outer h3	{
    color: #333333;
    margin-bottom: 2px;    
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding: 0;
}

	
.checkbox-element-outer {
	padding: 5px;
}

.gecko-form p {
    font-style: italic;	
    padding: 0;
}

.checkbox-element-inner label {
    display: inline;
    margin-top: 7px;
    margin-bottom: 3px;
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    margin: 0;
}

.checkbox-element-inner input {
    margin: 3px;	
}

.form-container {
    border: 1px solid #d5d5d5;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
}


dd, dt {
}

.button-wrapper,
.submit-wrapper {
    margin-top: 10px;
    text-align: right;
    border: 1px solid #d5d5d5;
}

.form-element-group, .submit-group {
    float: left;
    padding: 10px;
}

input.form-error, textarea.form-error {
    border: 1px solid #EE1952;	
}

ul.errors {
	color: #EE1952;
	list-style-type: square;
	margin: 3px;
}

.submit-group {
    margin-top: 28px;
}

#content {
    width: 98%;
}
/*individual input sizing*/
#map_link, #website, #title {
    width: 338px;
}

#email, #url, #contact_name, #name {
    width: 230px;
}

#postcode {
    width: 70px;
}
/*addpage section*/

.page-category-list-container {
    font-size: 15px;
}

.quickadd-container form {
   padding: 15px;
}

.quickadd-container {
    float: right;   
    background-image: url(/images/admin/form-bg.png);
    background-repeat: repeat;
    border: 1px solid #325b6f;

}
.quickadd-container-header{
    background-image: url(/images/admin/nav-head-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #325b6f;
	
}

.page-category-container {
    float: left;
}
.form-container{
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

/*Top nvigation*/

#navcontainer {
    float: right;
    margin-right: 10px;
}

/*new >>>>>>>*/
#navcontainer ul
{
    margin-left: 1px;
    color: #333333;
    float: left;
    font-size: 13px;
    padding: 0;
    line-height: 17px;
}

#navcontainer ul li {
    list-style-type: none;
    float: right;
    margin-left: 0px;
}

#navcontainer ul li a
{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    text-decoration:none;
    font-weight:normal;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #325b6f;
    font-size: 13px;
    color: #333333;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #163b4d;
    float: left;
	color:#FFFFFF;
}

#navcontainer ul li a:hover
{
    color:#e3047d;
}


/*Gecko elements*/

.home-page-left-img {
    min-height: 500px;
    
}

/*tables*/

table, td, tr, th, tbody {
    border-collapse: collapse;
    border-padding: 0;
    padding: 0;
    margin: 0;
    border:0;
    }

.listing-table-container table {
	background-repeat: repeat;
	width: 100%;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-left-color: #d5d5d5;
}

.listing-table-headings, th{
	background-color: #3B6376;
	color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	font-size: 12px;
	font-weight: bold;
}

.listing-table-odd-row td {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D5D5D5;
}

.listing-table td {
	padding: 4px;
	font-size: 11px;
}

.listing-table-even-row td {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D5D5D5;
    background-image: url(/images/admin/opacity-25.png);
    background-repeat: repeat;
}

.add-new-container a:link, .add-new-container a:visited {
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    border: 1px solid #D5D5D5;
    text-align: center;
    display: block;
    color: #000000;
}
.add-new-container  {
    height: 44px;    
}
.add-new-container a:hover {
    color: #325b6f;
    text-decoration: none;
    background-image: url(/images/admin/button-bg2.png);
    background-repeat: repeat-x;
    background-position: left top;
}


.new-template-found-message, .not-found {
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    background-color: #FFF8CC;
    padding: 7px;
    border: 1px solid #FFE222;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

.welcome {
	background-image: url(../images/admin/wee-logo-new.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
    }
    
.navigation-entry-container {
	cursor: -moz-grab;
	cursor: grab;
	background-image: url(/images/admin/button-bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #e3047d;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 99%;
	padding: 5px;
	font-weight: bold;
}

.navigation-entry-container table {
    width: 100%;
}

.navigation-entry-container:hover { 
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
	border: 1px dashed #e3047d;
	
}

.navigation-entry-container:active { 
	cursor: grabbing;
    cursor: -moz-grabbing;
}

.navigation-entry-container-grabbing {
    cursor: grab;
    cursor: -moz-grab;
    border: 1px dashed #e3047d;
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

/*Media Page*/

.media-listing-item {
	float: left;
	border: 1px solid #e3047d;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(/images/admin/button-bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 160px;
	text-align: center;
}

.media-listing-edit-button {
    float: left;
    margin-right: 10px;
}
.media-listing-delete-button {
    float: right;
}

.media-listing-thumbnail img {
    border: 1px solid #e3047d;
    background-color: #FFFFFF;
    padding: 3px;
}

.media-listing-title {
    font-weight: bold;
    margin-bottom: 3px;
}

.edit-listing-media-selector-container a:link, .edit-listing-media-selector-container a:visited{
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    border: 1px solid #325b6f;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 11px;
}

.edit-listing-media-selector-container a:hover {
    color: #325b6f;
    text-decoration: none;
    background-image: url(/images/admin/button-bg2.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.thumbnail-image {
    padding-top: 5px;
    padding-bottom: 5px;
}

.edit-listing-media-selector-main-image img, .edit-listing-media-selector-image2 img, .edit-listing-media-selector-image3 img, .edit-listing-media-selector-image4 img, .thumbnail-image img {
    padding: 3px;
    border: 1px solid #325b6f;
    margin-top: 2px;
    margin-bottom: 2px;
}

.small-text {
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    text-align: center;
}
.thumbnail-select-link a:link, .thumbnail-select-link a:visited, 
.compose-preview-link-container a:link, .compose-preview-link-container a:visited {
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    border: 1px solid #325b6f;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 11px;
    width: 92px;
}

.thumbnail-select-link a:hover, .compose-preview-link-container a:hover {
    color: #325b6f;
    text-decoration: none;
    background-image: url(/images/admin/button-bg2.png);
    background-repeat: repeat-x;
    background-position: left top;
    }
    
.home-page-left-img img {
    margin-right: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    }
	
.home-page-left-img a:hover {
	background-color: #FFFFFF;
	background-image: none;
}

	
.details-titles {
	font-weight: bold;
	width: 100px;
	float: left;
}

.details-row {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #325b6f;
	background-image: url(/images/admin/opacity-25.png);
    background-repeat: repeat;
}

.details-wrap {
	margin-bottom: 10px;
}

.details-wrap h2, .view-order-wrapper h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #325b6f;
	margin-top: 15px;
	background-image: url(/images/admin/opacity-25.png);
	background-repeat: repeat;
}

.table-title-width {
	width: 100px;
	font-weight: bold;	
	}
.details-wrap table td, .view-order-wrapper td {
	padding: 5px;
}

.view-order-total {
	font-weight: bold;
	border-top: 1px solid #325b6f;
}

.validation-error {
    border-color: red;	
}

.hidden-row {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.delete-media-item-container {
    height: auto;
    height: 130px;
    min-height: 130px;
}

.media-wrap {
    float: left;
    width: 100%;
}

.pagination-wrap {
    float: left;
    width: 100%;
}

.permissions-form h2 {
    font-size: 17px;
    color: #454545;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

form.create-content-form .element-outer input {
    width: 300px;
}

.edit-file-form textarea {
    width: 99%;
}

.bold {
    font-weight: bold;
}


.login-form-container {
    width: 356px;
    border: 1px solid #000000;
    background-color: #D4DDE6;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
}

.login-header {
    background-image: url("../images/admin/tab-bg-rep.png");
    background-repeat: repeat-x;
    background-position: left top;	
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 2px;
}

.login-header-inner {
    background-image: url('/images/favicons/favicon-16x16.png');
    background-repeat: no-repeat;
    background-position: 1px 3px;
    padding-left: 22px; 
}

.login-content {
	padding-top: 15px;
    padding-right: 28px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.login-message {
    background-color: #D4DDE6;
    width: 400px;
    margin: 0px auto;
}

.errors {
    color: red;
    font-size: 0.9em;
}

#password, #username {
    width: 300px;
    font-size: 14px;
    font-weight: bold;
}


#login {
    cursor: pointer;
    background-image: url(/images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 10px;
    padding-left: 10px;
}

#login:hover {
    cursor: pointer;
    background-image: url(/images/admin/button-bg2.png);
    background-repeat: repeat-x;
    background-position: left top;
    color: #325b6f;
}

.login-outer .button-wrapper {
    border: medium none;	
}

.media-selector-image-container {
    float: left;
    
}
.media-selector-image-container img {
    padding: 3px;
    margin-right: 20px;
    border: 1px solid #3A3A3A;
    background-color: #FFFFFF;
}

#media-selector-ok-button {
    position: absolute;
    right: 0px;
    background-color: #fff;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    border: 1px solid #030303;
    cursor: pointer;
    background-image: url(../images/admin/button-bg1.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 20px;
    padding-left: 20px;
    top: 0px;
    font-weight: bold;
}
#media-selector-ok-button:hover {
    cursor: pointer;
    background-image: url(../images/admin/button-bg2.png);
    background-repeat: repeat-x;
    background-position: left top;
    color: #325b6f;
}


.media-selector-image-title {
    font-size: 12px;
    margin-right: 10px;
}
.provider-info td {
	padding: 5px;
}

.submit-element-wrapper div {
    display: inline-block;
}

.contract-tracker-cell {
    text-align: center;
}

.announcement-content {
    display: none;
    padding: 5px;
    border-top: 1px solid #325b6F;
    border-bottom: 1px solid #325b6F;
}

#comments, #additional_notes {
	height: 170px;
}
	
.task-category-fields {
    width: 100%;
}

.task-category-odd-row td {
    padding: 2px 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D5D5D5;
}

.task-category-even-row td {
    padding: 2px 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D5D5D5;
    background-image: url(/images/admin/opacity-25.png);
    background-repeat: repeat;
}

.over-allocation {
    color: red;
    font-weight: bold;
}
.announcement-title, .product-timescales-one, .whos-off-staff-name {
    background-color: #d4dde6;
}
.top-part-table {
    vertical-align: top;
    padding-right: 10px;
}

.announcement-content {
    background-color: #d4dde6;
}
.announcements-inner, .product-timescales-inner, .whos-off-inner {
    margin: 0;
    border: 1px solid #325B6F;
}
.whosoff-table {
	width: 260px;
}
.timescale-table {
	width: 250px;
}

.announcement-title a {
    padding: 5px;    
}

.announcement-title-name {	
    font-weight: bold;
}

.announcement-title-date {  
    font-style: italic;
    font-size: 11px;
}

.product-timescales-one, .whos-off-staff-name {
    padding: 4px;
}

.top-part-wrap {
    padding-bottom: 12px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 5px;
}

span.workflow-nav-date {
    font-size: 19px;
    font-weight: bold;
}

.textarea-element-inner textarea {
    width: 330px;
    height: 180px;
}
.task-category-title {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 3px;
	margin-top: 10px;
	font-size: 16px;
}
.holiday-calendar-table {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
    
}
.holiday-calendar-table td{
    padding: 10px;
    border: 1px solid #d2d2d2;
}
.holiday-calendar-table th{
    width: 14.28571428571429%;
    border-left: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
}
.calendar-day {
    float: left;
    font-weight: bold;
    font-size: 17px;
}
.calendar-person {
    float: right;
}
.inner-content-container {
    line-height: 150%;
}
.provider-layout-wrapper {
    padding: 20px;
}
.provider-layout-wrapper h2 {
    font-weight: bold;
}
.adviser-details-top {
    margin-bottom: 30px;
}
.adviser-details-top td, table.view-holiday-table td {
    padding: 5px;
}
table.adviser-details-top tr td:first-child,
table.view-holiday-table tr td:first-child {
    font-weight: bold;
}
.provider-logins {  
    margin-bottom: 30px;
}
table.provider-logins {
    width: 75%;
}
table.provider-logins td {
	border: 1px solid #d2d2d2;
	padding: 5px;
}

.login-outer {
	width: 400px;
	margin: 20px auto 0 auto;
}

.ui-sortable tr {
    cursor: move;
}

.contract-tracker-nav {
    margin-bottom: 10px;
}

.adviser-details-bottom td {
    padding: 5px;
}

.allocation {
    font-style: italic;
}

.adhoc-allocation {
    color: #325B6F;
    font-weight: bold;
}

.error-allocation {
	color: #F00;
	font-weight: bold;
	font-size: 2em;
}