/* night layout */

a:link 
{
color: #976994; 
}

a:visited 
{
color: #8f5e90; 
}

a:hover 
{
color: #4d8179; 
}

a:active 
{
color: #67995d; 
}


body 
{
background-image: url(sky_bg.png);
background-color: #424242; 
}


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


#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: #976994; 
border-color: #393939 black black #393939;
}

#interface a:visited 
{
color: #976994; 
border-color: #393939 black black #393939;
}

#interface a:hover 
{
color: #976994; 
border-color: black #393939 #393939 black;
background-color: #1B2638; 
}

#interface a:active 
{
color: #976994; 
border-color: black #393939 #393939 black;
}

input, textarea, select, option
{
color: #8095ff;
background-color: #1B2638 !important;
}

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


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