/*****************************************************/
/* additional cascading style sheet                  */
/* marcel van den berg, gmt online, 23 may 2007      */
/*****************************************************/

img {
	border: none;
	}
embed,
object {
	padding: 0px;
	margin: 0px;
	}

/* search box
-----------------------------------------------------*/
#searchtitle  {
	border: 1px solid #717091;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 10px 10px;
	line-height: 21px;
	width: 199px;
	height: 23px;
	text-align: center;
	font-family: verdana;
	font-size: 18px;
	color: #999999;
		/*impossible due center tag*/
		/*position: absolute;*/
		/*left: 773px;*/
		/*top: 495px;*/
	}

#newsletterbox {
	padding: 0;
	padding-top: 10px;
	margin: 0px;
	margin-left: 10px;
	width: 199px;	
}	
	
#searchbox {
	border: 1px solid #717091;
	padding: 0;
	margin: -1px 0px 0px 10px;
	width: 199px;
	}
#searchbox form {
	text-align:left;
	padding: 0px;
	margin: 0px;
	}
#searchbox input.inputbox {
	margin: 5px 0px 4px 5px;
	width: 165px;
	}
	
#searchbox input.button, #newsletterbox input.button {
	margin: 0px 0px 5px 5px;
	padding: 0px 5px 0px 5px;
	width: 190px;
}

#searchbox form .button {
	color: #B1B2B4;
}

#newsletterbox input.button {	
	font-weight: bold;
}

#searchbox input.searchbutton {
	margin: 0px 0px 4px 5px;
	width: 15px;
}
* html #searchbox input.inputbox { /* ie fix */
	width: 162px;
	}
* html #newsletterbox { /* ie fix */
	margin-left: 5px;
	}

* html #searchbox input.searchbutton { /* ie fix */
	width: 19px;
}	
	
/* flash objects
-----------------------------------------------------*/
#flashwindow {
	text-align: center;
	margin: 0px;
	padding: 10px;
	}
#newsbox {
	margin: 0px;
	padding: 0px;
	}
div.noflash {
	background-image:url("../gfx/alert.gif");
	background-repeat:no-repeat;
	background-position:10px 10px;	
	text-align:left;
	min-height: 100px;
	max-width:220px;
	padding:5px;
	}
div.noflash p {
	margin-left:55px;
	}
a.getflash {
	margin-left:55px;
	}
	
/* fix for selector image hover */	
li.selectorbutton, li.selectorbutton a:hover, li.selectorbutton:hover {
	
	background-color: #FFF;
}
	
/* joomla table jerk fix
-----------------------------------------------------*/
table.moduletable_inset_right,
div.mod_contentitem_inset_right table,
table.contentpaneopen,
table.moduletable_inset_right,
div.mod_contentitem_inset_right,
table.contentpaneopen {
	border: none;
	padding: 0px;
	margin: 0px;
	}
table.contentpaneopen img {
	margin-left: 7px;
	margin-top: 7px;
	margin-bottom: -10px;
	}

/* eof
-----------------------------------------------------*/
