body {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../media/default/background.jpg);
	}


/******* Diverse *******/

h1 {
	letter-spacing: -1px;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	}
	
h3 {
	font-size: 12px;
	font-weight: normal;
	}
	
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
	
a.link_thin {
	font-weight: normal;
	}
	
a:hover {
	color: #73bf45;
	}

p {
	margin: 0px 0px 15px 0px;	
	}

ul, ol {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 16px
	}

span.date {
	color: #808080;
	padding: 0px 5px 0px 0px;
	}	

span.twitter_date	{
	color: #808080;
	font-size: 10px;
	}

/*********************************************************************************/
/********************************* SITE STRUCTURE ********************************/
/*********************************************************************************/


/******* Container *******/
	
#container {
	width: 980px;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background: #fff;
	}

/******* Top *******/

#top {
	width: 980px;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
	background: #000;
	color: #fff;
	font-size: 10px;
	}

/******* Topbanner *******/

#topbanner {
	width: 980px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align:center;
	}

/******* Header *******/

#header {
	width: 980px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #808080;
	}	
	

/******* Logo *******/

#logo {
	float: left;
	padding: 10px 0px 10px 0px;
	}

	
/******* Header Right *******/

#header_right {
	position: absolute;
	left: 50%;
	width: 180px;
	margin: 10px 0px 10px 295px;
	padding: 0px 0px 0px 10px;
	height: 100px;
	border-left: 4px solid #73bf45;
	}
	
		
/******* Footer *******/

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align: center;
	}
	
#footer a {
	color: #fff;
	}	

#footer a:hover {
	color: #73bf45;
	}

/*********************************************************************************/
/************************************** MENU *************************************/
/*********************************************************************************/


/***** Menu *****/	

#menu {
	font-family: Georgia, serif;
	font-size: 28px;
	margin: 10px 0px 10px 0px;
	}

#menu a {
	color: #333;
	font-weight: normal;
	font-style: italic;
	}

#menu a:hover, #menu a.indicator {
	color: #73bf45;
	}

	
/***** Submenu *****/	

#submenu {
	font-family: Georgia, serif;	
	font-size: 16px;
	color: #808080;
	margin: 10px 0px 10px 0px;
	}

#submenu a {
	font-weight: normal;
	color: #808080;
	}

#submenu a:hover, #submenu a.indicator {
	color: #73bf45;
	}


/***** Leftmenu - 3. og 4. menuniveau *****/	

#leftmenu ul {
	font-family: Georgia, serif;	
	font-size: 16px;
	color: #808080;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
	
#leftmenu li li {
	font-family: Georgia, serif;	
	font-size: 16px;
	color: #808080;
	margin: 0px 0px 0px 15px;	
	}

#leftmenu a {
	font-weight: normal;
	color: #808080;
	display: block;
	padding: 0px 0px 10px 0px;
	}

#leftmenu a:hover, #leftmenu a.indicator {
	color: #73bf45;
	}


/*********************************************************************************/
/************************************ CONTENT ************************************/
/*********************************************************************************/


/******* Content *******/

#content {
	float: left;
	width: 565px;
	padding: 0px 15px 0px 15px;
	border: 1px dashed #808080;
	border-width: 0px 1px 0px 1px;
	margin: 0px 0px 15px 0px;
	}

#content_wide {
	float: left;
	width: 759px;
	padding: 0px 15px 0px 15px;
	border: 1px dashed #808080;
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 15px 0px;
	}

#content_wide h1 {
	text-transform: none;
	}
	
#content img {
	margin-bottom: 5px;
	border: 0;	
	}
	
#content p, #content li {
	line-height: 20px;
	}
	
#content p.news_author {
	color: #808080;
	}
	
		
#content th {
	text-align: left;
	padding: 15px 0px 0px 0px;	
	}	

#content td {
	padding: 15px 0px 0px 0px;	
	}

