/* GENERAL */
.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}
body {
    background: #fff;
    color: #333;
	font-size: 12px;
    font-family: "Lucida Grande", Verdana, Arial;
}
a:link, a:visited, a:hover {
    color: green;
    font-weight: normal;
    text-decoration: underline;
}
#hd h1 {
    font-weight: normal;
    font-size: 3em;
    padding: .3em 0;
}
#bd h1 {
    font-weight: normal;
    font-size: 2em;
    padding-top: .8em;
    padding-bottom: .4em;

}

#navigation_all {
	background-color:lightgrey;
	margin-top:0em;
}

#content h1 {
	font-size: 2em;
	padding-top:1em;
	padding-bottom:0.5em;
}

h2, h3 {
    font-weight: bold;
    padding-bottom: .2em;
}

h2 {
    font-size: 1.0em;
	color:green;
    padding-top: 2.0em;
    padding-bottom: .3em;
}

#content div.dialog {
	margin-left:5px;
}

#content div.list {
	margin-left:5px;
}

div.buttons {
	margin:10px 5px;
}

ul {
    padding-left: 10px;
}

input, select, textarea {
	font-family: "Lucida Grande", Verdana, Arial;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    padding: 2px 4px;
}
input.text {
	width: 20em;
}
input.date {
	width: 7em;
}
input.time {
	width: 3em;
}
input.num {
	width: 7em;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	height: 50px;
	vertical-align: top;
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

#ft {
	margin-top:1em;
	border-top: 1px solid #000000;
	padding-top:0.3em;
}

/* NAVIGATION MENU */

#top_nav {
	text-align: right;
}

#top_nav * a {
	color: grey;
    font-weight: bold;
	font-style: normal;
    text-decoration: none;
}

#navigation_mainTabs.navigation, #navigation_adminTabs.navigation {
	padding-left: 0;
	margin: 0px 0px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    width: 100%
}
.list table {
    border: 1px solid #ccc;
}
tr {
    border: 0;
}
td, th {
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

table.mats {
	border: 0px;
	margin-top: 2em;
}

th.num, td.num{
	text-align: right;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: right;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    /* width: 85%; */
}

/* ACTION BUTTONS */

.buttons {
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    padding: 0;
}

.buttons span.button a{
	text-decoration:none;
    border: 1px solid #ccc;
    background: green;
    color: white;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    padding: 2px 6px;
}

.buttons input {
    border: 1px solid #ccc;
    background: green;
    color: white;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    padding: 2px 6px;
}

.syncSoft{
    margin-bottom: 1em;	
}

ul.hul li {
    display:inline;
}
ul.hul li a:hover, ul.hul li a:active {
    text-decoration:underline;
}

#menu  {
	background-color:lightgray;
}
.navigation li.navigation_active a{
	background-color:green;
}

.meta-data {
	padding-bottom: 1em;
}

ol.steps{
	padding-left: 3em;
	padding-bottom: 2em;
}
ol.steps li{
	padding-left: 1em;
	list-style-position:outside;
	list-style-type: decimal;
	padding-top: 10px;
}
div.valueDescr {
	margin-top:5px;
	margin-bottom:15px;
	background: url(../images/note.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

.withdrawn {
	text-decoration: line-through;
}

