/* GLOBAL STYLES */

* {
	margin:0;
	padding:0;
}

li { list-style-type:disc; margin-left: 15px; }


body {
	background-color: black;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a { text-decoration: none; }
a:link, a:active { color: red; }
a:visited { color: red; }
a:hover { text-decoration: underline; }
a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }



/* STRING STYLES */

.bold { font-weight: bold; }
.italic { font-style: italic; }
.error { font-weight: bold; color: red; }
.red { color: red; }
.gray { color: gray; }


/* ELEMENT STYLES */

.hidden { visibility: hidden; display: none; }
.invisible { visibility: hidden; }
.visible { visibility: visible; display: block; }
.cursor { cursor: pointer; }
.border { border: 2px; border-style: solid; border-color: red; }
.flag_new { margin-bottom: -3px; }


/* OBJECT STYLES */

#div_globalheader {
	width: 100%;
	border-style: solid;
	border-color: #750198;
	border-width: 5px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 15px 0 10px 0;
	text-align: center;
}

#div_globalnavigation {
	width: 100%;
	text-align: center;
	margin-top: 2px;
	padding: 3px;
	background-color: #750198;
}

#div_globalnavigation a { text-decoration: none; }

#nav_img { margin-top: 50px; }

#div_globalcontent {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	clear: both;
}

#div_title, #div_subtitle {
	vertical-align: top;
	clear: both;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #a700d7;
}

#div_subtitle {
	width: 500px;
	padding: 2px;
	padding-left: 10px;
	border: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #750198;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	background-image: url(http://www.ladead.com/images/cellpic4.gif);
	background-repeat: repeat;
	color: #EF9AFF;
}

.div_subtitle { margin: 10px 0 20px 10px; }

#div_globalfooter {
	clear: both;
	width: 100%;
	border-style: solid;
	border-color: #750198;
	border-width: 5px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 5px 0 10px 0;
	text-align: center;
}

#div_globalfooter a {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#div_globalfooterband {
	clear: both;
	background-color: #750198;
	height: 15px;
	margin-bottom: 2px;
}

#div_globalfooter a:link, a:active  { color: #AF00E2; }

#div_globalfooter  a:visited { color: #AF00E2; }


#table_content, #table_promo {
	width: 100%;
	height: 100%;
	clear: both;
}

#td_left, #td_left_promo {
	background-color: #440059;
	border: 1px solid #3f0000;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}

#td_right, #td_right_promo {
	background-color: #3f0000;
	border: 1px solid #440059;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}

#td_forums {
	width: 700px;
	padding: 0 15px;
	text-align: center;
}

.promo {
	width: 250px;
	padding: 10px;
	text-align: center;
}