{
// Sharpoint(tm) - CSS FILE
// by HAYATO TANAKA, Graphic Designer Angiotech
//
// Product Theme Colors:
// 73BBFC = LIGHT Tone
// 00529B = MEDIUM Tone
// 19364F = DARK Tone
}

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

h1
{
color:00529B;
}

h2
{
color:00529B;
}

h3
{
color:00529B;
}

select, textArea, input
{
color:#555;
background:url("bg_forms.png") repeat-x #F0F1F7;
border-top:1px solid #637FBE;
border-left:1px solid #7B97D3;
border-right:1px solid #7B97D3;
border-bottom:1px solid #BED2F5;
}

.button
{
background:url("bg_button.png") repeat-x #00529B;
padding:1px;
}

.hilite
{
color:#00529B;
}

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

a,a:link,a:active,a:visited
{
color:#00529B;
}

a:hover
{
color:#73BBFC;
}

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

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

#window_half
{
background:url("bg_window_half.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:#73BBFC;
border:1px solid #19364F;
}

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

#nav a:hover
{
color:#19364F;
}

#contrast a, #contrast a:link, #contrast a:active, #contrast a:visited
{
color:#73BBFC;
}