html {
	padding:0; 
	margin:0; 
	border:0; 
}

body {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0;
	border:0;
	color: #efefff;
	font-size:small; 
	font-family: 'Trebuchet MS', arial, sans-serif; 
	line-height: 1.4em; 
	background: #000033;
}

input,textarea,select{
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size:0.9em;
	padding:2px 5px 2px 5px;
	background: #efefff; 
	color:#000033;
	width:240px;
}

input.nob{
	border:none;
}

.obul {
	list-style-image: url('/img/bullet.gif');
	line-height: 1.5em;
	margin-left: 0;
	padding-left: 1.5em;
}

table {
	padding: 0px;
	border: none;
}

td {
	border: none;
	vertical-align: middle;
	padding: 4px;
}

h1{
	margin: 0 0 0.8em 0;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	color: #ddddff;
}

h2{
	margin: 1em 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #ddddff;
}

h4{
	margin: 0 0 0.8em 0;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #880033;
}

h5{
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #000033;
}

h6{
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #880033;
}

a:link {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}
	
a:active {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;
}

a.pale:link {
	color: #99ccdd;
	text-decoration: none;
}
	
a.pale:visited {
	color: #99ccdd;
	text-decoration: none;
}
	
a.pale:active {
	color: #99ccdd;
	text-decoration: none;
}

a.pale:hover {
	color: #99ccdd;
	text-decoration: underline;
}

a.menu:link {
	color: #efefff;
	text-decoration: none;
}
	
a.menu:visited {
	color: #efefff;
	text-decoration: none;
}
	
a.menu:active {
	color: #efefff;
	text-decoration: none;
}

a.menu:hover {
	color: #efefff;
	text-decoration: underline;
}

.red {
	color: #990000;
}

a.red:link {
	color: #990000;
	text-decoration: none;
}
	
a.red:visited {
	color: #990000;
	text-decoration: none;
}
	
a.red:active {
	color: #990000;
	text-decoration: none;
}

a.red:hover {
	color: #990000;
	text-decoration: underline;
}

div.head {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height: 90px;
	background: #000033;
}

div.foot {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:10px;
	background: #000033;
}

div.menu {
	position:fixed;
	top:36px;
	left:240px;
}

div.subm {
	position:fixed;
	top:58px;
	left:240px;
}

div.hint {
	position: fixed;
	top: 8px;
	left: 240px;
	padding:1px 4px 1px 4px;
	border: solid 1px #ccccff;
	background: #efefff;
	color: #000033;
	font-size:0.8em;
	visibility: hidden;
}

div.pict{
	position:fixed;
	top:100px;
	left:30px;
}

div.main{
	position:absolute;
	top:100px;
	min-height:100%;
	left:240px;
	right:30px;
}

div.pale {
	position:absolute;
	top:90px;
	left:240px;
	right:30px;
	min-height:100%;
	background: #efefff;
	border:solid 1px #99ccdd;
	padding:20px;
	color: #000033;
}

div.wide {
	position:absolute;
	top:90px;
	left:30px;
	right:30px;
	min-height:100%;
	background: #efefff;
	border:solid 1px #99ccdd;
	padding:20px;
	color: #000033;
}

div.lcol{
	position:absolute;
	top:0;
	bottom:0px;
	left:0px;
	width:200px;
	padding:10px;
	color: #000033;
	background: #efefff;
}

div.rcol{
	position:absolute;
	top:0;
	bottom:0px;
	right:0px;
	width:200px;
	padding:10px;
	color: #000033;
	background: #efefff;
}

div.conf{
	display:block;
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -210px;
	width: 420px;
	overflow:auto;
	padding:10px;
	color: #990000;
	border: solid 2px #990000;
	background: #ffffff;
	text-align: center;
	visibility: hidden;
}

div.edit{
	display:block;
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -230px;
	width: 480px;
	overflow:auto;
	padding:20px;
	color: #000033;
	border: solid 2px #9999cc;
	background: #ffffff;
	visibility: hidden;
}

