/*  CSS Document
    Copyright (c) 2007, MeetOn Circle, Inc. 
*/

p {
  font-family:arial;
}
a {
  color:#000;
  font-size:1em;
}

html, body {
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  font-family: Arial;
  font-weight: normal;
  font-size: 11px; 
}

body {
	background-color: #fff;
	margin: 0;
}

#mainContainer { 
	width: 998px;
	margin: 17px auto;
}

a img { border: 0; }

#header {
	width:100%;
	float: left;
}

#header .logo {
	float: left;
}

#header .buttons {
	color: #787878;
}
#header .buttons {
	float: right;
	margin-right: 5px;
}
#header .buttons .preview {
	color: #A7A7A7;
}

#header .buttons .data {
	float: left;
	height: 40px;
	width: 115px;
	margin-left: 5px;
}
#header .buttons .button {
	width: 56px;
}

#header .buttons .data .rawData a {
	color: #79A72F;
}

#header .buttons .data .rawData {
	width: 100%;
	height: 20px;
}

#header .buttons .input,
#header .buttons .jNiceInputWrapper {
	width: 115px;
}

#footerContainer {
	width: 998px;
	height: 20px;
	clear: both;
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
	background: url('../images/greenbar.jpg') repeat-x;
	float: left;
}

#footerContainer a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}

#footerContainer a:hover {
	text-decoration: underline;
	color: #fff;
}

#lftCorner {
	float: left;
	width: 5px;
	height: 20px;
	background-image: url('../images/lftGreen.jpg');
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	padding-top: 3px;
	margin-left: 5px;
	width: 545px; height: 20px;
}

#rghtCorner {
	float: right;
	width: 5px;
	height: 20px;
	background-image: url('../images/rgtGreen.jpg');
	background-repeat: no-repeat;
}

#links {
	float: left;
	text-align: right;
	padding-top: 3px;
	width: 435px;
	margin: 0;
}
div#fixedbox  {
    overflow: auto;
    width: 10%;
    height: 0em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    background: #ddd;
}

.error {
	display: none;
	float: left;
	color: #c50000;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
