/* EyeSocket style sheet */

body 
{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 10px;

background-color: #000000;

color: #ffffff;
margin:0; 
padding-left:7px; 
overflow:hidden;
}


body#slide
{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 10px;

background-color: #000000;

color: #ffffff;
}

img 
{
border: 0px
}




a:active 
{
text-decoration: none;
font-weight: bold;
padding-left:7px;
color: #2d5a82;
}

a:visited 
{
text-decoration: none;
font-weight: bold;
padding-left:7px;
color: #2d5a82;
}

a:hover 
{
text-decoration: none;
font-weight: bold;
padding-left:7px;
color: #2d5a82;
}

a:link 
{
text-decoration: none;
font-weight: bold;
padding-left:7px;
color: #2d5a82;
}


a:active#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:visited#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:hover#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}

a:link#slide 
{
text-decoration: none;
font-weight: bold;
color: #2d5a82;
}


.comment 
{
font-weight: bold; width: 65%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: center;
}

/* control width of header.inc and or footer.inc files*/

.inc {
	width: 60%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: left;
}



/* Align the content of the cells on the index pages to the center and bottom. */
td#index 
{
text-align: center;
vertical-align: top;
top: 0px;
font-size: 10px;

background-color: #000000;

color: #ffffff;
}



div#helplinkwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0px;
	font-size: 10px;
	height:50px;
}
body>div#helplinkwrap {
  font-size: 10px;
	position:fixed;
}
div#helplink {
  font-size:10px;
	height:50px;
	width: 100%;
	margin:0px auto;
	padding-left: 7px;
}



div#messagewrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0px;
	font-size: 10px;
	height:100px;
	padding-left: 7px;
}
body>div#messagewrap {
  font-size: 10px;
	position:fixed;
	padding-left: 7px;
}
div#message {
  font-size:10px;
	height:100px;
	width: 100%;
	margin:0px auto;
	padding-left: 7px;
}


div#barwrap {
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
	/*height:28px;*/
}
body>div#barwrap {
  position:fixed;
	width:100%;
}
div#bar {
  height: 28px;
  background-image: url('dark.png');
  background-repeat: repeat-x;
}

/* Style for all table cells. */
td 
{
font-family: Tahoma, Verdana, Arial, sans-serif;
top: 0px;
}

tr
{
vertical-align: top;
top: 0px;
}

/* Header */
h3 
{
font-size: 12px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 7px;
}
