#sudo
{
padding:10px;
border:1px red solid;
color:black;
font-weight:bold;
background-color:#EEA39B;
}


P.error
{
border:1px red solid;
width:70%;
padding:10px;
left:auto;
right:auto;
margin-bottom:20px;

text-align:center;
background-color:#F1E1DF;
font-weight:bold;

}


ul.sort
{
}
ul.sort li
{
vertical-align:middle;
border:1px #cccccc solid;
padding:5px;
margin-bottom:5px;
list-style:none;
width:95%;
background-color:#f1f1f1;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
ul.sort li img,ul.sort li div
{
vertical-align:top;
}
ul.sort li label
{
vertical-align:top;
}
ul.sort li textarea
{
}

DIV.errors1
{
margin: 25px 0px;
padding:5px 5px 5px 5px;
background-repeat: no-repeat;
background-position: 10px center;
color: #D63301;
border: 1px solid;
background-color: #FFCCBA;
}

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin:0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}

/*
	GENERAL LAYOUT STYLES
*/
.hide {
	display: none;
}
.unhide {
	display: ;
}
.alertBox {
	padding: 5px;
	border: 2px solid #0000CC;
	margin-bottom: 15px;
}
.homeSectionLink {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.headerNavigation {
	float:left;
	color:white;
	border-top: 1px solid #025976;
	border-right: 1px solid #025976;
	background: url(/images/bk-admin.png);
	background-repeat: repeat-x;
	background-color: #025976;
}
.headerNavigation a {
	display: block;
	float: left;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #025976;
	border-left: 1px solid #025976;
}
.headerNavigation a:hover {
	color: #0000cc;
	background-color: #f7f7f7;
	text-decoration: none;
}

/*
	TABLE STYLES
*/

.black
{
background-color:black;
 	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.movements
{
background-color:yellow;
 	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.movements_etc
{
background-color:gray;
 	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.bookingsrow
{
background-color:green;
 	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.servicesrow
{
background-color:red;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.bookingsandservices
{
background-color:orange;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}


.norow
{
background-color:white;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.table {
	margin-bottom: 30px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tableHeading {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	padding: 5px;
	background: url(/images/table-2-head-bg.gif);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableSubHeading {
	padding: 5px;
	color: #666666;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableMassActionCell {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f7f7f7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableColumnHeader {
	font-weight: bold;
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowNoResults {
	font-weight: bold;
	background-color: #ffccff;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowLeft1 {
	font-weight: bold;
	background-color: #f7f7f7;
	padding: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	width: 20%;
}
.tableRowRight1 {
	padding: 5px;
	background-color: #f7f7f7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowLeft2 {
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableRowRight2 {
	padding: 5px;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tableSubmitCell {
	background-color: #EEEEEE;
	padding: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: right;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;

display: inline;

}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
font-size:9px;
text-decoration: none;
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


.hintoff
{
cursor:pointer;
padding:5px;
}
.hint
{
background-color:#EEF1F9;

}

DIV.icon-red{
border:solid 1px #cf2027;
background:#f7d0cf url(/images/cross.png) 8px 6px no-repeat;
color:#cf2027;
padding:4px;
margin-bottom:20px;

font-weight:bold;
text-align:center;
}

DIV.msg_box
{
 border: 1px #4f8a10 solid;
      margin: 10px 0px;
      padding:15px 0px 15px 0px;
		color:#4f8a10;
	_width:550px;
text-align:center;
      background-color: #dff2bf;
}
.error_field
 	{
 	background-color:pink;
 	}