/* ----------------------------------------------------------------------------[ general elements ]------------------ */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
input, textarea {
	color: #9a9a9a;
	border-top: 1px solid #2b2b2b;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #2b2b2b;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #353535;
}
hr {
	border: none 0;
	border-top: 1px solid #000000;
	height: 1px;
}
hr.red {
	border: none 0;
	border-top: 1px dashed #8d040b;
	height: 1px;
}

/* -------------------------------------------------------------------------------[ font elements ]------------------ */
font, th, td, p, div, dd, dt, li { font-family: Arial, Helvetica, sans-serif; line-height: 16pt; font-size: 12px; color: #000000; }
a:link, a:active, a:visited { text-decoration: none; color : #000000; }
a:hover	{ text-decoration: none; color: #358dfb; }

.font_1 { font-size: 20px; }
.font_2 { font-size: 14px; }
.font_3 { font-size: 12px; }
.font_4 { font-size: 10px; }

.c_black { text-decoration: none; color: #000000; }
a.c_black:link { text-decoration: none; color: #000000; }
a.c_black:visited { text-decoration: none; color: #000000; }
a.c_black:hover { text-decoration: none; color: #358dfb; }

.c_red { text-decoration: none; color: #991e24; }
a.c_red:link { text-decoration: none; color: #991e24; }
a.c_red:visited { text-decoration: none; color: #991e24; }
a.c_red:hover { text-decoration: none; color: #000000; }

.c_white { text-decoration: none; color: #ffffff; line-height: 18px; text-align: justify }
a.c_white:link { text-decoration: none; color: #ffffff; }
a.c_white:visited { text-decoration: none; color: #ffffff; }
a.c_white:hover { text-decoration: none; color: #000000; }

.c_white_small { text-decoration: none; color: #ffffff; font-size: 8px; text-align: justify }
a.c_white_small:link { text-decoration: none; color: #ffffff; }
a.c_white_small:visited { text-decoration: none; color: #ffffff; }
a.c_white_small:hover { text-decoration: none; color: #000000; }

.c_grey { text-decoration: none; color: #666666; line-height: 18px; text-align: justify }
a.c_grey:link { text-decoration: none; color: #666666; }
a.c_grey:visited { text-decoration: none; color: #666666; }
a.c_grey:hover { text-decoration: none; color: #000000; }

.c_blue { text-decoration: none; color: #358dfb; }
a.c_blue:link { text-decoration: none; color: #358dfb; }
a.c_blue:visited { text-decoration: none; color: #358dfb; }
a.c_blue:hover { text-decoration: none; color: #000000; }

/* ------------------------------------------------------------------------------[ table elements ]------------------- */
#table_main {
	width: 100%;
}
#table_head {
	position: relative;
	float: center;
	width: 950px;
}
#table_subheader {
	position: relative;
	float: center;
	width: 950px;
}
#table_buttons {
	position: relative;
	float: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 800px;
}
#table_foot {
	position: relative;
	width: 100%;
	bottom: 0px;
	text-align: center;
}
#article {
	background: url( "images/zzz/content_edge.jpg" ) no-repeat bottom right;
}

td.title {
	border-top: 1px solid #2b2b2b;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #2b2b2b;
	padding: 5px;
}
td.rows {
	border-top: 0px solid #2b2b2b;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #2b2b2b;
	padding: 5px;
}
td.row_dividers {
	border-top: 0px solid #2b2b2b;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #2b2b2b;
	background-color: #1e1e1e;
	padding: 5px;
}



/* ------------------------------------------------------------------------------[ theme elements ]------------------- */
td.table_left {
	width: 150px;
	height: 100%;
	background: url( "images/zzz/table_left.jpg" ) repeat-y;
}
td.table_center {
	width: 598px;
	text-align: left;
	vertical-align: top;
	background-color: #8d040b;
}
td.table_right {
	width: 20px;
	background: url( "images/zzz/table_right.jpg" ) repeat-y;
}
td.window_bar { background: url( "images/zzz/bar_01b.jpg" ) repeat-x; }
td.window_bar2 { background: url( "images/zzz/bar2_01b.jpg" ) repeat-x; }
td.window_bar3 { background: url( "images/zzz/bar3_01b.jpg" ) repeat-x; }
td.window_left { background: url( "images/zzz/box_02a.jpg" ) repeat-y; }
td.window_left2 { background: url( "images/zzz/box2_02a.jpg" ) repeat-y; }
td.window_left3 { background: url( "images/zzz/box3_02a.jpg" ) repeat-y; }
td.window_right { background: url( "images/zzz/box_02b.jpg" ) repeat-y; }
td.window_right2 { background: url( "images/zzz/box2_02b.jpg" ) repeat-y; }
td.window_right3 { background: url( "images/zzz/box3_02b.jpg" ) repeat-y; }
td.window_text {
	text-align: left;
	vertical-align: top;
	background-color: #1a1a1a;
}
td.window_text2 {
	text-align: left;
	vertical-align: top;
	background-color: #d5d5d5;
}
td.window_text3 {
	text-align: left;
	vertical-align: top;
	background-color: #8d040b;
}

#picture {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
}

/* ------------------------------------------------------------------------------[ menu elements ]------------------- */
#menu_parent_features, #menu_parent_opinion, #menu_parent_entertainment, #menu_parent_events, #menu_parent_news, #menu_parent_multimedia, #menu_parent_business, #menu_parent_contact {
	display: inline;
}
#menu_child_features, #menu_child_opinion, #menu_child_entertainment, #menu_child_events, #menu_child_news, #menu_child_multimedia, #menu_child_business {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 120px;
	margin-top: -2px;
	background: url("images/zzz/back_blue.png") repeat;
	border: 1px #5c5c5c solid;
}
#menu_child_contact {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 80px;
	margin-top: -2px;
	margin-left: -2px;
	background: url(images/zzz/back_blue.png) repeat;
	border: 1px #5c5c5c solid;
}

/* ------------------------------------------------------------------------[ interactive elements ]------------------ */
#flash_photo {
	float: left;
}
















#menu
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu dl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	margin: 0;
	padding: 0;
}

#menu dt
{
	margin: 0;
	border: 0;
	color: #000;
	text-align: center;
	font-weight: bold;
	width: 100px;
	float: left;
	background: url( "images/zzz/button_01.jpg" ) repeat;
}
#menu dt a, #menu dt a:visited
{
	color: #000;
	font-weight: bold;
	display: block;
	width: 100px;
}

#menu dd
{
	display: none;
	background: transparent;
	border: 0;
	clear: left;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1em;
	text-align: left;
}
#menu dd a, #menu dd a:visited
{
	display: block;
	width: 120px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: url( "images/zzz/back_blue.png" ) repeat;
}
#menu dd a:hover
{
	background: #353535;
}

#menu li
{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 20px;
	z-index: 100;
}
#menu li a, #menu li a:visited
{
	text-decoration: none;
}
#menu li a:hover
{
	border: 0;
}
#menu li:hover dd, #menu li a:hover dd
{
	display: block;
}
#menu li:hover dl, #menu li a:hover dl
{
	width: 100px;
	border: 0;
}
#menu li:hover dt a, #menu li a:hover dt a
{
	color: #fff;
	background: url( "images/zzz/button_02.jpg" ) repeat;
}
