td,p,h1,li,div {
    font-family: arial, helvetica, sans-serif, verdana; 
    font-size: 9pt;
    
}

input, select, textarea {
    font-size: 9pt;
    font-family: arial;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    color: #555;
    border: 1px solid #cbcbcb;
    background: #fbfbfb;
    margin: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    width: 400px;
}

input[type='checkbox'] {
	width: 16px;
}

body {
	background: url('/images/background_body.jpg');
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}

.errors {
	color: #ff0000;
	font-size: 11px;
    font-weight: bold;
}

div.container, div.blockMsg {
    box-shadow: 0px 1px 2px 1px #808080;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 15px; 
	background-color: #ffffff;
}

div.blockMsg {
    border: 8px solid #555;
}

div.container h1.header {
	margin: -14px -14px 10px -14px;
	font-size: 13px;
	text-align: left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #233640;
	background-color: #7CC9FF;
	padding: 5px 0px 8px 5px;
}

#wrapper {
	border: 0px solid black;
	width: 960px;
	margin: 0 auto;
    margin-bottom: 40px;
}

#info {
	border: 0px solid black;
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: right;
}

#navigation {
	border: 0px solid black;
    width: 150px;
    height: 600px;
    float: left;
}

#content {
	border: 0px solid black;
    margin-left: 170px;
    padding-bottom: 30px;
}

#buttons{
	border: 0px solid black;
    text-align: right;
    margin-bottom: 20px;
}

#infobox {
	border: 0px solid black;
    background-color: #eeeeee;
    margin: -10px -15px 10px -15px;
    padding: 10px;
}

table.form td {
	border: 0px solid black;
	padding: 3px 0 7px 0;
}

table.form td.label {
	border: 0px solid black;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 0;
}

table.form td .errors {
    border: 0px solid black;
	height: 18px;
}

table.formFieldset div.legend {
	font-weight: bold;
	background-color: #93ff93;
	padding: 3px 5px 5px 5px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	width: 400px;
}

table.formFieldset div.description {
    font-size: 11px;
	width: 400px;
}

table.protocol {
	width: 100%;
	border-collapse: collapse;
}

table.protocol td {
	vertical-align: top;
	border: 1px solid #777;
	padding: 3px;
}

table.protocol tr.warning {
    background-color: #ff9b9b;
}

table.protocol td table.changes{
	border-collapse: collapse;
}

table.protocol td table.changes td {
	vertical-align: top;
	border: 0px;
}

table.protocol td a {
	color: #000;
}

.starrequired {
	font-weight: normal;
    color: #ff0000;
}

ul.errors li {
	list-style-type: none;
	margin: 0 0 -10px -38px;
}

/*** Form fields. ***/

a:link, a:visited, a:active {
	font-size: 12px;
	color: #2453D1;
	text-decoration: none;
}

a:hover {
	color: #4D43A8;
}

a.red:link, a.red:visited, a.red:active {
    color: #ff6868;
}

a.red:hover {
	color: #ff0000;
}

div.changeProtocolLink a {
    font-size: 11px;
	font-style: italic;
}

div.table {
	display: table;
}

div.table div.row {
	display: table-row;
}

div.table div.row div.cell {
    display: table-cell;
	padding-right: 8px;
}

div.invoice, div.invoice a {
	font-size: 11px;
}

div.invoice div.label {
	font-weight: bold;
}

table.invoiceService td {
	padding: 0px;
	border: 0px solid black;
	text-align: center;
}

table.invoiceService tr:hover {
	background-color: transparent;
}

table.invoiceService td.label {
	font-weight: bold;
	padding-right: 0px;
	text-align: center;
}

table.groupMember td {
    padding: 0 5px 0 0;
    border: 0px solid black;
	font-size: 11px;
}

table.groupMember tr:hover {
    background-color: transparent;
}

table.groupMember td a {
	font-size: 11px;
}

div.smallInfo, div.smallInfo a {
	font-size: 11px;
	font-weight: 900;
}

div.smallText, div.smallText a {
    font-size: 11px;
}

div.colourMark {
	width: 100px;
	height: 30px;
	border: 1px solid #808080;
	position: absolute;
	margin: -6px 0 0 652px;
	opacity: 0.4;
	-moz-border-bottom-leftradius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -khtml-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.requiredField {
    font-weight: normal;
    color: #ff0000;
}

#flashMessages, div.blockMsg {
    color: #000000;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -100px;
    position: fixed;
    text-align: center;
    width: 360px;
    border: 8px solid #d6ffb5;
    background-color: #fff;
    z-index: 200;
}

#flashMessages div.image {
    border: 0px solid black;
    width: 32px;
    height: 32px;
    background-image: url('/images/flashhmessageOk.png');
    background-repeat: no-repeat;
    background-position: center;
}

#flashMessages div.message {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
}

#flashMessages.errors {
    font-weight: normal;
    font-size: 12px;
    border: 8px solid #ff9999;
}

#flashMessages.errors div.image {
    background-image: url('/images/flashhmessageError.png');
}

img.delDate {
    margin-left: 3px;
    margin-top: 1px;
    position: absolute;
    cursor: pointer;
}

ul.plain {
    list-style-type: none;
}

div.articleContainer {
	padding: 3px 25px 3px 5px;
}

div.articleContainer.inactive {
    background-color: #dfdfdf;
}

.error {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
}

div.ui-dialog {
    -moz-box-shadow: 0px 1px 14px 1px #222;
    -webkit-box-shadow: 0px 1px 14px 1px #222;
    box-shadow: 0px 1px 14px 1px #222;
    border: 1px solid #777777;
}

div.ui-dialog-titlebar {
    margin: -4px -4px 5px -4px;
    background-color: #fff;
    background-image: url('/images/dialogHeader.png');
    background-repeat: x-repeat;
    background-position: center;
    border: 0px solid #777;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

a.ui-dialog-titlebar-close {

}

a.ui-dialog-titlebar-close:hover {
    background-image: none;
    background-color: #eee;
    border: 1px solid #777;
}

.ui-icon-closethick {
    background-color: transparent;
}

.ui-icon-closethick:hover {
    background-color: transparent;
    color: #000000;
}

.ui-dialog-content {
    font-size: 15px;
}

button, div.ui-dialog-buttonset button.ui-button {
    padding: 5px 12px 5px 13px;
    border: 1px solid #5C91A8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    line-height: 1;
    background-color: #71B1CE;
    background-repeat: x-repeat;
    background-position: center;
}

div.ui-dialog-buttonset button.ui-button {
    height: 34px;
    padding: 0px;
}

button:hover {
    box-shadow:0 0 6px #999;
}

button:active {
    color: #00f;
    box-shadow: none;
}


.ui-dialog .ui-dialog-titlebar-close {
    width: 18px;
    height: 18px;
    margin: -10px 3px 0 0;
}

.ui-state-hover .ui-dialog-titlebar-close {
    /*background-color: #ccc;*/
}

.ui-state-default .ui-icon {
    background-image: url(/js/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon {
    background-image: url(/js/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png);
}

.ui-datepicker{ z-index: 3 !important;}

div.blockOverlay {
    opacity:0.4;
    background-color: #f4f4f4;
}

div#blockUILabel {
    font-weight: bold;
    font-size: 14px;
    color: #555;
}

div#blockUILabel img {
    margin-top: -5px;
}

div.blockMsg {
    border: 8px solid #555;
}