/*
-----------------------------------------------
mnr main style
version: 2004.07.04
----------------------------------------------- */

h1,h2,h3,h4,h4,h6,p,span,ol,ul,li,form,img { margin:0; padding:0; font-size:100.01%; 	}

div.clear {
	clear:both;
	height:0;
	margin:0;
	line-height:1px;
	font-size:1px;
	}

body {
	margin:0;
	padding:0;
	font-family:trebuchet ms,geneva,arial,sans-serif;
	background:#001528 url( ../iAdm/bg-140527-night.jpg ) top center repeat-x;
	font-size:14px;
	text-align:center;
  	}

/* Column Structure
----------------------------------------------- */

#container {
	margin:0 auto;
	width:940px;
	text-align:center;
	background:#000 url( ../iAdm/bg-inner.gif ) repeat-y 50% 0;
	-webkit-box-shadow: 0px 0px 33px 0px #000;
	-moz-box-shadow: 0px 0px 33px 0px #000;
	box-shadow: 0px 0px 33px 0px #000;
	}

#logo {
	float:left;
	text-align:left;
	font-size:15px;
	background:#000;
	margin:10px 0 0 0;
	}

#tagLine {
	background:#000;
	font-size:15px;
	color:#bb9;
	padding: 0 0 5px 0;
	margin:0 20px;
	width:900px;
	}

#tagLine a {
	font-weight:normal;
	}

#tagLine a:hover {
	font-weight:normal;
	color:#f30;
	}

#tag {
	float:right;
	padding:50px 0 0 0;
	}

#header {
	text-align:left;
	width:900px;
	background:#bb9;
	background:#000;
	margin:0 20px;
	}

#headerMainTxt {
	float:left;
	width:450px;
	height:201px;
	background:#bb9;
	color:#bb9;
	font-size:20px;
	}

#headerMainTxt p {
	margin:101px 25px 0 25px;
	}

#headerMainImg {
	float:left;
	width:450px;
	background:#bb9;
	}

#headerMainNav {
	text-align:left;
	width:900px;
	height:24px;
	background:#000;
	margin:0 20px;
	}

#headerSubTxt {
	float:left;
	width:600px;
	height:126px;
	background:#bb9;
	color:#bb9;
	font-size:17px;
	font-weight:bold;
	}

#headerSubTxt p {
	margin:61px 25px 0 25px;
	}

#headerSubText p {
	margin:2em 15px 35px 15px;
	}

#headerSubImg {
	float:left;
	width:300px;
	background:#bb9;
	}

#headerSubNav {
	text-align:left;
	width:900px;
	height:24px;
	background:#000;
	margin:0 20px;
	}

#navMainContainer ul {
	color:#fff;
	font-size:15px;
	}

#navMainContainer ul li {
	display:inline;
	}

#navMainContainer ul li a {
	padding:2px 30px 0 30px;
	height:22px;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	float:left;
	}

#navMainContainer ul li a:hover,#navMainContainer ul li a#active {
	background:#000;
	color:#fff;
	font-size:15px;
	}

#navSubContainer ul {
	float:left;
	background:#333;
	width:300px;
	padding:19px 0;
	}

#navSubContainer ul li {
	display:block;
	list-style-type:none;
	}

#navSubContainer ul li a {
	color:#b30;
	text-decoration:none;
	font-weight:bold;
	padding:0 20px 25px 20px;
	font-size:15px;
	}

#navSubContainer ul li a:hover,#navSubContainer ul li a.active {
	color:#f30;
	font-size:15px;
	}

#titleContainer {
	width:900px;
	height:78px;
	text-align:left;
	background:#222;
	margin:0 20px;
	}

#title {
	float:left;
	width:600px;
	background:#000;
	}

#keywords {
	float:left;
	width:260px;
	color:#bb9;
	font-size:15px;
	}

#keywords p {
	padding:24px 20px 0 20px;
	}

#keywords a:hover {
	color:#f30;
	}

#bodyContainer {
	width:940px;
	text-align:left;
	margin:0 20px;
	}

#bodyMain {
	background:#222;
	float:left;
	width:600px;
	}

#bodyMain p {
	padding:0 25px;
	}

#bodyMain form {
	padding:0 10px 0 25px;
	}

#bodyMainTeaser {
	width:600px;
	font-size:15px;
	color:#fff;
	padding:19px 0;
	}

