/* ========================================================================== */
/* Font */
/* ========================================================================== */

@font-face 
{
  font-family: "AR-PL-ShanHeiSun-Uni";
  src: url('AR_PL_ShanHeiSun_Uni.ttf');
}

*
{
	font-family: AR-PL-ShanHeiSun-Uni, sans, sans-serif;
	font-size: 13px;
}

h1
{
	color: #04014D;
	font-size: 15px;
}

h1, h2, .emphasize
{
	
	font-weight: 900;
	font-variant: small-caps;
	margin-bottom: 3px;
	margin-top: 20px;
}

h2
{
	color:#7F7F7F;
	font-size: 14px;
}

.top
{
	margin-top: 0px;
}

/* ========================================================================== */
/* Body */
/* ========================================================================== */
body
{
	background-color: #16313b;
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */

div
{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
}

.showBorders
{

	border: 1px solid #D9D4D4;
	overflow: hidden;
}

.outermost
{
 	width: 800px;
 	height: 99%;
 	position: relative;
 	margin: 0 auto;
	overflow: visible;
}

.header
{
	height: 150px;
	width: 100%;
	text-align: center;
	background-image: url(images/logo.jpg);
	background-color: black;
}

.topNav
{
	bottom: 0px;
	position: relative;
	padding-top: 45px;
	
}

.outerSideNav
{
	top:155px;
	bottom: 25px;
	width: 175px;
	position: absolute;
	background-color: #f2f2f2;
}

.sideNav
{
	top: 25px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
	position: absolute;
	overflow-y: auto;
}

.outerContent
{
	top: 155px;
	bottom: 25px;
	left: 180px;
	right: 0px;
	position: absolute;
	background-color: white;
}

.subHeader
{
	width: 100%;
	height: 22px;
	padding-top: 3px;
	background-color: black;
	color: white;
	font-weight: bold;
	border-radius-bottom-left: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius-bottom-left: 0px;
	border-radius-bottom-right: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-bottom-right: 0px;
}

.content
{
	top: 25px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
	position: absolute;
	overflow-y: auto;
}

.footer
{
	bottom: 0px;
	height: 20px;
	width: 100%;
	position: absolute;
	text-align: right;
	background-color: black;
	color: white;
}

.leftText
{
	left: 10px;
	position: absolute;
}

.rightText
{
	right: 10px;
	position: absolute;
}

.expanderDiv
{
	background-color: #fdfdfd;
	padding: 10px;
	margin-top: 10px;
	max-height: 400px;
	overflow-y: auto;
}

/* ========================================================================== */
/* Links */
/* ========================================================================== */

a
{
 	color: #666666;
 	text-decoration: none;
 	
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a.headerLinks
{
	font-weight: bold;
}

a.headerLinks:hover
{
	color: #1EB8FF;
}

a.footerLinks, a.headerLinks
{
 	color: white;
 	text-decoration: none;
}


a.footerLinks:hover
{
	color: #004DFF;
}

div.content a
{
	color: #04014D;
	text-decoration: underline;
}

div.content a:hover
{
	color: #0000FF;
}

div.content a[name^=""] 
{
	color: black;
}

div.content a[name^=""]:hover
{
	color: black;
	text-decoration: none;
}


/* ========================================================================== */
/* Microicons */
/* ========================================================================== */
div.content a[target="_blank"] 
{
background: transparent url(microicons/external.png) 100% 100% no-repeat;
padding-right: 20px;
}

div.content a[onclick^="switchMenu"] 
{
background: transparent url(microicons/note.png) 100% 100% no-repeat;
padding-right: 20px;
}

div.content a[name^="help"] 
{
background: transparent url(microicons/help.png) 100% 100% no-repeat;
padding-right: 20px;
}


/* ========================================================================== */
/* xxx */
/* ========================================================================== */


.formInput, .tabbed
{
	position: absolute;
	left: 150px;
	display: inline;
}

.inputButton
{
	background-color: #fdfdfd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	right: 70px;
	position: absolute;
}

textarea
{
	width: 400px;
	height: 150px;
}



img
{
	max-width: 100%;
	border:0px;

}

sponsor
{
	width: 200px;
}

big
{
	color: red;
	font-weight: bold;
	font-style: italic;
}

div.content input[type="text"].long, div.content input[type="password"].long
{
	width: 400px;
}


.inlineOption
{
	display: inline;
	left: 330px;
	position:absolute;
}
