/*********************************************
    Settings custom to each website.
*********************************************/
body {
	background: #1B002D;
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* default text color for all links */
a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* alternate code spcified text color for links */
.color_link_alternate a:link, .color_link_alternate a:visited {
	color: #FFFFFF;
}

/* background color for a clip container */
.color_background_clip {
    background: #2e0256;
	color: #FFFFFF;
}

/* color for code generated buttons */
.color_button {
    background: #5413B3;
}

/* hover color for code generated buttons */
.color_button:hover {
	background: #7144B3;
}

/* button size on top button bar */
.buttonPublic {
	float: left;
	//width: 16.66%;
	width: 14.28%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}
.buttonMembers {
	float: left;
	width: 50.0%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}

/* webcam entry */
#listwebcam {
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}
