body{
	margin: 0;
	padding: 0;
	border-top: 2px solid #D02849;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	
}

div {
	margin: 0;
}

/* --- Title Bar --- */

div#title{
	height: 42px;
	padding: 10px;
	border-bottom: 1px solid #F1EEE6;
}

img#logo {
	float: left;
}

img#tool {
	float: right;
	margin-top: 10px;
}

/* --- Menu Bar --- */

div#toolbar{
	height: 33px;
	background: #F0F0F0;
	border-bottom: solid 1px #CAC6C2;
	border-top: solid 1px #F7F4EB;
	vertical-align: bottom;
}

div#toolbar table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 0.8em;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}

div#toolbar td {
	border: none;
	vertical-align: middle;
}

#tool-menu-cell {
	width: 255px;
	text-align: right;
}

#help-print-btn-cell {
	text-align: right;
}

#btn-add-item {
	background: url('../img/add.gif') no-repeat;
	border: none;
	height: 30px;
	width: 60px;
}
#btn-plot-chart {
	background: url('../img/plot_chart.png') no-repeat;
	border: none;
	height: 30px;
	width: 120px;
}
#btn-edit-data {
	background: url('../img/edit_data.png') no-repeat;
	border: none;
	height: 30px;
	width: 120px;
}
#btn-help {
	background: url('../img/help.gif') no-repeat;
	border: none;
	height: 30px;
	width: 60px;	
}

#btn-print {
	background: url('../img/print.gif') no-repeat;
	border: none;
	height: 30px;
	width: 66px;	
}

/* --- Status Bar --- */

div#status-bar{
	position:fixed;
	bottom: 0;
	left: 0;
	font-size: 8pt;
	font-family: Verdana;
	height: 20px;
	background: #ececea;
	width: 100%;
	border-top: 1px solid #999;
}

div#status-bar a {
	text-decoration:none;
	color:#192a72;
	font-weight:normal;
}

div#status-bar a:visited {
	color:#192a72;
}

div#status-bar a:hover {
	color:#b33;
}

/* --- Play Ground --- */

div#data-entry {
	position: absolute;
	top: 130px;
	width: 100%;
	padding-left: 2.5%;
	}

textarea.textarea-focus{
	background: #E6E6E6 !important;
}


div#data-entry ol {
/*	list-style-type: none;*/
	padding: 0em;
	margin: 0px 0px 0px 30px;
}

div#data-entry li {
	cursor: move;
	border-left: 1em solid white; 
	margin-bottom: .5em;
	font-family: verdana;
	font-size: 0.75em;
}

li input {
	border: 1px solid #BCBCBC;
	text-align: left;
	margin-right: 6px;
}

input.input-focus{
	background: #E6E6E6 !important;
}

table {
	width: 90%;
	font-size: 9pt;
	color: #3F3F3F;
	border: 1px solid #ACAEAE;
	border-collapse: collapse;	
}

tr.alternate * {
background-color: #EBEBEB;
}

td {
	border-top: none;
	border-right: 1px solid #ACAEAE;
	border-bottom: 1px solid #ACAEAE;
	vertical-align: top;	
}

th {
	font-family: Verdana;
	background: #C1C1C1;
}



a.cross {
        height: 20px;
        width: 20px;
        background: url('../img/dis-cross.gif') no-repeat;
        text-decoration:none;
        font-size:2px;
        padding: 10px;
        color: white;
}

a.cross:hover{
        height: 20px;
        width: 20px;
        background: url('../img/cross.gif') no-repeat;
        text-decoration: none;
}


p{
	font: 66% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	width: 60%;
}

p#par-chart-name {
	text-align: center;
	width: 100%;
	font: 100% Verdana, sans-serif;
}

input#inp-chart-name {
	border: none;
	text-align: center;
	width: 40%;
	font-size: 1.1em;
	font-family: Verdana;
	color: #0d0d0d;
}

input.input-focus{
	background: #E6E6E6 !important;
}
