body {	background: #017629 url('/images/bg.png') repeat-x;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}
#menu {	position: absolute;
	top: 87px;
	left: 130px;
	width: 629px;
	height: 24px;
	background: url('/images/menu_bg.png') no-repeat;
}
#submenu { /* relative to top left of #main */
	position: absolute;
	padding: 5px;
	top: 30px;
	left: -150px;
	width: 130px;
	background-color: #7C9BBE;
}
#submenu a {
	color: #000000;
	font-weight: bold;
}
#submenu a:visited {
	color: #333333;
}
#main { position: absolute;
	top: 110px;
	left: 160px;
	width: 770px;
}
.menu_img {	border: 0;
		position: absolute;
		top: 2px;
}

a {
   color: #ffffff;
}
A:visited {
   color : #CCCCCC;
}

.QA-title-two {
   font-size : 15pt;
   margin-bottom: 0;
}

.QA-title {
   font-size : 25pt;
   margin-bottom: 0;
}
.QA-table {
   border: 2px solid #2954B8;
}
.QA-table-header {
   font-weight : bold;
   color : #ffffff;
   background-color : #2954B8;
   padding-bottom: 2px;
}

.QA-table-body-error {
   background-color : #ff0000;
   color: #000000;
}

.QA-table-body-alternating {
   background-color : #7C9BBE;
   color: #000000;
}

.QA-table-body {
   background-color: #7C9BBE;
   color: #000000;
}


.QA-login {
   font-size : 10pt;
   font-family : monospace;
   border: 1px solid #2954B8;
   background-color : #7C9BBE;
   color: #000000;
}

.QA-login-submit {
   font-size : 10pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   border: 1px #7C9BBE outset;
   background-color : #7C9BBE;
   color: #000000;
}
.QA-textfield, table.QA > input, table.QA > select {
   font-size : 10pt;
   font-family : monospace;
   border: 1px solid #2954B8;
   background-color : #7C9BBE;
   color: #000000;
   margin: 1px;
}
.QA-submit, table.QA > button {
   font-size : 10pt;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   border: 1px #7C9BBE outset;
   background-color : #7C9BBE;
   color: #000000;
   margin: 1px;
}


/* New style table css */

table.QAtlantis 
{
   border: 2px solid #2954B8;
   border-collapse: collapse;
   margin: 10px 0;
   width: 550px;
}
table.QAtlantis thead tr th
{
	background-color: red;
	background-color : #2954B8;
	padding-bottom: 2px;
}
table.QAtlantis tbody tr th
{
	background-color : #7C9BBE;
	color: #000;
	text-align: right;
	padding: 2px;
	width: 150px;
	vertical-align: top;
}
table.QAtlantis tbody tr td
{
	background-color : #7C9BBE;
	color: #000;
	text-align: left;
	padding: 2px;
	vertical-align: top;
}
table.QAtlantis tbody tr:even th,
table.QAtlantis tbody tr:even td
{
	background-color : #8CaBcE;
}
.QAtlantis input, .QAtlantis select, .QAtlantis textarea 
{
	font-size : 10pt;
	font-family : monospace;
	border: 1px solid #2954B8;
	background-color : #7C9BBE;
	color: #000000;
	margin: 1px;
}