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

/** Custom stuff **/
@import url(icons.css);

body, html {
	margin: 0;
	padding: 0;
	background: #efefef;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border: 0;
}
p {
	margin: 10px 0 10px;
}
td {
	vertical-align: top;
}

.header {
	background: #004012 url(../../images/default/template/header_bg.gif) repeat-x bottom;
	border-bottom: 10px solid #00ad31;
	height: 80px;
	float: left;
	width: 100%;
}
.header .logo {
	float: left;
	background: url(../../images/default/template/logo_bg.jpg) no-repeat;
}
.header .menu {
	float: right;
	text-align: right;
	margin-right: 10px;
}

.main {
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	background: #fff url(../../images/default/template/main_bg_bottom.gif) bottom repeat-x;
	float: left;
	width: 100%;
}
.main .title h1 {
	margin: 0;
	padding: 15px 0 10px 30px;
	background: #f5f5f5 url(../../images/default/template/title_bg.gif) repeat-x top;
	font-size: 22px;
}
.main .content {
	padding: 10px 10px 10px 30px;
}