div.help{
	display:block;
	position:absolute;
	top: 110px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	overflow:auto;
	padding:10px;
	color: #000033;
	border: solid 1px #0000cc;
	background: #ddddff;
	visibility: hidden;
}

div.mang {
	position: absolute;
	top: 10px;
	left: 0;
	width: 720px;
	padding: 60px 10px 40px 10px;
	background: transparent;
}

div.both {
	clear:both;
}

.butn{
	line-height:2em;
	background:#cccccc;
	border: solid 1px #aa9955;
}

.yow {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 120px;
	font-weight: normal;
	color: #9999cc;
	text-align: center;
}

.yow a:link {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}
	
.yow a:visited {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}
	
.yow a:active {
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}

.yow a:hover {
	text-decoration: underline;
	font-size: smaller;
	font-weight: normal;
	color: #9999cc;
}

.yosx a:link {
	color: #cccccc;
	text-decoration: none;
}
	
.yosx a:visited {
	color: #cccccc;
	text-decoration: none;
}
	
.yosx a:active {
	color: #cccccc;
	text-decoration: none;
}

.yosx a.hover {
	color: #cccccc;
	text-decoration: underline;
}

/* By all means change but DO NOT REMOVE the style below this comment */
	
div.yost {
	position:fixed;
	top:0;
	left:0;
	right:0;
	padding:20px 20px 0 20px;
	background:#ffffff;
	border-bottom:solid 1px #000033
}

div.yosm {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width: 100px;
	padding:100px 20px 20px 20px;
	line-height:2em;
	border-right:solid 1px #000033
}

div.yosc {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 100px 20px 40px 240px;
	line-height: 1.5em;
	background: transparent;
}
		
div.yosn{
	display:block;
	position:absolute;
	top:60px;
	left:50%;
	width: 400px;
	margin-left:-180px;
	text-align:center;
	padding:10px;
	visibility:hidden;
	border:solid 2px #cc0000;
	background: #ffffff;
}

.yosb{
	line-height:2em;
	background:#cccccc;
	border: solid 1px #aa9955;
}

.yoss_emph {
	font-weight: bold;
	font-style: italic;
}

.yoss_8emi {
	font-style: italic;
	font-size: 0.8em;
}

.yoss_8emn {
	font-style: normal;
	font-size: 0.8em;
}

a.yoss_blur {
	color: #666666;
	font-weight: normal;
}

a.yoss_blur em {
	display:none;
}

a.yoss_blur :visited {
	color: #666666;
	font-weight: normal;
}

a.yoss_blur:visited em {
	display:none;
}

a.yoss_blur:active {
	color: #666666;
	font-weight: normal;
}

a.yoss_blur:active em {
	display:none;
}

a.yoss_blur:hover {
	color: #666666;
	font-weight: normal;
	text-decoration:none;
}

a.yoss_blur:hover em {
	display:none;
}

a.yoss_tips{
	font-weight: normal;
	text-decoration: none;
}

a.yoss_tips em {
	display:none;
	text-decoration: none;
}

a.yoss_tips:visited em {
	display:none;
	text-decoration: none;
}

a.yoss_tips:active em {
	display:none;
	text-decoration: none;
}

a.yoss_tips:hover {
	font-weight: normal;
	border:0;
	position:relative;
	z-index:500;
	text-decoration:underline;
}

a.yoss_tips:hover em {
	display:block;
	position:absolute;
	top:25px; 
	left:10px;
	padding:5px;
	font-weight:normal;
	color:#000;
	border:1px solid #666666;
	background:#ffffcc;
	width:200px;
	text-decoration: none;
}

.yoss_x300{
	width: 300px;
	height: 100px;
	background:#f8f8f8;
	border: solid 1pt #666666;
}

.yoss_x500{
	width: 496px;
	height: 100px;
	background:#f8f8f8;
	border: solid 1pt #666666;
	
}

