/****************** Generic */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #1778cb;
}

a:hover {
	color: #072541;
	text-decoration: underline;
	/*	background: #1778cb; */
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

br {
	clear: left;
}

a {
	border: 0px;
	text-decoration: none;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	background: fixed #83abd0 url('/images/bg_rays.png') no-repeat; /*83a8bb; /*91b4c4; */ 
	/*background-color: #49758f; */
		
	text-decoration: none;
	
	color: #292723;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;	
}


label {
	font-size: 12px;
	color: black;	
		
	text-align: right;
	width: 75px;
	padding-right: 20px;
	margin-top: 2px;

	text-align: right;
	color: #333333;
	padding: 2px;
	font-weight: bold;
}


input, textarea, select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d9d9d9;	
	background: #f6f6f6;
}

input {
	font-size: 13px;
	font-weight: normal;
	
	background: #fbfbfb;
	border: 1px solid #d9d9d9;	
	color: #444444;
}

input[type="text"], input[type="password"] {
	padding: 3px;
}

input[type="text"], input[type="password"], select {
	background: #fbfbfb url(/images/input_bg.png) repeat-x;	
}


p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

pre.prettyprint {
	border: 0px;
	padding: 8px;
}

kbd {
	background: #eeeeee none repeat scroll 0 0;
	border-color: #cccccc #aaaaaa #888888 #BBBBBB;
	border-style: solid;
	border-width: 2px 4px 5px 3px;
	color: #000000;
	padding: 5px 3px;
	white-space: nowrap;
}

ul {
	list-style-type: square;
}

.HighlightForm ul, .HighlightForm li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.HighlightForm li {
	padding: 8px 0px 8px 0px;
}

.highlight {
	background: url('/images/highlight.gif');
	clear: both;
}

.highlight input, .highlight select {
	border: 1px solid #7e93a6;
}

#ui-datepicker-div {
	display: none;
}

/****************** Body */
.BackgroundPublic {
/*	background: url('/images/bgo.png') repeat-y scroll center top; */
}

.BackgroundSession {
	background: url('/images/bg.png') repeat-y scroll center top;
}

.BackgroundSingle {
	background: url('/images/bgs.png') repeat-y scroll center top;
}

.BodyWrapper {
	margin: 0 auto;
	text-align: left;
	width: 1108px;
	height: 100%;	
}

.BodyInner {
	float:left;
	width: 1108px;
	min-height: 100%;
	clear: both;
}

.BodySection {
	min-height: 100%;
	height: 100%;
	text-align: center; 
	width: 950px;
	margin: 0 auto;
	clear: both;
}

.BodyContentSection {
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-decoration: none;
	height: 100%;
	padding-top: 12px;
	clear: both;
}

.CenterContentSection {
	float: left;
	margin: 0px;
	text-align: left;
	width: 630px;
	padding: 0px;
	background: none;
	
	padding-left: 8px;
	padding-right: 8px;
}

.RightContentSection {
	float: right;
	margin: 0px;
	text-align: left;
	width: 302px;
	padding: 0px;
	background: none;
}


.Header {
	position: relative;
	padding: 0px;
	border: none;
	width: 950px;
	height: 70px;
	background: #455D74 url('/images/top_gradient.png') bottom repeat-x;
	color: white;	
	text-align: right;
	border-bottom: 1px solid black;
}

.Header a {
	text-decoration: none;
}

.HeaderBanner {
	width: 975px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.HeaderBanner img {
	width: 975px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}

.LogoSection {
	float: left;
	padding: 0px 12px 0px 0px;
}

.LogoSectionText {
	float: left;
	padding: 2px 12px 0px 8px;
} 


/****************** Forms */

.FormSet {
	font-size: 110%;
}
	
.FormSet input {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 2px;
}

.FormSet select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 15px;
	font-size: 110%;
}

.FormSet label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 15px;
	
	text-align: left;
	padding-right: 20px;
	font-size: 13px;
	color: #1778cb;	
}

.FormSet textarea {
	display: block;
	width: 405px;
	height: 150px;
	float: left;
	margin-bottom: 10px;
	font-size: 110%;
}

.FormSet br {
	clear: left;
}

.LoginFormSet input {
	width: 250px;
}

.LoginFormSet label {
	text-align: right;
}

/****************** Login Formset */

.FormSetHome {
	font-size: 110%;
}
	
.FormSetHome input {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
	font-size: 100%;
}

.FormSetHome label {
	display: block;
	width: 130px;
	float: left;
	
	text-align: left;
	padding-right: 20px;
	font-size: 85%;
	color: #234e5a;
}

