/*	$Id: admin.css,v 1.1.1.1 2008/03/30 02:37:48 spud Exp $	*/

			* {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 13px;
				color: #142a5c;
			}
			
			body {
				margin: 0 auto;
				width: 820px;
				background-color: #3a383b;
				background-image: url(../../graphics/elements/background_home.jpg);
				background-repeat: no-repeat;
				background-position: top;
			}
			
			#outer {
				width: 820px;
				position: relative;
			}

			#logo {
				height: 42px;
				width: 542px;
				margin-top: 32px;
			}
			
			#logo_home {
				display: none;
			}
			
			#headerimg {
				position: relative;
			}
			
			#specials {
				position: absolute;
				top: 110px;
				right: 10px;
				height: 85px;
				width: 100px;
				z-index: 10;
			}
			
			#mohawk {
				display: none;
			}
			
			#mohawk_foot {
				display: none;
			}
			
			#iicrc_foot {
				display: none;
			}
			
			#nav {
				margin-top: 6px;
			}
			
			#inner {
				position: relative;
				background-color: #fff;
				width: 786px;
				padding: 20px 20px 30px 14px;
				background-image: url(../../graphics/elements/content_admin_back.png);
				background-repeat: repeat-y;
				background-position: top;
			}
			
			#sidenav {
				position: absolute;
				top: 23px;
				left: 14px;
				width: 162px;
				padding-right: 14px;
			}
			
			#sidenav h1 {
				font-variant: small-caps;
				margin: 0;
				font-size: 13px;
			}
			
			#sidenav h1 a {
				color: #142a5c;
				text-decoration: none;
			}
			
			#sidenav h1 a:hover {
				color: #d1a72a;
				text-decoration: none;
			}
			
			#sidenav ul li {
				font-variant: small-caps;
				list-style-type: none;
				margin-bottom: 10px;
				margin-left: -30px;
			}
			
			#sidenav ul li a {
				color: #d1a72a;
				text-decoration: none;
				font-size: 12px;
			}
			
			#sidenav ul li a:hover, #sidenav ul li a.active, #sidenav ul li a.active:hover {
				color: #142a5c;
			}
			
			#content_header {
				margin-left: 176px;
				padding-left: 20px;
			
			}
			
			#content h1 {
				font-variant: small-caps;
				margin: 0 0 10px 0;
				font-size: 16px;
			}
			
			#content {
				margin-left: 176px;
				padding-left: 20px;
				border-left: 1px solid #d1a72a;
				line-height: 155%;
				text-align: justify;
				min-height: 160px;
			}

			#footer {
				position: relative;
				width: 820px;
				height: 50px;
				background-image: url(../../graphics/elements/content_admin_bottom.png);
				background-repeat: no-repeat;
				background-position: bottom;
				text-align: center;
				margin-bottom: 32px;
			}
			
			#footer, #footer a {
				font-size: 10px;
				text-decoration: none;
			}
			
			#bowe {
				position: absolute;
				top: 6px;
				right: 40px;
			}
			
/*	PROJECT LOADER CSS	*/

			#bml {
				font-size: 10px;
				font-weight: normal;
			}
			
			#bml ul li {
				font-size: 10px;
				list-style-type: none;
				margin-bottom: 0;
				margin-left: -30px;
			}
			
			
			.bmltag {
				color: #000;
				font-size: 10px;
				font-weight: bold;
			}

			.lefty {
				float: left;
				text-align: left;
				font-weight: bold;
				color: #fff;
				width: 49%;
			}

			.righty {
				float: right;
				text-align: right;
				font-weight: bold;
				color: #fff;
				width: 49%;
			}
			
			div.spacer {
				clear: both;
			}

			label {
				font-weight: bold;
				color: #fff
				font-size: 16px;
				padding: 4px 4px 4px 0;
			}
			
			input, select, textarea {
				display: block;
				margin-bottom: 1.0em;
			}
			
			select {
				width: 200px;
			}
			
			textarea {
			}
			
			.button {
				width: 75px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.levelbutton {
				display: inline;
				width: 75px;
				color: #2a2a2a;
			}
			
			.bigbutton {
				width: 210px;
				margin-left: 75px;
				color: #2a2a2a;
			}
			
			.error {
				color: #f00;
				font-weight: bold;
			}
			
			table.image_loader {
				border-collapse: collapse;
				border-spacing: 0;
			}
			
			table.image_loader td {
			}
			
			table.image_loader td.radio {
				width: 20px;
			}
			
			fieldset {
				border: 1px solid #7f2423;
				padding: 10px;
			}
			
			legend {
				margin: 0 5px;
				font-family: Verdana, "Lucida Sans", Arial, Helvetica, Sans-Serif;
				font-size: 14px;
				color: #7f2423;
				font-weight: bold;
			}