html, body, ul, ol, li, p, 
   h1, h2, h3, h4, h5, h6, 
   form, fieldset, a { 
   margin: 0; 
   padding: 0; 
   border: 0;
}

body {
	font-family: Arial;
	font-size: 0.9em;
	margin: 0 auto;
	background-color:#fff;
	color: #003;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #4747fd;
	text-decoration: none;
}

.link {
	color: #0000ff;
	text-decoration: underline;
}
.link:hover {
	color: #4747fd;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 2px;
}

img {
	border: none;
}

h1 {
	font-size: 1.4em;
	color:#0000ff;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 1.1em;
	color:#0000ff;
	padding: 0px;
	margin: 10px 0px;
	border-bottom:1px solid #333;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	color:#0000ff;
	padding: 0px;
	margin: 10px 0px;
}

h4 {
	font-size: 1em;
	color:#0000ff;
	padding: 0px;
	margin: 0px 10px;
}

.menu-top {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 0px;
}

.menu-top li {
	float: left;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 30px;
	margin: 0px 0px; 
	text-align: center;
}

.menu-top a {
	color: rgb(0, 47, 255);
	font-weight:bold;
	font-size: 1em;
}

.menu-top a:hover {
	color: rgb(0, 252, 76);
	text-decoration: underline;
}

.menu-top a#selected {
	color: rgb(0, 139, 42);
}

#wrapper {
	xbackground-image:url(pics/bg-page.jpg);
	background-color: #ffffff;
	width: 1200px;
	margin: 0px auto;
}

#top {
	xbackground-image:url(pics/bg-top-mid.jpg);
	width: 1200px;
	height: 52px;
	border-bottom: 2px solid #333;
}

#top-left {
	xbackground-image:url(pics/bg-top-left.jpg);
	float: left;
	width: 20px;
	height: 32px;
}
#top-right {
	xbackground-image:url(pics/bg-top-right.jpg);
	float: right;
	width: 20px;
	height: 32px;
}

#header {
	background-image:url(pics/bg-header.jpg);
	width: 1200px;
	height: 205px;
}

#bottom {
	clear:both;
	xbackground-image:url(pics/bg-bot.jpg);
	border-top: 2px solid #333;
	width: 1200px;
	padding-top: 5px;
	height: 20px;
	text-align: center;
}


.caption {
	clear:left;
	float:left;
	display:table;
	width: 20%;
	text-align:right;
	margin-right: 1%;
	/*margin: 2px 0px;*/
	height: 18px;
}
.field {
	float:left;
	display:table;
	width: 69%;
	height: 18px;	
}

.caption1 {
	clear:left;
	float:left;
	display:table;
	width: 40%;
	text-align:right;
	margin-right: 1%;
	/*margin: 2px 0px;*/
	height: 18px;
}
.field1 {
	float:left;
	display:table;
	width: 49%;
	height: 18px;	
}

input, select, textarea {
	padding: 8px;
	font-size: 1em;
	color:#000;
	background-color: #fff;
	border: 1px solid #000;
}
textarea:hover {
	border: 1px solid #000;
}
input:hover {
	border: 1px solid #000;
}
select:hover {
	border: 1px solid #000;
}
input, select {
	width: 250px;
}

textarea {
	font-size: 1.2em;
}

.checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin: 2px;
}

.button {
	padding: 10px;
	font-weight: bold;
	width: 180px;
	background-color:#aaa;
}

.button:hover {
	background-color:#888;
	cursor: pointer;
}

.head_tabel {
	clear:both;
	width: 1180px;
	background-color:#ddd;
	border: 1px solid #333;
	padding: 3px 2px;
	font-weight:bold;
	color: #000;
}

.row_tabel {
	clear:both;
	width: 1180px;
	background-color:#eee;
	border-bottom: 1px solid #333;
	padding: 3px 2px;
	cursor: pointer;
	color: #000;
}

.row_tabel_on {
	clear:both;
	width: 1180px;
	background-color:#ccc;
	color: #000;
	border-bottom: 1px solid #333;
	padding: 3px 2px;
	cursor: pointer;
}

.error {
	clear:both;
	font-size: 1.1em;
	padding: 8px;
	font-weight: bold;
	color: #DB2420;
	background-color: #FF3;
	border: 5px solid #F60;
	width: 500px;
	margin: 10px 0px;
	line-height: 1.4em;
}
.success {
	clear:both;
	font-size: 1.2em;
	padding: 8px;
	font-weight: bold;
	color: #063;
	background-color: #FC3;
	border: 5px solid #FF6;
	width: 500px;
	margin: 10px 0px;
}
.attention {
	clear:both;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 8px;
	font-weight: normal;
	color: #FFF;
	background-color: #69F;
	border: 5px solid #039;
	width: 800px;
	margin: 10px 0px;
}

.search-field {
	float: left;
	width: 255px;
}
.search-field-button {
	clear:both;
	padding-top: 5px;
}

/* bg fix */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


