{
// QUILL - CSS FILE
// by HAYATO TANAKA, Graphic Designer Angiotech
//
// Product Theme Colors:
// 59797A = LIGHT Tone
// 59797A = MEDIUM Tone
// 4D6180 = DARK Tone
//
//	59797A = Light Cyan
//	455d5e = Medium


}

body
{
background:url("bg_quill.jpg") repeat-x top left #5b8fd1;
}

h1
{
color:455d5e;
}

h2
{
color:455d5e;
}

h3
{
color:455d5e;
}

select, textArea, input
{
color:#555;
background:url("bg_forms.png") repeat-x #F0F1F7;
border-top:1px solid #455d5e;
border-left:1px solid #59797A;
border-right:1px solid #59797A;
border-bottom:1px solid #79999A;
}

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

.hilite
{
color:#455d5e;
}

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

a,a:link,a:active,a:visited
{
color:#455d5e;
}

a:hover
{
color:#59797A;
}

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

#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:#D7DFEF;
border:1px solid #59797A;
}

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

#nav a:hover
{
color:#59797A;
}

#contrast a,#contrast a:link,#contrast a:active,#contrast a:visited
{
color:#59797A;
}
