/** Default Blueberry layout (for development purposes) **/
@import url(../../library-1.0.0b/css/form.css);
@import url(../../library-1.0.0b/css/icons.css);
@import url(../../library-1.0.0b/css/messages.css);

body {
	margin: 0;
	padding: 0;
	background: #c2d0ed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #06f;
}
a img {
	border: 0;
}

.hide {
	display: none;
}

.content {
	padding-bottom: 10px;
	height: 300px;
}

.container {
	margin: 25px auto;
	width: 900px;
	background: #fff url(../../images/default/main_shadow_left.gif) repeat-y left top;
}
.header {
	background: #e0e6f4 url(../../images/default/header_bg.gif) no-repeat top right;
	height: 100px;
}
.header .logo {
	width: 320px;
	height: 100px;
	background: url(../../images/default/header_logo.gif) no-repeat top left;
}
.header a:hover {
	text-decoration: none;
	color: #0066CC;
}
.breadcrumbs {
	font-size: 11px;
	padding: 5px;
	background: #96d983;
}
.breadcrumbs a {
	color: #24471b;
}
.logout {
	float: right;
}
.main {
	background: url(../../images/default/main_shadow_right.gif) repeat-y right top;
	padding: 0 10px;
}
.menu {
	height: 30px;
	background: #2e53a0 url(../../images/default/menu_bg_green.gif) repeat-x top;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 8px;
	float: left;
	display: block;
}
.menu li.active a {
	font-weight: bold;
	background: url(../../images/default/menu_bg_green_active.gif) repeat-x top;
}
.menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 15px;
}
.menu a:hover {
	background: url(../../images/default/menu_bg_green_over.gif) repeat-x top;
}
.menu a.active:hover {
	background: url(../../images/default/menu_bg_green_active.gif) repeat-x top;
}
.main-inner {
	padding: 0 10px 10px;
}
.main-inner h1 {
	font-size: 23px;
	margin: 10px 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.main-inner h2 {
	font-size: 16px;
	margin: 0;
	font-family: "Trebuchet MS", Arial;
}
.footnote {
	font-size: 10px;
	padding: 7px 10px 0;
	border-top: 1px solid #c9c9c9;
	color: #999;
}
.footnote a {
	color: #999;
}
.footer {
	background: url(../../images/default/footer_bg.gif) no-repeat left bottom;
	height: 20px;
	border: 0;
}
.footer-inner {
	background: url(../../images/default/footer_corner_right.gif) no-repeat right bottom;
	height: 20px;
}

/**
 * Misc stuff
 */
.red {
	color: red;
}
.green {
	color: green;
}
.grid table {
	width: 100%;
}

