/*
temporary 
*/
#saveForm {
	background-color:#FFFF66;
	border: 1px solid #FFCC00;
	margin: 3px;
	padding: 5px 10px;
	font-size: 14px;
	-webkit-border-radius: 5px; /* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
	border-radius: 5px; /* future proofing for when border-radius is supported */
	cursor: pointer;
}

#saveForm:hover {
	border: 1px solid  #000;
}

.blForm .grade-column 
{
	float: left;
	margin: 5px;
}

.blForm .grade-column .checkboxes ,
.blForm .subject-column .checkboxes {
	margin-left: 15px;
}

.blForm .grade-column-label ,
.blForm .subject-column-label {
	padding: 2px 10px;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

/* categories only shown once a subject is selected*/
.subject-column .checkboxes {
	display: none;
}

/* hope to make standard*/
.form-section-label {
	font-size:12px;
	font-size:12px;
	font-weight:bold;
	margin:0 3px 3px 0;
}

#school-list input {
	 
}
#school-list label {
    font-weight: normal;
}

.hidden {
    display: none;
}

/* overrides */
.blForm form.register {
	width: inherit;
}

#content .blForm  p {
	margin-bottom: 5px;
}

.pregister #subject-checkboxes {
	display: block;
}

#UserRegisterForm #subject-list {
    list-style-type:none;
}

/*** Styles for the v2 login page ***/
#loginv2 {
    margin: 30px auto;
    width: 530px;
    float: none;
    padding: 0px;
}

#loginv2 h2 {
    color: #23334E;
    font-size: 30px;
    line-height: 1.5em;
    margin: 0 0 15px;
}

#loginv2 #signin {
    width: 200px;
}

#loginv2 #signin {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
}

#loginv2 #register {
    float: left;
}

#loginv2 .fb-login {
    margin-bottom: 15px;
}

#InviteLoginForm {
    margin: 15px 0;
}

#loginv2 form input {
    width: 190px;
}

#loginv2 .message {
    color: #F00;
}

/*** Styles for the required info widget ***/
#required-info {
    border: 12px solid #AAA;
    border: 12px solid rgba(125, 125, 125, 0.75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#required-info > div:first-child {
    padding: 10px;
    background-color: #EEEEEE;
}

#required-info h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#required-info label {
    display: block;
    font-weight: bold;
    padding-top: 10px;
}

#required-info label.checkbox {
    display: inline;
    font-weight: normal;
    padding-top: 0px;
    padding-right: 10px;
}

#required-info div.checkboxes {
    float: left;
}
#required-info div.checkboxes p {
    margin: 0px;
    padding: 3px 0px;
    width: 85px;
}

#required-info .checkbox-group input {
    position: relative;
    top: 1px;
}

#required-info p {
    color: #555555;
    font-size: 11px;
    padding: 10px 0px 5px 0px;
}

#required-info .error-message {
    color: #F00;
    font-size: 11px;
}

#required-info .sameline  {
    float: left;
    padding-right: 7px;
}

#required-info .namebox {
    width: 165px;
}

#required-info label span.req {
    color: #FF0000;
}

#required-info hr {
    margin: 15px 0px 5px 0px;
}

#required-info .clear {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

#hidden-subjects {
    display: none;
}

#hide-link {
    display: block;
    padding: 3px 5px;
}

#create-button {
	background-color:#FFFF66;
	border: 1px solid #FFCC00;
	padding: 5px 10px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
    float: right;
}

#facebook-login-button {
  display: block;
  height: 36px;
  width: 182px;
  overflow: hidden;
  background: url(../img/facebook-signup-button.png) no-repeat scroll 0 0 transparent;
  text-indent: -9999px;
  outline: none;
}
#facebook-login-button:hover {
  background-position: 0 -36px
}
#facebook-login-button:active {
  background-position: 0 -72px
}
#facebook-login-button.disabled {
  background-position: 0 -108px
}