#rss-table td {
	padding: 5px 5px 5px 5px;	
	}

/******* Main *******/	
	
#main {
	margin: 0px 0px 0px 0px;
	}
		
#main_left {
	float: left;
	width: 267px;
	padding: 0px 15px 15px 0px;
	border: 1px dashed #808080;
	border-width: 0px 1px 0px 0px;
	}
	
#main_right {
	float: left;
	width: 267px;
	padding: 0px 0px 15px 15px;
	}
	


/*********************************************************************************/
/************************************* PANES *************************************/
/*********************************************************************************/

/******* Left Pane *******/	
	
#left {
	float: left;
	width: 180px;
	margin-right: 5px;
	padding: 0px 5px 0px 0px;
	}
	
#left img {
	margin-bottom: 10px;
	border: 0;
	}	
		

/******* Right Pane *******/
	
#right {
	float: left;
	width: 180px;
	margin-left: 5px;
	padding: 0px 0px 0px 5px;
	}

#right img {
	margin-bottom: 10px;
	border: 0;
	}	


/*********************************************************************************/
/************************************** NEWS *************************************/
/*********************************************************************************/


/******* Topnews *******/

#topnews {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	border: 1px dashed #808080;
	border-width: 0px 0px 1px 0px;
	}
	
#topnews p {	
	line-height: 16px;	
	}
	
#topnews_box {
	position: absolute;
	left: 50%;
	margin-top: -75px;
	margin-left: -284px;
	*margin-top: 230px;
	*margin-left: -285px;
	_margin-top: 190px;
	_margin-left: -284px;
	width: 525px;
	height: 50px;
	background: url(../media/default/frontpage_slider.png);
	color: #fff;
	padding: 10px 20px 10px 20px;
	}

#topnews_box a {
	color: #73bf45;
	}
	
#topnews_box a:hover {
	text-decoration: underline;
	}	
		
#topnews_box h1 {
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;	
	}
	
#topnews img {
	border: 0;
	}
	
	
	
/******* News *******/	
	
#news {
	float: left;
	margin: 0px 0px 15px 0px;
	border: 1px dashed #808080;
	border-width: 0px 0px 1px 0px;
	}	
	
#news p {	
	line-height: 16px;	
	}		
	
#news h1 {
	font-size: 14px;
	text-transform: none;
	}
	
#news img {
	float: left;
	margin: 2px 10px 0px 0px;
	border: 1px solid #333;
	}
	
#news td {
	padding: 0px 0px 0px 0px;	
	}
	
#news_left {
	float: left;
	width: 267px;
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 0px;
	border: 1px dashed #808080;
	border-width: 0px 1px 0px 0px;
	}
	
#news_right {
	float: left;
	width: 267px;
	padding: 0px 0px 15px 15px;
	}
	
table td.news_space {
	height: 95px;
	}
	
	
/*********************************************************************************/
/************************************* BOXES *************************************/
/*********************************************************************************/


/******* White Box *******/

#box_white {
	border-bottom: 1px dashed #808080;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
p.date {
	color: #808080;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;	
	}
	
		
/******* Green Box *******/	
	

#box_green {
	background: #73bf45;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	}	

#box_green span.date {
	color: #333;
	}
	
	
#box_green.small {
	background-image: url(../media/default/green_top_small.jpg);
	}
	
#box_green.medium {
	background-image: url(../media/default/green_top_medium.jpg);
	}	

#box_green img {
	border: 2px solid #fff;
	}	
	
#box_green a {
	color: #fff;
	}	
	
#box_green a:hover {
	color: #333;
	}		
		
#box_green_border {
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 1px dashed #808080;
	margin: 0px auto 10px auto;
	padding: 5px 10px 0px 10px;
	color: #fff;
	}
	
#box_green_border.small {
	background-image: url(../media/default/green_bottom_small.jpg);
	}
	
#box_green_border.medium {
	background-image: url(../media/default/green_bottom_medium.jpg);
	}
	
	
