/*	COLOR DECLARATIONS
	dark			background-color: #000000;
	text over dark	color: #C3D0FF;
	light			background-color: #333333;			
	text over light	color: #9DB4FF;	
*/

/* this css applies to table cells in sidebar and content div`s */


div#content table {
	width: 100%;
}

div#content table .signup {
	width: 500px;
	}

	
/* sidebar text hack */

div#content table .text {
	color: #FEFEFE;
}

/* corners of table */
.corner_top-left {
	background-image: url(../images/gui/t_l.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 11px;
}
.corner_top-right {
	background-image: url(../images/gui/t_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 12px;
}

.corner_bottom-left {
	background-image: url(../images/gui/b_l.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 12px;
}

.corner_bottom-right {
	background-image: url(../images/gui/b_r.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 12px;
}

/* sides of table */
.side_left {
	background-image: url(../images/gui/lft.gif);
	background-repeat: repeat-y;
	vertical-align:top;
	width: 12px;
}

.side_right {
	background-image: url(../images/gui/rt.gif);
	background-repeat: repeat-y;
	width: 12px;
}

.side_top {
	background-image: url(../images/gui/top.gif);
	background-repeat: repeat-x;
}

.side_bottom {
	background-image: url(../images/gui/btm.gif);
	background-repeat: repeat-x;
}


