body {
	margin: 0px;
	background: #cccccc;
}
body, table, div {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	background: #ffffff;
}

.width {
	max-width: 1400px;
}

a {
	text-decoration: none;
	color: #617d9a;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}
select, .button {
	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #939393;
}
.button {
	color: #6989a8;
	background-color: #e0eaf7;
	border: #B8C6CD 1px solid;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
select.multi {
	height: 40px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Tahoma, Times, serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}
h2, h2 a {
	font-size: 16px;
	color: #195da8;
}

.title {
	
}

.menu1 {
	
}

.smallText {
	font-size: 11px;
}

.normalText {
	font-size: 12px;
}

.bigText {
	font-size: 14px;
}

.date {
	font-weight: bold;
	color: #717171;
}

.tbHeader, .tbRow1, .tbRow2, .tbRow3, .tbRow4 {
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}
.tbHeader, .tbHeader2 {
	font-weight: bold;
	color: #6989a8;
	background: #e0eaf7;
	text-align: center;
}
.tbHeader2 {
	font-weight: normal;
	text-align: left;
	background: #ffffff;
}
.tbRow1, #tbRow1 {
	background: #F2F2F2;
}
.tbRow2, #tbRow2 {
	background: #ECECEC;
}
.tbRow3 {
	background: #ffffff;
}

.tbBorder {
	border: #C8D6DD 1px solid;
	background-color: #ffffff;
}

sup {
	color: red;
}

.adv {
	color: #868585;
	text-align: left;
}

.status_ok {
	border: #339900 1px solid;
	background: #f2ffec;
	padding: 3px;
}
.status_ok2 {
	color: #339900;
}
.status_notice {
	border: #e09f04 1px solid;
	background: #fcf7de;
	padding: 3px;
	margin-top: 5px;
}
.status_notice2 {
	color: #e09f04;
}
.status_error {
	border: red 1px solid;
	background: #fff4f4;
	padding: 3px;
}
.status_error2 {
	color: red;
}

.cursorHand {
	cursor: pointer;
}

.selectedPage {
	font-weight: bold;
	color: #059a28;
}

.copy {
	color: #868585;
}

.invisible {
	font-size: 1px;
	color: #ffffff;
}

#gridTable .mouseOver
{
	background-color: #f4f4bf;
}

#gridTable .mouseClick
{
	background-color: #F8F8A0;
}

#gridTable .mouseOver.mouseClick {
	background-color: #FAF01B;
}
