/* CSS for LIFE Exchange Document Management */


/* overrides from /css/style.css */
h2 {
	padding: 0;
	font-size: 1.3em;
	margin: 0 0 5px 0;
}
input { padding: 2px; }
option { padding: 0 3px 0 0; }
#left-col {
	width: auto;
	border: 0;
	padding: 9px 27px 100px 32px;
	font-size: .9em;
	line-height: 1.6em;
}

#main { background: #ffffff; }


/* new styles */
h4 {
	font-size: 1.5em;
	color: #4b88be;
}
h5 {
	font-size: 1.5em;
	color: #008265;
	margin: 3px 0 10px 3px;
}

.l { float: left; }
.r { float: right; }
.small { font-size: .9em; }
.big { font-size: 1.2em; }
.m-tb-20 { margin: 30px 0; }

#home-logout {
	float: right;
	margin: -10px 0 0 0;
	text-align: right;
	line-height: 2em;
}

div.subcategory {
	display: none;
	margin: 5px;
}

div.subcategory-list { margin: 5px; }

div.line {
	margin: 7px 0;
	border-top: solid 1px #cccccc;
}

div.docline {
	margin: 20px 0;
	border-top: solid 1px #008265;
}

/* account */
table.account {
}
table.account td,th {
	padding: 3px 3px;
	text-align: left;
}
table.account label {
	color: #4b88be;
	font-weight: bold;
}

#tr_co { display: none; }
#tr_as { display: none; }

/* document listing */
.controls {
	line-height: normal;
	font-size: .9em;
	margin: 5px 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #008265;
}

.latest-comments {
	line-height: normal;
	margin: 5px 0 20px 0;
	padding: 5px;
	background: #ecf8f5;
	border: solid 1px #008265;
}
.latest-comments .big { margin: 0 0 5px 0; }

.filethumb { border: solid 1px #008265; }
.fileimage {
	position: absolute;
	z-index: 300;
	margin: -101px 0 0 0;
	visibility: hidden;
	border: solid 1px #008265;
}


table.documents {
	width: 100%;
	border: solid 1px #cccccc;
	margin: 10px 0 0 0;
}
table.documents td,th {
	border: solid 1px #cccccc;
	padding: 1px 3px;
	text-align: center;
}
table.documents td.title {
	padding: 5px;
	text-align: center;
}
table.documents td.desc { text-align: left; }
table.documents td.comments {
	text-align: left;
	background: #f6f6f6;
	padding: 5px;
}
table.documents td.comments .num-comments {
	float: right;
	font-style: italic;
}
table.documents td.comments a {
	float: left;
	font-weight: bold;
}

table.documents td.actions input { margin: 2px 0; padding: 0; }
table.documents td.comments a { text-decoration: none; }
table.documents th {
	color: #4b88be;
	background: #f6f6f6;
}
table.documents div.comments {
	display: none;
	margin: 5px;
}

table.sales-idea {
	width: 100%;
	margin: 10px 0 0 0;
}
table.sales-idea td,th {
	padding: 1px 3px;
	text-align: center;
}
table.sales-idea td.body {
	padding: 5px;
	border: solid 1px #00795a;
	text-align: left;
}
table.sales-idea td.body .product {
	float: left;
	width: 25%;
	text-align: center;
}
table.sales-idea td.body .product a { text-decoration: none; }
table.sales-idea td.body .info {
	float: right;
	width: 72%;
}
table.sales-idea td.body .info .signature {
	float: right;
	line-height: normal;
	margin: 3px 3px 0 0;
	font-weight: bold;
}
table.sales-idea td.body .infobox {
	width: 100%;
	margin: 0 3px 0 0;
	padding: 3px;
	border: solid 1px #78bdad;
	background: #f1faf8 url('/docs/images/bg-infobox.gif') repeat-x bottom;
}
table.sales-idea td.body .infobox td { vertical-align: top; }
table.sales-idea td.body .infobox td.name { width: 25%; }
table.sales-idea td.body .infobox td.name a { text-decoration: none; }
table.sales-idea td.body .infobox td.company { width: 55%; }
table.sales-idea td.body .infobox td.location { width: 20%; }
table.sales-idea td.body .infobox-gradient {
	margin: 0 2px 0 0;
	height: 10px;
	background: url('/docs/images/gradient-sales-idea.gif') repeat-x;
}
table.sales-idea td.desc { text-align: left; }
table.sales-idea td.comments {
	text-align: left;
	border: solid 1px #cccccc;
	background: #f6f6f6;
	padding: 5px;
}
table.sales-idea td.comments .num-comments {
	float: right;
	font-style: italic;
}
table.sales-idea td.comments a {
	float: left;
	font-weight: bold;
}
table.sales-idea td.actions input { margin: 2px 0; padding: 0; }
table.sales-idea td.comments a { text-decoration: none; }
table.sales-idea th {
	border: 0;
	color: #4b88be;
}
table.sales-idea div.comments {
	display: none;
	margin: 5px;
}


textarea.text-comment {
	height: 50px;
	width: 97%;
	margin: 10px auto 2px auto;
}
img.view-sort {
	border: 0;
	margin: 0 2px;
}

/* user listing */
table.users {
	width: 100%;
	border: solid 1px #cccccc;
	margin: 0 0 10px 0;
}
table.users td,th {
	border: solid 1px #cccccc;
	font-size: 0.9em;
	padding: 1px 3px;
	text-align: center;
}
table.users td.desc { text-align: left; }
table.users td.actions input { margin: 2px 0; padding: 0; }
table.users th {
	color: #4b88be;
	background: #f6f6f6;
}
table.users tr.user-info { display: none; }
table.users tr.user-info td {
	text-align: left;
	padding: 1px 5px;
}

div.close {
	float: right;
	border: solid 1px #4b88be;
	background: #ffffff;
	padding: 2px;
	text-decoration: none;
	line-height: 11px;
	color: #4b88be;
	cursor: pointer;
}

#nav, #nav ul {
	margin: 0 0 0 3px; 
}

