/*-------------------*/
/* Change background */
/*-------------------*/
html{
    background: #fff url(../images/bg_light.jpg) top center no-repeat;
    }
body{
    color: #999;
    }
/* Main window */
div#cont_main_top{
    background: url(../images/main_invert/top.png) no-repeat;
    }
div#cont_main_bg{
    background: url(../images/main_invert/mid.png) repeat-y;
    }
div#cont_main_grad{
    background: url(../images/main_invert/grad.png) top center no-repeat;
    }
div#cont_main_bot{
    background: url(../images/main_invert/bot.png) no-repeat;
    }
/* Links */
a:visited, a:link{
    color: #ff0;
    }
a:hover, a:active{
    color: #f00;
    }
div#cont_main_grad a:link, div#cont_main_grad a:visited, a.comment{
    color: #ff0;
    }
div#cont_main_grad a:hover, div#cont_main_grad a:active, a.comment:active, a.comment:hover{
    color: #f00;
    }
/* Headings */
h2{
    color: #fff;
    }
h3, caption, div#cont_main_grad h3.about{
    color: #fff;
    }
div#cont_main_grad h3.about{
    color: #fff;
    }
div#cont_main_grad h3{
    color: #333;
    }
/* Forms */
input, textarea{
    border-color: #555;
    color: #999;
    background: #333;
    }
input:hover, textarea:hover{
    border-color: #888;
    color: #999;
    background: #333;
	}
input:active, input:focus, textarea:focus{
    border-color: #555;
    color: #999;
    background: #111;
	}
input.sms{
    border: #333 1px solid;
    background: #000;
    color: #fff;
    }
fieldset{
    border: #333 1px solid;
    background: #000;
    }
/* Paginate */
td.paginate{
    border-top: #333 1px solid;
    }
td[name="link"]:hover{
    color: #f05023;
    }
td[name="page"]:hover{
    background: #333;
    color: #222;
    }
td[name="selected"]{
    background: #000;
    color: #999;
    border: #333 1px solid;
    }