/* Set everything to default */
* {
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
}

/* layout part */
.clearme	{
	clear: both;
}

/* Standard element layout */
body {
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d2ddea;
	margin:10px;
	padding:0;
	text-align:center;
}

/* Features Bar */
a.features:link        { font-size: 14px; font-family: Helvetica, arial; padding-left: 8px; color: #0000cc; text-decoration: none; font-weight: thin; background-image:url(http://forum.bmw-02-club.de/img/link.gif); background-repeat:no-repeat; background-position: top left; }
a.features:visited     { font-size: 14px; font-family: Helvetica, arial; padding-left: 8px; color: #0000cc; text-decoration: none; font-weight: thin; background-image:url(http://forum.bmw-02-club.de/img/link.gif); background-repeat:no-repeat; background-position: top left; }
a.features:hover       { font-size: 14px; font-family: Helvetica, arial; padding-left: 8px; color: #0000ff; text-decoration: underline; font-weight: thin; background-image:url(http://forum.bmw-02-club.de/img/link_mo.gif); background-repeat:no-repeat; background-position: top left;}
a.features:active      { font-size: 14px; font-family: Helvetica, arial; padding-left: 8px; color: #ff0000; text-decoration: none; font-weight: thin; background-image:url(http://forum.bmw-02-club.de/img/link.gif); background-repeat:no-repeat; background-position: top left; }
b.features              { font-size: 14px; font-family: Helvetica, arial; }


#overall	{
	width: 100%;
	border: 1px solid black;
}

body>#overall	{
	width:100%;
}

img {
	border: 0;
}

/* Standard link decoration */
a:link                 { color: #0000cc; text-decoration: none; }
a:visited              { color: #0000cc; text-decoration: none; }
a:hover                { color: #0000ff; text-decoration: underline; }
a:active               { color: #ff0000; text-decoration: none; }

/* head elements */
#titlearea	{
	width:100%;
	background-color: #d2ddea;
	border-bottom: 1px solid black;
}

#headtitle	{
	text-align:left;
	height: 60px;
	background-image: url(../graphics/blue/bg_top.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
}

#headtitle h1	{
	color: black;
	font-weight:bold;
	padding-left:10px;
	padding-top:15px;
	font-size: 28px;
}

/* Headmenu */
#headmenu {
	padding: 2px 2px 2px 2px;
	float:left;
}

#headmenu  ul	{
	padding: 0; 
	margin: 0;
	list-style: none;
}

#headmenu ul li	{
	float:left;
	margin-right: 2px;
}

#headmenu ul a	{
	background-color: #d2ddea;
	color: #000000;
	display: block;
	padding: 0 2em;
	line-height: 2.0em;
	text-decoration:none;
	border: 1px solid black;
	
}

#headmenu ul a:link:hover, #headmenu ul li a:visited:hover {
	background-color:white;
	color:#000660;
	border:1px solid black;
	
}

/* View area */
#viewarea	{
	background-color: white;
	text-align: left;
}

#viewwelcome	{
	background-color: white;
	font-size:12px;
	padding: 5px;
	text-align:center;
	border-top:1px dashed black;
	border-bottom: 1px dashed black;
}

#viewarea #viewtitle	{
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:2px;
background-color: white;
}

#viewarea #viewtitle h3	{
	color:white;
}


/* view area standard formatting */
#viewmain.story h1, #viewmain.story h3	{
	font-size:20px;
	font-weight:bold;
	border: 1px solid black;
	background-color: white;
	padding: 2px;
	margin-top:20px;
	margin-bottom: 10px;
}

#viewmain.story h3		{
	font-size:16px;
	border-bottom:1px solid black;
	border-top:1px solid black;
}

#viewmain.story p		{
	margin-top:15px;
	margin-bottom:10px;
}

p.code	{
	background-color: white;
	border: 1px dotted black;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	margin-left:20px;
	margin-right:20px;
}

#viewarea li	{
	list-style: square inside;
	margin-left:10px;
	margin-bottom:3px;
	background-color: white;
}

#viewarea .breadcrumb	{
	width:100%;
	padding: 2px 0px 2px 0px;
	border-bottom: 2px dotted black;
	border-top: 2px dotted black;	
	margin-bottom: 15px;
	background-color: white;
	line-height: 25px;
	height:25px;
	vertical-align: bottom;
}

#viewarea #viewsubcats	{
background-color: white;
	margin-top:10px;
	margin-bottom:20px;
}

