input[type=submit],
input[type=button],
input[type=reset]
{
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	cursor: pointer;    display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
}
.error {
	font-size:14px;
	color: #ff2115;
	font-style: italic;
}
.error h4 {
	font-size:20px;
	color: #ff2115;
}


.leftAlign {
text-align:left !important;
}

.small_sublink {
	color: #733318;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

/* Styles for tables used in configuration */
table.settings {
	background-color: #FFFFFF;
	margin:10px 0pt 15px;
	font-size: 10pt;
	text-align: left;
	border: 0;

	}
table.settings tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #DDD89E;
	vertical-align: top;
}
table.settings td.question {
	background-color: #776D4A;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
table.settings th {
	background-color: #733318;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right
}
table.settings td.directions {
	background-color: #883C1A;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
}

table.rc {
	font-size: 10pt;
	text-align: left;
	border: 0;

	}
table.rc tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #DDD89E;
}
table.rc td.question {
	background-color: #776D4A;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
table.rc th {
	background-color: #733318;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size: 12pt;
}
table.rc td.directions {
	background-color: #883C1A;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
}


table.nosort {
	background-color: #FFFFFF;
	margin:10px 0 15px;
	font-size: 10pt;
	text-align: left;
	border: 1px;
	width: 95%;
	}
table.nosort thead tr th, table.nosort tfoot tr th {
	background-color: #883c1a;
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px;
	font-weight: bold;
	color:#FFFFFF;	
}

table.nosort tbody td {
	color: #3D3D3D;
	padding: 3px;
	background-color: #FBFBF0;
	vertical-align: top;
}
table.nosort tbody tr.odd td {
	background-color:#E5E3BC;
	border: 1px;
	border-color: #333333;
}

table.nosort thead tr .headerSortDown, table.nosort thead tr .headerSortUp {
background-color: #716645;
color: #FFFFFF;
}
.note_text {
	font-size: 11px;
	margin: 0 5px 0px 0;
	float: right;
	width: 50%;
	color: #451F0E;
}
.value {
	float: left;
}

.required-nofloat {

	background-image:url('images/required.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:17px;
}
.required_label {
	color : #CC0000;
}

#cookieMessage{
color: #FF0000;
text-align:center;
font-weight:bold;
margin-top:15px;
}


.editStudentLink {
	background-color: #FFF;
    color: #000000;
    font-size: 13px;
    height: 30px;
    padding-top: 2px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
}
.editStudentLink1 {
    color: #000000;
    font-size: 13px;
    text-decoration: underline;
    text-transform: capitalize;
}	

.txtHidden {
display:none;
}

.dashboardColumns {
float:left;
width:100%;
}

.columnLeft {
	border: 1px solid #883c1a;
    float: left;
    padding: 5px;   
    width: 455px;
}

.columnBottom {
    border: 1px solid #883c1a;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px;
    width: 930px;
}

.columnRight {
	border: 1px solid #883c1a;
    float: right;
	 padding: 5px 5px 5px 5px;
	margin-right: 17px;
    width: 455px;
}

.columnHeading {
    background: none repeat scroll 0 0 #883c1a;
    color: #fff;
    margin: 0;
    padding: 5px 0 5px 10px;
}

table.fixedHeaderTable th {
	background-color: #746947;
	color:#FFFFFF;
	font-weight:bold;
}