body.main {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.left {
	text-align: left;
}

p.main, ul.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

p.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

h2.main {
	text-align: left;
	font-size: 14pt;
	margin-bottom: 20px;
	font-weight: bold;
}

h3.main {
	text-align: left;
	font-size: 10pt;
	margin-bottom: 20px;
	font-weight: bold;
}

li.main {
	list-style-type: disc;
	margin-left: 50px;
	text-align: left;
}

a.theMenu:link, a.menu:active {
	color: rgb(31, 82, 159);
	font-weight: bold;
}
a.theMenu:visited {
	color: rgb(31, 82, 159);
	font-weight: bold;
}
a.theMenu:hover {
	text-decoration: underline;
	color: rgb(31, 82, 159);
	font-weight: bold;
}

.errorMsg {
	font-weight: bold;
}

.right {
	text-align: right;
}

.icon-add-record {
	background-image: url("extjs/ext-3.2.0/examples/shared/icons/fam/user_add.gif") !important;
}

.icon-clock {
	background-image: url("clock.png") !important;
}

.icon-delete-record {
	background-image:url('cross.png') !important;
}

.icon-edit-record {
	background-image:url('table_edit.png') !important;
}

.icon-upload {
	background: url('extjs/ext-3.2.0/examples/shared/icons/fam/image_add.png') no-repeat 0 0 !important;
}

.icon-group-add {
	background-image:url('group_add.png') ! important;
}

table.stats {
	margin: 0px 0px 10px 0px;
	text-align: left;
}

table.theMenu {
	background-color: #FFFFFF;
	/*border: 1px #000000 solid;*/
	margin: 0px 0px 10px 0px;
}

th.theMenu {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight : bold;
	background-color: rgb(102, 95, 110);
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

td {
	font-size: 10pt;
	text-align: left;
}

td.theMenu {
	background-color: rgb(229, 229, 229);
	font-size: 10pt;
	color: rgb(31, 82, 159);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
}

#header {
	/*text-align: center;*/
	color: white;
	/*background-color: rgb(199, 16, 34);*/
	background-color: black;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	font-size: 16pt;
	height: 86px;
	display: block;
	z-index: 0;
	width: 970px;
	/*padding: 10px;*/
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#headerText {
	color: #FFFFFF;
	height: 86px;
	text-align: center;
	font-size: 28pt;
	/*border-style: solid;
	border-color : red;
	border-width: 3px;*/
	line-height: 86px;
}

#flagLeft {
	background: black url('flag-left.png');
	float: left;
	width: 230px;
	height: 86px;
	z-index: 0;
}

#flagRight {
	background: black url('flag-right.png');
	float: right;
	width: 230px;
	height: 86px;
	z-index: 0;
}

#menu {
	float: left;
	width: 150px;
	/*height: 100%;*/
	height: auto;
	margin: 10px 0px 0px 10px;
	z-index: 0;
}

#main {
	display: block;
	width: 795px;
	height: auto;
	overflow: auto;
	z-index: 0;
	background-color: white;
	/*border-style: solid;
	border-color :#006699;
	border-width: 1px;*/
	position: relative;
	margin: 0px 0px 0px 160px;
	padding: 5px;
}

#submain {
	margin-left: 10px;
}

#outer {
	width: 970px;
	display: block;
	/*height: 100%;*/
	/*height: 800;*/
	margin: 10px auto;
	background-color: white;
	z-index: 0;
	border-style: solid;
	border-color : #000000;
	border-width: 1px;
}