#nav-sub-sub, #nav-sub ul {
	padding: 2px 0 0 0;
	margin: 0 0 0 15px;
	list-style: none;
	line-height: 1;
}
#nav-sub a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: .89em;
}
#nav-sub li.root {
	border: 0;
	color: #008265;
}
#nav-sub li.id1 { width: 11em; }
#nav-sub li.id2 { width: 11em; }
#nav-sub li.id3 { width: 12em; }
#nav-sub li.id4 { width: 5em; }
#nav-sub li.id5 { width: 8em; }


#nav-sub li.root:hover { background: #ffffff; }
#nav-sub li.root a { color: #008265; }
#nav-sub li {
	float: left;
	padding: 1px;
	width: 11em;
	border-left: solid 1px #78bdad;
	border-right: solid 1px #78bdad;
	border-bottom: solid 1px #78bdad;
}
#nav-sub li a{ padding: 0; }
#nav-sub li ul {
	position: absolute;
	left: -999em;
	width: 10.5em;
	background: #ffffff;
	margin: 0;
}
#nav-sub li li {
	padding-right: 0em;
	width: 10.5em
}
#nav-sub li ul a {
	width: 10.5em;
	padding: 2px 0 2px 2px;
	font-weight: normal;
}
#nav-sub li ul ul { margin: -1.3em 0 0 10.5em; }
#nav-sub li:hover ul ul, #nav-sub li:hover ul ul ul, #nav-sub li.sfhover ul ul, #nav-sub li.sfhover ul ul ul { left: -999em; }
#nav-sub li:hover ul, #nav-sub li li:hover ul, #nav-sub li li li:hover ul, #nav-sub li.sfhover ul, #nav-sub li li.sfhover ul, #nav-sub li li li.sfhover ul { left: auto; }
#nav-sub li:hover, #nav-sub li.sfhover { background: #d0e0ee; }
