body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:0;
	height:100%;
	background-color: #b5b5b5;
}


div.background  {
	position:absolute;
	height:100%;
	width:100%;
	top: 0;
	left: 0%;
	background-color: #b5b5b5;
}

div.progress {
	position:relative;
	background-color:#6D6E71;
	height:30px;
	text-align:left;
	left: 0%;
}

h1.warning {
	color: #ff0000;
}

/*table */
#mainpage {
	background-color: #ffffff;
	height:100%;
	width:90%;
}

img {
	border: none;
}

#content {
	font-family: Helvetica, Sans-Serif;
	color: #000000;
}


a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:active {
	color: #00AEEF;
}

table.Header{
	height:100%;  
	width:100%;
	font-family: Helvetica, Sans-Serif;
	white-space:nowrap;
	font-size: x-large;
	color: #00AEEF;
	font-weight: bold;
	text-align: center;
	background: #606d81 url("/files/header_gradient.png") repeat-x bottom left;
}

table.Menu {
/*	background-color: #99ccff; /* Men� RAQU */
	background: url("light_blue_gradient.png") repeat-x bottom left;
	height:100%;  
	width:100%;
	table-layout:fixed;
}
/* fixme: if this class is used for submenu it inherits width:100% from div (in Internet Explorer)
table.SubMenu {
  height:100%;
  width:auto;
   background-color: #999999;
	table-layout:fixed;
	border-collapse: collapse;
}
*/
a.menuLink, a.menuLink:visited  {
	color: white;
	text-decoration: none;
}

a.menuLink:active {
	color: white;
	text-decoration: none;
}

a.subMenuLink, a.subMenuLink:visited  {
	color: white;
	text-decoration: none;
}

tr.SubMenuRow {
	background: #c9ccd5 url("/files/grey_gradient.png") repeat-x bottom left;
}

td.menuItem {
	background: url("/files/blue_gradient.png") repeat-x bottom left;
	font-family: Sans-Serif;
	font-size: small;
	text-align: center;
	text-decoration: none;
}
td.subMenuItem {
	background: url("/files/red_gradient.png") repeat-x bottom left;
	font-family: Sans-Serif;
	font-size: small;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding: 0px 15px 0px 15px; /* Top, right, bottom, left */
}
td.menuOver {
	background: url("/files/light_blue_gradient.png") repeat-x bottom left;
	font-family: Sans-Serif;
	font-size: small;
	color: #ffffff;
	text-align: center;
	cursor:pointer;
}
td.subMenuOver {
	background: url("/files/light_blue_gradient.png") repeat-x bottom left;
	font-family: Sans-Serif;
	font-size: small;
	color: #ffffff;
	text-align: left;
	padding: 0px 15px 0px 15px; /* Top, right, bottom, left */
	cursor:pointer;
}

td.activeMenuItem {
/*    background: url("/files/blue_gradient.png") repeat-x bottom left; */
	font-family: Sans-Serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}
td.activeSubMenuItem {
	background: url("/files/light_blue_gradient.png") repeat-x bottom left;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: small;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding: 0px 15px 0px 15px; /* Top, right, bottom, left */
	cursor:pointer;
}
td.licensee {
	text-align: left;
	font-size: small;
}

table.RebootRequired {
	background-color: #ffff40;
	width:100%;
	font-family: Sans-Serif;
}

table.DaasMode {
	background-color: #ffff40;
	width:100%;
	font-family: Sans-Serif;
}

table.EmergencyCallInProgress {
	background-color: #ff0000;
	width:100%;
	font-family: Sans-Serif;
}

table.DevelReleaseBanner {
	background-color: #ff0000;
	width:100%;
	font-family: Sans-Serif;
}

table.TestReleaseBanner {
	background-color: #ffff40;
	width:100%;
	font-family: Sans-Serif;
}

table.SoftwareAssuranceLimited {
	background-color: #ff0000;
	width:100%;
	font-family: Sans-Serif;
}

table.LicenseExpiredBanner {
	background-color: #ff0000;
	width:100%;
	font-family: Sans-Serif;
}

table.LicenseExpiringBanner {
	background-color: #ffff40;
	width:100%;
	font-family: Sans-Serif;
}

.topText {
	font-family: Helvetica, Sans-Serif;
	font-size: 18px;
	color: black;
	font-weight: bold;
	width:100%;
	text-align: right;
}

.copyrightText {
	font-family: Helvetica, Sans-Serif;
	color: #000000;
	font-size: 10px;
}

table.editform {
	font-size: small;
	text-align: left;
}

table.editform thead {
	color:#000000;
	background-color:#ffffff;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

tr.editform_invalid {
	color: #ff0000;
}

table.data {
	margin: 5px 0 5px 0;
	font-size: small;
	background-color: #ffffff;
	text-align: left;
}

table.data thead {
	color:#000000;
	background-color:#ffffff;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.table_sub_header {
	font-size: small;
	color:#000000;
	background-color:#cccccc;
}

table.data thead a:visited {
	color:#000000;
	background-color:#cccccc;
}

table.data thead a {
	color:#ffffff;
	background-color:#999999;
}
