#tab_processes
{
    padding: 0;
    border: 1px solid #0E6CA8;
}

#treeview_col {
	background-color: #0E6CA8;
	padding: 5px 0 5px 10px;
	height: 39px;
	background-image: url("/sites/templates/images/background_bar_top.jpg");
	background-repeat: repeat-x;
	font-family: tahoma,arial;
	/*border-right: 1px solid white;*/
}
#treeview_col span {    
    color: white;
    padding-left: 7px;
    font-size: 15px;
    font-weight: bold;
}
.treeview_col_bottom {
    background-color: #0E6CA8;
    padding: 5px 0 5px 10px;
    height: 39px;
    background-image: url("/sites/templates/images/background_bar_top.jpg");
    background-repeat: repeat-x;
    font-family: tahoma,arial;
    vertical-align: middle;
}

.process_tab_content {
	/*border-left: 1px solid #0E6CA8;
	border-right: 1px solid #0E6CA8;*/
}

#tab_processes td#list
{
	border-left: 1px dashed #0E6CA8;
}

#tab_processes td .dtree
{
    padding: 2px;
}
	
#list_process_col {
	background-color: #0E6CA8;
	padding: 5px 0 5px 10px;
    height: 39px;
    background-image: url("/sites/templates/images/background_bar_top.jpg");
    background-repeat: repeat-x;
    font-family: tahoma,arial;
    border-left: 1px dashed white;
}
#list_process_col span {
    color: white;
    padding-left: 7px;
    font-size: 15px;
    font-weight: bold;
}

#tabFile {
	/*height: 420px;
	border: 1px dashed #336882;
	overflow: auto;*/
	width: 100%;
}

.tabFileLine {
	/*border-bottom: 1px solid #336882;*/
	/*border-left: 1px dashed #336882;
	border-right: 1px dashed #336882;
*/
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 5px;
	/*margin-bottom: 10px;*/
	margin: 3px;
}

.line_orange {
    background-color: #daeffe;
}

.lineDetail
{
	padding-left: 10px;
	padding-right: 15px;
}
.lineDetail span.descLabel
{
    padding-left: 10px;
}

.descTitle {	
	padding: 0 5px 5px 0;
}
.descTitle a {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #336882;
	text-decoration: none;
}
.descTitle a:hover {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF9900;
	/*text-decoration: underline;*/
}
.descTitle a:visited {	
	text-decoration: none;
}

.descShortDesc {
	font-family: Arial;
	font-size: 13px;
	color: #7B7B7B;	
}

.shortDescText
{
	padding: 0 10px 3px 10px;
}

.descLabel {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #336882;	
}

.descTitleLi {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF9900;
}

.noFileFound {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #336882;
	text-align: center;
	padding: 0 10px 0 10px;
	/*border: 1px dashed #336882;
	height: 220px;*/
}
.noFileFound span {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FF9900;
}

/* file description */


.fileTitle {
	font-family: Arial;
	font-style:italic;
	font-size: 1.5em;
	font-weight: bold;
	color: #336882;
	padding: 10px 0 10px 5px;
}
.fileTitleLi {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #FF9900;
}
.fileShortDesc {
	font-family: Arial;
	font-size: 13px;
	color: #7B7B7B;
	margin-left: 12px;
	margin-right: 10px;
}


hr {
	margin-top:30px;
	margin-left: 10px;
	margin-right:20px;
	color: #336882;
}

/* ---------------- FILE DL BUTTONS ------------------ */

.file_dl {
	/*position: relative;*/
	float: left;
	width : 140px;
	height : 70px;
}

.file_dl a {
	background-image: url("/sites/module/img/files.gif");
	background-repeat: no-repeat;
	background-position: left center;
	/*border : 1px solid #FFFFFF;*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width : 180px;
	height : 80px;
	position: absolute;
	color : #336882;
	
	font-family: Arial;
    font-size: 14px;
    text-decoration: none;
}
.file_dl a:visited {	
	color : #336882;
}

.file_dl a span {
	margin-top: 24px;
	margin-left: 70px;
	font-weight: bold;
	position: absolute;
	text-align: left;
}
.file_dl a:hover {
	cursor: pointer;
	color : #FF9900;
	/*border : 1px dashed #FF9900;*/
}


.manual_dl {
	/*position: relative;*/
	/*float: right;*/
	width : 140px;
	height : 70px;
}
.manual_dl a {
	background-image: url("/sites/module/img/manual.gif");
	background-repeat: no-repeat;
	background-position: left center;
	/*border : 1px solid #FFFFFF;*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 100px;
	width : 170px;
	height : 80px;
	position: absolute;
	color : #336882;
	
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}
.manual_dl a:visited {	
	color : #336882;
}

.manual_dl a span {
	margin-top: 24px;
	margin-left: 70px;
	font-weight: bold;
	position: absolute;
	text-align: left;
}
.manual_dl a:hover {
	cursor: pointer;
	color : #FF9900;
	/*border : 1px dashed #FF9900;*/
}
/* ----------------------------------------------------- */

.fileProcess {
	font-family: Arial;
	font-size: 13px;
	color: #336882;
	margin-left: 10px;
	margin-top: 5px;	
	float: left;
	position: relative;
	font-weight: bold;
	/*font-style: italic;*/
}
.fileProcess span {
	color: #7B7B7B;
    font-weight: normal;
    font-style: normal;
}
#fileback {
	color: #336882;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 10px;	
	position: relative;
	float: left;
	width: 95%;	
    text-align: center;
}
#fileback a {
	color: #336882;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;	
}
.tabFileDetailLine #fileback a:hover {
	color: #FF9900;
	/*text-decoration: underline;*/
}
#fileback a:visited {
	color: #336882;
}

.tabFileDetailLine {
	/*border: 1px dashed #336882;*/
	padding: 0 10px 30px 5px;
	margin-bottom: 10px;
}

#tabFileDetail {
	margin: 15px 7px 0 5px;
	width: 100%;
}

#tabFileDetail td {
	padding-left:3px;
	width: 240px;
	height: 20px;	
}

#tabFileDetail td.key {
    color: #336882;
    font-size: 13px;
    /*font-weight: bold;*/ 
}

#tabFileDetail td a {
	/*text-decoration: underline;*/
	color: black;
	font-style: italic;
}
#tabFileDetail td a:hover {
	text-decoration: underline;
	color: black;
	font-style: italic;
}

#tabFileDetail tr.line1 {
	background-color: #daeffe;
}

#tabFileDetail tr.line2 {
	background-color: #fff;
}

#list_process_col .nbTraitText {
	
	color: white;
	font-family: Arial;
	font-style:italic;
	font-weight:bold;
	/*margin-top: 9px;*/
	/*text-align: right;*/
	font-size: 12px;
	/*background-color: white;*/
}
#list_process_col .nbTraitText span {
	
	color: #FF9900;
	font-family: Arial;
	font-style:italic;
	font-weight:bold;
	/*margin-top: -1px;*/
	text-align: right;
	font-size: 16px;
}
