{
// CSS for VPAD
// by HAYATO TANAKA, Graphic Designer Angiotech
//
// Product Theme Colors:
// C4CDE5 = LIGHT Tone
// A0ABC8 = MEDIUM Tone
// 6A7694 = DARK Tone
}

body
{
background:url("bg_main.jpg") repeat-x #383F45;
}

h1
{
color:#000;
}

h2
{
color:#888;
}

h3
{
color:#F96118;
}

select, textArea, input
{
color:#555;
background:url("bg_forms.png") repeat-x #FFF;
border-top:1px solid #6A7694;
border-left:1px solid #A0ABC8;
border-right:1px solid #A0ABC8;
border-bottom:1px solid #C4CDE5;
}

.button
{
color:#FFF;
background:url("bg_button.png") repeat-x #6A7694;
padding:1px;
}

.button:hover
{
background:none no-repeat #A0ABC8;
}

a, a:link, a:active, a:visited
{
color:#F96118;
}

a:hover
{
color:#FF9148;
}

#header
{
color:#FFF; 
background:#000 url('bg_header.png') repeat-x;
}

#header a,#header a:link,#header a:active,#header a:visited
{
color:#FF9158;
text-decoration:none;
}

#header a:hover
{
color:#FF9148;
}

#window
{
background:url("bg_window.png") no-repeat #FFF;
}

#content
{
background:url("bg_content.png") repeat-x #FFF;
position:relative;
}

#content li, #window li
{
list-style-image:url("arrow_right.png");
}

#nav 
{
background:url("bg_content.png") repeat-x #FFF;
}

#nav:hover
{
background-image:none;
background-color:#A0ABC8;
border:1px solid #6A7694;
}

#nav a,#nav a:link,#nav a:active,#nav a:visited
{
text-decoration:none;
}

#nav a:hover
{
color:#6A7694;
}

#contrast a, #contrast a:link, #contrast a:active, #contrast a:visited
{
color:#72A0D3;
}
