﻿/* Main Structure
----------------------------------------------*/
body {
	font-size: 10px; 
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
}
#header, #left-panel, #ribbon, .page-footer, .jarviswidget header, .widget-body-toolbar, .alert, .smart-form, .form-inline, .form
{
	display:none;
}


/* Common */
img { 
	border: none;
}
h1, h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	line-height: 0.8em;
	/*letter-spacing: -1px;*/
}

h1 {
	font-size: 2.2em;
	color: #fff;
}
h2 {
	font-size: 1.8em;
	color: #333;
}
a {
	color: #003366;
}


.table {
	background-color: #fff;
	border-left: 1px #bad0ed solid;
}
.table th, .table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	border-style: solid;
}
.table th {
	background-color: #333;
	color: #fff;
	border-color: #bad0ed;
	border-width: 1px 1px 1px 0px;
	padding: 2px 5px;
}
.table th a { color:#fff; text-decoration:none;}
.table td {
	border-color: #bad0ed;
	border-width: 0px 1px 1px 0px;
	padding: 0 5px;
}