#viewarea #viewmainad	{
background-color: white;
	margin-top:15px;
	margin-bottom:20px;
}

#viewarea .viewadcatmover	{
background-color: white;
	text-align:right;
}

#viewarea #viewresultset	{
background-color: white;
	margin-top:25px;
}

#viewarea #viewcatoverview	{
background-color: white;
	width:100%;
}

#viewarea #viewcatoverview td	{}

#viewarea #viewmain	{
background-color: white;
	padding:5px;
}

#viewarea #viewmain form	{
background-color: white;
	width:75%;
}

#viewarea #viewmain form table	{
background-color: white;
	margin-bottom:10px;	
}

#viewarea .viewuserinformation	{
background-color: white;
	margin-bottom:20px;	
}


#viewarea #viewtitle img	{
	background-color: white;
	border: 1px solid black;
	padding:2px;
	margin-right:10px;
}

/* Article details */
#articleleft	{
background-color: white;
	padding: 10px;
}

#articleright	{
background-color: white;
	padding:10px;
}

#articlehead	{
	margin-bottom:20px;
	border-bottom:1px dotted white;		
	background-color: white;
}

#articlehead h1	{
	font-weight:bold;
	font-size:24px;
	background-color:transparent;
	padding:0px;
	margin:0px;
	border:none;
	background-color: white;
}

#articlehead img	{
background-color: white;
	border: 2px solid black;
}

#articletext	{
background-color: white;
	margin-bottom:50px;
}

#articleinserter, #articlecommunications, #articleactions, #articlepictures, #articlefreefields	{
background-color: white;
	margin-bottom: 20px;                   
	text-align:left;
}

#articleright h3, #articlepictures h3, #articlefreefields h3	{
background-color: white;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	border-bottom: 2px dotted black;
}

#articlepictures img	{
background-color: white;
	float:left;
	margin:20px;
}

#articlecommunications p	{
background-color: white;
	line-height: 20px;
}

#viewmain #viewadoverview form {
background-color: white;
	width:100%;
}

#viewarea #viewfooter {
background-color: white;
	margin-top:20px;
	margin-bottom:10px;
	width:100%;
}

#viewarea #viewwelcome	{
background-color: white;
	margin-top:5px;
	margin-bottom:20px;
}

#viewarea #viewtitle	h1 {
background-color: white;
	font-size:18px;
	font-weight:bold;
}

#viewarea #viewtitle	h3 {
background-color: white;
	font-size:12px;
}

/* Sort / filter elements in category overviews */
#viewarea #viewmain #viewsortorder	{
background-color: white;
	width:100%;
	text-align:right;
	border-top: 1px solid white;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:20px;
}

#viewarea #viewmain #viewsortorder form	{
background-color: white;
	width:100%;
}

#viewcatoverview	{
background-color: white;
	border: 1px solid black;
}

/*
	Pictures within ad details
*/
#viewarea #adpicthumb	{
background-color: white;
	float: left;
	height: 90px;
}

#viewarea #adpicthumb img	{
background-color: white;
	border: 1px solid black;
	padding: 1px;
}

#vieware #adpicthumb		{
background-color: white;
	float: left;
}

/*
	Picture details
*/
#picturedetails #viewmainleft		{ 
background-color: white;
	text-align:center;
	background: url(../graphics/blue/bg_top.gif) repeat fixed;
	width:100px;
	float:left; 
	padding:3px;
	border: 1px solid black;			
	text-align:center;
}

#picturedetails #viewmainleft img	{
background-color: white;
	margin:3px;
	border: 1px solid black;	
	text-align:center;
}
			
#picturedetails #viewmainright	{
background-color: white;
	width:550px;
	padding:10px;
	float:left;
	margin-left:10px;
	border: 1px solid black;	
	text-align:center;
}
			
#picturedescription		{
background-color: white;
	font-size: 16px;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 10px;
	text-align:center;
	border-bottom: 2px dashed black;
}


/* Article description */
#articleleft	{
background-color: white;
	width: 60%;
	float:left;
}
#articleright	{
background-color: white;
	width: 35%;
	float:left;
}

#viewspecialads	{
background-color: white;
	margin-top:15px;
	width:100%;
}

#viewspecialslastin	{
background-color: white;
	float:right;
	width:48%;	
	border:1px solid black;
}

#viewspecialsleftcolumn	{
background-color: white;
	float:left;
	width:48%;	
}

#viewspecialsfeatured	{
background-color: white;
	border:1px solid black;
}

#viewsearch	{
background-color: white;
	margin-top:20px;
	border:1px solid black;
}

