/*
  Style Sheet for Template
*/

body {
  background-color: #000000;
  background-image: url('../images/background1.gif');
  background-repeat: repeat-x;
  background-position: left top;
}

/*Link Coloring */
A:link		{font-size : 13px; color:#0b2256; text-decoration:none}
A:visited	{font-size : 13px; color:#0b2256; text-decoration:none}
A:active	{font-size : 13px; color:#0b2256; text-decoration:none}
A:hover		{font-size : 13px; color:#1e3e89; text-decoration:none}

/* General text */
.text		  { font-size : 13px; color : #000000; font-family: Arial; }
.desctext	{ font-size : 13px; color : #111111; font-family: Arial; }
.light	  { font-size : 13px; color : #222222; font-family: Arial; }
.dark     { font-size : 13px; color : #111111; font-family: Arial; }
.title	  { font-size : 18px; color : #000000; font-family: Arial; font-weight: Bold; }
.subtitle { font-size : 15px; color : #111111; font-family: Arial; font-weight: Bold; }

/* Table stuff */
td.standardrow  {
  background-color: #cad3ff;
}
td.darkrow  {
  background-color: #9eaeff;
}
td.standardrow, td.darkrow {
  empty-cells: show;
  border: 0;
  padding:2px;
}
table.maintable  {
  background: #777777;
  border: 1px solid #9eaeff;
  border-collapse: collapse;
}

/* Form Items */
input.button	{
	font-family: Arial;
	font-size : 13px;
	color: #000000;
	background: #aaaaaa;
	border: 1px solid #bfbfbf;
	border-right-color:#898989;
	border-bottom-color:#898989;
}
input.textbox	{
	font-family: Arial;
	font-size : 13px;
	color: #000000;
	background: #dfdfdf;
	border: 1px solid #777777;
}
textarea.textbox	{
	font-family: Arial;
	font-size : 13px;
	color: #000000;
	background: #dfdfdf;
	border: 1px solid #777777;
}
input.checkbox	{
	font-family: Arial;
	font-size : 13px;
	color: #000000;
	background: #dfdfdf;
	border: 1px solid #777777;
}
select.selectbox	{
	font-family: Arial;
	color: #000000;
	background: #cccccc;
	border: 1px solid #777777;
	font-size : 13px;
}

#lightbox  {
	background-color:#eeeeee;
	padding: 10px;
	border: 1px solid #bbbbbb;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url('../overlay.png'); }

* html #overlay{
	background-color: #eeeeee;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
	}