/** 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);

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

a {
	color: #06f;
}
a img {
	border: 0;
}
a:focus { 
	outline: none;
}
.footer {
	clear: both;
}
.header {
	clear: both;
}
.header .login {
	float: right;
	text-align: right;
}

.form .select, .form .text, .form .textarea, .form .password {
	font-size: 12px;
}
.form .form-tab {
	width: 170px;
}
.form .file {
	width: auto;
}
.hide {
	display: none;
}
.show {
	display: block;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #eff4f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: 0;
}

div#container {
	width: 955px;
	margin: 0 auto;
	padding: 0;
}

div#shade_right {
	margin: 0;
	padding: 0;
	background-image: url('../../images/default/shadow_right.gif');
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
}

div#shade_left {
	margin: 0;
	padding: 0;
	background-image: url('../../images/default/shadow_left.gif');
	background-repeat: repeat-y;
	width: 100%;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#main {
	display: inline;
	margin: 0 7px;
	background: url(../../images/default/background.jpg) #fff no-repeat left top;
	float: left;
}

/* Temporary solution for a margin problem in IE6. To be replaced with a solid solution. */
div#main_ie6 {
	margin-left: 3px;
	margin-right: 3px;
	background: url(../../images/default/background.jpg) #fff no-repeat left top;
	float: left;
}

div#header {
	width: 100%;
	height: 65px;
	background-image: url('../../images/default/gradient_top.gif');
}

#header_background {
	position: absolute;
	width: 497px;
	height: 65px;
	margin-left: 340px;
	background-image: url('../../images/default/header_background.gif');
	background-repeat: no-repeat;
}

#header_logo {
	position: absolute;
	margin: 5px 0 5px 620px;
}

#header_text {
	position: absolute;
	margin: 3px 0 2px 15px;
	width: 540px;
	height: 60px;
	overflow: hidden;
}
#header_text table {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#header_text td {
	vertical-align: middle;
	text-transform: uppercase;
	color: #256A87;
	font-weight: normal;
	font-size: 9.5pt;
}

#header_banner {
	position: absolute;
	margin: 3px 0 2px 460px;
	display: none;
}
#header_banner a {
	display: block;
	width: 410px;
	height: 35px;
	color: #BB0000;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: -60px;
	padding-top: 25px;
	padding-left: 58px;
}

#header_logo a img {
	clear: none;
}

#login {
	display: inline;
	float: right;
	clear: none;
	padding: 1px 0 0 0;
	text-align: right;
	font-size: 8pt;
}

div#footer {
	padding: 15px 0;
	width: 900px;
	display: inline;
	margin: 0 12px;
	color: #b00;
	float: left;
	clear: both;
}

div#middle {
	display: inline;
	margin: 0 12px;
	background-color: #fff;
	border-width: 0 1px;
	border-style: solid;
	border-color: #999;
	float: left;
}

#upper {
	height: 7px;
	width: 917px;
	display: inline;
	margin: 0 12px;
	background-image: url('../../images/default/upper.gif');
	background-repeat: repeat-x;
	font-size: 1px;
	float: left;
	clear: both;
}

#upper #left {
	width: 6px;
	height: 7px;
	float: left;
	background-image: url('../../images/default/u_left.gif');
	background-repeat: no-repeat;
}

#upper #right {
	width: 6px;
	height: 7px;
	float: right;
	background-image: url('../../images/default/u_right.gif');
	background-repeat: no-repeat;
}

#lower {
	height: 5px;
	width: 917px;
	display: inline;
	margin: 0 12px;
	background-image: url('../../images/default/lower.gif');
	background-repeat: repeat-x;
	font-size: 1px;
	float: left;
	clear: both;
}

#lower #left {
	width: 6px;
	height: 5px;
	float: left;
	background-image: url('../../images/default/l_left.gif');
	background-repeat: no-repeat;
}

#lower #right {
	width: 6px;
	height: 5px;
	float: right;
	background-image: url('../../images/default/l_right.gif');
	background-repeat: no-repeat;
}

div#menu {
	height: 16px;
	width: 885px;
	padding: 5px 15px 4px 15px;
	border: 0px solid red;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	color: #fff;
	background: #fff url('../../images/default/menu_background.gif') repeat-x;
}

#menu ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul li {
	display: inline;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 25px 0 0;
	list-style: none;
}

#content {
	padding: 15px;
	width: 885px;
}

#footer a {
	color: #b00;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#safari-alert {
	display: none;
}