/******* Om Tennissporten *******/		

.kontaktformular input.textfield {
	width: 260px;
	height: 25px;
	padding: 2px 3px 0px 3px;
	font-family: Helvetica, Arial;
	font-size: 16px;
	border: 1px solid #808080;
	margin: 0px 20px 0px 0px;
	}	

.kontaktformular textarea {
	width: 550px;
	height: 120px;
	padding: 2px 3px 0px 3px;
	font-family: Helvetica, Arial;
	font-size: 15px;
	border: 1px solid #808080;
	}
	
.kontaktformular .submit {
	width: 150px;
	}
		
.send_succes {
  	color: #197B30;
	}

.send_fiasko {
  	color: #9E0B0E;
	}
	

/******* Most readed *******/		

table.most_readed {
	width: 100%;
	margin: 10px 0px 0px 0px;
	}
	
table.most_readed th {
	font-size: 16px;
	padding: 0px 10px 10px 0px
	}	

table.most_readed td {
	padding: 0px 0px 10px 0px
	}	
	
	
/******* Ranking *******/		

table.ranking {
	width: 100%;
	margin: 10px 0px 0px 0px;
	}
	
table.ranking th {
	font-size: 16px;
	padding: 0px 10px 10px 0px
	}	

table.ranking td {
	padding: 0px 0px 10px 0px
	}


/******* RSS *******/		

#rss p {
	line-height: 16px;
	margin: 15px 0px 0px 0px;
	}

/******* Videogalleri *******/

#video {
	float: left;
	width: 180px;
	height: 200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#video li {
	text-align:left;
    vertical-align:middle;
	text-decoration: none;
	list-style: none;
}

#video ul, ol {
	padding: 0px 0px 10px 10px;
}


/******* placering af lille zoomkort på klub siderne *******/	

#small-map {
	float: right;
	width: 400px;
	}

#listBox {
	font-size: 12px;
	margin-top: 4px;
	padding-left:4px;
	background-color: #eeefe9;
	font-weight: normal;	
	}


/******* Turneringskalender *******/		

table.event_top {
	background-color: #73bf45;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	color: #fff;	
	line-height: 0px;
	}
			
table.event_top a {
	color: #fff;
	}	
	
table.event_top a:hover {
	color: #333;
	}		

table.turneringskalender {
	border: solid #73bf45;
	border-width: 1px 1px 0px 0px;
	width: 100%;
	}

table.turneringskalender th {
	background-color: #73bf45;
	padding: 0px 5px !important;
	font-weight: bold;
	color: #fff;	
	line-height: 20px;
	}																				

table.turneringskalender td {
	border: 1px solid #73bf45;
	border-width: 0px 0px 1px 1px;
	padding: 5px !important;
	}


/******* Årets hug *******/		

table.aarets_hug {
	width: 100%;
	}

	
/******* Holdturnering *******/		
		
#holdturnering table.resultatoversigt {
	width: 100%;
	}
	
#holdturnering table.resultatoversigt td {
	padding: 5px 0 !important;
	}
	
#holdturnering table.kampkort {
	width: 100%;
	}
	
#holdturnering table.kampkort th {
	background-color: #73bf45;
	padding: 10px 0px !important;
	font-weight: bold;
	color: #fff;
	}
	
#holdturnering table.kampkort td {
	padding: 10px 0 !important;
	}				
	
	
/******* Nyhedslister *******/		
	
#nyhedslister {
	float: left;
	background: #fff;
	}	
	
#nyhedslister p {	
	line-height: 16px;	
	}		
	
#nyhedslister h1 {
	font-size: 14px;
	text-transform: none;
	}
	
#nyhedslister img {
	float: left;
	margin: 2px 10px 12px 0px;
	border: 1px solid #333;
	}

#nyhedslister th {
	padding: 10px;
	font-size: 10px;
	background: #73bf45;
	color: #fff;
	}
	
