@import url(../../../css/style.css);



/* AMP CUSTOM 
----------------------------------------------------------------------------------------------------*/


body#page {
	background: url("../../../../../images/amp/site-background.png") repeat-x scroll 0 0 #FEFEFE;
}

#main {
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
}

#maininner {
	width: 745px;
}

a:hover {
	font-weight:bold;
}

p.nobottommargin  {
	margin-bottom: 0 !important;
}

/*----------------------------------------------------------*/
ul.horzlist {
	list-style-type: none;
}

/*----------------------------------------------------------*/
#headerbar {
    margin-bottom: 5px;
	background-color: white;
}

#headerbar .horzlist:before {
	float: right;
}

.horzlist:after {
	clear:both;
}

/*----------------------------------------------------------*/
#headerbar .module strong {
	color: #00833E;
}

/*----------------------------------------------------------*/
#sidebar-a {
	width: 225px;
}

/*----------------------------------------------------------*/
#sidebar-a .module {
    background-color: #f7f8f7;
}

#sidebar-a a , #headerbar a {
	color: #373739;
}

/*----------------------------------------------------------*/
#content {
	border-radius: 0;
	background: #FFFFFF;
}

#content h1 {
	text-transform: none;
	color: #333333;
	font-weight: normal;
}


#content h2, h3, h4, h5, h5, h6 {
	text-transform: none;
	color: #00783d;
	font-weight: normal;
}

#content h4 {
	font-size: 16px;
	font-weight: bold;
}


#content h5 {
	font-size: 14px;
	font-weight: bold;
}

#content h6 {
	font-size: 12px;
	font-weight: bold;
}

/*----------------------------------------------------------*/
time {
	color: white;
	text-shadow: none;
}

#innertop .mod-box {
	border: none;
	box-shadow: none;
	padding: 0;
}

#innertop img {
	width: 100%;
}

/*----------------------------------------------------------*/
table.grayline td, table.grayline th, table.grayline tbody {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
    padding: 0.35em;
	text-shadow: none;
	text-align: center; 
	margin-top: 15px; 
	margin-right: auto; 
	margin-bottom: 15px; 
	margin-left: auto; 
}

table.grayline td, table.grayline th, table.grayline tbody {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0.35em;
	text-shadow: none;
	background-color: #ffffff; 
}

/*----------------------------------------------------------*/
#table-upper-header {
	text-align: center; 
	background-color: #333333;
}

/*----------------------------------------------------------*/
#bottom-b * {
	color: grey;
}

#bottom-b li {
	margin-left: 80px;
}

#bottom-b, #bottom-a {
	margin: 0 5px;
}
/*----------------------------------------------------------*/
.horz-image-links {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	
}

.inner-horz-image-link {
	width:165px;
	margin-left:35px;
	margin-right:35px;
	float:left;
}

.inner-horz-image-link a {
	width: 165px;
	margin-left:auto;
	margin-right:auto;
}

.inner-horz-image-link img {
/*	height:100px;
	width:100px; */
	margin-left:auto;
	margin-right:auto;
}

.vertical-line {
	float:left;
	margin: auto;
	padding: 0;
	width: 1px;
	height:75px;
	border-right: 1px solid lightgray;
}

/*----------------------------------------------------------*/
.searchbox {
	border-radius: 0;
	 background: url("../../../images/searchbox_magnifier.png") no-repeat scroll 0 50% white;
    height: 27px;
}

.searchbox  input {
	color: gray;
    height: 27px;
}

.searchbox .results {
	background-color: #2E9260;
	color: #B1B1B3;
	width: 250px;
	border-radius: 0;
}

.searchbox .results li.result h3 {
    font-size: 14px;
	margin: 0;
}

.searchbox .results li.result.selected {
    background: none repeat scroll 0 0 #2E9260;
}


.searchbox .results li.result.selected h3  {
	color: yellow;
}

/*----------------------------------------------------------*/
/* search results page */
.items .item .title a {
		font-size: 18px;
		line-height: 18px;
}

ul.autocompleter-choices {
	background-color:#2E9260;
}

ul.autocompleter-choices li {
	background-color:#2E9260;
}

ul.autocompleter-choices li.autocompleter-selected{
	background-color:#2E9260;
	color: yellow;
}

.autocompleter-selected  * {
	background-color:#2E9260;
	color: yellow;
}

.auto-completer-queried {
	background-color:#2E9260;
	color: yellow;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:#9FCFFF;
}


