html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1{
	text-align: center;
	background: #1c6074;
	font-family: 'Lora', serif;
	color: #ffffff;
	font-weight: 100;
	padding: 20px 0;
	font-size: 2.5rem;
}
a{
	color: #ffffff;
}
a.back_to_site {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    top: 50px;
    position: absolute;
    padding: 40px;
}
a.category {
    color: #b2672e;
    line-height: 30px;
}
img {
    padding: 0 5px;
}
#wrapper {
	text-align: left;
	min-height: 100%;
	position: relative;
	padding-bottom: 20px;
}
input[type=password], input[type=text]{
	height: 20px;
}
input[type=button], input[type=submit], button{
	border: 1px solid #2962A0;
	background: #2962A0;
	color: #ffffff;
	cursor: pointer;
	padding: 5px 20px;
	margin: 20px 0;
	font-size: 14px;
	border-radius: 2px;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
	background: #026dd8;
	color: #ffffff;
}
input[type=submit]{
	float: right;
}
#menu {
    float: right;
    background: transparent;
    text-align: center;
    padding: 10px 10px 0 0;
}
#menu input[type=button] {
    background: no-repeat;
    border: none;
    text-transform: uppercase;
}
#menu input[type=button]:hover{
	color: #e9ed66;
	text-decoration: underline;
}
#menu input[type=button]:active{
	color: #e9ed66;
	text-decoration: underline;
}
#menu_area {
	background: #fff;
	z-index: 1000;
	position: relative;
}
.mobile_menu_button{
	display: none;
}
.mobile_menu_button img {
    width: 20px;
}
#header {
	text-align: center;
}
#header img {
    padding-top: 30px;
}
#content {
	padding: 20px 123px 50px 123px;
	margin-bottom: 50px;
}
#content table {
	width: 40%;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 2px;
	padding: 20px;
	background: #ffffff;
	margin: 10px auto 20px auto;
}
#content .evenrow {
	height: 50px;
}
#content .content .evenrow{
	background: #efefef;
}
#content .content table {
	width: 100%;
}
#content .content .grouping {
	border-top: 1px dotted #BBBBBB;
	margin-left: 45px;
}

#content .content .grouping .heading {
	color: #80582c; 
	font-size: 17px;
	font-family: 'Arial, Helvetica', sans-serif !important;
}

#content .grouping .heading {
	padding-left: 20px;
	color: #0183c4;
	font-size: 21px;
	font-weight: bold;
	background: url("../images/collapse.png") 6px 6px no-repeat;
	cursor: pointer;
	font-weight: 200;
	font-family: 'Lora', serif !important;
}
#content .grouping .heading:hover {
    text-decoration: underline;
}
#content .grouping .heading.collapsed {
	background-image: url("../images/expand.png");
}
#content .content .content {
	border-right: none;
}
.add_description {
    float: left;
    width: 15%;
    margin-top: 0px;
}
tbody#accessbody .evenrow, table.user_table .evenrow, table.categories .evenrow{
    background: #efefef;
}
table.sort, table.categories, table.user_table  {
    width: 100% !important;
}
table.categories td {
    width: 0;
}
td{
	padding: 0 10px;
	width: 20px;
	border-bottom: none !important;
}
td.actions {
	width: 0;
}
td.actions a {
    padding-right: 20px;
}
input.deletefile {
    margin: 10px 0;
    width: 100%;
}
input.movefile{
	margin: 10px 0 0 0; 
	width: 100%;
}
select {
    margin: 0;
}
.downloadfile {
/*    margin-left: 10px;*/
    border-left: 2px #ffffff solid;
    padding: 20px 0;
}
.edit_select input[type="submit"]{
	margin: 0;
}
#footer {
	font-size: 12px;
	text-align: center;
	padding: 30px 0;
	background: #363636;
	color: #ffffff;
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
}
#floatbox-box {
	padding: 20px;
	-moz-border-radius: 20px;
	text-align: left;
}
#floatbox-box table {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
#floatbox-box table input, #floatbox-box table textarea {
	width: 100%;
}
.headerSortDown {
	background: url("../images/up.gif") center right no-repeat;
}
.headerSortUp {
	background: url("../images/down.gif") center right no-repeat;
}
.description_collapse {
	padding: 0 0 20px 20px;
	overflow: hidden;
}
.description_collapse.collapsed {
	height: 20px;
}
.grouping{
	padding: 10px 0;
}

