@charset "UTF-8";
/* CSS Document */

/* RE-DEFINE HTML TAGS */
A {
	font-weight: bold;
	text-decoration: none;
	color: #529EE5;
}
A:hover {
	color: black;
}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
INPUT {
	border: 1px solid #666666;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
H1 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}
H2 {
	font-size: 14px;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
}
TABLE {
	margin: 10px 0 20px 0;
}
TD {
	background-color: #EEEEEE;
}
TEXTAREA {
	width: 400px;
	height: 300px;
}

/* CUSTOM TAG CLASSES */
DIV.searchBar {
	background-color: #F5EEE6;
	border: 1px solid #DDCAAC;
	padding: 5px;
}
INPUT.short {
	width: 100px;
}
INPUT.medium {
	width: 200px;
}
INPUT.long {
	width: 300px;
}
INPUT.bttn {
	font-weight: bold;
	font-size: 12px;
	background-color: #D6EBFF;
	cursor: pointer;
}
INPUT.bttnAdd {
	font-weight: bold;
	font-size: 12px;
	background-image: url(../img/icons/add.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	background-color: #D6EBFF;
	padding-left: 20px;
	cursor: pointer;
}
INPUT.bttnEdit {
	font-weight: bold;
	font-size: 12px;
	background-image: url(../img/icons/edit.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	background-color: #D6EBFF;
	padding-left: 20px;
	cursor: pointer;
}
INPUT.bttnSave {
	font-weight: bold;
	font-size: 12px;
	background-image: url(../img/icons/disk.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	background-color: #D6EBFF;
	padding-left: 20px;
	cursor: pointer;
}
INPUT.bttnLogin {
	font-weight: bold;
	font-size: 12px;
	background-image: url(../img/icons/login.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	background-color: #AAD5FF;
	padding-left: 20px;
	cursor: pointer;
}
#loginBut
{
font-size: 14px;
}
TD.clear {
	background-color: #FFFFFF;
}
TD.err {
	background-color: red;
}
TD.required {
	color: red;
	font-weight: bold;
	font-size: 10px;
}
UL.noBullets {
	list-style: none;
	padding-left: 10px;
}
UL.noBullets LI {
	margin-bottom: 5px;
}

/* ID CLASSES */
#loginBox {
	width: 250px;
	border: 1px solid #AAD5FF;
	background-color: #D6EBFF;
}
#loginBox .head {
	background-color: #AAD5FF;
	border-bottom: 2px solid #ffffff;
	text-align: left;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
#loginBox .content {
	text-align: left;
	padding: 10px 0 0 22px;
}
#loginBox INPUT {
	margin-bottom: 10px;
	display: block;
	margin-top: 5px;
	height: 30px;
	font-size: 20px;
}
#loginError {
	width: 250px;
	margin-bottom: 40px;
	padding: 5px 0 5px 0;
	border: 1px solid #C5A05A;
	background-color: #D6EBFF;
	font-size: 10px;
	background-image: url(../img/icons/error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#topBar {
	height: 92px;
	border-bottom: 5px solid #FFFF00;
	background: url(../img/topBg.gif) no-repeat right -80px #99CC00;
	display: block;
}
#pageContainer {
	margin: 30px 10px 0px 20px;
	width: 95%;
}
#leftColumn {
	width: 200px;
	float: left;
}
#rightColumn {
	margin-left: 200px;
}
#pageContent {

}
#navMenu {
	width: 179px;
	background-color: #D5EAFF;
	background: url(../img/nav-bg.jpg);
	background-repeat: repeat-y;
}
#navMenu A {
	font-weight: bold;
	text-decoration: none;
	color: #529EE5;
}
#navMenu UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navMenu LI {
	border-top: 1px solid #CCCCCC;
	padding: 3px 1px 3px 1px;
	margin: 0px;
}
#navMenu LI:hover {
	background-color: #E7F3FE;
	cursor: pointer;
}
#navMenu Li.lastItem {
	border-bottom: 1px solid #CCCCCC;
}
#navHeader {
	background: url(../img/navHeader.gif);
	background-repeat: no-repeat;
	height: 43px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#navFooter {
	background: url(../img/nav-footer.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
#subNavMenu {
	width: 179px;
	background-color: #F5EEE6;
	background: url(../img/sub-nav-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#subNavMenu A {
	font-weight: bold;
	text-decoration: none;
	color: #A28B6B;
}
#subNavMenu UL {
	list-style: none;
	padding: 0px;
}
#subNavMenu LI {
	border-top: 1px solid #CCCCCC;
	padding: 3px 1px 3px 1px;
}
#subNavMenu LI:hover {
	background-color: #FAF7F4;
	cursor: pointer;
}
#subNavMenu Li.lastItem {
	border-bottom: 1px solid #CCCCCC;
}
#subNavHeader {
	background: url(../img/subNavHeader.gif) no-repeat;
	height: 43px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#subNavFooter {
	background: url(../img/sub-nav-footer.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
#copyright {
	font-size: 9px;
	color: #666;
	padding: 10px 0 10px 0;
	line-height: 20px;
	width: 100%;
	text-align: center;
	background-color: #DEDEDE;
	border-top: 3px solid #FFFF00;
	clear: both;
}

