html, body
{
    border-style: none;
    background-color: #fff;
    /*background: url(../img/grad.gif) repeat-x;*/
    background: url(../img/ra_bg.gif) no-repeat left top;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 10pt;
}


html, body, form, ul, div, p, ul, ol, dl, input, button
{
    margin: 0px;
    padding: 0px;
}

a
{
    color: #0066a7;
    text-decoration: none;
}

a:hover
{
    color: #0066a7;
    text-decoration: underline;
}

img
{
    border-style: none;
}

/*
layout style
*/
#header
{
	width: 100%;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 10pt;
    white-space:nowrap;
}

#header th
{
    padding: 0px;
    text-align: left;
}

#header td
{
    padding: 10px 0px 10px 0px;
    vertical-align: top;
}

#location
{
	padding: 5px 10px 5px 10px;
	border: 1px solid #ddd;
	background-color: #e4e4e4;
}

#setting
{
	padding: 5px 10px 5px 10px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #f0f0f0;
}

#navig
{
    width: 100%;
    margin-top: 20px;
	text-align: center;
}

#stat
{
    padding-bottom: 20px;
    text-align: center;
	font-size: 8pt;
    color: #666;
}

/*
search box style
*/
.stxt
{
	font-size: 8pt;
    color: #7e9db9;
    text-decoration: none;
}

a.shlp, a.shlp:hover
{
	font-size: 8pt;
    color: #7e9db9;
    text-decoration: none;
}

.sbox
{
    width: 130px;
    padding: 2px;
    border: 1px solid #7e9db9;
}

.sbtn
{
    height: 2em;
    *height: 1.90em;
    width: 60px;
    padding: 0 0 .10em 0em;
    *padding-bottom: 0;
    border: 1px #7e9db9 solid;
    background: transparent;
    color: #0066a7;
    font-weight: 700;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 8pt;
}

.sbtn-big /* in strict mode */
{
    height: 2em;
    width: 110px;
    padding: 0 0 .10em 0em;
    border: 1px #7e9db9 solid;
    background: transparent;
    color: #0066a7;
    font-weight: 700;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 8pt;
}

/*
static menu
*/
.static-menu
{
	font-size: 8pt;
	padding: 10px 12px 8px 0px;
}

.static-menu .static-sep
{
    color: #999;
}

.static-menu a, .static-menu a:hover
{
	font-size: 8pt;
    color: #990000;
}

/*
personal menu
*/
.personal-menu
{
	font-size: 8pt;
	padding: 0px 12px 0px 0px;
}

.personal-menu .personal-sep
{
    color: #999;
}

.personal-menu a, .personal-menu a:hover
{
	font-size: 8pt;
    color: #990000;
}

/*
explorer specific bookmark icon style
*/
span.vauAddBookmark, span.vauListBookmark {
    vertical-align: bottom;
}

/*
location style
*/
.location
{
	padding-right: 2px;
	font-size: 8pt;
}

.actual-location
{
	padding-right: 2px;
	font-size: 8pt;
	color: #333;
}

/*
setting style
*/
.setting
{
    margin-right: 3px;
    font-size: 8pt;
}

.actual-setting
{
    margin-right: 3px;
	font-size: 8pt;
	color: #333;
}

/*
list table style
*/
.list
{
    width: 70%;
    border-collapse: collapse;
    empty-cells: show;
    font-size: 100%;
    color: #333;
}

.list a
{
    text-decoration: underline;
}

.list td
{
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #F0F0F0;
    vertical-align: top;
}

.list-info
{
    font-size: 8pt;
    color: #666;
}

.list-news
{
    font-size: 8pt;
    color: #990000;
}

.list-link, .list-link:hover
{
    display: block;
    width: 140px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 8pt;
    color: #008000;
}

.list-box
{
    width: 140px;
    padding: 2px;
    border: 1px solid #008000;
}

.list-btn
{
    height: 2em;
    *height: 1.90em;
    width: 60px;
    padding: 0 0 .10em 0em;
    *padding-bottom: 0;
    border: 1px #008000 solid;
    background: #f0f0f0;
    color: #008000;
    font-weight: 700;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 8pt;
}

/*
page table style
*/
.guide
{
    width: 25%;
    font-size: 8pt;
    color: #333;
}

.guide a
{
    text-decoration: underline;
}

.guide th
{
    border-left: 1px solid #F0F0F0;
    padding: 15px 10px 5px 10px;
    text-align: left;
}

.guide td
{
    border-left: 1px solid #F0F0F0;
    padding: 5px 10px 0px 10px;
}

.guide .guide-static
{
    border-left: 1px solid #F0F0F0;
    padding: 10px 5px 10px 10px;
    background-color: #fff9dd;
}

.guide-static a, .guide-static a:hover
{
    color: #990000;
    text-decoration: none;
}

.guide table td
{
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px 5px 5px 0px;
    vertical-align: top;
    font-size: 8pt;
    color: #333;
}

/*
file list style
*/
.file-name
{
	display: block;
	margin: 0px 1px 0px 1px;
	padding: 3px 3px 3px 10px;
}

.file-name:hover
{
	background-color: #ffd;
	text-decoration: none;
}

/*
thumbnail style
*/
.thumb
{
    float: left;
    width: 220px;
    margin: 12px;
    overflow: hidden;
    text-align: center;
}

.thumb p
{
    margin: 5px;
    text-align: center;
    font-size: 70%;
    color: #999;
}

.thumb-image
{
    border: solid 1px #ddd;
}

.thumb-image:hover
{
    border: solid 1px #990000;
}

.spacer
{
    clear: both;
}

/*
navigation style
*/
.actual-page
{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #990000;
}

.page
{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.page:hover
{
	text-decoration: underline;
}

.page-link, .page-link:hover
{
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
	font-weight: bold;
}

/*
message style
*/
.message
{
	background-color: #333;
    font-size: 110%;
	color: #FFF;
	text-align: center;
}