@CHARSET "UTF-8";
/* Text Colours */
#wrap 	{color: #404040;}
p.title	{color: #EE9A20;}
a		{color: #1758bf;}
a:hover	{color: #286ea0;}

/* Project Only Styles */
label.error {color: red; padding-left: 5px;}

.wrap_member_info {padding: 10px; margin-bottom: 10px; border: 1px solid silver; line-height: 1.5em; background: #fffffa;}
.wrap_team_info	{padding: 10px; margin-bottom: 10px; border: 1px solid silver; line-height: 1.5em; background: #faffff;}
.wrap_team_info .header, .wrap_member_info .header {font-size: 120%; font-weight: bold; margin-bottom: 20px; border-bottom: 1px solid silver;}


.application_form_table {
	border: none;
	width: 100%;
}

.application_form_table td {
	padding: 3px;
}

.application_form_table th {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: #EE9A20;
	color: white;
}

/* Requested by Frenda */
p {margin-bottom: 0.7em !important}


/* Video */
.vid-thumb-l {
	float: left;
	width: 390px;
	height: 180px;
}
.vid-thumb-r {
	float: right;
	width: 390px;
	height: 180px;
}
.vid-thumb-l img, .vid-thumb-r img {
	float: left;
	width: 132px;
	border: 1px solid silver;
}
.vid-info {
	float: right;
	width: 250px;
}
	.vid-members {
		float: right;
		width: 160px;
	}
	.vid-members-label {
		float: left;
		width: 80px;
	}
.svthumb {
	float: left;
	width: 144px;
	background: #EE9A20;
}
.svthumb img {
	float: left;
	width: 144px;
	background: #EE9A20;
}
.svdesc {
	float: right;
	width: 220px;
	background: #EE9A20;
}


#vid-detail table {
	width: 100%;
}
#vid-detail table td:first-child {
	width: 120px;
}

/*.vid-thumb-box:hover {
	background: #e0e0e0;
}*/
