#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}

div.cBoxSecEyebrow h2{border-top:1px solid #FFF;}
div.cBoxSecEyebrow {border: 1px solid #C9E1F4;margin-right:10px;}
#jextranet-main{margin:0;border-top:solid 5px #9C0424;}
#jextranet-header{height:75px;margin-bottom:10px;}
#jextranet-header_shadow{position:absolute;bottom:0;left:0;right:0;height:4px;}
#jextranet-header_logo{display:block;position:absolute;top:4px;left:9px;height:52px;width:235px;}
#jextranet-header_links{float:right;margin-top:12px;margin-right:10px;text-align:right;vertical-align:middle;font-family:Arial,sans-serif;font-size:11px;line-height:120%;}
#jextranet-header_links .customer_greeting{color:#E47911;font-weight:bold;}
#jextranet-header_links .nav_separator{color:#ADC2D6;font-size:16px;}
#jextranet-search{clear:both;float:right;margin-top:12px;margin-right:10px;text-align:right;vertical-align:middle;}
#jextranet-search_button{
	background:#9C0424;
    border: 1px solid #9C0424;
    border-radius:4px;
    color: #fff;
    display: inline;
    font-size: 12px;
    margin-right: 2px;
    margin-left:2px;
    padding: 2px;
    text-decoration: none;
    font-family: verdana,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:normal;
}
input#jextranet-search-textfield {
	padding: 1px;
	background-color: white;
	border: 2px inset;
	cursor: auto;
	font-size:12px;
	width:150px;
}


#jextranet-middle{margin:0 8px 0 8px;}
#jextranet-sidebar{width:20%;float:left;}
#jextranet-content {width:100%;float:left;}
div#jextranet-content h1#breadcrumb{	
	font-weight:bold;
	width:100%;
	margin-top:0;
	padding:0;
	line-height:1;
	margin-bottom:10px;
	border:none;
	font-size:12px;
	text-align:left;
}
div#jextranet-content h1#breadcrumb .current_node{font-family: Arial,sans-serif; font-size:9px; font-weight:bold; color:#9C0424;}
div#jextranet-content h1#breadcrumb span{color:#666;font-weight:normal;}
#action_bar{
	padding-top:3px;
	padding-bottom:3px;
	min-height:25px;
	padding-left:12px;
	padding-right:12px;
	border-top:1px solid #C9E1F4;
	border-bottom:1px solid #C9E1F4;
	background: #EAF3FE;
	margin-bottom:2px;
	margin-top:20px;
}
#action_buttons{
	float:right;
}
div#action_buttons input.button {
	float:left;
}

#jextranet-content-lists_module li {
margin: 0;
padding: 0;
list-style-type: none;
}

#jextranet-content-lists_module li a{
	background:none;
}

#jextranet-content-lists_module h2 {
background: #EAF3FE;
}

#file_list_count {
	float:left;	
	padding-top:4px;
}

.file_list table{
	width:100%;
	border-collapse:collapse;
	line-height:2.5;
	table-layout:fixed;
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: Verdana, Arial, Sans-serif;
font-size: 12px;
font-family: inherit;
vertical-align: baseline;
}

div.file_list thead tr { border:0;  border-bottom:1px solid #777;  }
div.file_list thead tr td { border:0;}
div.file_list tfoot tr,  div.file_list tfoot tr td { border:0;}

.file_list tbody tr{background-color:#FFF;}
.file_list tbody td{border-bottom:1px dotted #CCC;border:0;}
.file_list tbody tr.header .title{display:inline-block;font-weight:bold;padding-right:1em;}
.file_list tbody tr.stripe{background-color:#FFF;}
.file_list tbody tr:hover{background-color:#F8FAFD;}
.boxBorderRow{border:1px solid #C9E1F4!important;margin-bottom:15px;}

.rowBorder{border-right:1px solid transparent;border-left:1px solid white;}
.file_list td{padding-left:24px;padding-right:0;vertical-align:middle;white-space:nowrap;overflow:hidden;}
.file_list td:first-child{padding-left:12px;}
.file_list td:first-child input{margin-left:0;margin-right:0;}


#jextranet-main a {
	color:#9C0424;
	text-decoration:none;
}

a.jextranet-link-folder {
background: transparent url('../images/icon-16-folder.png') center left no-repeat;
display: inline;
padding-left: 22px;
}
a.jextranet-link-file {
background: transparent url('../images/icon-16-file.png') center left no-repeat;
display: inline;
padding-left: 22px;
}

#jextranet-header_links_landing{margin-top:22px;float:right;margin-right:10px;}
#jextranet-header_links_landing .customer_greeting{color:#E47911;font-weight:bold;}
#jextranet-header_links_landing .nav_separator{color:#ADC2D6;font-size:16px;}



#jextranet-login-form {
	width:50%;
	margin:0 auto;
}

form#jextranet-login-form h3 {
	background: #9C0424;
    color: #fff;
    font-size: 12px;
    margin: 5px;
    padding: 3px;
}

#jextranet-login-form p {
	clear:both;
}

#jextranet-login-form input.inputbox {
	background:#fff;
    border: 1px solid #D3D3D3;
    color: #555555;
    padding: 5px;
    width: 150px;
}

#jextranet-login-form label {
    color: #000000;
    display: inline;
    float: left;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    width:6em;
}



