img.thm {
	padding: 4px;
	background: white;
	border: 1px solid #ccc;
	margin: 5px 0 0 5px;
	}

td.articleImg {
	text-align: center;
	vertical-align: top;
	width: 120px !important;
	}

.articleImg img {
	padding: 4px;
	background: white;
	border: 1px solid #ccc;
	}

img.fl {
	float: left;
	margin: 0 5px 5px 0 !important;
	}
	
	
/* Fake Form Button
===================================================== */

a.fakeButton {
	background: white left top repeat-x url(../img/structure/button_bg.jpg) !important;
	border-style: double;
	border-color: #666666;
	border-width: 3px;
	color: #666666 !important;
	text-transform: uppercase;
	padding: 2px 8px 2px 8px;
	font-size: 9px !important;
	text-decoration: none;
	height: 20px;
	}

a:hover.fakeButton {
	background-position: left 1px !important;
	color:  black !important;
	cursor: pointer;
	}		

/* LEFT COLUMN
============================================= */

div.contentblock {
	position: relative; display: block;
	width: 100%; height: auto;
	}
	
	div.contentblock div.header {
		position: relative; display: block;
		width: 100%; height: 35px; line-height: 33px;
		}
		
		div.header h1 {
			height: 35px;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 1.0em;
			margin-left: 13px;
			text-indent: -5000px;
			}
			
		div.nohide h1 {
			text-indent: 0px !important;
			color: white;
			font-weight: bold !important;
			} 	
		
	div.contentblock div.content {
		padding: 1.3em;
		}	

/* Black Colour Scheme
============================================= */

div.black {
	background: #e3e3e3 left bottom repeat-x url(../img/blocks/black_content_bot.jpg);;
	}
	
	div.black div.header {
		background: #333333 top left repeat-x url(../img/blocks/black.jpg);
		color: #FFFFFF;
		}
		
	div.black div.content {
		background: transparent left top repeat-x url(../img/blocks/black_content_top.jpg);
		border-bottom: 1px solid #1e1e1c;
		}
		
	div.black div.content a {
		color: #333;
		font-weight: bold;
		}		
		
/* Orange Colour Scheme
============================================= */

div.orange {
	background: #872d05 left bottom repeat-x url(../img/blocks/orange_content_bot.jpg);;
	}
	
	div.orange div.header {
		background: #682b11 top left repeat-x url(../img/blocks/orange.jpg);
		color: #FFFFFF;
		}
		
	div.orange div.content {
		background: transparent left top repeat-x url(../img/blocks/orange_content_top.jpg);
		border-bottom: 1px solid #1e1e1c;
		color: #ffe2c9;
		}
		
	div.orange div.content a {
		color: #ffcc33;
		font-weight: bold;
		}				

/* Blue Colour Scheme
============================================= */

div.blue {
	background: #455571 left bottom repeat-x url(../img/blocks/blue_content_bot.jpg);;
	}
	
	div.blue div.header {
		background: #39465e top left repeat-x url(../img/blocks/blue.jpg);
		color: #FFFFFF;
		}
		
	div.blue div.content {
		background: transparent left top repeat-x url(../img/blocks/blue_content_top.jpg);
		border-bottom: 1px solid #1e1e1c;
		color: #e1e1e1;
		}
		
	div.blue div.content a {
		color: white;
		}
		
		div.blue td.input input, div.blue td.textarea textarea {
			background-color:#a9b5cb;
			}
		
/* Red Colour Scheme
============================================= */

div.red {
	background: #6f1c1c left bottom repeat-x url(../img/blocks/red_content_bot.jpg);
	}
	
	div.red div.header {
		background: #2c0101 top left repeat-x url(../img/blocks/red.jpg);
		color: #FFFFFF;
		}
		
	div.red div.content {
		background: transparent left top repeat-x url(../img/blocks/red_content_top.jpg);
		border-bottom: 1px solid #1e1e1c;
		color: #ffffff;
		}
		
	div.red div.content a {
		color: white;
		}		

/* Purple Colour Scheme
============================================= */

div.purple {
	background: #6f4052 left bottom repeat-x url(../img/blocks/purple_content_bot.jpg);
	}
	
	div.purple div.header {
		background: #5a3542 top left repeat-x url(../img/blocks/purple.jpg);
		color: #FFFFFF;
		}
		
	div.purple div.content {
		background: transparent left top repeat-x url(../img/blocks/purple_content_top.jpg);
		border-bottom: 1px solid #1e1e1c;
		color: #ffffff;
		}
		
	div.purple div.content a {
		color: #f1dd99;
		}	
				

/* Dark Grey Colour Scheme
============================================= */

div.darkgrey {
	background: #999999 left bottom repeat-x url(../img/blocks/darkgrey_content_bot.jpg);
	}
	
	div.darkgrey div.header {
		background: #565656 top left repeat-x url(../img/blocks/darkgrey.jpg);
		color: #FFFFFF;
		}
		
	div.darkgrey div.content {
		background: transparent left top repeat-x url(../img/blocks/darkgrey_content_top.jpg);
		border-bottom: 1px solid #1e1e1c;
		color: #fff;
		}
		
	div.darkgrey div.content a {
		color: #fff;
		}	

/* Gold Colour Scheme
============================================= */

div.gold {
	background: #f3efe9 left bottom repeat-x url(../img/blocks/gold_content_bot.jpg);
	}
	
	div.gold div.header {
		background: #533e1a top left repeat-x url(../img/blocks/gold.jpg);
		color: #FFFFFF;
		}
		
	div.gold div.content {
		background: transparent left top repeat-x url(../img/blocks/gold_content_top.jpg);
		border-bottom: 1px solid #1e1e1c;
		color: #261a07;
		}
		
	div.gold div.content a {
		color: #261a07;
		}

/* GENERIC
============================================= */
	table.dblwrapper {
		width: 582px;
		border-bottom: 1px solid #1e1e1c;
		}

		table.dblwrapper td {
			vertical-align: top;
			text-align: left;
			}

		table.dblwrapper td.left {
			width: 290px;
			}

		table.dblwrapper td.right {
			width: 289px;
			}
			
		table.dblwrapper td div.content {
			border-bottom: none !important;
			}

			table.dblwrapper td div.content table.contentItem {
				width: 263px;
				}			
	
		.vertsep {
			width: 3px !important;
			background: white top left repeat-y url(../img/structure/vert_sep.png);
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 3px;
			}
			
		.horzsep {
			display: block;
			clear: both;
			width: 100%; height: 2px;
			background: #161616 left top repeat-x url(../img/structure/horz_sep.png);
			}
			
		.centered {
			text-align: center;
			}	
			

/* PHOTOS
============================================= */

	table.photos div.content {
		text-align: center;
		}
			
/* PROMOTIONS
============================================= */

table.promotions td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	}

table.promotions td a img{
	border: 1px solid #333;
	}
			
/* User Actions
============================================= */

div#userActions {
	width: 266px;
	height: 60px;
	}

div#userActions div#recommend2friend {
	width: 266px;
	height: 30px;
	display: block;
	}

div#userActions div#invite2register {
	width: 266px;
	height: 30px;
	display: block;
	}

div#userActions a {
	width: 100%;
	height: 100%;
	display: block;
	}
	
div#userActions a img {
	width: 100%;
	height: 100%;
	border: none;
	}			