/* general attributes */

body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	width: 100%;
}

body.index {
	background-color: #271b24;
	color: #ffff66;
}

body.index_main {
	background-color: #8e7384;
}

/* attributes for inputs */

input.name {
	width: 100px;
}

input.password {
	width: 100px;
}


/* attributes for index.php */

div.indexLayer1 {
	position: absolute;
	z-index: 1;
}

div.indexLayer2 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

table.indexLayer1 {
	width: 100%;
}

table.indexLayer2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

td.indexLayer1_top {
	background: url(images/bgLayer1_top.gif);
	background-position: top center;
	height: 145px;
}

td.indexLayer1_mid {
	height: 443px;
	background: url(images/bgLayer1_gradient.gif);
}

td.title1 {
  height: 20px;
	background: url(images/bg_title1.gif);
}

td.title2 {
  height: 20px;
	background: url(images/bg_title2.gif);
}


/* attributes for index_main.php */

div.index_mainLayer1 {
	position:absolute;
	z-index:1;
	width: 100%;
	min-width: 1000px;
}

div.index_mainLayer2 {
	position:absolute;
	z-index:2;
	width: 100%;
	height: 100%;
}

div.top {
  background: url(images/divTop.gif);
  background-repeat: no-repeat;
}

div.top_indexMain {
  background: url(images/divTop_main.gif);
  background-repeat: no-repeat;
}

div.content {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

div.mainLeft {
  float: left;
  padding-right: 10px;
}

div.mainRight {

}

div.index_mainLayer2_bot {
	position:absolute;
	z-index:2;
	width: 100%;
	height: 104px;
	background: url(images/bgLayer2_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

table.index_mainLayer1 {
	width: 100%;
	background-color: #000000;
}

table.index_mainLayer2 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 71%;
	min-height: 90%;
}

table.index_mainLayer2_bot {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;;
	height: 100%;
}

td.index_mainLayer1_top {
	height: 145px;
	background: url(images/bgLayer2_top.gif);
	background-position: top center;
}

td.index_mainLayer1_mid {
	height: 560px;
	background: url(images/bgLayer2_gradient.gif);
}

td.index_mainLayer2_top {
	width: 924px;
	height: 200px;
}

td.index_mainLayer2_left {
	background: url(images/imgLayer2_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 60px;
}

td.index_mainLayer2_mid {
  background: url(images/tdTop.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 770px;
	height: 100%;
    background-color: #fff;
}

td.index_mainLayer2_right {
	/*background: url(images/imgLayer2_left.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	width: 170px;
}

td.index_mainLayer2_bot {
	width: 100%;
	padding-top: 15px;
	padding-right: 50px;
}

td.titleSmall_left {
	color: #fff;
	background: url(images/titleSmall_left.gif) #42549e;
	background-repeat: no-repeat;
	background-position: top left;
}

td.titleSmall_mid {
	color: #fff;
	background-color: #42549e;
}

td.titleSmall_right {
	color: #fff;
	background: url(images/titleSmall_right.gif) #42549e;
	background-repeat: no-repeat;
	background-position: top right;
}

/* text attributes */

.textSmall, .index_mainLayer2_bot {
	font-size: 12px;
	color: #fff;
}

.textSmall_black {
	font-size: 12px;
	color: #000;
}

/* link attributes */

a:link
{
  color: #ff3399;
  text-decoration: none;
}

a:visited
{
  color: #ff3399;
  text-decoration: none;
}

a:hover
{
  color: #000;
  text-decoration: none;
}

a:active
{
  color: #ff3399;
  text-decoration: none;
}

/* box attributes */

td.box_topLeft {
  background: url(images/box_topLeft.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 10px;
  height: 24px;
}

td.box_topMid {
  background: url(images/box_topMid.gif);
  background-repeat: repeat-x;
  background-position: top center;
  height: 24px;
}

td.box_topRight {
  background: url(images/box_topRight.gif);
  background-repeat: no-repeat;
  background-position: top right;
  width: 10px;
  height: 24px;
}

td.box_mid {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

td.box_featGame {
  background-color: #fff;
  padding-left: 2px;
  padding-right: 2px;
}

td.box_botLeft {
  background: url(images/box_botLeft.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 10px;
  height: 8px;
}

td.box_botMid {
  background-color: #fff;
}

td.box_botRight {
  background: url(images/box_botRight.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 10px;
  height: 8px;
}

form {
margin: 0;
padding: 0;
}

/* Popup Tooltip */
#dhtmltooltip{
	position: absolute;
	/*border: 1px solid #888;*/
	padding: 2px;
	visibility: hidden;
	z-index: 150;
	font-size: 12px;
}

td.popupTop {
  background: url(images/popup_top.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 130px;
  height: 23px;
}

td.popupMid {
  background: url(images/popup_mid.gif);
  background-repeat: repeat-y;
  width: 130px;
}

td.popupBot {
  background: url(images/popup_bot.gif);
  background-repeat: no-repeat;
  background-position: top left;
  width: 130px;
  height: 10px;
}

div.popupTitle {
  margin-top: 8px;
}

div.popupText {
  width: 116px;
  margin-left: 7px;
  font-size: 10px;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 26px;
}

h3 {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  margin-top: 4px;
  margin-bottom: 2px;
}

h4 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
