/*** Panel Search ***/

#PanelSearch {
	padding: 0 10px;
	}
.SearchSwitch {
	display: block;
	position: absolute;
	top: 156px;
	right: 20px;
	color: #f60 !important;
	}


#Menu {
	_height: 1%;
	}
#PuzzleHeader {
	_padding-bottom: 0px !important;
	}



/*** Tab Colors ***/

#Header li#discussions {
	background: transparent url('tab1.png') no-repeat bottom left;
	}
#Header li#categories {
	background: transparent url('tab2.png') no-repeat bottom left;
	}
#Header li#people {
	background: transparent url('tab3.png') no-repeat bottom left;
	}
#Header li#account {
	background: transparent url('tab4.png') no-repeat bottom left;
	}
#Header li#eventcalendar {
	background: transparent url('tab5.png') no-repeat bottom left;
	}

/*** Page Bar ***/

#PageBar {
	margin: 0;
	line-height:26px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	white-space:nowrap;
	padding: 0 10px 0 268px;
	background-color: #123c67;
	}
#CategoryPage #PageBar {
	background-color: #8fbc32;
	}
#MeetPage #PageBar {
	background-color: #ef6223;
	}
#AccountPage #PageBar {
	background-color: #9b3ebb;
	}
#ExtensionPage #PageBar {
	background-color: #c90fa1;
	}


/*** Puzzle Header ***/

#PuzzleHeader {
	padding: 10px 0 30px 0;
	}

#PuzzleHeader .SmallInput,
#PuzzleHeader select,
#PuzzleHeader textarea {
	border: 1px solid #a7a6aa;
	font-family: Arial, serif;
	padding: 1px;
	font-size: 12px;
	}


/*** Ask Form ***/

#AskForm * {
	margin: 0;
	padding: 0;
	}
#AskForm {
	background: transparent url('bg_ask.png') no-repeat top left;
	width: 269px;
	height: 245px;
	text-align: left;
	}
#AskForm form {
	padding: 16px 26px 0 16px;
	}
#AskForm legend {
	display: none;
	}
#AskForm fieldset {
	border: none;
	}
#AskForm textarea {
	width: 226px;
	height: 60px;
	}
#AskForm ul {
	list-style: none;
	}



/*** Answer Form ***/

#AnswerForm * {
	margin: 0;
	padding: 0;
	}
#AnswerForm {
	background: transparent url('bg_answer.png') no-repeat top left;
	width: 269px;
	height: 247px;
	color: #1c548d;
	text-align: left;
	}
#AnswerForm .Question {
	padding-top: 14px;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	}
#AnswerForm .AnswerBox {
	margin-top: 28px;
	}
#AnswerForm .AnswerSubmit p {
	float: left;
	}
#AnswerForm .AnswerSubmit input {
	float: right;
	}
#AnswerForm legend {
	display: none;
	}
#AnswerForm fieldset {
	border: none;
	}
#AnswerForm form {
	padding: 0px 24px 0px 12px;
	}
#AnswerForm textarea {
	width: 230px;
	height: 43px;
	}



/*** Meet Box ***/

#MeetBox * {
	margin: 0;
	padding: 0;
	}
#MeetBox {
	background: transparent url('bg_meet.png') no-repeat top left;
	width: 271px;
	height: 242px;
	color: #1c548d;
	text-align: left;
	}
#MeetBox .Container {
	padding: 0px 15px 0px 15px;
	}
#MeetBox legend {
	display: none;
	}
#MeetBox ul {
	padding-top: 10px;
	list-style: none;
	}
#MeetBox ul h2 {
	font-size:14px;
	color:#000;
	width:50%;
	float:left;
	}
#MeetBox li {
	clear:both;
	margin-right:20px;
	line-height:15px;
	}
#MeetBox h3 {
	font-size:11px;
	width:54%;
	float:left;
	}
#MeetBox p {
	font-size:11px;
	float:left;
	width:45%;
	}
#MeetBox .ProfileTitle * {
	line-height:32px;
	}
#MeetBox .ProfileTitle p {
	width:auto;
	float: right;
	text-align:right;
	font-size:11px;
	color:#aaa;
	}
#MeetBox .ProfileTitle {
	line-height:20px;
	margin-bottom:5px;
	}



/*** Login Form ***/

#LoginForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#LoginForm ul li {
	margin-bottom: 10px;
	}


/*** Leightbox ***/

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 33%;
	width: 392px;
	height: 355px;
	padding: 20px;
	text-align: left;
	z-index: 10;
	background: transparent url('popup.gif') no-repeat top left;
	}

#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 9;
	background-color:#161B21;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}

/* IE6 and below Can't See This */
.lightbox[id] { 
	position: fixed;
	}
#overlay[id] {
	position: fixed;
	}


/*** Top Links ***/

#Session {
	display: none;
	}
#TopLinks {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	z-index: 1;
	font-size: 11px;
	text-align: right;
	}
#TopLinks a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	}
#TopLinks a:hover {
	text-decoration: underline;
	}


