/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #003366;
}
h3 {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #1FBECA;
}
h4{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #1FBECA;
}
p{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a{
	color: #003A63;
	text-decoration: underline;
}
a:hover{
	color: #23BCB9
}
a:visited{ 
	color:#003A63;
}
a:active{ 
	color:#FF6699;
}
a.buttonlink{
	text-decoration: none;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
.contentsection{
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.contentsection h3{
	padding: 3px;
	background: url(bar_bg.gif) repeat-x top #1FBECA;
	color: #fff;
}
/* -------------- end general glasses -------------------------------------------- */

/* --------------- Specific Area ----------------------------------------------- */

#breadcrumbs{
	background: #E6E6E6;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	color: #1FBECA;
}
#breadcrumbs a{
	color: #999;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color: #000;
}
#pageoptions{
	margin: 20px 0px 0px 0px;
	background: #e6e6e6;
	padding: 10px;
}
#pageoptions h3{
	color: #333;
}
#pageoptions li{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}
#pageoptions a{
	text-decoration:none;
}
#filterform{
	margin: 20px 0px 0px 0px;
	background: #e6e6e6;
	padding: 10px;
}
#filterform h3{
	color: #333;
}
/* ------------ Tables ---------------------------------------------------------- */

table{
	width: 100%;
}
th{
	background: url(bar_bg.gif) repeat-x top #1FBECA;
	padding: 7px;
	color: #fff;
	font-size: 1.1em;
	border-right: 1px solid #B6E2E7;
}
th a{ color: #fff; }
th a:hover{ color: #000; }
th a:visited{ color: #fff; }
tr{
	background: #F2F2F2;
	border-bottom: 1px solid #fff;
}
tr.altrow{
	background: #E6E6E6;
}
td{
	padding: 5px 3px;
}
tr.level0{ background-color: #F2F2F2; }
tr.level1{ background-color: #E6E6E6; }
tr.level2{ background-color: #D9D9D9; }
tr.level3{ background-color: #CCCCCC; }
/* ------------------------- DEfinition Lists ------------------------------------- */

dl{}
dt{ margin-bottom: 5px; width: 23%; float: left; background: #F2F2F2; color: #666; padding: 1%;}
dd{ margin-bottom: 5px; width: 70%; float: left; background: #F2F2F2;padding: 1%;}

/* --------------- Form Styles - Using CMX Form ---------------------------------- */
form.cmxform fieldset { margin-bottom: 5px; }
form.cmxform legend {
	padding: 0 2px;
	margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.cmxform fieldset fieldset {
	border: none;
	margin: 2px 0 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #BE1E2D;
	}

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.filterform{
	padding: 5px;
	background: #e6e6e6;
	margin-bottom: 5px;
}
.filterform .input{
	float: left;
	display: inline;
	margin-left: 10px;
}
.filterform:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.filterform {display: inline-block;}
/* Hides from IE-mac \*/
* html .filterform {height: 1%;}
.filterform {display: block;}
/* End hide from IE-mac */	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { 
	font-size: 100%;
	font-weight: normal;
}

form.cmxform fieldset {
	border: none;
	background: url(../../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	}
	
	
form.cmxform label { width: 200px; font-weight: bold;color: #003366;} /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #1FBECA; padding: 10px; margin: 0px 0px 20px 0px;}
#filterform fieldset{ border: 1px solid #333; }
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #1FBECA;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;
	background: #E1F2F3;	
	
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}

.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submit input{
	padding: 0px 20px;
	height: 30px;
	background: url(button_bg.gif) repeat-x top #1FBECA;;
	border: 1px solid #1FBECA;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.multiselectbox{
	width: 240px;
	height: 150px;
	overflow: auto;
	border: 1px solid #666;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.checkbox input{
	margin-right: 10px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}

/* -------------- End Form Styles ----------------------------------------------- */

/* --------------------------------------------------------------------------------
###################################################################################
			LAYOUT STYLES
###################################################################################
----------------------------------------------------------------------------------- */
body{
	background: #000;
}

#container{
	margin: 0px auto;
	width: 960px;
}
/* ------ Wrappers --------------------------- */

#headerwrapper{
	background: #000;
	border-bottom: 4px solid #1FBECA;
}
#contentwrapper{
	background: #fff;
}
#footerwrapper{
	border-top: 4px solid #E50024;
}

/* ------ Header Layout -------------------- */
#header{
	width: 960px;
	margin: 0px auto;
}
#header h1 a{	
	display: block;
	width: 960px;
	height: 80px;
	font-size: 1px;
	line-height: 0px;
	color: #000; /* Colour matches bg colour to hide text, but still be visible to spiders */
	background: url(logo.gif) no-repeat;
	background-position: 0px 10px;
}
#header h2{
	float: right;
	margin: 20px 0px 0px 0px;
	color: #fff;
}
/*----------- end header ------------------- */

/* ---------- menu layout ------------------- */
/* Drop Down Menu */
#nav{
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	height: 1%;	
}
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0px;	
	z-index: 100;
}

#nav a {
	display: block;
	padding: 3px;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 1.4em;
	background: #333333;
	font-weight: normal;
}
#nav a:hover{ color: #fff; background: #1FBECA;}
#nav #current a{
	background: #1FBECA;
	color: #fff;
}
#nav #current a:hover{
	background: #E50024;
}
#nav #current li{
	padding-right: 0;
	width: 13em;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0px 3px 0px 0px;
	list-style-type: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	border-top: 4px solid #1FBECA;
}

