@charset "utf-8";
/* CSS Document */


/*     Registration     */

form#registerform {  
min-height:178px;
}

html form .forgetmenot label {
	color: #333333;
	font-size: 11px;
}
#login form span input.required {
	width:90px;
}
div#TB_window div#login-container {
	position: absolute;
	top:425px;
	left:75px;
	width:500px;
	height:60px;
	color: #333333;
}
div#login-container {
	float: right;
	width:270px;
	color: #333333;
	margin-right: 50px;
}
form fieldset legend {
	padding-left:10px;
	font-size:110%;
}
input#rememberme {
cursor:default;
height:13px;
margin:3px 3px 3px 4px;
padding:0 !important;
width:13px;
}

div#TB_window div#login-container .input {
width:80px;
}
div#login-container .input {
width:80px;
}
div#login-container form {
padding: 0;
margin: 0;
}

html #login_error, html .message {
	margin-bottom:5px;	
}
/*     Registration     */

body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

input {
	
	font-family:-moz-use-system-font;
	font-size:-moz-use-system-font;
	font-size-adjust:-moz-use-system-font;
	font-stretch:-moz-use-system-font;
	font-style:-moz-use-system-font;
	font-variant:-moz-use-system-font;
	font-weight:-moz-use-system-font;
	letter-spacing:normal;
	line-height:normal !important;
	padding:1px 0;
	text-align:start;
	text-indent:0;
	text-rendering:optimizelegibility;
	text-transform:none;
	word-spacing:normal;
	
	border:1px solid #1D2A5B;
	font-size:11px;
	padding:3px;
}
 
button, input[type="reset"], input[type="button"], input[type="submit"] {
-moz-appearance:button;
cursor: pointer;
font-family:-moz-use-system-font;
font-size:-moz-use-system-font;
font-size-adjust:-moz-use-system-font;
font-stretch:-moz-use-system-font;
font-style:-moz-use-system-font;
font-variant:-moz-use-system-font;
font-weight:-moz-use-system-font;
line-height:normal !important;
padding:0 6px;
text-align:center;
white-space:pre;
}

 
form {
	padding: 10px 10px 15px;

}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin:0;
	padding: 10px 10px 10px 0;

	border-top: 3px solid #E4E3D3;
	border-right: 3px solid #E4E3D3;
	border-left: none;
	border-bottom: none;
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #eee;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 110%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #E4E3D3;
	border-right: 1px solid #E4E3D3;	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#E4E3D3;
}
form .alternate-1 td {
	border-left: 1px solid #F4F3E3;
	border-right: 1px solid #F4F3E3;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #eee;
	margin: 0;
}
#content .post label {
	color:#222;
}
/* Text inputs / Select label */
body.login form label, body.login form label {
	margin: 12px 0 0 0;
	padding: 0 2px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
/* Radio / Checkbox group label */
form .label  {
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
	width: 143px;
}
select { 
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 10px 0 10px 0;	
}
/* Submit button */
form .primaryAction, #login form input.primaryAction {
	background:transparent url(/wp-content/themes/collegestock/img/button_green.png) no-repeat scroll left top;
	border:0 none;
	color:white;
	cursor:pointer; 
	float:right;
	font-size:11px;
	font-weight:bold;
	height:22px;
	margin:0 20px 0 0;
	padding:2px 14px 4px 16px;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 15px 15px 15px 0;
	.margin-top: 30px;
	font-size: 13px;
	color: #b2c6ed;
	line-height: 16px;
}
/* Asterisk on required fields */
a.reqMark {
	color: #eb2121;
	padding: 2px 0;
	font-weight: bold;
	text-decoration: none; 
}
#popover_signup fieldset { 
	padding: 0 2px 10px 0;
}
/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(images/hint_topborder_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	margin: 2px 0 0 10px;
	color: #000;
	font-size: 80%;
}
form .field-hint div {
	background-color: #f6f5e5;
	border-left: 1px solid #cbcbbb;
	border-right: 1px solid #cbcbbb;
	border-bottom: 1px solid #cbcbbb; 
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}