.FormSetHome br {
	clear: left;
}

/******************/
.LoginLeft {
	float: left;
	width: 399px;	
	padding: 0px 10px 0px 10px;
}

.LoginRight {
	float: left;
	width: 330px;	
	padding: 0px 10px 0px 10px;
	border-left: 1px dotted #e0e0e0;
}

.AboutText {
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	color: #666666;
}

.BottomLinks {
	border-top: 1px dotted #e0e0e0;
	text-align: center;
	font-size: 11px;
	margin-top: 60px;
	padding-top: 4px;
	color: #cccccc;
}

/******************/
.LoginDialog {
	text-align: left;
	width: 770px;
	margin: auto;
	background: white url('/images/signup_bg.png') repeat-x;
	border: 1px solid #738ba0;
	padding: 50px 30px 30px 30px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;	
}

.LoginShadow {
	margin: auto;
	margin-top: 20px;
	background: black;
	padding: 20px;
	width: 840px;
	
	background: url('/images/shadow.png');
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;	
}

/************************/
.FeatureList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.FeatureList li {
	margin: 12px 0px 20px 0px;
	padding-left: 32px;
	list-style-type: none;
	background: url('/images/check.png') no-repeat;
	min-height: 20px;
}

/************************/
.ui-datepicker {
	width: 210px;
	margin-top: 5px;
}

/****************** ? */

.spacer {
	clear: both;
}

.separator {
	clear: both;
	padding: 2px;
}


/***************************/

.EditProfile {
	color: #666666;
	font-size: 12px;
	margin: 0px 8px 0px 8px;
	padding-bottom: 12px;
}

.EditProfileForm select {
	float: left;
	margin: 1px 0px 1px 3px;
	width: 130px;
	padding: 5px;
	font-size: 15px;
	color: #444444;
}

.EditProfileForm input {
	font-weight: normal;
	display: block;
	width: 200px;
	margin: 1px 10px 1px 3px;
	
	float: left;
	color: #444444;	
}

.EditProfileForm label {
	width: 90px;
	float: left;
	text-align: right;
	display: block;
	margin: 1px 30px 1px 3px;
	color: #222222;
	padding: 3px 0px 3px 0px;
	margin-right: 10px;
	font-weight: bold;
}

.EditProfileForm {
	margin: 32px 16px 16px 16px;
}


/***************************/
.EditPassword label {
	width: 150px;
}

/***************************/
.PictureForm {
	float: left;
	margin-left: 30px;
	width: 430px
}

.PictureForm label {
	width: 50px;
}

/***************************/
.PasswordMeterBar {
	background: url('/images/password_small_color.png') repeat-x;
	height: 11px;
	width: 0%;
}

.PasswordMeterBox {
	width: 200px;
	height: 11px;
	background: url('/images/password_small_gray.png') repeat-x;
	margin: 4px;
}

.PasswordMeterContainer {
	margin-left: 0px;
	margin-bottom: 12px;
}


/***************************/
.SubmitButton {
	border: 0px;
	background: no-repeat url('/images/button.png');
	width: 92px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
	font-family: verdana;
	padding-bottom: 6px;
	line-height: 32px;
	text-shadow: #f0f0f0 1px 1px;
}

.SubmitButton:hover {
	/*background: no-repeat url('/images/button_hi.png'); */
	opacity: 0.7;
	text-decoration: none;
	color: black;
}

/***************************/
.LoginHeader {
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #455D74;
	
/*	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-align: center;
	background: #1778cb;
	color: white;	
	font-weight: bold;
	font-size: 110%; */
}


.LoginHeader2 {
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #455D74;
}

.LoginTable {
	margin: auto;
}

.LoginTable img {
	border: 0px;
}

.LoginTable table {
	text-align: left;
	padding: 10px;
}

.LoginTable td {
	padding: 4px;
}

.LoginTable a {
	padding: 2px;
	font-size: 90%;
	font-weight: bold;
	color: #293c55;
}
	
.LoginTable img {
	margin-right: 3px;
	position: relative;
	top: 3px;
}

.LoginTable a:hover {
	background: #efefef;
}

.LoginPopup {
	margin-top: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	background: white;	
}

/*
.LoginFormSet {
	font-size: 100%;
}
	
.LoginFormSet input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	font-size: 100%;
}

.LoginFormSet label {
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 10px;
	
	text-align: right;
	padding-right: 20px;
	font-size: 100%;
	color: #234e5a;
}

.LoginFormSet br {
	clear: left;
} */


/****************************/
.R360Section {
	padding-top: 3px;
	float: left;
}