div.yoss_note{
	display:block;
	position:absolute;
	top:60px;
	left:50%;
	width: 360px;
	margin-left:-180px;
	text-align:center;
	padding:10px;
	visibility:hidden;
	border:solid 2px #cc0000;
	background: #ffffff;
}

.yoss_butn{
	line-height:2em;
	background:#cccccc;
	border: solid 1px #aa9955;
}

div.yobs_blog {
	position:absolute;
	top: 90px;
	left: 160px;
	right: 280px;
	bottom: 10px;	
	overflow: auto;
	padding: 8px;
	border:solid 1px #cccccc;
}

.yobs_blog a:link {
	font-weight: normal;
	color: #0066cc;	
}
	
.yobs_blog a:visited {
	font-weight: normal;
	color: #0066cc;		
}
	
.yobs_blog a:active {
	font-weight: normal;
	color: #0066cc;	
}

.yobs_blog a:hover {
	font-weight: normal;
	color: #0066cc;	
	text-decoration: underline;
}

.yobs_edit {
	color: #990033;
	font-style: italic;
}

a.yobs_edit:link {
	color: #990033;
	font-weight: normal;
	font-style: italic;
}

a.yobs_edit:visited {
	color: #990033;
	font-weight: normal;
	font-style: italic;
}

a.yobs_edit:active {
	color: #990033;
	font-weight: normal;
	font-style: italic;
}

a.yobs_edit:hover {
	color: #990033;
	font-weight: normal;
	text-decoration:underline;
	font-style: italic;
}

div.yobs_arch {
	position:absolute;
	top: 90px;
	bottom: 10px;
	right: 10px;
	width: 230px;
	overflow: auto;
	background: #eeeeee;
	padding: 8px;
	border:solid 1px #666666;
}

 div.yobs_addc {
	display:block;
	position:fixed;
	top: 120px;
	bottom: 40px;
	left: 50%;
	width: 540px;
	margin-left: -270px;
	padding:10px;
	border: solid 2px #000066;
	background:#ffffff;
	visibility:hidden;
	overflow: auto;
}

.yowt{
	display:inline-block;
	position:relative;
	color:#000033;
	border: solid 1px #000033;
	padding:0;
	background: #fcfcff;
	margin:0;
}

.yowt a:link {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	border: none;
	margin-right:3px;
}

.yowt a:link em {
	display:none;
}	
	
.yowt a:visited {
	color: #0000cc;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	border: none;
	margin-right:3px;
}

.yowt a:visited em {
	display:none;
}
	
.yowt a:active {
	color: #0000cc;
	font-weight: normal;	
	text-decoration: none;
	background: transparent;
	border: none;
	margin-right:3px;
}

.yowt a:active em {
	display:none;
}

.yowt a:hover {
	position:relative;
	color: #0000cc;
	font-weight: normal;	
	text-decoration: none;
	background: transparent;
	border: none;
	margin-right:3px;
}

.yowt a:hover em {
	display:block;
	position:absolute;
	left:-30px;
	top:-2em;
	padding:1px;
	font-weight:normal;
	text-decoration:none;
	color:#000066;
	border:1px solid #333366;
	background:#ffffcc;
	width:100px;
}

.yowt_s{
	font-family: 'Lucida Console', Monaco, Courier, 'Courier New', monospace;
	font-size:0.8em;
	padding:0;
	background:#ffffff; 
	color:#000033;
	width:400px;
	height:100px;
	border: solid 1px #000033;
	overflow: auto;
}

.yowt_r{
	position: absolute;
	top:10px;
	left:20px;
	font-family: 'Trebuchet MS', arial, sans-serif;
	padding:0.2em;
	background:#ffffff; 
	color:#990000;
	width:200px;
	border: solid 1px #000033;
	text-align:center;
	visibility:hidden;
}

.yowt_c{
	display:inline-block;
	width:8%;
	height:8px;
	font-size:1px;
	padding:0;
	border:none;
}

.yowt_q{
	display:block;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-40%;
	width:80%;
	border: solid 1px #000033;
	text-align:center;
	background:#ffffff;
	visibility:hidden;
}
