/* CSS Document */

html {
	height: 100%;
}

.root {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 10px;
	width: auto;
	min-width: 1000px;
	border: 1px solid #ccc;
}

.header {
	padding: 5px 10px 10px 10px;
	width: auto;
	border-bottom: 1px solid #ccc;
	background: url(images/orange_bar_slice.jpg) repeat;
}

.header_text {
	float: right;
	width: auto;
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	color: #fff;
}

.menu {
	overflow: hidden;
	padding: 5px;
	color: #006699;
	background: url(images/bg_top_menu.png) repeat;
	width: auto;
}

.menu_text {
	float: left;
	width: auto;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 100%;
	font-size: 11px;
	color: #006699;
}

.content {
	overflow: hidden;
	margin: 2px;
	border: 1px dashed #ECECEC;
	padding: 5px;
	color: #006699;
	background: transparent;
	width: auto;
}

.content_table {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	color: #2B2B2B;
}

.footer_text {
	padding-top: 10px;
	width: auto;
	font-size: 10px;
	color: #ccc;
	text-align: center;
}

body {
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: -4px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 100%;
	font-size: 11px;
	color: #333333;
	background-color: transparent;
	/*background: url(images/body_bg.png) repeat;*/
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

.button {
  color: #006699;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #000000;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  background: #ffffff;
  padding: 2px;
  line-height: 18px !important;
  line-height: 16px;
  height: 20px !important;
  height: 20px;
  margin: 0px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #006699;
	background-color: transparent;
	color: #ffffff;
}