/*** Sign In Form ***/

#GuestSignIn * {
	margin: 0;
	padding: 0;
	color: #123c67;
	}
#GuestSignIn fieldset {
	border: none;
	}
#GuestSignIn ul {
	list-style: none;
	}
#GuestSignIn .boxcontent {
	padding: 0 4px;
	}
#GuestSignIn form {
	background: #f3f3f3;
	margin: 0px;
	padding: 6px 1px 6px 6px;
	}
#GuestSignIn ul,
#GuestSignIn ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#GuestSignIn ul li {
	padding-bottom:6px;
	}
#GuestSignIn label {
	text-align: right;
	display: block;
	width: 35%;
	float: left;
	margin-right: 5px;
	color: #000;
	}
#GuestSignIn input {
	width: 50%;
	}
#GuestSignIn .Submit {
	clear: left;
	padding: 0px 0px 0px 78px;
	text-align: left;
	}
#GuestSignIn .Button {
	width: auto;
	cursor: pointer;
	}
#GuestSignIn #RememberMe label {
	width: auto;
	padding-left: 75px;
	text-align: left;
	font-size: 12px;
	}
#GuestSignIn #RememberMe input {
	width: auto;
	}
#GuestSignIn .MembershipOptionLinks {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	}
#GuestSignIn .MembershipOptionLinks li {
	padding-bottom: 3px;
	}
#GuestSignIn .MembershipOptionLinks a {
	text-decoration: none;
	}
#GuestSignIn .MembershipOptionLinks a:hover {
	text-decoration: underline;
	}
#GuestSignIn p {
	padding: 8px 5px;
	}
#GuestSignIn .Input {
	border: 1px solid #a7a6aa;
	font-family: Arial, serif;
	padding: 1px;
	}


/*** My Profile ***/

#Form.MyProfile {
	width: 500px;
	}

#Form.MyProfile label {
	width: 35%;
	float: left;
	text-align: right;
	margin-right: 10px;
	}
#Form.MyProfile input {
	width: 60%;
	}
#Form.MyProfile .Description {
	padding-left: 37% !important;
	font-size: 11px;
	}

#MyProfile a {
	color: #ef6223;
	}
#MyProfile h3 {
	margin: 4px 0;
	font-size: 14px;
	}
#MyProfile p {
	line-height: 140%;
	margin: 4px 0;
	}

#MyProfileHeader * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#MyProfileHeader {
	margin-top: 20px;
	}
#MyProfileHeader li {
	clear:both;
	margin-right:20px;
	line-height:18px;
	}
#MyProfileHeader h2 {
	font-size: 16px;
	margin-bottom: 10px;
	}
#MyProfileHeader h3 {
	font-size:14px;
	width:44%;
	float:left;
	}
#MyProfileHeader p {
	float:left;
	width:55%;
	font-size: 14px;
	}
#MyProfileHeader .Picture {
	width: 128px;
	height: 128px;
	background: transparent no-repeat center center;
	border: 1px solid #666;
	}


/*** HTML PAGE ***/

#HtmlPage * {
	margin: 0;
	padding: 0;
	}
#HtmlPage {
	padding-top: 10px;
	}
#HtmlPage h2 {
	font-size: 15px;
	margin: 5px 0;
	}
#HtmlPage p {
	line-height: 140%;
	margin-bottom: 15px;
	}


/*** People Gallery ***/

#PeopleGallery * {
	margin: 0;
	padding: 0;
	}
#PeopleGallery .Picture {
	width: 128px;
	height: 128px;
	background: transparent no-repeat center center;
	border: 1px solid #666;
	}
#PeopleGallery ul {
	list-style: none;
	}
#PeopleGallery li {
	float: left;
	margin: 5px;
	text-align: center;
	}
#PeopleGallery li a {
	margin-top: 3px;
	font-size: 15px;
	}
.Sort {
	padding-top: 15px;
	}


/*** Welcome ***/

#Welcome * {
	margin: 0;
	padding: 0;
	}
#Welcome {
	width: 300px;
	height: 246px;
	background: transparent url('bg_welcome.png') no-repeat top left;
	}
#Welcome strong {
	font-size: 13px;
	}
#Welcome p {
	padding: 5px 120px 5px 20px;
	text-align: left;
	font-size: 10px;
	}


/*** Footer ***/

#Footer {
	clear: both;
	margin: 10px 20px 20px 265px;
	text-align: left;
	}
#Footer td {
	font-size: 11px;
	line-height: 140%;
	color: #888;
	}
#Footer a {
	color: #555;
	}
#Footer #nyct {
	margin: 0 5px;
	width: 118px;
	height: 40px;
	background: url('nyct_logo.png') no-repeat top left;
	}
#Footer #nhpd {
	margin: 0 5px;
	width: 73px;
	height: 40px;
	background: url('nphd_logo.png') no-repeat top left;
	}


/*** Avatar Gallery ***/

.AvatarGallery {
	width: 64px;
	height: 64px;
	border: 1px solid #666;
	margin: 5px !important;
	}
