/* Lymba Style Sheet - Copyright 2006-2007 Lymba Corporation. All rights reserved. */

@import url('shared.css');
	
/* Sidebar */

#divider {
	margin-bottom:8px;
	}

#sidebar {
	margin-right:16px;
	}

.module {
	width:167px;
	color:#333;
	overflow:hidden;
	margin-bottom:6px;
	}

.mod-content {
	border:1px solid #CCC;
	padding:0 8px 8px 8px;
	}
	
.module p, .inline-module p {
	padding:0.9em 0 0 0;
	font-size:11px;
	}
	
.module h4, .inline-module h4 {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:5px 5px 5px 9px;
	border-bottom:2px solid #999;
	}
	
p.more {
	text-align:right;
	padding:3px 5px 5px 5px;
	border-top:2px solid #999;
	margin:0;
	font-size:11px;
	}

.module p.more a, .inline-module p.more a {
	color:white;
	text-decoration:none;
	background:url(../../images/layout/arrow.gif) center right no-repeat;
	padding-right:8px;
	}
	
.inline-module { margin:0 0 10px 10px; }
	
.blue h4 {
	background:#549448 url(../../images/layout/dark_blue_header.gif) top left no-repeat;
	}

.blue .more {
	background:#549448;
	}
	
.green h4 {
	background:#436294 url(../../images/layout/dark_green_header.gif) top left no-repeat;
	}

.green .more {
	background:#436294;
	}

/* PowerAnswer Box */

.inline-module { 
	width:280px;
	float:right;
	color:#333;
	overflow:hidden;
	margin-bottom:6px;
	}
	
.inline-module form {
	margin-top:10px;
	}

select {
	width:150px;
	}

/* .inline-module label { */
label {
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
	display:block;
	}

.search {
	width:185px;
	font-size:11px;
	padding:3px;
	border:1px solid #999;
	color:#006699;
	margin-left:22px;
	}
	
.search:focus {
	border:1px solid #666;
	}
	
.submit {
	font-size:11px;
	padding:2px 0 2px 0;
	border:1px solid #999;
	background:#E8E8E8;
	}
	
p.answer {
	padding:0.2em 0.9em 1em 0;
	text-align:right; 
	font-style:italic;
	font-family:Arial, Verdana, sans-serif;
	}
	
p.question {
	font-style:italic;
	font-family:Arial, Verdana, sans-serif;
	}
	
#poweranswer {
	background:url(../../images/layout/search_web.gif) no-repeat bottom left;
	}
	
#poweranswer-local {
	background:url(../../images/layout/search_lymba.gif) no-repeat bottom left;
	}
	
#poweranswer-wiki {
	background:url(../../images/layout/search_wikipedia.gif) no-repeat bottom left;
	}	

/* Content */

.left {
	margin-right:13px;
	}
	
.feature {
	width:140px;
	float:left;
	background:#E8E8E8;
	margin-top:6px;
	}

.feature-container {
	clear:both;
	}
	
.feature p {
	padding:0 8px 8px 8px;
	font-size:11px;
	}
	
.feature h3 a {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px 5px 5px 9px;
	border-bottom:2px solid #999;
	display:block;
	text-decoration:none;
	}

.feature h3 a:hover, .feature h3 a:visited {
	color:#FFF;
	}
	
.light-green h3 a, .med-green h3 a:hover {
	background:url(../../images/layout/light_green_header.gif) top left no-repeat;
	}	
	
.med-green h3 a, .dark-green h3 a:hover {
	background:url(../../images/layout/medium_green_header.gif) top left no-repeat;
	}	
	
.dark-green h3 a, .light-green h3 a:hover {
	background:url(../../images/layout/dark_green_header.gif) top left no-repeat;
	}	
	
.light-blue h3 a, .med-blue h3 a:hover {
	background:url(../../images/layout/light_blue_header.gif) top left no-repeat;
	}
	
.med-blue h3 a, .dark-blue h3 a:hover {
	background:url(../../images/layout/medium_blue_header.gif) top left no-repeat;
	}	
	
.dark-blue h3 a, .light-blue h3 a:hover {
	background:url(../../images/layout/dark_blue_header.gif) top left no-repeat;
	}		
	
#newslist {
	border-left:13px solid #1B2E6B;
	margin-top:10px;
	}
	
#newslist p {
	padding:4px;
	}

#newslist .alt {
	background:#E8E8E8;
	}

#content .more {
	border:none;
	margin:0 0 10px 0;
	}

.dark a {
	background:url(../../images/layout/dark_arrow.gif) center right no-repeat;
	padding-right:8px;
	}