#jextranet-main input.button2 {
	background:#efb832;
    border: 1px solid #15316a;
    border-radius:4px;
    color: #fff;
    display: inline;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    margin-left:10px;
    padding: 5px;
    text-decoration: none;
    font-family: verdana,"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:normal;
    height: 25px;
}

#jextranet-login-form input.button {
	background:url("../images/send-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    border-radius:3px;
    color: #000;
    display: inline;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    margin-left:75px;
    padding: 5px 10px;
    text-decoration: none;
    height:50px;
}

.list-footer {
    text-align: center;
    text-decoration: none;
}

.list-footer div.limit {
    height: 22px;
    line-height: 22px;
    margin: 10px 5px;
}

div.list-footer ul {
	margin:5px auto;
	display:block;
	background: #EEE;
}

.list-footer ul li {
    list-style: none;
    padding: 1px 1px 3px 2px;
    text-align: center;
    font-size:11px;
    display:inline;
}
.list-footer ul li a {
	text-decoration:none;
}

.list-footer ul li.pagination-start, .list-footer ul li.pagination-prev {
	padding-right:5px;
}
.list-footer ul li.pagination-next, .list-footer ul li.pagination-end {
	padding-right:5px;
}
.list-footer ul li.pagination-prev {
	margin-right:10px;
}
.list-footer ul li.pagination-next {
	margin-left:10px;
}

div#extranet_message_text {
    border:1px #E2E0E1 dashed;
    margin:15px 0px 0px 0px;
    padding:5px;
}

div.extranet_message label {
    margin-right:10px;
    font-weight:bold;
    display: inline-block;
    vertical-align: top;
    width:20%;
}

div.ex-settings {
    padding-top:10px;
}

div.extranet_message input#extranet_subject {
    padding:2px;
}

span#display-view {
  padding: 5px;
display: inline-block;
float: left;
}

a.jextranet-list-button {
background: transparent url('../images/icon-list.png') center left no-repeat;
padding:5px 20px 0px 10px;
}

a.jextranet-thumb-button {
background: transparent url('../images/icon-thumb.png') center left no-repeat;
padding:5px 20px 0px 10px;
}

#file_list_content > .data table {
    position:relative;
    clear:both;
    width:100%;
}

#file_list_content .data table tr, #file_list_content .data table tr td {
    border:0;
}
div.jextranet-thumb {
    width:130px;
    height: 200px;
    float:left;
    position:relative;
}
.jextranet-thumb-folder {
    background: transparent url('../images/icon-64-folder.png') center left no-repeat;
}

.jextranet-thumb-file {
    background: transparent url('../images/icon-64-file.png') center left no-repeat;
}

.jextranet-thumb-message {
    background: transparent url('../images/icon-64-message.png') center left no-repeat;
}

.thumb_placeholder{
    width:110px;height:110px;
}

.label_wrapper {
cursor: pointer;
position: absolute;
height: 40px;
display: inline-block;
width: 110px;
top: 120px;
padding: 2px;
font-size: 11px;
font-family: verdana;
}

a.label_wrapper {
    text-decoration:none;
    background:none;
}

.checkbox_wrapper {
top: 100px;
position: absolute;
}

div.jextranet-pp-header {
background-color: #EAF3FE;
border-bottom: 1px solid #C2DDF2;
font-size: 16px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
margin-bottom:20px;
}

div.jextranet-pp-header h5 {
    padding:10px;
    font-size:17px;
}


div.jextranet-pp-body {
   margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #A5CDEC; 
}

div.jextranet-pp-body h5 {
    padding:10px;
    font-size:14px;
     border-bottom: 1px solid #A5CDEC; 
}

div#jextranet-pp-terms {
    height:250px;
    overflow:auto;
}

div.jextranet-pp-footer p {
    line-height:16px;
}