#nyhedslister th a {
	color: #fff;
	}	
	
#nyhedslister td {
	padding: 0px 0px 0px 0px;	
	}
	
#nyhedslister td.left {
	padding-left: 10px;
	}
	
#nyhedslister td.right {
	padding-right: 10px;
	}		
	

/******* AJAX rating *******/		

.ratingblock {
	display:block;
	}

.loading {
	height: 30px;
	background: url('../media/default/working.gif') 50% 50% no-repeat;

	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('../media/default/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../media/default/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}
.unit-rating a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 160px;}
.unit-rating a.r9-unit{left: 160px;}
.unit-rating a.r9-unit:hover{width: 180px;}
.unit-rating a.r10-unit{left: 180px;}
.unit-rating a.r10-unit:hover{width: 200px;}

.unit-rating li.current-rating {
	background: url('../media/default/starrating.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		

	
/******* Forum *******/		
	
#phorum {
	max-width: 980px;
	min-height: 550px;
	margin: auto;
	}

img {
	--vertical-align: top;
	border: none;
	}

#phorum table.list {
	width: 100%;
	margin-bottom: 4px;
	border: 1px solid #73bf45;
	border-bottom: 0;
	}

#phorum table.list th {
	color: #fff;
	background-color: #73bf45;
	padding: 5px;
	}

#phorum table.list th a {
	color: #fff;
	}

#phorum table.list td {
	background-color: #fff;
	padding: 8px;
	border-bottom: 1px solid #73bf45;
	}

#phorum table.list td.alt {
	background-color: #edf2ed;
	}

#phorum table.list td.current {
	background-color: #f0f7f0;
	}

#phorum table.list td p {
	margin: 4px 8px 16px 4px;
	}

#phorum table.list td h3 {
	margin: 0;
	font-size: 14px;
	}

#phorum table.list td h4 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;	
	}

#phorum table.list td span.new-indicator {
	color: red;
	font-weight: normal;
	}

#phorum a.icon {
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding: 4px 10px 2px 0;
	white-space: nowrap;
	}

#phorum hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #73bf45;
	}

#phorum div.generic {
	padding: 8px;
	background-color: #edf2ed;
	border: 1px solid #73bf45;
	}

#phorum div.generic-lower {
	padding: 8px;
	margin-bottom: 8px;
	}

#phorum div.paging {
	float: right;
	}

#phorum div.paging a {
	font-weight: bold;
	margin: 0 4px 0 4px;
	padding: 0 0 1px 0;
	}

#phorum div.paging img {
	vertical-align: bottom;
	}

#phorum div.paging strong.current-page {
	margin: 0 4px 0 4px;
	}

#phorum div.nav {
	margin: 0 0 5px 0;
	}

#phorum div.nav-right {
	float: right;
	}

#phorum div.information {
	padding: 8px;
	border: 1px solid #62a762;
	background-color: #e6ffe6;
	margin-bottom: 8px;
	}

#phorum div.notice {
	padding: 8px;
	background-color: #edf2ed;
	border: 1px solid #73bf45;
	margin-bottom: 8px;
	}

#phorum div.warning {
	border: 1px solid #A76262;
	background-color: #FFD1D1;
	padding: 8px;
	margin-bottom: 8px;
	}

#phorum div.attachments {
	background-color: #fff;
	margin-top: 8px;
	padding: 16px;
	border: 1px solid #73bf45;
	}

#phorum span.new-flag {
	color: red;
	}

#phorum a.message-new {
	font-weight: bold;
	}

#phorum table.menu td {
	vertical-align: top;
	}

#phorum table.menu td.menu {
	padding: 0 8px 0 0;
	}

#phorum table.menu td.menu ul {
	list-style: none;
	padding: 0;
	margin: 4px 0 8px 8px;
	}

#phorum table.menu td.menu ul li {
	margin: 0 0 4px 0;
	}

