/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
/**************** Body and tag styles ****************/
*{margin:0; padding:0;}
body{
   font:76% Verdana,Tahoma,Arial,sans-serif;
   line-height:1.4em;
   text-align:left;
   color:#303030;
   background-color: #E6E6E6;
   background-image: url(../images/mainbg.png);
   background-repeat: repeat-x;
   background-position:center top;
   background-attachment: fixed;
   padding:10px 0px 20px 0px;
}
a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}
a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}
p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}
img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}
/**************** Header and navigation styles ****************/
#container{
width:808px;
margin:0px auto;
padding:0;
text-align:left;
color:#303030;
}
#header{
height:139px;
margin:0;
}
#header_l{
   height:139px;
   margin:0;
   background-image: url(../images/header_l.png);
   background-repeat: no-repeat;
   background-position: left top;
}
#header_r{
   height:139px;
   margin:0;
   color:#ffffff;
   background-image: url(../images/header_r.png);
   background-repeat: no-repeat;
   background-position: right top;
}
#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}
#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}
#navigation_outer{
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	/*overflow:auto;*/
}
html* #navigation_outer{
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	/*overflow:visible;*/
}
#navigation_outer2{
	background-image: url(../images/nav_bg_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	/*overflow:auto;float:left;*/
}
html* #navigation_outer2{
	background-image: url(../images/nav_bg_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	/*overflow:visible;float:none;*/
}
#navigation{
	height:23px;
	line-height:2.2em;
	margin:0px;
	color:#444455;
	background-image: url(../images/nav_bg_l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul{
	/*width:auto;*/
	/*float:left;*/
}
#navigation li{
float:left;
list-style-type:none;
white-space:nowrap;
}
#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #000;
}
* html #navigation a {width:1%;height:1%;}
#navigation .selected,#navigation a:hover{
/*background:#80b0da;*/
color:#000099;
text-decoration:none;
}
#navigation li.selected{
	background-image: url(../images/nav_select_r.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation li.selected:first-child a{
	background-image: url(../images/nav_select_l_first.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation li.selected a{
	background-image: url(../images/nav_select_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/**************** Content styles ****************/
#content{
float:left;
width:530px;
font-size:0.9em;
padding:20px 0 0 20px;
}
#content_2col{
	/*font-size:0.9em;*/
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	overflow:auto;
	/*padding:10px 20px 0px;*/
}
#content_full{
	font-size:0.9em;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	padding:10px 20px 0px;
	overflow:auto;
}
#content_full_inner{
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content_full_inner_l{
	background-image: url(../images/border.png);
	background-repeat: repeat-y;
	background-position: left;
}
#content_full_inner_r{
	background-image: url(../images/border.png);
	background-repeat: repeat-y;
	background-position: right;
	padding:0px 0px 15px 0px;
	overflow:auto;
}
#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}
#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}
/**************** Sidebar styles ****************/
#subcontent{
float:right;
width:170px;
padding:10px 10px 10px 10px;
line-height:1.4em;
border:#CCCCCC 1px solid;
margin:20px 20px 0px 0px;
background-color:#FAFBFC;
}
#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}
#subcontent p{margin:0 0 16px 0; font-size:0.9em;}
/**************** Menublock styles ****************/
.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}
/**************** button styles ****************/
input{
	/*background-image:none;*/
}
.button{
	/*border:1px solid #000;
background-color: #f2f2f2;
*/text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	width:50px;
	cursor:hand;
	cursor:pointer;
	background-image: url(../images/button1.png);
	background-repeat: no-repeat;
	background-position: center top;
	border:none;
	height:20px;
}
#filter{
	background-image:none;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	background:none;
	cursor:hand;
	cursor:pointer;
	height:20px;
	width:100px;
}
/*\*/
html* #filter{
	[background-image: url(../images/button_100.png);/*FF old*/
	background-image: url(../images/button_100.png);/*safari hack*/
	]background-image: none;/**/
	background-repeat: no-repeat;
	background-position: center center;
}
/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}
span.filter{
	background-image: url(../images/button_100.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*\*/
html* span.ui-state-highlight{
	[background:none;
	background:none;
	]background-image: url(../images/button_100.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}
/*\*/
html* .button{
	[background: none;
	background: none;
	]background:none;
}
/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}
html* form#email_form div span.button{
	[background:none;
	background:none;
	]background-image: url(../images/button1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
html* form#email_form table tr td .button{
	[background:none;
	background:none;
	]background-image: url(../images/button1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
html* form#search_form table tbody tr td span.button{
	[background:none;
	background:none;
	]background-image: url(../images/button1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
html* .small form .button{
	[background:none;
	background:none;
	]background: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
html* .small form span.button input.button{
	[background:none;
	background:none;
	]background-image: url(../images/button1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}
/*\*/
html* span.button2{
	[background:none;
	background:none;
	]background-image: url(../images/button1.png);
	background-repeat: no-repeat;
	/*background-position: 0px 23px;*/
}
/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}
.button:hover,.buttonLink:hover
{
	color:#00CCFF;
}
.buttonLink{
		padding-top:3px;
}
#location_toggle, #category_toggle, #btnLogin{
	background-image: url(../images/button2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*\*/
html* #btnLogin{
	[background-image: url(../images/button2.png);
	background-image: url(../images/button2.png);
	]background:none;
}
/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}
/*\*/
html* #subcontent{
	[background-image:none;
	background-image:none;
	]background-image: none;
	background-repeat: no-repeat;
	background-position: 15px 90px;
}/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}
.buttonLink{
text-align:center;
color:#FFFFFF;
font-weight:bold;
width:100px;
cursor:hand;
cursor:pointer;
background-image: url(../images/button1.png);
background-repeat: no-repeat;
background-position: center top;
border:none;
height:20px;
display:block;
}
.short_url
{
background-color:#FFF;
border:none;
width:auto;
font-family:arial;
font-size:8pt;
color:#3D3D3D;
text-align:left;
}
/**************** Footer styles ****************/
#footer{
	clear:both;
	padding:15px 20px 0px;
	margin:0px;
	font-size:0.9em;
	color:#444;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}
#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#0033FF; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#EEEEEE; background-color:inherit; text-decoration: underline;}
#bottombg{
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:18px;
}
/**************** Misc classes and styles ****************/
.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.box{
margin:0 0 0px 0;
padding:0px 5px;
/*border:1px solid #c0c0c0;
background-color:#fafbfc;*/
color:#505050;
line-height:1.5em;
clear:both;
}
#result_details{
	margin:0px 10px;border:1px solid #c0c0c0;
}
.error
{
	color:red;
	font-weight: bold;
}
