/* @override http://devel.webtacular.net/webtacular/css/webtacular.css */

body {
	margin: 0;
	padding: 5px 0;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-image: url('../images/bg_stripy_blue.gif');
}

#debug {
	background-color: #fff;
	height: 150px;
	overflow: auto;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #8C8C8C;
	border-left: 0;
	border-right: 0;
	font-size: 0.9em;
}

p {
	margin: 0.2em 0 1em 0;
}

a {
	color: #3f5991;
}

#container {
	border: 1px solid #8C8C8C;
	width: 975px;
	margin: 0 auto;
}

#footer {
	margin-top: 1px;
	width: 980px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.8em;
}

#titlebar {
	background-image: url('../images/bg_titlebar.gif');
	height: 17px;
	padding: 2px 0;
	border-bottom: 1px solid #8C8C8C;
	text-align: center;
}

/* @group Toolbar */

#toolbar {
	background: #E1E1E1 url('../images/bg_toolbar.gif') repeat-x;
	height: 26px;
	padding: 7px 0;
	border-bottom: 1px solid #8C8C8C;
	font-size: 8pt;
}

#toolbar .icon {
	float: left;
	width: 6.5em;
	text-align: center;
}

#toolbar .icon a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#toolbar .icon a img {
	-moz-opacity: 0.8;
}

#toolbar .icon a:hover img {
	-moz-opacity: 1.0;
}

#iconset-right {
	float: right;
}


.seperator {
	width:0px;
	height: 26px; 
	float: left; 
	border-left: 1px solid #999; 
	border-right: 1px solid #ccc;
	margin: 0 10px;
}


/* @end */


#subtoolbar {
	background: #E1E1E1 url('../images/bg_toolbar.gif') repeat-x;
	height: 1em;
	padding: 7px 0;
	border-bottom: 1px solid #8C8C8C;
	font-size: 8pt;
}

#main {
	background: #eee url('../images/bg_pane.gif');
	min-height: 502px;
	padding: 10px;
}

/* @group Sidebar */

ul.sortable {
	cursor: move;
}

#sidebar {
	border: 1px solid #8C8C8C;
	background-color: #fff;
	width: 198px;
	height: 496px;
	_height: 496px;
	/* IE Hack */
	padding: 2px;
	float: left;
	margin-right: 10px;
	overflow: auto;
	position: relative;
}

#sidebar #icons {
	background-color: #eee;
	border-bottom: 1px solid #8C8C8C;
}

.sidebar-pane {
	position: absolute;
	float: left;
	width: 200px;
	height: 482px;
	overflow: auto;
	background: url('../images/bg_sidebar.gif') repeat-y right;
	visibility: hidden;
}

.sidebar-pane ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	width: 183px;
}

.sidebar-pane ul:first-child {
	margin-bottom: 1em;
}

.sidebar-pane ul li {
	margin-bottom: 2px;
	padding: 1px;
}

.sidebar-pane ul li.selected {
	background-color: #3875D7;
}

.sidebar-pane ul li.menu-detail {
	font-size: 8pt;
}

.sidebar-pane ul li a {
	color: #000;
	text-decoration: none;
}

.sidebar-pane ul li.menu-detail table tr td {
	padding-left: 20px;
}

.sidebar-pane ul li.selected a {
	color: #fff;
}

.sidebar-pane ul li.inactive a {
	color: #777;
}

.sidebar-pane ul li.selected.inactive a {
	color: #bbb;
}

.sidebar-pane ul table {
	width: 179px;
}

.sidebar-pane ul table td.icon {
	width: 16px;
	height: 16px;
}

.sidebar-pane ul table td.name {
	padding-left: 3px;
}

/* @end */



#content {
	border: 1px solid #8C8C8C;
	background-color: #fff;
	min-height: 490px;
	_height: 490px;
	width: 729px;
	padding: 5px;
	float: left;
}

#wide-content {
	border: 1px solid #8C8C8C;
	background-color: #fff;
	min-height: 490px;
	_height: 490px;
	width: 943px;
	padding: 5px;
	float: left;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

.clear {
	clear: both;
}

/* @group Forms */

p.error {
	border: 1px solid #5D9240;
	background-color: #e5ecf9;
	/* border-top: 1px solid #A7D88D; */
	border-top: none;
	padding: 5px;
	width: 175px;
	font-size: 10px;
}

form {
	font-size: 10px;
}

label {
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding: 3px;
	padding-top: 10px;
}

#content label {
	width: 720px;
}

form label:first-child {
	padding-top: 0px;
}

form br {
	display: none;
}

input.text,select,textarea {
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #f5f5f5;
	padding: 1px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
object {
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

input.text:focus,select:focus,textarea:focus {
	background-color: #fff;
}

input.text, textarea {
	width: 723px;
	margin-bottom: 2px;
}
textarea {
	width: 721px;
}


input[readonly=readonly] {
	border-style: dotted;
}

input[readonly=readonly]:focus {
	background-color: #f5f5f5;
}

#wide-content input.text, #wide-content textarea {
	width: 800px;
}

textarea {
	height: 200px;
}

textarea.fixed {
	font: 0.9em Monaco, "Courier New", Courier, mono;
}

input.text.error, textarea.error, select.error {
	/*background-color: #E0EDD9;*/
}

select.forcewidth {
	min-width: 350px;
}

select.date-select {
	width: auto;
}

input.button {
	background: #9BECFF url('../images/bg_button.gif') top repeat-x;
	border: 1px solid #8C8C8C;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 3px;
	width: 16em;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.button[disabled=disabled] {
	background: #fff url('../images/bg_button_disabled.gif');
	color: #666;
}

form br {
	display: block;
	height: 0;
	/*clear: left;*/
}

.formfield {
	padding: 3px;
	margin-bottom: 4px;
}

#body-wrapper {
	position: relative;
}
#body-wrapper #history {
	position: absolute; 
	background-color: #fff; 
	border: 1px solid #8C8C8C; 
	-moz-opacity: 0.95; 
	z-index: 99999; 
	left: 5px; 
	top: 40px; 
	padding: 5px;
}


/* @end */




/* Colour picker */
.color {
	width: 10px;
	height: 10px;
	cursor: pointer;
	float: left;
}

hr {
	color: #8C8C8C;
	background-color: #8C8C8C;
	height: 1px;
}

.message {
	width: 400px;
	background-color: #DEEEFF;
	margin-bottom: 5px;
}

.message p {
	padding: 3px;
	margin: 0;
	text-align: center;
}

#sessionidle {
	cursor: pointer;
}

