body {
	background-image: url('../img/background.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center;
}

div.top, div.links, div.intranet, intranetUser, div.linksContainer, div.content, div.bottom, div.contentLeft, div.contentRight {
	border: 0px solid red;
}

div.top, div.links, div.linksContainer, div.content, div.bottom {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
}

div.top {
	border: 0px;
	padding: 0px;
  height: 95px;
  width: 795;  	
}

div.links {
	height: 243px;
	padding-top: 170px;
	padding-top: 0px;
	text-align: center;
}

div.intranet {
  margin-bottom: 0px;
  text-align: right;
  font-family: verdana, arial, helvetica;
  font-size: 8pt;
  
  position:relative;
  left:0px;
  top:0px;
  z-index:2;
  border:0px solid red; 
  padding-top: 5px; 
  background-image: url('../img/intranetBackground.png'); 
  background-repeat: repeat-x; 
  height: 50px;
}

div.intranetUser {
  float: left; 
  margin-left: 10px; 
  margin-top: 8px; 
  font-size: 8pt; 
  color: #fff; 
  font-weight: bold;
}

div.linksContainer {
	background-image: url('../img/linkBar.png');
	width: 100%;
	background-repeat: no-repeat;
	height: 53px;	
	padding-top: 18px;
}

div.content {
	background-image: url('../img/contentBackground.png');
	background-repeat: repeat-y;
	text-align: left;
}

div.contentLeft {
	background-image: url('../img/curlyLeft.png');
	background-repeat: no-repeat;
	width: 490px;
	float: left;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
}

div.contentRight {
	width: 272px;
	float: right;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 20px;
	padding-top: 0px;
	background-image: url('../img/curlyRight.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

div.bottom {
	background-image: url('../img/bottomBar.png');
	background-repeat: no-repeat;
	text-align: center;	
	height: 70px;
	font-size: 10pt;
	font-family: sans, verdana, arial, helvetica;
	color: #ffffff;
	padding-top: 12px;
}

div.messageWindow {
  background-image: url('../img/icons/dialog-error.png');
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  font-family: verdana, arial;
  font-size: 9pt;
  width: 430px;
  margin: 10px;
  padding: 10px;
  padding-left: 50px;
  min-height: 20px;
}

a {
	color: #ffffff;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

a.main, a.intranetLinks {
	color: #ffffff;
	text-decoration: none;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	margin-left: 15px;	
}

p {
	margin: 0px;
	padding: 10px;
	padding-top: 0px;	
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: verdana, helvetica, arial;
	font-size: 14pt;
	color: #ffffff;
}

h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	color: #c0c0c0;
}

table {
  background-color: none;
  font-size: 9pt;
  font-family: verdana, arial;
  width: 100%;
  margin: 0px;
  padding: 0px;
  
}

td {
  vertical-align: top;
  white-space: nowrap;
}

.tableDefault {
  background-color: none;
  font-size: 8pt;
  margin-left: 10px;
  border: 0px solid black;
  border-collapse: collapse;
  border: 1px solid #1b1b1b;
  width: 100%;
}
.trBlack {
  background-color: #3a3c44;
  color: #a0a0a0;
  font-weight: bold;
  height: 25px;
}
.trDefault {
  _background-color: #000000;
  border-top: 1px solid #1e1e1e;
  color: #ffffff;
}

th {
	background-image: url('../img/tableBackground.png');
	background-repeat: repeat-x;
	height: 24px;
	color: #fff;
	text-align: left;
}

td {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px;
}

.tableImages {
  border: 0px solid black; margin-left: 10px;
}

.tdImages {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}

img {
	border: 1px solid #a0a0a0;
	padding: 1px;
}







.tipper {
			
			color: #222;
			font-weight: bold;
			padding: 0.2em;
			margin: 0.5em;
		}
		.tool-tip {
			color: #fff;
			width: 139px;
			z-index: 13000;
			text-align: left;
			font-family: verdana, arial;
			font-size: 8pt;
      
		}
		 
		.tool-title {
			font-weight: bold;
			font-size: 10px;
			margin: 0;
			color: #9FD4FF;
			padding: 8px 8px 2px;
			background: url(../img/bubble.png) top left;
		}
		 
		.tool-text {
			font-size: 10px;
			padding: 0px 8px 8px;
			background: url(../img/bubble.png) bottom right;
		}
		.tool-loading {
			background: url(../img/ajax_load.gif) center center no-repeat;
			width: 30px;
			height: 30px;
			margin: 0 auto;
		}