#phorum table.menu td.menu ul li a {
	text-decoration: none;
	}

#phorum table.menu td.menu ul li a.current {
	font-weight: bold;
	}

#phorum table.menu td.menu span.new {
	color: red;
	}

#phorum table.menu td.content {
	width: 100%;
	padding: 0;
	}

#phorum table.menu td.content h2 {
	margin: 0 0 8px 0;
	color: #fff;
	background-color: #73bf45;
	padding: 4px;
	}

#phorum table.menu td.content div.generic {
	margin: 0 0 8px 0;
	}

#phorum table.menu td.content dl {
	margin: 0;
	padding: 0;
	}

#phorum table.menu td.content dt {
	font-weight: bold;
	}

#phorum table.menu td.content dd {
	padding: 4px;
	margin: 0 0 8px 0;
	}

#phorum fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}

#phorum textarea.body {
	font-family: Arial;
	width: 100%;
	border: 0;
	}

#phorum table.form-table {
	width: 600;
	}

#phorum #logo {
	height: 46px;
	background-color: #78ad78;
	vertical-align: bottom;
	}

#phorum #logo img {
	margin: 16px 0 0px 16px;
	}

#phorum #top {
	padding: 0px 0px 0px 0;
	width: 700px;
	margin: 0 16px 16px 0;
	}

#phorum #top-right {
	float: right;
	text-align: right;
	}

#phorum #description {
	margin: 8px 8px 0 0;
	padding-right: 32px;
	}

#phorum #breadcrumb {
	border-bottom: 1px solid #b6b6b6;
	border-top: 0;
	padding: 0px;
	}

#phorum #user-info {
	margin: 0 0 4px 0;
	text-align: right;
	float: left;
	}

#phorum #user-info a {
	padding: 4px 0 2px 0;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	}

#phorum #user-info img {
	border-width : 0;
	margin: 4px 3px 0 0;
	}

#phorum #user-info small a {
	margin: 0;
	padding: 0;
	display: inline;
	}

#phorum div.attention {
	padding: 24px 8px 24px 64px;
	border: 1px solid #A76262;
	background-color: #FFD1D1;
	color: Black;
	margin: 8px 0 8px 0;
	}

#phorum div.attention a {
	color: #68312C;
	padding: 2px 2px 2px 21px;
	display: block;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	}

#phorum #right-nav {
	float: right;
	}

#phorum #search-area {
	padding: 8px 8px 8px 32px;
	background-repeat: no-repeat;
	background-position: 8px 12px;
	margin: 0 16px 8px 0;
	}

#phorum #header-search-form {
	display: inline;
	}

#phorum #header-search-form a {
	}

#phorum div.message div.generic {
	}

#phorum td.message-user-info {
	float: right;
	}

#phorum div.message-author {
	font-weight: bold;
	margin-bottom: 5px;
	}

#phorum div.message-author small {
	font-weight: normal;
	margin: 0 0 0 16px;
	}

#phorum div.message-subject {
	font-weight: bold;
	}

#phorum div.message-body {
	padding: 16px;
	margin: 0 0 16px 0;
	border: 1px solid #73bf45;
	border-top: 0;
	overflow: hidden;
	 }

#phorum div.message-body br {
	clear: both;
	}

#phorum div.message-date {
	}

#phorum div.message-moderation {
	margin-top: 8px;
	border-top: 0;
	padding: 6px;
	background-color: #edf2ed;
	border: 1px solid #73bf45;
	}

#phorum div.message-options {
	text-align: right;
	clear: both;
	}

#phorum #thread-options {
	margin: 8px 0 32px 0;
	background-color: #edf2ed;
	border: 1px solid #73bf45;
	padding: 8px;
	text-align: center;
	}

#phorum span.addition {
	background-color: #CBFFCB;
	color: black;
	}

#phorum span.removal {
	background-color: #FFCBCB;
	color: black;
	}

