/*
	General rules
*/

body {
	color: #000;
	margin: 0;
	padding: 0 20px;
}

body, caption, div, p, th, td, li, dd, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small!important;
	font-size /**/: x-small;
	text-decoration: none;
}


/*
	Links
*/

a {
	color: #2C628A;
	text-decoration: none;
}
a:hover {
	color: #9BBE68;
	color: #628A2C;
}
a img {
	border: 0;
}

a.popup {
	background: url(img/popup.gif) no-repeat center right;
	padding-right: 16px;
}

/*
	Headings
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}


/*
	Inputs
*/
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small!important;
	font-size /**/: x-small;
}

/*
	.fo1
*/

.fo1 {
	width: 100%;
}

.price {
	width: 60px;
	text-align: right;
}

/*
	#header
	Header
*/

#header h1, #header h1 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}


/*
	#footer
	Footer
*/

#footer {
	padding: 4px 16px;
	color: #ACC3D4;
	text-align: right;
}


/*
	#globalNav
	Global navigation
*/

#globalNav {
	border-bottom: 2px solid #2C628A;
}

#globalNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}

#globalNav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	padding: 0 2px;
}

#globalNav a {
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 2px 8px;
	background: #ACC3D4;
	text-decoration: none;
}

#globalNav a:hover {
	background: #9BBE68;
}

#globalNav .current a {
	background: #2C628A;
	color: #FFF;
}


/*
	#globalSubNav
	Global sub-navigation
*/

#globalSubNav td {
	color: #CCC;
	text-decoration: none;
	border: 1px solid;
	border-top: 0;
	border-color: #DDD;
	background-color: #F8F8F8;
	padding: 2px 5px 2px 5px;
}

#globalSubNav td a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/*
	#search
	Search form
*/

form#search {
	margin: 0;
}
form#search td {
	border: 0;
	padding: 0;
}


/*
	#main
	Main container
*/

#main {
	border: 1px solid #ACC3D4;
	border-top: none;
}


/*
	#path
*/

#path {
	border-bottom: 1px solid #ACC3D4;
	padding: 9px 16px 9px 16px;
	margin: 0 0 16px 0;
}

#path h2 {
	font-weight: normal;
}

h3 {
	padding: 0px;
	font-weight: normal;
}

/*
	.breadcrumbs
*/

.breadcrumbs {
	height: 1em;
}

.breadcrumbs {
	color: #ACC3D4;
}

.breadcrumbs .current {
	font-weight: bold;
}


/*
	#actionBar
*/
#actionBar {
	float: right;
	position: relative;
	bottom: 1em;
}

#actionBar .current {
	font-weight: bold;
}


/*
	.list
	Generic list table
*/

.listBody {
	padding: 9px 16px 0 16px;
}

.listFooter {
	padding: 0 16px 9px 16px;
}

.listBody table td {
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #CCC;
}

.listBody table th {
	padding: 1px 5px 1px 5px;
	text-align: left;
	border-bottom: 2px solid #CCC;
}

td.action {
	width: 100px;
}

.formBody {
	padding: 9px 16px 9px 16px;
	border: 0;
	border-top: 1px solid #CCC;
}

.formBody legend {
	font-weight: bold;
}

.formBody .formBody {
	border-top: 1px solid #DDD;
}

.formBody .formBody legend {
	font-weight: normal;
	font-style: italic;
}

.formBody th {
	padding: 1px 5px 1px 5px;
	width: 150px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

.formBody td {
	padding: 1px 5px 1px 5px;
	vertical-align: top;
}

.formBody td.actions {
	border-top: 1px solid #CCC;
	padding: 9px 5px 1px 5px;
}

.report table td {
	padding: 9px 16px 9px 16px;
}

hr {
	border: 1px solid #CCC;
	height: 1px
}

.layout h4 {
	font-size: x-small!important;
	font-size /**/: xx-small;
}

.layout td {
	background: #EEE;
	border: 1px solid #CCC;
}

/*
	.stats
*/
.stats caption {
	font-weight: bold;
}

.statsPanel {
	background: #CCC;
}

.statsPanel td {
	background: #FFF;
}

.statsPanel th {
	background: #EEE;
	font-weight: normal;
}

/*
	#notifications
*/

#notifications {
	background: #FFC;
	margin: 9px 16px 9px 16px;
	padding: 10px;
	border: 1px solid #EEB;
}
#notifications p {
	margin: 0;
}

.loginForm {
	border: 3px solid #2C628A;
}

.fieldset {
	font-weight: bold;
}

#sidebar {
	border-left: 1px solid #ACC3D4;
	vertical-align: top;
}

p.comment {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small!important;
	font-size /**/: xx-small;
	padding: 0;
	margin: 0;
}

fieldset {
	border: 1px solid #ACC3D4;
}
legend {
	font-size: 86%;
}

.panel {
	vertical-align: top;
	padding: 5px;
}


.layoutBlock {
	border: 1px solid #eee;
	width: 99%;
	overflow: auto;
	margin-bottom: 10px;
}

.layoutBlock .actions, .layoutBlock .actions li {
	padding: 0;
	margin: 0;
}

.layoutBlock .actions {
	width: 20px;
	margin-left: -3px;
	padding: 4px;
	border-left: 3px solid #eee;
	float: left;
	list-style: none;
}

.layoutBlock .actions .delete {
	margin-top: 12px;
}

.layoutBlock .blockContent {
	width: 760px;
	border-right: 3px solid #ddd;
	float: left;
}

.blockHandle {
	white-space: nowrap;
}

.toolbar {
	list-style: none;
	margin: 0;
	padding: 0 0 0 16px;
}

.toolbar li {
	display: inline;
	margin: 0;
	padding: 0;
}

#illustrations dl {
	margin: 0;
	clear: both;
}

#illustrations dt {
	width: 180px;
	float: left;
}

#illustrations dd {
	margin-left: 190px;
}

#illustrations ul {
	list-style: none;
}

#illustrations ul, #illustrations li {
	margin: 0;
	padding: 0;
}