body
{
	background-color: #eee;
	background-image: url("images/bg-page.gif");
	background-repeat: repeat-y;
	background-position: center top;
}

h3, h4, h5, h6, a:link, a:hover, a:active, a:visited {
    color: #666;
}

a:hover, a:active {
	text-decoration: underline;
background-color: #eee;
}

.campaign-content a {
	font-weight: bold;
}



#invite-form h4 {
    color: #000;
    font-weight: bold;
}

ul li, dl dt, dl dd
{
	border-color: white;
}

ul li, dl dt
{
	background-image: url("images/bullet-light.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

ul li.block-style
{
	border-color: white;
	background-image: none;
}

ul li.block-style a
{
	background-image: url("images/bullet-body.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

ul li a:active, ul li a:hover
{
	background-color: #eee;
}

form.box-style
{
	border-color: #ccc;
	background-color: #eee;
}

form label
{
	color: #333;
}

form label.box-style
{
	color: #333;
	background-color: #eee;
}

.warning
{
    color: #b70000;
}

#box-page
{
	background-color: #fff;
	border-color: #000 #000 #fff #000;
	/*
	*/

}

#box-subhead
{
	background-color: #000;
	border-color: #666;
	color: #fff;
}

#box-info
{
	background-color: #000;
	background-image: url("images/bg-foot-top.gif");
	background-position: left top;
	color: #fff;
	background-repeat: no-repeat;
}

#box-info a, #box-info a:visited, #box-info a:link {
	color: black;
	font-weight: bold;
}

#box-info a:active, #box-info a:hover {
	color: #999;

}

    #box-info .top .campaign    
    {
        color: black;
    }

    #box-info .top ul li
    {
    	border-color: #b2b2b2;
    }

    #box-info .top ul li a,  #box-info .top ul li a:visited
    {
    	color: #fff;
    	background-image: url("images/bullet-foot.gif");
    }

    #box-info .top ul li a:active, #box-info .top ul li a:hover
    {
    	color: #fff;
    	background-color: #999;
    }

    #box-info .bottom
    {
        background-image: url("images/bg-foot-bottom.gif");
        background-position: left bottom;
    }


.box-list h4.head {
	background-image: url("images/bullet-body.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

.box-list h4.head a, .box-list h4.head a:link, .box-list h4.head {
	text-decoration: none;
	color: #000000 !important;
}

.box-list h4.head a:active, .box-list h4.head a:hover {
	text-decoration: underline;
	color: #666;
}

table.analysis tr th
{
	background-color: #ccc;
}

table.analysis tr.total td
{
	border-color: #666;
}

