body {
	background-color: #ececec;
    font-family: Cabin;
    font-size: 17px;
	padding: 0px;
	margin: 0px;
}

#user_info {
    margin-right: 35px;
    margin-top: 20px;
    font-size: 40px;
    text-align: right;
    color: #262626;
    font-weight: normal;
    float: right;
    }


#content {
	background-color: white;
	/*min-width: 1245px; */
	width: 1250px;
	margin: 0 auto;
	border: 1px solid black;
	clear: both;
	border-radius: 10px 15px 15px 15px / 15px 10px 15px 10px; 
	border-radius: 10px; 
	border-radius: 10px 15px / 15px;
}

#content-container {
    border: 1px solid gray;
    border-radius: 8px;
    /*min-height: 100%; */
    overflow: hidden;
    margin auto;
    padding: 0;
    position: relative;
}

#content-container p {
	margin-left: 30px;
	margin-top: 20px;
	font-size: 17px;
	color: #747477;
}

#download-content {
	/*min-width: 1245px; */
	width: 800px;
	margin: 0 auto;
	clear: both;
}

#logo {
	padding: 10px 30px 15px 30px;
	float: left;
	}


#header {
	padding: 10px;
	overflow: hidden;
	min-width: 1245px;
}

#navigation {
	margin-bottom: 100px;
}
.nav-option {
	float: left;
	font-size: 20px;
	width: calc(100% / 3);
	text-align: center;
	background: #BEC0C2;
}

.nav-current, .nav-option:hover {
	background: #f58426;
}

.border-left {
	border-left: 1px solid black;
}

.border-right {
	border-right: 1px solid black;
}

#error {
	display: none;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0px 10px 35px;
	color: red;
}

.modal {
	display:	none;
	position:   fixed;
	z-index:	1000;
	top:		0;
	left:	   0;
	height:	 100%;
	width:	  100%;
	background: rgba( 255, 255, 255, .8 )
				url('/public/images/wait.gif')
				50% 50%
				no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .modal {
	display: block;
}

.green {
	color: green;
}
.red {
	color: red;
}

#message {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 20px;
}

#footer {
	padding-top: 20px;
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #999999;
}

table {
	/*width: 70%; */
	margin: 30px;
}

td  {
	font-size: 17px;
	color: #747477;
	padding-left: 10px;
}

table.send_files {
	width: 100%;
}

table.send_files td {
	text-align: left;
	padding: 10px;
}

th, th a, th a:visited th a:link {
	color: black;
	text-decoration: none;
	padding: 10px;
}

th a:hover {
	color: #747477;
	text-decoration: underline;
}

#logout {
	margin-top: 2px;
	margin-left: 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #a6a6a6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6a6a6;
	box-shadow:inset 0px 1px 0px 0px #a6a6a6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #4f4f4f) );
	background:-moz-linear-gradient( center top, #757575 5%, #4f4f4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4f4f4f');
	background-color:#757575;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #b8b8b8;
	display:inline-block;
	color:#e8e8e8;
	font-size:11px;
	font-weight:bold;
	height:23px;
	line-height:23px;
	width:62px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #787878;
	margin-bottom: 10px;
}

#login_form{
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: left;
}

#login-title {
	color: #f58426;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	margin: 20px 0px 40px 0px;
}

#login-bg {
	width:100%;
	height:1500px;
	background-color: #ececec;
	text-align: center;
}

#login-box {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	border-radius: 10px 15px 15px 15px / 15px 10px 15px 10px; 
	border-radius: 10px; 
	border-radius: 10px 15px / 15px;
	padding: 50px 50px 50px 50px;
	text-align: left;
	margin-top:150px;
	margin-bottom: 50px;
}

#login-logo {
	margin-bottom: 40px
}

.trouble-login {
	font-size: 12px;
	color:black;
	}
	
.trouble-login a {
	color: #888;
	text-decoration: underline;
}
.trouble-login a:hover {
	color: #f58426;
	text-decoration: underline;
}

.login-field {
	font-family: font-family: Helvetica, Arial, sans-serif; 
	font-size: 15px;
	width:120px;
	margin-bottom: 10px;
}

.login-input input {
	font-size: 15px; 
	font-family: Helvetica, Arial, sans-serif; 	
	background-color: #ececec;
	color: #444;
	font-weight: normal;
	line-height:20px;
	border: none;
	height: 40px;
	width: 300px;
	padding-left: 20px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

#login-button {
	margin-top:20px;
	-moz-box-shadow:inset 0px 1px 0px 0px #a6a6a6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6a6a6;
	box-shadow:inset 0px 1px 0px 0px #a6a6a6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #4f4f4f) );
	background:-moz-linear-gradient( center top, #757575 5%, #4f4f4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4f4f4f');
	background-color:#757575;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #b8b8b8;
	display:inline-block;
	color:#e8e8e8;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:23px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #787878;
}

#login-button:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f4f4f), color-stop(1, #757575) );
	background:-moz-linear-gradient( center top, #4f4f4f 5%, #757575 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#757575');
	background-color:#4f4f4f;
}

.hidden {
	display: none;
}

#pagination {
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    float: right;
	margin-right: 30px;
}

#pagination a:link, #pagination a:visited {
    text-decoration: none;
    color: #717074;
}

#pagination a:hover, #pagination a:active {
    color: #e64701;
    text-decoration: underline
}

.bar {
	height: 18px;
    background: #45FF3B;
}

.download-time {
	color: black;
	font-size: 15px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#help {
	position: absolute;
	width: 300px;
	margin: 10px;
	padding: 10px;
	height: 70px;
	top: 300px;
	background-color: #F6F9E7;
	border: 1px dashed #ABB3FF;
	left: 10px;
}
