

body {
	margin: auto;
	width: 100%;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
}

body, table td, select {
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
}

td#main {
	padding-left: 50px;
	padding-top: 10px;
}

.menu {
	float: left;
	width: 340px;	
}

.side {
	width: 260px;
	border-right: solid 1px #d0d0d0;
}

.content {
	margin: auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.side h2 {
	padding-left: 0px;
	margin-left: 0px;
}

.adminContent {
	position: relative;
	float: left;
	margin-left: 260px;
}

.cid, .id {
	font-family: 'Inconsolata', monospace;
	font-size: 16px;
}

h1, h2, h3, h4 {
	color: #444;	
}

h2 {
	font-size: 28px;
	 margin-left: 0px;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}

a.file_link, a.file_link:visited {
	color: blue;
}

a.lnk {
	color:blue;
}

a.file_link:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


div.link {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.viewLink {
	float: left;
	width: 140px;
	border: solid 1px #f0f0f0;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding: 4px;
}

.viewLink:hover {
	background-color: #f0f0f0;
}

div.controls {
	margin-left: 10px;
	margin-right: 10px;
}

.toolbar {
    height: 24px;
}

.fileActionButtons button {
	margin-left: 2px;
	margin-right: 2px;
	width: 24px;
}

.footer {
	position: relative;
	bottom: 40px;
	border: none;
  	padding: 10px;
  	border-top: solid #e0e0e0 1px;
  	text-align: right;
  	font-size: 8pt;
  	clear: both;
  	color: #b0b0b0;
}


.login input {
	font-family: Courier, Monospaced;
}


.filesTable {
	border: solid 1px #e0e0e0;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.filesTable  th {
	border: solid 1px #e0e0e0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.filesTable td {
	padding: 10px;
	border: solid 1px #e0e0e0;
}

.filesTable tr {
	background-color: white;
}

textarea,input {
   border: solid 1px #bbb;
   font-family: Courier, Monospaced;
   padding: 4px;
}




.loginForm, .regForm, .form {
	background-color: white;
	 margin: auto; 
	 margin-top: 40px;
	 margin-bottom: 140px;
	 text-align: center;
}

.loginForm {
	width: 500px; 
}

.loginForm table, .regForm table, .form table {
	padding: 20px;
	border: none;
}

.loginTable, .regTable {
	border: solid 1px #d0d0d0;
	padding: 20px;
}

.loginForm table td, .regForm table td, .form table td {
	background-color: white;
	border: none;
}

table.form  td {
	text-align: left;
}

table.form th {
	vertical-align: top;
	text-align: left;
	padding: 8px;
	text-align: left;
}

.regForm table td {
	padding: 6px;
}

.regForm table tr {
	height: 32px;
}

a.fileAction {
	padding-left: 3px;
	padding-right: 3px;
} 

.pager .pageLink {
	width: 40px;
}

.filter {
	clear: both;
}

.filterTerm {
	float: left;
	border: solid 1px #d0d0d0;
	padding: 4px;
}

.filterRemoveTerm {
	visibility:hidden;
	display: block;
	float: right;
	width: 10px;
	border: solid 1px red;
	text-align: center;
}

.filterTerm:hover .filterRemoveTerm {
	visibility: visible;
}





.tabs{
    width: 600px;
    display: block;
    margin: 40px auto;
    position: relative;
}

.tabs .tab{
    float: left;
    display: block;
}

.tabs .tab>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs .tab>label {
    display: block;
    padding: 6px 21px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #FFF;
    background: #4A83FD;
}

.tabs .tcontent {
    z-index: 0;/* or display: none; */
    overflow: hidden;
    width: 600px;
    padding: 25px;
    position: absolute;
    top: 27px;
    left: 0;
    
    opacity: 0;
    transition: opacity 400ms ease-out;
}

.tabs>.tab>[id^="tab"]:checked + label {
    top: 0;
    background: #303030;
    color: #F5F5F5;
}

.tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;/* or display: block; */
   
    opacity: 1;
    transition: opacity 400ms ease-out;
}

.review_question {
	border: solid 1px #e0e0e0; 
	width: 100%; 
	/*
	padding-left: 20px; 
	padding-right: 20px;
	*/
	margin-bottom: 20px;
}

.review_question textarea {
	font-family: Courier, Monospaced;
}

.review_question_description {
	clear: both; 
	padding-right: 25px;
	margin-right: 15px;
	/* border-bottom: solid 1px #e1e1e2;  */
}

.review_score {
	float: left; 
	margin: 15px; 
	font-weight: bold;
}

.review_comments {
	padding-left: 20px;
	padding-right: 30px;
}

.chairTool {
	float: left;
	height: 32px;
	margin: 8px;
}



table.list {
	border: solid 1px #e0e0e0;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.list  th {
	border: solid 1px #e0e0e0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #f0f0f0;
}

table.list td {
	padding: 10px;
	border: solid 1px #e0e0e0;
}

table.list tr {
	background-color: white;
}


table.form {
	border: solid 1px #e0e0e0;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.form  th {
	border: none;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #f0f0f0;
}

table.form td {
	padding: 10px;
	border: none;
}

table.form tr {
	background-color: white;
}

table.form td input {
	font-size: 13pt;
}