@import url('noisybox-fonts.css');


div {
	display: block;
}

img {
	border: 0px;
	vertical-align: middle;
}

a { 
	text-decoration: none; 
	color: #AA0000;
}
	
a:hover { 
	text-decoration: none; 
	color: #AA0000;
	background-color: #FFFFAA;
}

a:hover.nobglink {
	background-color: white;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {  
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	height: 100%;
	display: block
	color: black;
	background-color: white;
	background-image: url(/images/bg-blood-top.png), 
			url(/images/topleft-small-grillspeaker.png), 
			url(/images/bgleft-grit.png);
	background-position: top left, top left, top left;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-attachment: local, local, local;
}

#bodycontainer {
	position: relative;
	margin: 0 auto;
	/*padding: 20px 0px 0px 80px;*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
}

#topdiv {
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid #aa0000 1px;
}

div#leftdiv {
	width: 138px; float: left;
	background-color: transparent; 
	min-height: 100%; 
	height: 100%; 
	position: absolute; 
	background-image: url(/images/bg-bottom-blood.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: local;

}

footer {
	position: absolute;
	bottom: 0px;
	padding-left: 185px;
}

div#copyright{ 
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
    font-family: Verdana,Arial,Helvetica,Serif;
    font-size: 9px;
}

#contentbody {
	margin-top: 0px;
	margin-right: 0px;
	padding: 1em 35px 5em 185px;
	color: black;
	max-width: 920px;
}

nav.navbar {
	margin-left: 10px;
    font-family: Verdana,Arial,Helvetica,Serif;
	font-size: 12px;
    color: #C2D5FF;
    word-spacing: -1px;
	white-space: nowrap;
	display: inline-block;
}

nav.navbar a { 
    color: #254B72; 
	text-decoration: none;
}
nav.navbar a:hover { 
    color: white;
	text-decoration: none;
    background: black;
}

.strikethru {
	text-decoration: line-through;
}

.error-message {
	color: red;
	font-weight: bold;
}
#edit-page {
	padding-left: 0px;
	margin-bottom: 0px;
	display: block;
	font-family: "noisybox-bold", sans-serif;
}

div#logout {
	position: absolute;
	z-index: 2;
	background-color: white;
	margin-top: 0px;
	margin-left: 675px;
	border: solid gray 1px;
	border-radius: 5px;
	width: 150px;
	padding: 0px;
	display: none;
}

div#logout li {
	font-size: 14px;
}

.major-group-block {
	background-color: #F5F5F5;
	border: solid #E0E0E0 1px;
	border-radius: 4px;
	padding: 10px;
}

input {
	padding: 4px;
}
