@CHARSET "UTF-8";

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar
{
	color: rgb(225, 225, 225);
background-color: rgb(0, 0, 0);
border-bottom: 1px solid rgb(44, 140, 203);
position: relative;
z-index: 1;

}

	#loginBar .pageContent
	{
		padding-top: 5px;
		position: relative;
		_height: 0px;
	}

	#loginBar a
	{
		color: rgb(204, 204, 204);

	}

	#loginBar form
	{
		padding: 5px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;
width: 500px;

	}
	
		#loginBar .xenForm .ctrlUnit,		
		#loginBar .xenForm .ctrlUnit dt label
		{
			margin: 0;
			border: none;
		}
	
		#loginBar .xenForm .ctrlUnit dt
		{
			width: 215px;
		}
		
		#loginBar .xenForm .ctrlUnit dd
		{
			position: relative;
			width: 250px;
		}

	#loginBar .xenForm .ctrlUnit dd .textCtrl,
	#loginBar .passwordOptions
	{
		width: 250px;
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
	}
	
	#loginBar .lostPassword
	{
		margin-top: 38px;
		font-size: 11px;
	}

	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}
	
	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		color: rgb(239, 239, 239);
background-color: rgb(0, 111, 184);
border-color: rgb(44, 140, 203);

	}
	
	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;
font-size: 18px;

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: rgb(0, 111, 184) !important;
		color: rgb(239, 239, 239);
	}

	#loginBar .textCtrl:focus
	{
		background: black none;

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: rgb(225, 225, 225);
background-color: rgb(0, 0, 0);
border-style: dashed;

	}
	
	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}
	
		#loginBar .button.primary
		{
			font-weight: bold;
		}
		
/** changes when eAuth is present **/

#loginBar form.eAuth
{
	width: 700px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right: 1px dotted rgb(128, 129, 131);
		margin-right: 200px;
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 0px;
	}

		#eAuthUnit li
		{
			margin-top: 10px;
		}
	
			#eAuthUnit li a
			{
				width: 180px;
				box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
			}
	
/** handle **/

#loginBar #loginBarHandle
{
	font-size: 11px;
color: rgb(239, 239, 239);
background-color: rgb(0, 0, 0);
padding: 0 10px;
margin-right: 20px;
border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius:  10px; -moz-border-radius-bottomright:  10px; -khtml-border-bottom-right-radius:  10px;
border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius:  10px; -moz-border-radius-bottomleft:  10px; -khtml-border-bottom-left-radius:  10px;
position: absolute;
right: 0px;
bottom: -20px;
text-align: center;
z-index: 1;
line-height: 20px;
box-shadow: 0px 2px 5px rgb(0, 0, 0); -webkit-box-shadow: 0px 2px 5px rgb(0, 0, 0); -moz-box-shadow: 0px 2px 5px rgb(0, 0, 0); -khtml-box-shadow: 0px 2px 5px rgb(0, 0, 0);

}

/* --- search_results.css --- */

.searchResultsList
{
}

.searchResultSummary
{
	overflow: hidden; zoom: 1;
}

	.searchResultSummary .resultCount
	{
		float: left;
	}
	
	.searchResultSummary .nextLink
	{
		float: right;
	}
	
.olderMessages
{
	padding: 5px 10px;
	font-size: 11px;
	text-align: center;
}

.searchResult
{
	border-bottom: 1px solid rgb(179, 212, 234);
	padding: 0;
	padding-bottom: 10px;
	overflow: hidden; zoom: 1;
}

	.searchResult .avatar
	{
		float: left;
		margin: 5px 0;
	}
	
	.searchResult .avatar img
	{
		/*width: 36px;*/
	}
	
	.searchResult .main
	{
		padding: 5px;
		margin-left: 56px;
	}
	
	.searchResult .titleText
	{
		overflow: hidden; zoom: 1;
		margin-bottom: 5px;
	}
	
		.searchResult .title
		{
			font-size: 11pt;
			float: left;
		}
	
	.searchResult .meta
	{
		font-size: 11px;
		color: rgb(128, 129, 131);
		overflow: hidden; zoom: 1;
	}
	
		.searchResult .meta a
		{
			color: rgb(204, 204, 204);
		}
	
	.searchResult .snippet
	{
		margin-top: 5px;
		
		font-size: 11pt;
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
line-height: 1.4;
;
		
		font-size: 11px;
		font-style: italic;
	}
	
		.searchResult .snippet a
		{
			color: rgb(0, 0, 0);
			text-decoration: none;
		}

.searchWarnings
{
	color: rgb(204, 204, 204);
	font-size: 11px;
}
