@CHARSET "UTF-8";

/******************************************************************************
* defaults
******************************************************************************/

html, body 
{
	height: 100%;
	text-align: left;
}

#page-bg 
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#custom-doc
{
    position: relative;
    z-index:1;
    height: auto; 
    min-height: 100%;
}

h2
{
    font-style: italic;
}

th, td 
{
    border: none;
}

a.jScrollArrowUp {
	background: url(../images/arrow_up.png) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/arrow_down.png) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.jScrollPaneTrack
{
    background-color: transparent;
    color: inherit;
}

.jScrollPaneDrag
{
    background-color: #29abe2;
    color: inherit;
}

/******************************************************************************
* header
******************************************************************************/
#hd 
{
    position: fixed;
	top: 6px;
	margin-bottom: 6px;
	width: 450px;
	height: 75px;
	border-bottom: 6px solid black;
}

#hd .content
{
    width: 450px;
	height: 75px;
    background-color: white;
	color: inherit;
	text-align: left;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#hd #logo
{
    float: left;
    width: 340px;
    padding-top: 17px;
    padding-left: 10px;
}

#hd #nav
{
    float: left;
    width: 85px;
    padding-top: 12px;
    padding-right: 10px;
    text-align: right;
}

#hd #nav ul
{
    margin: 0;
    list-style: none;
}

#hd #nav ul li
{
    list-style-type: none;
    font-size: 77%;
}

#hd #nav ul li a
{
    padding: 0 2px;
    text-decoration: none;
    background-color: inherit;
    color: black;
}

#hd #nav ul li a:visited
{
}

#hd #nav ul li a:hover,
#hd #nav ul li a.current
{
    background-color: #29abe2;
    color: white;
}


/******************************************************************************
* body
******************************************************************************/

#bd
{

    position: fixed;
    top: 96px;
    bottom: 20px;
  
	width: 450px;
	
	
	
	background-color: white;
    color: inherit;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#bd a
{
    color: #29abe2;
}

#yui-main
{
    width: 410px;
    padding: 20px;
}

#main-content
{ 
    height: 220px;
    
    padding-right: 10px;
    
	text-align: left;
	font-size: 85%;
}

#bd #yui-main #main-content .scroll-pane
{
	overflow: auto;
}

/******************************************************************************
* footer
******************************************************************************/

#ft
{
    position: fixed;
    bottom: 0;
	width: 450px;
	height: 20px;
	background-color: black;
	color: white;
	text-align: left;
}

#ft .content
{
    padding-left: 6px;
    font-size: 70%;
    line-height: 20px;
}

#ft a 
{ 
    color: white; 
}
