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

body {
	background: url(gfx/bg01.jpg) top center repeat-x #393939;
	color: #f0f0f0;
	font-family: arial, sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0px;
	padding: 0px;
}	

a:link,a:visited {
	color: #979c7e;
}

a:active,a:hover {
	color: #b0b0b0;
}

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

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

p {
	margin: 0px 0px 10px 0px;
}

table {
	margin: 0px;
	width: 100%;
}

tt {
	color: #757a5c;
}

#containment {
	margin: 0px auto;
	height: 100%;
	width: 750px;
}

#head {
	background: url(gfx/bg-type-a.png);
	height: 77px;
	
	position: relative;
}

#header {
	background: url(gfx/header.jpg) #484848;
	border-top: 1px solid #000000;
	height: 226px;
}

#header .table {
	height: 100%;
}

.info .title {
	font-weight: bold;
	font-size: 14pt;
}

.info .subtitle {
	font-size: 10pt;
	font-style: italic;
}

.info {
	border: 0px solid #ff00ff;
	float: right;
	margin: 20px;
	
	position: relative;
}

.info .textarea {
	background: url(gfx/info/bg.png);
	border: 0px solid #ff00ff;
	margin: 24px;
	text-align: right;
}

.info .tl {
	background: url(gfx/info/c-tl.png) top left no-repeat;
	height: 24px;
	width: 24px;
	
	position: absolute;
	top: 0px; left: 0px;
}

.info .bl {
	background: url(gfx/info/c-bl.png) top left no-repeat;
	height: 24px;
	width: 24px;
	
	position: absolute;
	bottom: 0px; left: 0px;
}

.info .tr {
	background: url(gfx/info/c-tr.png) top left no-repeat;
	height: 24px;
	width: 24px;
	
	position: absolute;
	top: 0px; right: 0px;
}

.info .br {
	background: url(gfx/info/c-br.png) top left no-repeat;
	height: 24px;
	width: 24px;
	
	position: absolute;
	bottom: 0px; right: 0px;
}

.info .t {
	background: url(gfx/info/bg.png);
	height: 24px;

	position: absolute;
	top: 0px; left: 24px; right: 24px;
}

.info .b {
	background: url(gfx/info/bg.png);
	height: 24px;

	position: absolute;
	bottom: 0px; left: 24px; right: 24px;
}

.info .l {
	background: url(gfx/info/bg.png);
	width: 24px;

	position: absolute;
	top: 24px; bottom: 24px; left: 0px;
}

.info .r {
	background: url(gfx/info/bg.png);
	width: 24px;

	position: absolute;
	top: 24px; bottom: 24px; right: 0px;
}

.maintable {
	height: 100%;
}

.maintable .center {
	background: #000000;
	position: relative;
}

.maintable .left, .maintable .right {
	width: 12px;
}

.maintable .left {
	background: url(gfx/sha01.png);
}

.maintable .right {
	background: url(gfx/sha02.png);
}

.maintable .top, .maintable .bottom {
	height: 12px;
}

.maintable .top {
	background: url(gfx/sha03.png);
}

.maintable .bottom {
	background: url(gfx/sha04.png);
}

/*//. Main Page Design Elements
  ../ layouts and stuff. .//*/
  
#main {
	width: 100%;
}

#textarea {
	border: 0px solid #ff9900;
	padding: 0px 4px;
}


#textarea dl {
	float: right;
	font-size: 8pt;
	min-width: 200px;
	background: url(/opsat/style/redux/gfx/bg_main2.png);
	margin: 5px;
}

#textarea dl dt {
	font-weight: bold;
	background: url(/opsat/style/redux/gfx/bg_main3.png) top left repeat-y;
	margin: 0px;
	padding: 3px 3px 3px 8px;
}

#textarea dl dd {
	background: url(/opsat/style/redux/gfx/bg_main3.png) top left repeat-y;
	margin: 0px;
	padding: 3px 3px 3px 16px;
}

