/* 20060815 CZ: Stylesheet für eXskinZ3 auf DDS-Clan.com. Rewrite from scratch */


.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #CC9900;
	text-align:left;
	}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #00CCFF;
	text-decoration: none;
	font-weight: normal;
	}

.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #00CCFF;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC9900;
	text-decoration: none;
	font-weight: normal;
	}

/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */

a.mainlevel:link, a.mainlevel:visited {
	/* this styling is for the MAIN items in the menu */
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
}

a.mainlevel:hover {
	/* same as above, but when hovering */
	font-weight: bold;
	text-decoration:none;
	text-align: left;
	}
	
a.sublevel:link, a.sublevel:visited {
	/* this styling is for menu items that HAS A PARENT */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

a.sublevel:hover {
	/* pffff!.. you know this! */
	text-decoration: none;
	}

/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 * Auch fuer Forumlisten
 */

.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
/*	background-color: #000000;
	background-repeat: repeat;
	padding: 2px;
	color: #FFCC00;
	font-weight: bold;
	padding: 2px;
	background: url(../images/cellpic1.gif);
	border-bottom: 1px solid #212121;
	border-top: 1px solid #212121;
	padding: 1px;
*/

	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;

	color: #00CCFF; font-size: 10px; font-weight: normal;
	height: 20px;
/*    background: #091219; */
      background: #0E1B24;
BORDER-RIGHT: #000000 1px solid; 
BORDER-TOP: #1B3244 1px solid; 
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #1B3244 1px solid;
padding: 2px;
}

.sectiontableentry1, {
	/* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */
	background-color : #000000;
        padding: 2px;
	}
	
.sectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
	background-color: #10243A;
        padding: 2px;
}

