body {
   margin: 0;
   padding: 0;
   background-color: #EAECEE;
   font-family: Verdana, sans-serif;
   font-size: 12px;
}

table {
	border: 1px;
}
/*input[type="button"], input[type="submit"], input[type="reset"], button {
	background: #FFFFFF url(/resources/img/btn-background.png) repeat-x;
	font-family: Verdana, sans-serif;
	height: 20px;
}*/

#container {
   margin: 0 auto;
   padding: 20px 20px 0px 20px;
   border: 1px solid #666666;
   background-color: #FFFFFF;
   position: relative;
   margin-left: 30px;
   margin-right: 30px;
}
#sidebar {
   font-size: 0.9em;
   width: 225px;
   float: right;
   border: 1px solid #666666;
   background: #EAECEE;
   padding: 0 15px 5px 15px;
   margin: 15px -15px 0 0;
}
#sidebar ul {
   padding-left: 30px;
}
#footer {
   clear: both;
   text-align: center;
   color: #666666;
   font-size: 0.85em;
}
#content {
   padding: 0 15px 5px 15px;
}
#logo {
   /*background-color: #DDDDDD;
   border: 1px solid #666666;
   border-bottom: none;*/
   position: relative;
   top: 0;
   left: 0;
   right: 0;
   height: 100px;
}

#header {
	background-image: url("/javax.faces.resource/header.png.jsf?ln=img");
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 444px;
	height: 90px;
	position: absolute;
	
}

#header-body {
	background-image: url("/javax.faces.resource/header-body.png.jsf?ln=img");
	background-repeat: repeat-x;
	top: 0;
	left: 444px;
	right: 11px;
	height: 90px;
	position: absolute;
	line-height: 80px;
}

#header-end {
	background-image: url("/javax.faces.resource/header-end.png.jsf?ln=img");
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	width: 11px;
	height: 90px;
	position: absolute;
}

#top-menu {
 
}
#left-menu {
   width: 180px;
   float: left;
   border: 1px solid #666666;
   border-top: none;
   background-color: #DDDDDD;
   padding: 0 0 0 0;   
}

#user-info {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	top: 20px;
}
	
code {
   font-size: 1.1em;
}
span.invalid {
   padding-left: 3px;
   color: red;
}

.error-message {
	font-style: italic;
	color: red;
}

.panelTop td {
    vertical-align: top;
    width: 50%;
}

.panelCenter td {
    vertical-align: middle; 
}

.std-table {
	border: 1px;
	border-color: black;
}

.std-table-caption {
	border-color: black;
	text-align: center;
}

.std-table-row {
	background-color: #eeeeee;
}

.std-table-row-green {
	background-color: #aaeeaa;
}

.std-table-column-right {
	text-align: right;
}

.std-table-column-center {
	text-align: center;
}

.std-table-column-left {
	text-align: left;
}

.pager-side {
	width: 20%;
}

.pager-center {
	width: 60%;
}

.buttons-bar {
	margin-top: 10px;
	display: block;
}

.app-download {
    background-image: url("/javax.faces.resource/application-arrow-down-icon.png.jsf?ln=img");
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    width: 260px;
    height: 280px;
    border: 1px solid #a0a0a0;
    border-style: outset;
    border-radius: 5px;
}

.app-download-version {
	display: block;
	padding: 15px;
}