#phorum #post {
	clear: both;
	}

#phorum #post ul {
	margin: 2px;
	}

#phorum #post ul li {
	}

#phorum #post-body {
	border: 1px solid #73bf45;
	background-color: #fff;
	padding: 8px;
	}

#phorum #post-moderation {
	float: right;
	border: 1px solid #73bf45;
	background-color: #fffdf6;
	padding: 8px;
	}

#phorum #post-buttons {
	text-align: center;
	margin-top: 8px;
	}

#phorum div.attach-link {
	padding: 4px 10px 2px 21px;
	font-weight: normal;
	}

#phorum #attachment-list td {
	padding: 6px;
	}

#phorum #attachment-list input {
	}

#phorum input.rcpt-delete-img {
	vertical-align: bottom;
	}

#phorum div.pm {
	padding: 8px;
	background-color: #edf2ed;
	border: 1px solid #73bf45;
	border-bottom: 0;
	}

#phorum div.pm div.message-author {
	}

#phorum .phorum-gaugetable {
	margin-top: 10px;
	border-collapse: collapse;
	}

#phorum .phorum-gauge {
	border: 1px solid #73bf45;
	background-color: #fff;
	}

#phorum .phorum-gaugeprefix {
	border: none;
	background-color: #fff;
	padding-right: 10px;
	}

#phorum #profile div.icon-user {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0 0px 21px;
	font-weight: bold;
	margin-bottom: 5px;
	}

#phorum #profile div.icon-user small {
	font-weight: normal;
	margin: 0 0 0 16px;
	}

#phorum #profile dt {
	font-weight: bold;
	}

#phorum #profile dd {
	padding: 4px;
	margin: 0 0 8px 0;
	}

#phorum #search-form {
	margin-bottom: 35px;
	}

#phorum #search-form form {
	}

#phorum div.search {
	background-color: #fff;
	}

#phorum div.search-result {
	margin-bottom: 20px;
	}

#phorum div.search-result h4 {
	font-size: 125%;
	margin: 0;
	}

#phorum div.search-result h4 small {
	font-size: 75%;
	}

#phorum div.search-result blockquote {
	margin: 3px 0 3px 0;
	padding: 0;
	}

#phorum #footer-plug {
	margin-top: 0px;
	text-align: center;
	}

#phorum blockquote.bbcode {
	margin: 0 0 0 10px;
	}

#phorum blockquote.bbcode div {
	margin: 0;
	padding: 5px;
	border: 1px solid #808080;
	}

#phorum blockquote.bbcode strong {
	font-style: italic;
	margin: 0 0 3px 0;
	}

#phorum pre.bbcode {
	border: 1px solid #C4C6A2;
	background-color: #FEFFEC;
	padding: 8px;
	overflow: auto;
	}

#phorum table.announcements {
	margin-bottom: 20px;
	}

#editor-tools {
	padding: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	}

#editor-tools .editor-tools-button {
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #eee;
	border: 1px solid #ddd;
	vertical-align: bottom;
	}

#editor-tools .editor-tools-button:hover {
	border: 1px solid #777;
	}

.editor-tools-popup {
	text-align: left;
	position:absolute;
	padding: 5px 10px;
	background-color:#eee;
	border:1px solid #777;
	font-family: arial, helvetica, sans-serif;
	z-index: 1000;
	}

.editor-tools-popup a,.editor-tools-popup a:active,.editor-tools-popup a:visited {
	text-decoration: none;
	color: black;
	}

.editor-tools-popup a:hover {
	text-decoration: underline;
	}

#editor-tools-smiley-picker img,#editor-tools-subjectsmiley-picker img {
	border: none;
	margin: 3px;
	}

#editor-tools-a-help {
	float: right;
	}

* html .colorPickerTab_inactive span,* html .colorPickerTab_active span {
	position:relative;
	}

