﻿html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input
{
	font-size: 1em;
}
html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input
{
	font-family: Arial,Tahoma,Verdana,Segoe,sans-serif;
	padding: 0px;
	margin: 0px;
	border: 0px transparent none;
	background-position: left top;
	background-repeat: no-repeat;
}

body
{
	font-size: 75%;
}

.clsTextBoxLogin
{
	border:1px solid black;
	height:16px;
	background:white url('images/transpFake.gif') no-repeat;
	padding-left:17px;
}

.clsPaddColumn
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
}

input.clsTextBox
 {
	border:1px dotted black;
	background-repeat:no-repeat;
	padding: 2px;
	margin-top: 2px;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	background-attachment:fixed;
}

.clsBlueButton
{
	background:url('images/bluebutton.gif') no-repeat;
	width:99px;
	color:White;
	font-weight:bold;
}

.clsShinyBlueButton
{
	background:url('images/shinyblue.gif') no-repeat;
	width:114px;
	height:22px;
	color:White;
	font-weight:bold;
}

.clsBlueButtonHigh
{
	background:url('images/bluebutton.gif');
	width:99px;
	height:23px;
	color:White;
	font-weight:bold;
}

.clsSortButton
{
	color:black;
	font:bold;
	background:url('images/sortbutton.gif') repeat-x;
	height:22px;
	width:400px;
	text-align:center;
	text-decoration:none;
}

.clsBoldText
{
	font-weight:bold;
}

.clsTableCenter
{
	background:url('images/TableCenter.gif') repeat-x;
	height:40px;
	vertical-align:middle;
}

.clsTableLeft
{
	background:url('images/TableLeft.gif') no-repeat;
	height:40px;
	width:18px;
	text-align:right;
}

.clsTableRight
{
	background:url('images/TableRight.gif') no-repeat;
	height:40px;
	width:18px;
	text-align:left;
}

.clsSelectRow
{
	background:url('images/selectedrow.gif') repeat-x;
	height:25px;
}

.module {
	border:1px solid #DADADA;
	padding:12px;
	background: #fff url(images/moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
}
.module TD, .module A {
	font-size:11px;
	color:#333333;
}

.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align: middle;
}
