/* CSS Document */
body {
	background-color: #FFFFFF;
/*
	background-image: url(/Images/bg-talentguild.gif);
	background-repeat: repeat;
*/
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #669900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}

tr.normal {
	background-color: transparent;
}
tr.over {
	background-color: #BDCDFF;
	cursor: pointer;
}


/* SUB-NAV TABS */
td.taboff {
	width: 84px;
	text-align: center;
	background-image: url(/Images/subNav-TabOff.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #1C3067;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 21px;
	cursor: pointer;
}
td.taboff a, td.taboff a:hover {
	color: #1C3067;
	text-decoration: none;
}
td.tabon {
	width: 84px;
	text-align: center;
	background-image: url(/Images/subNav-TabOn.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #4D7427;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 21px;
	cursor: pointer;
}
td.tabon a, td.tabon a:hover {
	color: #4D7427;
	text-decoration: none;
}

.noJSSubmit {
	border: 0px;
	background-color: transparent;
	color: #1C3067;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	padding: 0px;
}



/* MAIN TABLE STYLES */
.MainTopLeft {
	background-image: url(/Images/border-topleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 15px;
}
.MainTopCenter {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939393;
	height: 15px;
}
.MainTopRight {
	background-image: url(/Images/border-topright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15px;
	height: 15px;
}

.MainLeftCenter {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #939393;
	width: 15px;
}
.MainRightCenter {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #939393;
	width: 15px;
}

.MainBottomLeft {
	background-image: url(/Images/border-bottomleft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 15px;
	height: 15px;
}
.MainBottomCenter {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	height: 15px;
}
.MainBottomRight {
	background-image: url(/Images/border-bottomright.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 15px;
	height: 15px;
}

/* HEADER STYLES */
.MainHeaderCell {
	background-color: #FFFFFF;
}
.topRightNavHome {
	color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
	.topRightNavHome a {
		color: #3399FF;
		text-decoration: underline;
	}
	.topRightNavHome a:hover {
		color: #3399FF;
		text-decoration: none;
	}
.topRightNavContact {
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
	.topRightNavContact a {
		color: #669933;
		text-decoration: underline;
	}
	.topRightNavContact a:hover {
		color: #669933;
		text-decoration: none;
	}
.topRightNavMembers {
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
	.topRightNavMembers a {
		color: #993333;
		text-decoration: underline;
	}
	.topRightNavMembers a:hover {
		color: #993333;
		text-decoration: none;
	}
.topRightNavUsers {
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* CONTENT STYLES */
.MainContentCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
	.MainContentCell h1 {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.MainContentCell input {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.MainContentCell .input {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.MainContentCell select {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.MainContentCell .button {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFFFFF;
		color: #669933;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

.spanH1Green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669933;
}

.SearchTable {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	width: 329px;
	margin-top: 1px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}
	.SearchTable h2 {
		color: #596AB2;
		font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	.SearchTableIntro {
		color: #336600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		line-height: 133%;
	}
	.SearchTableForm {
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.SearchTableForm input {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.SearchTableForm select {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.SearchTableForm .button {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		background-color: #FFFFFF;
		color: #669933;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

.SearchResults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: inherit;
}

.SearchResults td {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border-top: 1px dotted Gainsboro;
}



.FeaturedTable {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	width: 329px;
	margin-top: 1px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}
	.FeaturedTable h2 {
		color: #596AB2;
		font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	.SearchTableOutput {
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
.PostTable {
	background-color: #FFFFFF;
	border-color: #9A3334;
	border-style: solid;
	border-width: 2px;
	width: 345px;
	margin-top: 1px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}
	.PostTable .Title15 {
		color: #993333;
		font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	.PostTable .Title12 {
		color: #993333;
		font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}
.JoinTable {
	background-color: #FFFFFF;
	border-color: #FE9551;
	border-style: solid;
	border-width: 2px;
	width: 345px;
	margin-top: 1px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}
	.JoinTable .Title15 {
		color: #FF6600;
		font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
	}
	.JoinTable .Title12 {
		color: #FF6600;
		font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}

/* MAIN PAGE FOOTER */
.MainPageFooter {
	background-color: #FFFFFF;
	color: ##666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	padding-top: 10px;
}

.lowerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
	.lowerNav a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0000FF;
		text-align: center;
		text-decoration: underline;
	}
	.lowerNav a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0000FF;
		text-align: center;
		text-decoration: none;
	}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}