* html .colorPickerTab_inactive img,* html .colorPickerTab_active img {
	position:relative;
	left:-3px;
	}

* html #dhtmlgoodies_colorPicker .colorPicker_topRow {
	height:20px;
	}

.mod_smileys_img {
	vertical-align: middle;
	margin: 0px 3px 0px 3px;
	border: none;
	}

#dhtmlgoodies_colorPicker {
	position:absolute;
	width:250px;
	padding-bottom:1px;
	background-color:#FFF;
	border:1px solid #777;
	width: 252px;
	width:250px;
	width: 250px;
	z-index: 1000;
	}

#dhtmlgoodies_colorPicker .colorPicker_topRow {
	padding-bottom:1px;
	border-bottom:3px double #777;
	background-color:#E2EBED;
	padding-left:2px;
	width: 250px;
	width:248px;
	width: 248px;
	height: 20px;
	height:16px;
	height: 16px;
	}

#dhtmlgoodies_colorPicker .colorPicker_statusBar {
	height:13px;
	padding-bottom:2px;
	width:248px;
	border-top:3px double #777;
	background-color:#E2EBED;
	padding-left:2px;
	clear:both;
	width: 250px;
	width:248px;
	width: 248px;
	height: 18px;
	height:13px;
	height: 13px;
	}

#dhtmlgoodies_colorPicker .colorSquare {
	margin-left:1px;
	margin-bottom:1px;
	float:left;
	border:1px solid #000;
	cursor:pointer;
	width: 12px;
	width:10px;
	width: 10px;
	height: 12px;
	height:10px;
	height: 10px;
	}

.colorPickerTab_inactive,.colorPickerTab_active {
	height:17px;
	padding-left:4px;
	cursor:pointer;
	}

.colorPickerTab_inactive span {
	background-image:url(mods/bbcode/colorpicker/images/tab_left_inactive.gif);
	}

.colorPickerTab_active span {
	background-image:url(mods/bbcode/colorpicker/images/tab_left_active.gif);
	}

.colorPickerTab_inactive span, .colorPickerTab_active span {
	line-height:16px;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	padding-top:1px;
	vertical-align:middle;
	background-position:top left;
	background-repeat: no-repeat;
	float:left;
	padding-left:6px;
	-moz-user-select:none;
	}

.colorPickerTab_inactive img,.colorPickerTab_active img {
	float:left;
	}

.colorPickerCloseButton {
	width:11px;
	height:11px;
	text-align:center;
	line-height:10px;
	border:1px solid #777;
	position:absolute;
	right:1px;
	font-size:12px;
	font-weight:bold;
	top:1px;
	padding:1px;
	cursor:pointer;
	width: 15px;
	width:11px;
	width: 11px;
	height: 15px;
	height:11px;
	height: 11px;
	}

#colorPicker_statusBarTxt  {
	font-size:11px;
	font-family:arial;
	vertical-align:top;
	line-height:13px;
	}

.form_widget_amount_slider {
	border-top:1px solid #9d9c99;
	border-left:1px solid #9d9c99;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	background-color:#f0ede0;
	position:absolute;
	bottom:0px;
	width: 5px;
	width:3px;
	width: 3px;
	height: 5px;
	height:3px;
	height: 3px;
	}

.colorSliderLabel {
	width:15px;
	height:20px;
	float:left;
	font-size:11px;
	font-weight:bold;
	}

.colorSlider {
	width:175px;
	height:20px;
	float:left;
	}

.colorInput {
	width:45px;
	height:20px;
	float:left;
	}

.colorPreviewDiv {
	width:186px;
	margin-right:2px;
	margin-top:1px;
	border:1px solid #CCC;
	height:20px;
	float:left;
	cursor:pointer;
	width: 188px;
	width:186px;
	width: 186px;
	height: 22px;
	height:20px;
	height: 20px;
	}

.colorCodeDiv {
	width:50px;
	height:20px;
	float:left;
	}