@media only screen and (max-width: 1225px){
	#content table{
		width: 60%;
	}
	.mobile_menu_button {
		display: inline;
		padding: 20px 30px 0 0;
	}
	.mobile_icons{
		float: right;
		padding-top: 10px;
	}
	.mobile_menu_button {
    	padding-left: 20px;
    	float: right;
	}
	.mobile_menu_close{
		margin: 0;
	}
	#main_menu_wrapper {
		display: none;
		position: fixed;
		right: 0;
		width: 200px;
		background: #1c6074;
		z-index: 11000;
	}
	#main_menu_wrapper {
		top: 135px;
		bottom: 0;
	}
	#menu input[type=button]{
		display: inherit;
	}
	.downloadfile{
		border-left: none;
		margin: 0;	
		padding: 0;
	}
}
@media only screen and (max-width: 760px){ 
	h1{
		font-size: 27px;
		text-align: left;
		padding-left: 20px;
	}
	.mobile_icons{
		padding-top: 0;
	}
	#content{
		padding: 20px 20px 50px 20px;
	}
	#content table{
		width: 80%;
	}
	#content .grouping .heading.collapsed, #content .grouping .heading{
		background: none;
	}
}
@media only screen and (max-width: 640px){
	/*Home Page Edit Screen Styling for Mobile*/
	td.actions{
		width: auto;
	}
	table.sort{
		display: block;
	}
	#content table.sort{
		padding: 0;
		border: none;
	}
	tr th{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	td{
		border:none;
		position: relative;
		display: block;
		width: 97%;
		margin-bottom: -17px;
    	padding: 20px 0 20px 10px;
	}
	.grouping td:nth-of-type(1):before, .grouping td:nth-of-type(2):before, .grouping td:nth-of-type(3):before,.grouping td:nth-of-type(4):before, .grouping td:nth-of-type(5):before, .grouping td:nth-of-type(6):before{
		font-weight: bold;
		float: left;
	}
	.grouping td:nth-of-type(1):before { 
		content: "Filename: "; 
	}
	.grouping td:nth-of-type(2):before { 
		content: "Title: "; 
	}
	.grouping td:nth-of-type(3):before { 
		content: "Size: "; 
	}
	.grouping td:nth-of-type(4):before { 
		content: "Date Added: "; 
	}
	.grouping td:nth-of-type(5):before { 
		content: "Accesses: "; 
	}
	.grouping td:nth-of-type(6):before { 
		content: "Actions: "; 
	}
	.grouping tr.expand-child td:nth-of-type(1):before { 
		content: ""; 
	}
	.grouping tr.expand-child td:nth-of-type(2):before{
		content: "";
	}
	/*Access Logo Mobile Styling*/
/*	#accessbody td{
		font-size: 26px;
	}*/
	#accessbody td:nth-of-type(1):before, #accessbody td:nth-of-type(2):before, #accessbody td:nth-of-type(3):before{
		font-weight: bold;
	}
	#accessbody td:nth-of-type(1):before{
		content: "Filename: ";
	}
	#accessbody td:nth-of-type(2):before{
		content: "Username: ";
	}
	#accessbody td:nth-of-type(3):before{
		content: "Accessed: ";
	}
	/*Categories Styling*/
	.categories td:nth-of-type(1):before, .categories td:nth-of-type(2):before, .categories td:nth-of-type(3):before, .categories td:nth-of-type(4):before, .categories td:nth-of-type(5):before{
		font-weight: bold;
		float: left;
	}
	.categories td:nth-of-type(1):before{
		content: "Name: ";
	}
	.categories td:nth-of-type(2):before{
		content: "Sort: ";
	}
	.categories td:nth-of-type(3):before{
		content: "Sort Field: ";
	}
	.categories td:nth-of-type(4):before{
		content: "Sort Direction: ";
	}
	.categories td:nth-of-type(5):before{
		content: "Action: ";
	}
	table.categories td{
		width: auto;
	}
	/*User Table*/
	.user_table td:nth-of-type(1):before, .user_table td:nth-of-type(2):before, .user_table td:nth-of-type(3):before, .user_table td:nth-of-type(4):before, .user_table td:nth-of-type(5):before, .user_table td:nth-of-type(6):before{
		font-weight: bold;
	}
	.user_table td:nth-of-type(1):before{
		content: "Username: ";
	}
	.user_table td:nth-of-type(2):before{
		content: "Password: ";
	}
	.user_table td:nth-of-type(3):before{
		content: "Level: ";
	}
	.user_table td:nth-of-type(4):before{
		content: "Logins: ";
	}
	.user_table td:nth-of-type(5):before{
		content: "Last Login: ";
	}
	.user_table td:nth-of-type(6):before{
		content: "Action: ";
	}
}