.bodytext{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: normal;
}

.servicestable{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.1em;
	border: 1px dotted #0000AA;
}

.servicestable th{
	background-color: #000052;
	color: white;
	font-weight: bold;
	text-align: center;
	
}

.invoicetable{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.9em;
}

.invoicetable th{
	background-color: #000052;
	color: white;
	font-weight: bold;
	text-align: center;
}

.invoicetable td{
	border: 1px solid #888888;
}

a {
	font-size: 0.95em;
	font-weight: bold;
}

body, ul, td, th {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.95em;
}

p {
	font-family: verdana,arial,helvetica,sans-serif;
}

em {
	font-weight: bold;
	font-style: italic;
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

.error {
        color: #cc0000;
}

.newsDate {
	font-size: 0.75em;
	font-style: italic;
	color: #6666cc;
}

.sidebar {
	font-size: 0.8em;
	padding: 5px;
}

.sidebar p {
	text-align: left !important;
}

code, pre, tt {
	font-family: Courier, "Courier New", monospace;
	font-size: 0.8em;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000066;
}

h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000066;
}

h3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
}

h4 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
}

small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
}

.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
}

a.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	text-decoration: none;
}

.tableTitle {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}

.tableExtras {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 85%;
	color: #FFFFFF;
}

input {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.9em;
}

textarea {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.9em;
}

input.small, select.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
}

textarea.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
}

p.formerror {
        border: 1px solid #ff0000;
        color: #000000;
        background: #ffeeee;
        padding: 2px 4px;
}

div.errors {
        border: 1px dashed #660;
        color: #600;
        background: #fee;
        margin: 4px;
        padding: 6px;
}

div.tip {
        border: 1px solid #00c;
        color: #006;
        background: #eef;
        padding: 0px 8px;
}

table#cal {
        font-size: smaller;
}

table#cal  a {
        text-decoration: none;
}
table#cal  a:hover {
        text-decoration: underline;
}

table#cal a.day {
        float: right;
        font-weight: bold;
        color: #666;
}

table#cal div.event {
        margin-bottom: 2px;
        padding-bottom: 2px;
        border-bottom: 1px dashed #000;
}

form.thin {
        margin-bottom: 0px;
	margin-top: 0px;
}

.parameter:after {
	content: " ";
}

div.mirror {  
	border: 1px dashed #660000;
	background: #fee;
	color: #660000;
	margin: 4px;
	padding: 6px;
} 

.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 0.8em;;
}

.tableview td {
	border: 1px solid #000000;
	padding: 2px 5px 2px 5px;
}

.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	/*background-color: #1B86B7; */
	background-color: #000051; 
	padding: 3px;
}


.tableview tr:hover {
	background-color: #DDDDEC;
}

/* Table Drag'n'Drop default while-dragging style */
.tableview tr.tDnD_whileDrag,tr.tDnD_whileDrag:hover {
	background-color: #8080ff;
}


.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #00346A; 
	color: #3D90E9;
}

.tableedit {
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.8em;
	border: 0px;
	border-collapse: collapse;
/*	width: 100%;*/
}

.tableedit td {
	padding: 2px;
	vertical-align: middle;
}

.tableedit th {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	/*background-color: #1B86B7; */
	background-color: #1B86B7; 
	padding: 1px;
	vertical-align: top;
}


