/**
 * Index.css
 * 
 * Author:  gautier.ringeisen@dalim.com
 * Company: Dalim Software GmbH
 */

body
{
	background-color: white;
	background-image: url('./index.html?file=degrade.jpg&ctype=image/jpeg');
	background-repeat: repeat-x;
	background-position: top left; 
	
	color: black;
	font-family: Helvetica;
	font-size: 12px;
	
	padding: 0px 50px 0px 50px;
	margin: 8px 8px 8px 8px;
}

table,tr,td,p
{
	color: black;
	font-family: Helvetica;
	font-size: 12px;
}

.Build {
    position: relative; 
    top: 38px;
    text-align: right; 
    margin-right: 65px; 
    margin-top: 0px;
}

InstallBuild
{
        width: 100%;
	align: right;
	border-spacing: 10px 10px;
	background-color: yellow;
}

.build-name
{
	#font-weight: bold;
	margin: 10px 20px 30px 40px;
}

.build-date
{
	margin: 0px 0px 20px 0px;
}

.table-header
{
	width: 100%;
	empty-cells: show;
	border-spacing: 0px 0px;
	color: white;
}

.table-header-cc
{
	text-align: center;
	color: white;
}

.table-main
{
	width: 100%;
	empty-cells: show;
	border-spacing: 0px 0px;
}

.table-main-ul
{
	width:  50px;
	height: 50px;
	
	background-color: transparent;
	background-image: url('./index.html?file=panel_ul.png&ctype=image/png');
	background-repeat: no-repeat;
}

.table-main-cl
{
	width:  50px;
		
	background-color: transparent;
	background-image: url('./index.html?file=panel_cl.png&ctype=image/png');
	background-repeat: repeat-y;
}

.table-main-ll
{
	width:  50px;
	height: 50px;
	
	background-color: transparent;
	background-image: url('./index.html?file=panel_ll.png&ctype=image/png');
	background-repeat: no-repeat;
}


.table-main-lc
{
	height:  50px;
		
	background-color: transparent;
	background-image: url('./index.html?file=panel_lc.png&ctype=image/png');
	background-repeat: repeat-x;
}

.table-main-lr
{
	width:  50px;
	height: 50px;
	
	background-color: transparent;
	background-image: url('./index.html?file=panel_lr.png&ctype=image/png');
	background-repeat: no-repeat;
}

.table-main-cr
{
	width:  50px;
	
	background-color: transparent;
	background-image: url('./index.html?file=panel_cr.png&ctype=image/png');
	background-repeat: repeat-y;
}

.table-main-ur
{
	width:  50px;
	height: 50px;
	
	background-color: transparent;
	background-image: url('./index.html?file=panel_ur.png&ctype=image/png');
	background-repeat: no-repeat;
}

.table-main-uc
{
	height:  50px;
	
	background-color: transparent;
	background-image: url('./index.html?file=panel_uc.png&ctype=image/png');
	background-repeat: repeat-x;
}


.table-main-cc
{
	height:  50px;
	
	background-color: white;
}

.table-contexts
{
	width: 100%;
	empty-cells: show;
	border-spacing: 0px 0px;
}

.table-context
{
	width: 100%;
	empty-cells: show;
	border-spacing: 0px 0px;
	vertical-align: top;
	text-align: left;
	border-top: 2px groove black;
}

.table-context-cell 
{
	padding-top: 10px; 
	border-bottom: 2px groove black;
	vertical-align: top;
}

.table-context-left
{
	width: 1px;
}

.table-context-logo
{
	width: 1px;
	text-align: right;
	padding-right: 10px;
}

.table-context-desc
{
	padding-left: 10px; 
}

.table-context-info
{
	width: 1px;
	padding-left: 10px;
}

.table-context-right
{
	width: 1px;
}

.table-link
{
	margin: 0px 0px 10px 50px;
}

.table-link tr:hover td
{
	color: blue;
}

.table-link a:hover td
{
	color: blue;
}

.table-link td
{
	border: 0px;
}

.table-link-icon
{
	cursor: pointer;
}

.table-link-name
{
	font-weight: bold;
	cursor: pointer;
	padding-right: 25px;
}

.table-link-desc
{
	font-style: italic;
	cursor: pointer;
}

.build_id {
	cursor: pointer;
}

.table-info
{
	
}

.table-label
{
	
}

.table-value
{
	
}

.app-name
{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	cursor: pointer;
}

.app-desc
{
	margin: 0px 0px 10px 0px;
}

.table-build
{
	margin-top: 10px;
}

.build-name
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	cursor: pointer;
}

.build-desc
{
	margin: 0px 0px 10px 0px;
}

.app-vendor
{
	margin: 0px 0px 0px 0px;
	font-style: italic;
	color: black;
	text-decoration: none;
}

.app-vendor:hover
{
	color: blue;
}

.apache-default
{
	
}

.title
{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

.header
{
	color: white;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

.copyright
{
	font-style: italic;
}