body{
	background-color: #678FC2;
}
body,table,td,tr,button,input,select,option{
	font:9pt Tahoma, Arial, Helvetica, sans-serif !important;
/*	font:9pt Geneva, Arial, Helvetica, sans-serif !important;*/
}
/*
div  {
	border: 1px dashed red;
}
*/
#top-banner {
	width:980px;
	height: 49px;
	background-image:url(../skins/default/head-top.gif);
	margin: 0px;
}

#main-container {
/*	padding : 0px 5px;*/
	margin-top: 0px;
	width: 980px;
	background-image:  url(../skins/default/lr-tile.gif);
	padding: 0px;
	background-color: white;
}
#second-container {
	margin: 0px 5px;
	background-color: white;
}

#top-buttons {
	background-image: url(../skins/default/btns-tile.gif);
	width: 970px;
	height: 27px;
}
#top-tile  {
	background-image: url(../skins/default/top-tile.gif);
	width: 970px;
	height: 12px;
}
#top-links  {
	background-image: url(../skins/default/top-links.gif);
	height: 18px;
	padding: 0em 1em;
}


a{
text-decoration:none;
}
a,a:visited {
	color: blue;
}
a:hover {
	color: #33f;
	text-decoration: underline;
}

button{
	border-color: #ccf;
	background: #aaf;
	padding: .2em;
}

tr.error {
	background-color:#fcc;
}
div.error{
	background-color:#ffc;
	color:red;
}
div.form-message{
	color:red;
	background: #ffc;
	padding: 1em;
}


.box{
	background-color: #f7f2e4;
	font-size:11px;
	width:160px;
	margin-bottom: 3px;
	margin-left: 5px;
/*
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
*/
}
.box a:hover {
	color:#8af;
}

.box .box-title {
	background-color : #f0dfbe;
	color:#D98E16;
	text-decoration:none;
	font-size: small;
	font-weight:bold;
	line-height:16px;
	padding: .1em;
}

.box .box-item {
	color: #636363;
	text-decoration:none;
	font-size:11px;
	margin-left:10px;
	line-height:18px;
}

.box #helper-description {
	height: 75px;
	color: #636363;
}


.title{
font-weight:bold;
margin-top:8px;
margin-left:10px;
}

.toplinks {
font-size:12px;
margin-left:10px;
}

.Normal{
font-size:11px;
}

.copyright{
font-size:11px;
color:#006600;
}

HR{
color:#CCCCCC;

}

table#template td {
	vertical-align:top;
	
}

div.tabs {
/*	border: 1px solid green;*/
}
div.tab-header{
	display: block;
}
ul.tab-header {
/*	border: 1px solid red;*/
	display: block;
	list-style: none;
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
	padding-right : 3em;
}
ul.tab-header li {
	background: white;
	border: 1px solid blue;border-bottom: none;
	display: inline;
	float:left;
	padding: .2em;
	margin-right: .3em;
	position: relative;
}

ul.tab-header li.tab-selected {
	top:1px;
	color:green;
}
div.tab-body{
	display: block;
	border: 1px solid red;
	padding: 1em;
	margin: 0;
	clear: both;
}
button> span{
	vertical-align: middle;
	display:inline;
	position:relative;
	margin-left: .3em;
	margin-bottom: .2em;
}
div.data{
	border: 1px solid black;
	background-color: white;
	padding: .2em;
}
textarea {
	width: 20em;
	height: 4em;
}
.yes {
	color: green;
}
.no {
	color: red;
}
button[disabled=yes] {
	color: gray !important;
}
#langlinks {
	float: right;
	margin: 5px;
	color: #aaa;
}
#langlinks a{
	color: #006;
}
#langlinks a:hover {
	text-decoration: underline;
}
#loginlinks {
	float: left;
	margin: 5px;
	color: #777;
}
#loginlinks a {
	color: #006;
	font-size: smaller;
}

.reverseSide {
	float: right;
}
.thisSide {
	float: left;
}

#content {
/*	margin: .5em;
	margin-top: 0em;*/
	width: 970px;
	overflow: auto;
	z-index: 100;
}
#content-withbar {
	width: 803px;
	float: right;
	overflow: auto;
	margin: 0px;
}
#sidebar {
	float: left;
	width: 165px;
	border: 1px solid orange;
	overflow: hidden;
/*	background-image : url(../skins/default/column-tile-ltr.png);*/
	background-color: orange;
	/*margin-left: 5px;*/
/*	padding: .5em;*/
}

button {
	padding: .2em;
	vertical-align: middle;
}
button img {
	vertical-align: middle;
	margin:0px;
}
button span {
	vertical-align: middle;

}
#footer-close {
	background: url(../skins/default/footer-down.gif);
	height: 10px;
	width: 980px;
	clear: both;
}
#footer {
	direction: ltr;
	background: url(../skins/default/footer-tile.gif);
	height: 46px;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	color: #A0A0A4;
}

div.actionbox {
	border: 1px solid blue;
	padding: 1em;
}
span.actionboxtitle {
	font-weight: bold;
}
/* Graph styles section */
div.graph-component {
	padding : 1em;
	border: 1px solid blue;
}
div.graph-label {
}
div.graph-bar {
	text-align: left;
	background : powderblue;
	margin-bottom: .5em;
}