#nav li li {
	padding: 0;
	margin: 0;
	width: 13em;
	background:#1FBECA;
	border-top: #fff solid 1px;
}
#nav li li a{
	color: #fff;
	padding: 0.5em 0.5em;
}
#nav li li a:hover{
	background: #E50024;
}

#nav li ul ul {
	margin: -2em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {	
	color: #fff;
	position: static;
}

/* end drop down */
/* ------ end menu ------------------------------- */

#content{
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
}
.column{	
	float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#column1{
	width: 700px;
	height: 1%;
}
#column2{
	width: 240px;
	margin-left: 20px;
	height: 1%;
}
#column3{
	width: 240;
	margin-left: 20px;
	height: 1%;
}

#footer{
	width: 960px;
	margin: 0px auto;
}
#footer ul{
	margin: 3px 0px;
}
#footer li{
	padding: 4px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 1.1em;
	color: #fff;
	list-style-type:none;
	display: inline;
}
/* ------------------------------ Login Page ----------------------------- */
#UserLoginForm label { width: 100px; font-weight: bold;color: #003366;} /* Width of labels */
#UserLoginForm fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
#UserLoginForm .textbox{
	width: 180px;
}
#UserLoginForm legend{
	background: #000;
}
#login-container{
	width: 350px;
	margin: 30px auto;
}
#login-header h1 a{	

	display: block;
	width: 350px;
	height: 60px;
	font-size: 1px;
	line-height: 0px;
	color: #000; /* Colour matches bg colour to hide text, but still be visible to spiders */
	background: url(logo.gif) no-repeat;
}

.cake-debug{
	background: #fff;
	padding: 20px;
}
/* -------------------------------- Flash Page -------------------------------- */
#flash-container{
	width: 350px;
	margin: 30px auto;
}
#flash-header h1 a{	
	display: block;
	width: 350px;
	height: 60px;
	font-size: 1px;
	line-height: 0px;
	color: #000; /* Colour matches bg colour to hide text, but still be visible to spiders */
	background: url(logo.gif) no-repeat;
}
#flash-content{
	background: #fff;
	padding: 30px;
}
/* ##### AJAX STYLES #################################### */
#status{
	padding: 5px;
	border: 1px solid #009966;
	background: #DBEFB1;
	margin: 10px 0px 10px 0px;
}
ul.sortable{
	margin: 0px;
}
ul.sortable li{
	list-style-type: none;
	padding: 5px 5px 5px 30px;
	border: 1px solid #ccc;
	cursor:move;
	margin: 0px 0px 3px 0px;
	font-size: 1.2em;
	background: url(icon_order_arrows.gif) no-repeat left;
}
ul.sortable li:hover{
	border: 1px solid #1FBECA;
	background: #CFEBEE;
}
ul.sortable li.defaultpicture{
	background: #0F9;	
}
#quicksearchform{
	width: 300px;
	float: right;
	margin: 10px;
	background: #e6e6e6;
	padding: 10px;
}
div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:18px;
  cursor:pointer;
}
/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px;
	text-decoration: none; 
	color: #666;
}

.pagination a:hover, .pagination a:active{
	color: #cc0000;
	background: #e6e6e6;
}

.pagination a.currentpage{
color: #333 !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;
}

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

.message{
	background: #DFF1F4;
	border: 1px solid #006699;
	color: #000;
	padding: 5px;
	font-size: 1.2em;
}
.error-message{
	border: 1px solid #E50024;
	background: url(error-arrow.gif) no-repeat #F8C1D9;
	background-position: 7px 9px;
	padding: 5px 5px 5px 25px;
	font-style: italic;
	font-weight: bold;
	color: #E50024;
}

/* ---- Login Page ------- */
#login-container{
	width: 400px;
	margin: 0 auto;
}
#login-header{
	background: url(/assets/admin-theme/logo.gif) no-repeat;
	margin: 20px 0px 20px 0px;
}

#login-content{ 
background: #fff; 
padding: 10px;
}