#footer	{
	background-color: #ffffff;
	background-image: url(../graphics/blue/bg_bottom.gif);
	color:white;
	text-align:left;
	margin-top:20px;
	margin-bottom:0px;
	padding: 3px 5px 3px 5px;
	border-top: 1px solid black;	
}

#footer #footerinfo #menu	{
	width:49%;
	float:left;
}

#footer #footerinfo #buildtime	{
	width:49%;
	float:right;	
	text-align:right;
}


/* form elements */
.inputsmall, .inputmiddle, .inputbig 	{
	margin-bottom: 2px;
	width: 75px;
	background: white;
	font-weight: bold;
	color: #000000;
	border: 1px solid black;
	background-color: white;
}

.inputmiddle	{ width: 125px; }
.inputbig		{ width: 250px; }

.button	{
	color: black;
	width: 250px;
	height: 19px;
	background-color: #d2ddea;
	vertical-align: top;
	border: 1px solid #006600;
	font-weight: bold;
}

/* Table elements */
tr.highlighted, tr.nonhighlighted {  	
	padding-bottom: 1px;
	padding-top: 4px;
}

tr.highlighted {
	background-color: white;
}

td.headlinecat {
	border-bottom-width : 2px;
	border-bottom-style : dotted;
	/*border-bottom-color : #9BA6C4;*/
	border-bottom-color: black;
	padding-bottom : -5px;
}

td.headlinecat a	{
	font-size: 16px;
	letter-spacing : 2px;
	font-weight:bold;
}

.headline {  
	font-size: 14px; 
	font-weight: bolder; 
	color: black; 
	background-color: white; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	text-indent: 5pt; 
	vertical-align: baseline;  
	background-image : url(../graphics/blue/bg_top.gif);  
	background-repeat : repeat;  letter-spacing : 1px;   
}

.smallsubtitle	{
	border-left: 3px solid white;
	font-style: italic;
	padding-left:3px;
}

.subheadline	{
	background-color: white;
	font-weight:bold;
	text-align:right;
	padding-bottom:2px;
	padding-top:2px;
	border-top: 1px solid black;
	border-bottom: 3px double black;
}

.viewadcatmover	{
	margin: 5px 0px 5px 0px;
	padding: 3px;
	font-weight:normal;
}

.information	{
	font-size:10px;
	color: Black;
	padding: 5px 5px 5px 5px;
	border: 1px dotted White;
}

.catblock	{
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 2px;
}

.catblock img	{
	border: 1px solid black;
	padding:2px;
}

	
/* form cells */
.formcelltitle	{
	padding:5px 20px 5px 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	/*background-color: #FFCC66;*/
	border-bottom: 1px solid white;
	vertical-align: top;
	text-transform: none;
	letter-spacing: 1px;
}

.formcellcontent	{
	padding:5px 5px 5px 5px;
	/*background-color: #FFFFE3;*/
}

/* options */
select	{
	border:1px solid #006600;
}

option	{
	background: white;
	color:#006600;
}

option.level1 {
	background-color:#006600;
	color:white;
}

option.level2	{
	background-color:#B2BCCA;
}

option.level3	{
	background-color: #F5F5FF;
}

option.separator	{
	background-color:#A9A9A9;
	color:white;
}


/* table header */
th {
	text-align: left;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #006600;
	border-bottom: 3px double black;
	background-color: #d2ddea;
}

td.previewimage	{
	text-align:center;
	background: url(../graphics/blue/bg_top.gif) repeat fixed;
}

td.previewimage img	{
	padding: 2px;
	border:1px solid white;
	background-color:#99cc99;
}

td.warning { 
	padding-top: 5px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px; 
	background-color : #FFE1E1; 
	border-bottom : 1px solid;
	border-left-style : solid;
	border-left-width : 1px;
}

td.nowarning {  
	padding-top: 5px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px;   
	background-color : #DDFFEE; 
	border-bottom : 1px solid;
	border-left-style : solid;
	border-left-width : 1px;
}

.summaryrow	{
	background-color: ##d2ddea;
	color: Black;
	text-align: left;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #006600;
	border-top: 3px double #006600;
}

.error, .success  {
	padding: 10px 5px 10px 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right:20px;
	color:red;
	border: 2px dashed Red;
	font-weight: bold;
	background-color: white;
	background-image : url(../graphics/error.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.success	{
	color:#2E8B57;
	border: 2px dashed #2E8B57;
	background-image : url(../graphics/success.gif);
}