#bodyMainText {
	width:600px;
	font-size:15px;
	font-weight:normal;
	background:#333;
	color:#fff;
	padding:22px 0 19px 0;
	}

.bodyMainImg {
	margin:4px 25px 0 0;
	float:left;
	border:1px #bba solid;
	}

.bodyMainTextImg {
	padding:0 0 18px 0;
	float:left;
	}

#bodyMainHint {
	width:600px;
	font-size:14px;
	background:#444;
	color:#fff;
	padding:19px 0 19px 0;
	}

#bodySide {
	background:#333;
	float:left;
	width:300px;
	}

#bodySide p {
	margin:1em 20px;
	}

#bodySide a:hover {
	color:#f30;
	}

#bodySideHint {
	width:300px;
	background:#444;
	color:#fff;
	font-size:13px;
	padding:4px 0;
	}

#footer {
	width:900px;
	font-size:13px;
	padding:2px 0 4px 0;
	text-align:left;
	background:#000;
	margin:0 20px;
	color:#fff;
	}

#footer p {
	padding:0 25px 0 25px;
	}


/* Content formatting
----------------------------------------------- */


h1 {
	margin:1em 25px;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	}

::selection {
	color:#fff;
	background:#FD7601;
	}

::-moz-selection {
	color:#fff;
	background:#FD7601;
	}

input, select, textarea {
    padding:3px 4px;
    border:solid 1px #333;
    outline:0;
	resize:none;
	font:13px courier new,courier,mono;
    background:#fff url( ../iAdm/bg-box.gif ) left top repeat-x;
    /* background:-webkit-gradient( linear,left top,left 25,from( #FFFFFF ),color-stop( 10%,#689BD6 ),to( #FFFFFF ) ); */
    background:-moz-linear-gradient( top,#FFFFFF,#689BD6 0px,#FFFFFF 5px );
    box-shadow:#444 2px 2px 3px;
    -moz-box-shadow:#444 2px 2px 3px;
    -webkit-box-shadow:#444 2px 2px 3px;
    }

input:hover,textarea:hover,input:focus,textarea:focus {
    border-color:#689BD6;
    -webkit-box-shadow:#689BD6 0px 0px 8px;
    }

select option {
    background:#fff;
	}

input.upload {
    padding:3px 4px;
    border:solid 1px #333;
    outline:0;
	resize:none;
	font:13px courier new,courier,mono;
    background:#fff url( ../iAdm/bg-box.gif ) left top repeat-x;
    box-shadow:rgba(0,0,0,0.4) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0px 0px 8px;
    color:#000;
    }

input.button {
    padding:6px 8px;
    background:#FD7601 url( ../iAdm/bg-button.jpg ) left top repeat-x;
	border-top:1px #fa5 solid;
	border-left:1px #fa5 solid;
	border-bottom:1px #a50 solid;
	border-right:1px #a50 solid;
    font-size:13px;
    color:#fff;
    box-shadow:#000 2px 2px 3px;
    -moz-box-shadow:#000 2px 2px 3px;
    -webkit-box-shadow:#111 2px 2px 3px;
    }

input.button:active {
    padding:6px 8px;
    background:#FD7601 url( ../iAdm/bg-button.jpg ) left bottom repeat-x;
	border-top:1px #fa5 solid;
	border-left:1px #fa5 solid;
	border-bottom:1px #a50 solid;
	border-right:1px #a50 solid;
    font-size:13px;
    color:#fff;
    box-shadow:#000 2px 2px 3px;
    -moz-box-shadow:#000 2px 2px 3px;
    -webkit-box-shadow:#111 2px 2px 3px;
    }

.listing {
	margin:0 25px;
	width:550px;
}

.listing td {
	border-bottom:1px solid #444;
}

.item {
	margin-bottom:1em;
}

.ruler {
	margin:0 25px;
	border-bottom:1px #fff solid;
}


a:link,a:visited,a:active {
	color:#bb9;
	background:none;
	text-decoration:none;
	}

a:hover {
	color:#f30;
	text-decoration:none;
	}

#headerMainTxt a:link,#headerMainTxt a:visited,#headerMainTxt a:active {
	color:#fff;
	background:none;
	text-decoration:none;
	font-weight:normal;
	}
#headerMainTxt a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	}

#headerSubTxt a:link,#headerSubTxt a:visited,#headerSubTxt a:active {
	color:#fff;
	background:none;
	text-decoration:none;
	font-weight:bold;
	}
#headerSubTxt a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
