
/* Reset body padding and margins */
body { margin-left:30px; padding:0; font-family: Arial, Helvetica, sans-serif; background-color:#fff; font-size:14px;}

/* top and bottom padding to make sure the header and footer do not overlap the content.*/
#container { padding-top:10px; padding-bottom:20px;}

/* Make Header Sticky */
#header_container {
	white-space:nowrap;
	background: #6A7A8B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A7A8B', endColorstr='#fff'); /* for IE */
	background: -webkit-linear-gradient(left, 6A7A8B , fff); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(to right,  #6A7A8B,  #fff); /* for firefox 3.6+ */
	background: linear-gradient(to right,  #6A7A8B,  #fff); /* Standard syntax */
	left:0px; position:fixed; width:100%; top:0;
    line-height:50px;
}

/* Make Footer Sticky */
#footer_container {
	background: #6A7A8B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6A7A8B', endColorstr='#fff'); /* for IE */
	background: -webkit-linear-gradient(left, 6A7A8B , fff); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(to right,  #6A7A8B,  #fff); /* for firefox 3.6+ */
	background: linear-gradient(to right,  #6A7A8B,  #fff); /* Standard syntax */
	bottom:0; height:20px; left:0; position:fixed; width:100%;

}

#header { padding-left: 30px; font-size:20px; color:white; }
#footer { padding-left: 30px; padding-top: 2px; font-size:12px; color:white; }


.formTable {
    border:1px solid #6A7A8B;
    padding:0px;
}
.formTable th {
    padding-top:10px;
    text-align: left;
}
.errors li{
	list-style: none;
    font-weight: bold;
    color:red;
}
.messages li {
	list-style: none;
    font-weight: normal;
    color:green;

}

.nav-button {
	width: 130px;
	height: 25px;
}

.wwFormTable caption, .dataTable caption, .captionLike {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background: #aabacb;
	font-weight: normal;
	white-space: nowrap;
	text-align:center;
}



/* ============================= */
/* display tag data list table	 */
/* ============================= */
.dataTable {
	border: 1px solid gray;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 5px;

}
.dataTable th {
	border-left: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#2B68C3;
	color:white !important;
	font-weight:normal;
}

.dataTable td {
	border-left: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
}
.sortable { /* header th */
	border: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	/*background-color:#B0D7FE;*/
	text-decoration: none !important;
	color: white !important;
	font-weight:normal;
}
th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

th.sortable a {
    background-image: url("../images/displaytag/arrow_off.png");
    background-repeat: no-repeat;
}
th.order1 a {
    background-image: url("../images/displaytag/arrow_down.png");
    background-repeat: no-repeat;
}
th.order2 a {
    background-image: url("../images/displaytag/arrow_up.png");
    background-repeat: no-repeat;
}
.dataTable th a {
	text-decoration: none; color:white
}
.dataTable tr.odd {
	/* background-color: #C4E1FE; */
}
.dataTable tr.tableRowEven, tr.even {
	/* background-color:#B0D7FE; */
	background-color:#FFEEEE;
}
/* dataTable end */

.info-prompt {
	font-style: italic;
	font-size: 16px;
}
.label {
	font-style: italic;
}

.value {
	font-size: 18px!important;
	font-weight: normal;
}
.value input {
	font-size: 18px!important;
	font-weight: normal;
}

.link {
	color:green;
	text-transform: lowercase;
}


.tableOfContents {
	border: 1px solid gray;
}
.tableOfContents td {
	/* To set some space between rows.
	The border color should be same as background */
	border-bottom:0.2em solid white;
}

.arcBorder {
	border: 2px solid gray;
	padding:10px;
	border-radius: 25px;
}
.arcBorderThin {
	border: 1px solid gray;
	padding:10px;
	border-radius: 25px;
}

.vasuInput {
	color: #000;
	width:40em;
	height:10em;
	overflow:scroll;
}

.vasuInput-short {
	color: #000;
	max-height: 60px;
	width:20em;
	overflow:scroll;
}


.history {
	display: none;
}


/* Color codes from: http://www.tayloredmktg.com/rgb/#BL */
.pageStatusFilled {
	background-color:#3cb371; /* Medium Sea Green	*/
	text-align: center;
}
.pageStatusPartFilled {
	background-color:#87cefa; /* Light Sky Blue */
	text-align: center;
}
.pageStatusEmpty {
	background-color:#d3d3d3; /* Light Gray */
	text-align: center;
}
.pageStatusUnknowd {
	background-color:white;
	text-align: center;
}
.attentionColor {
	background-color:#ffd700; /* Gold */
	text-align: center;
}
/* display tag generate span -element with attribute pagebanner
The element contains some statistics information
See also: displaytag.properties
todo: check if usefull
*/
.pagebanner{
	display: none;
}

/* Buttons and colors */
.btn {
	-moz-border-radius: 15px;
	border-radius: 15px;
    padding: 0px 20px 0px 20px; /* top, right, bottom, left */
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;

	height: 30px;
    background: white;
    color: gray;
    border: solid gray 1px;

}


.btn-reset {
	color: #F1AC45;
    border: solid #F1AC45 1px;
}

.btn-delete {
	background: #DA524C;
	color: white;
	border: solid #DA524C 1px;
}

.btn-save, .btn-positive {
	color: white;
	background: #58B757;
    border: solid #58B757 1px;
}

.btn-disabled {
	background: lightgrey;
    border: solid #58B757 1px;
}
.warning-color {
	color: #F1AC45; /* orange */
}



a:link {
	color: green;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: green;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: green;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: green;
	background-color: transparent;
	text-decoration: underline;
}


.hand-pointer {
    cursor: pointer;
}