#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../images//preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
.text-center { text-align: center; }


div.jextranet {
	background:#FDFEFF;
	padding:10px 0px;
}
div.jextranet a {
	text-decoration:none;
}

div.jlogo {
	margin-bottom: 30px;
	background: #F7F6F2;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size:30px;
}

div.jlogin-form {
	background:#ECEDEF;
	padding:30px;
	margin-top:20px;
	overflow:auto;
}

div.jextranet input.jlogin {
	display: block;
	border-radius: 0px;
	height: 40px;
	width:100%;
}

div.jextranet input.juser {
	border-top: 1px solid #ddd;
	border-bottom: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width:100%;
}

div.jextranet input.jpass {
	border-bottom: 1px solid #ddd;
	border-top: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

div.jsubmit {
	margin-top:10px;
}

div.page-header {
	background:#1E3A4F;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:200;
	line-height: 32px;
	color:#fff;
	overflow:auto;
}

.page-header .goto-wrapper {
	background: #5C7280;
	color:#fff;
}

span.username {
	font-size:12px;
	padding: 0px 5px 0px 0px;
	margin: 0;
}

#side_controls{
	z-index: 2;
	background: none repeat scroll 0% 0% #ECEDEF;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin:0;
	padding: 0;
}
#side_controls ul {
    width: 100%;
}
#side_controls li {
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E6E6E6;
    list-style:none;
    font-size:10px;
    margin:0;
	padding: 0;
    background: none;
}

#side_controls li.active{
	background:#FDFEFF;
	border-right: none;
	border-left: 2px solid #005ACC;
}

#side_controls li a {
    font-weight: 200;
    color: #333;
    text-decoration: none;
	text-align: center;
    display: block;
    position: relative;
    padding: 15px 0px;
    transition: all 0.3s ease 0s;
}

#side_controls li a i {
	font-size:24px;
	display:block;
}

div.search-area {
	background: #DFE2E7;
	text-align: center;
	padding: 20px 0px;
	margin-top: 20px;
	overflow:auto;
}

div.jextranet input.search-query {
	border-radius:0;
}

div.first-page-message {
	border: 1px solid #EEE;
	padding: 10px;
	margin-top: 20px;
	font-size:15px;
}

div.lastest-files {
	margin-top: 20px;
	border-top:1px solid #DFE2E7;
	border-radius:2px;
}

div.header {
	margin:0;
	padding:0;
	background:#DFE2E7;
	font-size:20px;
	font-weight:200;
	overflow:auto;
}

div.header h4 {
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 200;
}

div.latest-header {
	border-bottom:1px solid #E6E6E6;
	margin:0;
	padding:0;
	background:#DFE2E7;
	padding:10px;
	font-size:20px;
	font-weight:200;
	overflow:auto;
}

div.item-row {
	background:#FCFBF9;
	padding:0;
	margin:0;
	border-bottom:1px solid #E6E6E6;
	font-size:12px;
	line-height: 34px;
	clear:both;
}

div.item-row p {
	line-height:20px;
}

div.item-row span {
	padding-left:5px;
}

div.goto-wrapper {
	background:#F1F0EE;
	color:#C0C0BF;
	text-align:center;
}

div.goto-wrapper i {
	vertical-align: middle;
		display: inline-block;	
	line-height: 30px;
}

span.size {
	font-size:10px;
	margin:0;
	padding: 0;
}

div.item-footer {
	text-align:center;
	line-height:30px;
	border-bottom:1px solid #DFE2E7;
	background:#FDFEFF;
	padding:5px 0px 5px 0px;
	margin-top:10px;
	overflow: auto;
clear:both;
}

div.border-right {
	border-right:1px solid #DFE2E7;
}

div.item-footer a {
	text-decoration:none;
}

i.jicon {
	font-size:22px;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 5px;
	color:#C0C4CD;
}

div.last-accessed {
	margin-top: 20px;
	text-align: center;
	background: #DFE2E7;
}
div.last-accessed h4 {
	padding: 10px 0px;
	background:#EEEDEB;
	margin:0;
	font-size:20px;
	font-weight:200;
}

div.jextranet div.file-description {
	overflow: auto;
	border: 1px solid #C2C4BF;
	margin-bottom: 10px;
	background: none repeat-y scroll left top #FFFFD7;
}

div.jextranet div.file-description-header {
	background:#FFFFD7;
	color: #333;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

div.jextranet div.file-description-body {
	padding:5px;
	font-size: 12px;
	background: #FDFEFF;
	line-height: 14px;
	min-height: 30px;
}

div.jextranet-modal-body {
	padding:20px;
}

div.jextranet-modal-body input, div.jextranet-modal-body select {
	display: block;
	border-radius: 0px;
	height: 35px;
	padding:5px;
	font-size:14px;
}

div.j-message { 
	position: relative;
	margin: 15px 0px;
	padding: 39px 19px 0px;
	background-color: #FFF;
	border: 1px dashed #CCC;
overflow:auto;
}

div.j-message header{
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 18px;
	line-height:32px;
	font-weight:200;
	background-color: #DFE2E7;
	border: 1px solid #DDD;
	color: #333;
}

div.progress {
	background:#197FD3;
}

#tinybox {
	overflow:auto;
}

.jextranet .filetype {
	position: absolute;
	top: 5px;
	font-size: 8px;
	padding: 0px;
	left: 10px;
	font-weight: bold;
	color:#6E6E6E;
}