#navigation {
	border: 0px solid #ff0000;
	width: 200px;
}

#navigation dl, #navigation dt, #navigation dd {
	margin: 0px;
	padding: 0px;
	line-height: 12pt;
}

#navigation dl {
	border-left: 1px solid #000000;
	font-size: 9pt;
}

#navigation dl dt {
	background: url(gfx/bg-type-a.png) 0px -27px;
	text-align: right;
	font-weight: bold;
	color: #a0a0a0;
	padding: 2px;
}

#navigation dl dt a:link, #navigation dl dt a:visited {
	text-decoration: none;
}

#navigation dl dt a:active, #navigation dl dt a:hover {
	text-decoration: underline;
}

#navigation dl dd {
	color: #a0a0a0;
	padding: 2px 4px 2px 2px;
}

#navigation dl dd.bar {
	background: url(gfx/bg_bar2.png) #707070;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	height: 2px;
	padding: 0px;
	font-size: 1px;
}

#navigation a:link, #navigation a:visited {
	color: #b0b0b0;
}

#navigation a:active, #navigation a:hover {
	color: #757a5c;
}

#credits dl dd {
	color: #505050;
}


input,textarea,select {
	background: #000000;
	border: 1px solid #505050;
	font-family: arial, sans-serif;
	color: #a0a0a0;
	font-size: 12pt;
	display: inline;
	margin: 1px;
}

/* inputs of a hidden class should be hidden */
input.hidden {
	display: none;
}

/* buttons */
input.button {
	background: transparent;
	border: 0px;
	color: #a0a0a0;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	display: inline;
	text-align: right;
	width: auto; /* wtf fix for ie7 */
	overflow: visible; /* more wtf fix for ie7 gd long button crap */
}

input.button:hover {
	color: #839605;
}

/* buttons of a command class */
input.cmdbutton {
	background: url(gfx/bg_userarea.png) 0px -26px #363637;
	border: 1px #000000 outset;
	opacity: 0.85;
}

input.cmdbutton:hover {
	opacity: 1.0;
}

input.cmdbutton:active {
	border: 1px #000000 inset;
	opacity: 0.5;
}

/* drop downs of a command class */
select.cmdbutton {
	background: url(gfx/bg_userarea.png) 0px -26px #363637;
	border: 1px #000000 inset;
	opacity: 0.85;
}

select.cmdbutton:hover {
	opacity: 1.0;
}


/* checkbox, radio */
input.option {
	border: 1px solid #a0a0a0;
	opacity: 0.85;
}

input.option:hover {
	opacity: 1.0;
}

/* admin panel stuff */

.admin {
	font-size: 1.2em;
}

.admin .header {
	background: url(gfx/bg_userarea.png) 0px -26px #363637;
	height: 24px;
	line-height: 24px;
	padding: 0px 3px 0px 3px;
	opacity: 0.8;
}

.admin .header strong {
	opacity: 0.5;
}



.error {
	color: #cc0000;
	font-weight: bold;
}

.success {
	color: #00bb00;
	font-weight: bold;
}

.row_new_even {
	background: url(gfx/bg_userarea-green.png) 0px -26px #444633;
	font-weight: bold;
	opacity: 0.85;
} .row_new_even:hover { opacity: 1.0; }

.row_new_odd {
	background: url(gfx/bg_userarea-green.png) 0px -26px #3b3d2d;
	font-weight: bold;
	opacity: 0.85;
} .row_new_odd:hover { opacity: 1.0; }

.row_even {
	background: url(gfx/bg_userarea.png) 0px -26px #3d3d3d;
	opacity: 0.85;
} .row_even:hover { opacity: 1.0; }

.row_odd {
	background: url(gfx/bg_userarea.png) 0px -26px #323232;
	opacity: 0.85;
} .row_odd:hover { opacity: 1.0; }