.R360Section img {
	border: 0px;
}

.ErrorHeadline {
	font-family: Arial,Sans-Serif;
	font-size: 26px;
	color: #555555;
	font-weight: bold;
	margin-top: 30px;
}

.ValidationError {
	font-size: 11px;
	font-weight: bold;
	display: none;
	margin: 2px 0px 2px 0px;
	color: #a03131;
}

.ErrorText {
	font-family: Arial,Sans-Serif;
	font-size: 17px;
	color: #444444;
	font-weight: bold;
	margin-top: 30px;
}

.ErrorMessage {
	background: #fff7f2;	
	color: #b15a46;	
	padding: 8px;
	margin: 10px 20px 30px 20px;
	font-size: 11px;
	font-weight: bold;
	border:1px solid #f18584;	
}

.ErrorLineMessage {
	color: #b15a46;	
	padding: 8px 2px 2px 2px;
	margin: 14px 20px 00px 20px;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
}

.InfoMessage {
	background: #fbfbfb;	
	color: #1778cb;	
	padding: 12px;
	margin: 10px 0px 30px 0px;
	font-size: 11px;
	font-weight: bold;
	border:1px solid #8fafcb;	
}

.InfoMessageRight {
	color: #666666;	
	padding: 12px;
	margin: 10px 0px 30px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}


.AjaxError {
	font-size: 14px;
	font-weight: bold;
	padding: 16px;
	color: #1778cb;	
}

.HelpText {
	color: #555555;
}

.HelpText ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.HelpTextImage {
	padding-left: 20px;
	padding-bottom: 10px;
}

/***************** jquery ui */
.ui-selectee {
	border: 1px solid white;
}

.ui-selected {
	border: 1px solid #7598be;
	background: #9ccafd; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}

.ui-selecting {
	border: 1px solid #7598be;
	background: #9ccafd; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;	
}


/**********************/
#LoginForm {
	margin-top: 14px;
}

#LoginForm input[type="text"], #LoginForm input[type="password"] {
	width: 120px;
	border: 1px solid #black;
	padding: 5px;
	font-size: 11px;
	margin-left: 8px;
	margin-right: 8px;
	color: #cccccc;
}

#LoginForm input[type="text"]:focus, #LoginForm input[type="password"]:focus {
	color: #444444;
}

#LoginForm input[type="submit"]  {
	border: 0px;
	background: no-repeat url('/images/button.png') center;
	width: 96px;
	height: 33px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
	font-family: verdana;
	padding-bottom: 6px;
	line-height: 32px;
	text-shadow: #f0f0f0 1px 1px;
	margin-right: 4px;
}

#LoginForm input[type="submit"]:hover {
	opacity: 0.7;
	text-decoration: none;
	color: black;
}

/**************************/

.HeaderContainer {
	margin: auto;
	padding-top: 20px;
	width: 830px;
	position: relative;
}

#LoginForm input[type="text"], #LoginForm input[type="password"] {
	border-color: black;
}

/**************************/
.ArticleBody {
	width: 330px;
	font-size: 11px;
}

.Posting {
	min-height: 70px;
	overflow-y: hidden;
}


.LoginPosts {
	margin-top: 12px;
	width: 400px;
/*	overflow: hidden; */
	position: relative;
	
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	background:#FFFFFF none repeat scroll 0 0 !important;	
}

.LoginPostsCover {
	position: absolute;
	width: 400px;
	height: 620px;
	left: 0px;
	top: 0px;
	background: url('/images/bottom_white_gradient.png') bottom repeat-x;
}

.LoginDialog {
	height: 530px;
	overflow-y: hidden;
}

.LogoSection {
	margin-top: 14px;	
}


#SignupForm .SubmitButton {
	background: #f1ce44 url('/images/button_gradient.png') top repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9f872d;
	height: 40px;
	width: 120px;
	line-height: 34px;
	font-size: 16px;
	color: #463f10;
	
	-moz-background-clip:border;
	-moz-box-shadow: 0px 0px 3px #aaaaaa;
	-webkit-box-shadow: 0px 0px 3px #aaaaaa;
	
	text-shadow: #f7eb9a 1px 1px;
	margin-right: 8px;
}

#LoginForm input[type="submit"] {
	background: #65bae1 url('/images/small_button_gradient.png') top repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #214353;
	color: #214353;
	
	height: 28px;
	width: 80px;
	line-height: 24px;
	
	-moz-background-clip:border;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.40);
	
	text-shadow: rgba(255, 255, 255, 0.40) 1px 1px;
	margin-right: 8px;
}