/* CUSTOM CLASSES */
.hide {
	display: none;
}
.navHeadInner {
	padding: 8px 5px 5px 10px;
}
.navInner {
	padding: 0px 10px 0px 10px;
	font-size: 10px;
}
.navIcon {
	margin-right: 5px;
}
.notify_g {
	border: 1px solid #006600;
	background-color: #DBEED9;
	padding: 5px;
	margin-bottom: 20px;
}
.notify_r {
	border: 1px solid #660000;
	background-color: #EEDBD9;
	padding: 5px;
	margin-bottom: 20px;
}
.spacer100h {
	height: 100px;
}
.tick {
	margin-right: 20px;
}

/* MOOTOOLS CLASSES */

.tips {
	width: 250px;	
}

.tip-tip {
	color: #33333E;
	width: 250px;
	border: 1px solid #AAD5FF;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	padding: 8px 8px 4px;
	background-image: url(/cms/img/icons/help.png);
	background-repeat: no-repeat;
	background-position: 230px;
	background-color: #ABD6FF;
	border-bottom: 2px solid #fff;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #D6EBFF;
}



/* Mootools Calendar */
button.calendar {
	background: url(/cms/img/icons/calendar.png);
	border: 0;
	cursor: pointer;
	height: 16px;
	margin: 0px 6px 3px 4px;
	width: 16px;
}
button.calendar:hover, button.calendar.active {
	background-position: left bottom;
}
.calendar {
	background-color: #D6EBFF;
	border: 1px solid #273B62;
	padding: 3px;
}
.calendar CAPTION {
	background-color: #ABD6FF;
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
}
.calendar .month {
	margin-right: 4px;
	font-weight: bold;
}
.calendar .year {
	font-weight: bold;
}
.calendar .prev {
	margin-right: 4px;
	font-weight: bold;
	cursor: pointer;
}
.calendar A.prev:hover {
	color: #FFFFFF;
}
.calendar .next {
	margin-left: 4px;
	font-weight: bold;
	cursor: pointer;
}
.calendar A.next:hover {
	color: #FFFFFF;
}
.calendar TD {
	border: 1px solid #273B62;
	font-size: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	background-color: #BBBBBB;
	cursor: default;
	font-weight: bold;
}
.calendar TD.active {
	background-color: #00FF00;
	cursor: pointer;
}
.calendar TD.valid {
	background-color: #EEEEEE;
	cursor: pointer;
}
.calendar TD.valid:hover {
	background-color: #FFFF99;
}

#sitemap {
	width: 100%;
	list-style: none;
	padding-left: 10px;
}

#sitemap LI {
	background: #EEEEEE;
	display: block;
	line-height: 20px;
}

#sitemap LI a {
	display: block;
	border-bottom: 1px solid white;
}


.sitemap li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.sitemap table {
	width: 100%;
	margin: 0;
	padding: 0;
}


.dragHandle {
	cursor: move;
	width: 16px;
	height: 16px;
	background: url(/cms-mediation-centres/img/icons/reorder.png);
	display: block;
}

.sortables {
list-style: none;
padding: 0px;
margin: 0px;
}

.sortables li {
list-style: none;
padding: 0px;
margin: 0px;	
}


.sortables table {
padding: 0px;
margin: 0px;
}
