/* day layout */

a:link 
{
color: #1e7cc1; 
}

a:visited 
{
color: #1c71b9; 
}

a:hover 
{
color: white; 
}

a:active 
{
color: white; 
}


body 
{
background-image: url(sky_bg.jpg);
background-color: #FFFFFF; 
}


body, p, td, div
{
color: #103762; 
}


#lefttop
{
background: url(gfx_01.png) no-repeat;
}

#righttop
{
background: url(gfx_02.png) no-repeat;
}


#leftcontent
{
background: url(gfx_03.png) repeat-y;
}

#rightcontent
{
background: url(gfx_04.png) repeat-y;
}

#leftbottom
{
background: url(gfx_05.png) no-repeat;
}

#rightbottom
{
background: url(gfx_06.png) no-repeat;
}


#interface a:link 
{
color: #1e7cc1; 
border-color: white black black white;
}

#interface a:visited 
{
color: #1e7cc1; 
border-color: white black black white;
}

#interface a:hover 
{
color: #1e7cc1; 
border-color: black white white black;
background-color: #b0dbfe; 
}

#interface a:active 
{
color: #1e7cc1; 
border-color: black white white black;
}


input, textarea, select, option
{
color: #0E417A;
background-color: #b0dbfe !important;
}

input.text, textarea, select
{
border-width: 1px;
border-style: solid;
border-color: black white white black;
}

input.submit, img.portimage, img.portimagebig
{
border-width: 1px;
border-style: solid;
border-color: white black black white;
}


