 #tabscontainer {
		margin: 0px; padding: 0px 0;
		width: 700px;
		}
#tabscontainer_long {
		margin: 0px; padding: 0px 0;
		width: 700px;
		height:550px;
}
#tabmenu {  
		margin: 12px 0px 0px; 
		padding: 0px 0px 4px 10px; 
		color: #000; 
		z-index: 100; 
		}

#tabmenu li { 
		display: inline; 
		overflow: hidden; 
		list-style-type: none; 
		}

#tabmenu a { 
		border: 1px solid #DBD8CF;
		margin: 1px; 
		padding: 8px 10px 4px; 
		background-image:url(../images/navigation/search_tab_active.jpg);
		background-repeat:repeat-x; /* active, or selected tab */
		color: #fff; 
		font-style: normal; 
		font-variant: normal; 
		line-height: 1.2em; 
		text-decoration: none;
		}

#tabmenu a.active { 
		/*border-top: 1px solid #9c0001;
		border-left: 1px solid #9c0001;
		border-Right: 1px solid #9c0001;*/
				border-bottom: 1px solid #DBD8CF; 
		padding: 8px 10px 4px;
		background-image:url(../images/navigation/search_tab_active_hover.jpg);
		background-repeat:repeat-x; /* active, or selected tab */
		color: #333;
		z-index:2;
		}

#tabmenu a:hover { 
		background-image:url(../images/navigation/search_tab_selected_white.jpg);
		background-repeat:repeat-x; /* active, or selected tab */
		color: #333;
		}

#tabmenu a:visited { 

		}

#tabmenu a.active:hover { 
		background-image:url(../images/navigation/search_tab_active_hover.jpg);
		background-repeat:repeat-x; /* active, or selected tab */
		border-bottom: 1px solid #DBD8CF; 
		}

#content { 
		border-left: 1px solid #DBD8CF;
		border-right: 0px;
		border-bottom: 1px solid #DBD8CF;
		border-width: 1px;  
		background: #F4F3F0 none repeat scroll 0%; 
		background-image:url(../images/searchtabs_topgradient.jpg);
		background-repeat:no-repeat;
		background-position:top;
		height:350px;
		margin: 0px; padding: 10px 0;
		margin-right: auto;
		margin-left: auto; 
		width:700px;
		}
#content_long { 
		border-left: 1px solid #DBD8CF;
		border-right: 0px;
		border-bottom: 1px solid #DBD8CF;
		border-width: 1px;  
		background: #F4F3F0 none repeat scroll 0%; 
		background-image:url(../images/searchtabs_topgradient.jpg);
		background-repeat:no-repeat;
		background-position:top;
		height:470px;
		margin: 0px; padding: 10px 0;
		margin-right: auto;
		margin-left: auto; 
		width:612px;
}
#content_insideframe { 
		border: 0px;  
		background: #ECF9FF none repeat scroll 0%; 
		height:200px;
		margin: 0px; 
		padding: 0px 0;
		}
#content a { 
		text-decoration: none; 
		color: #999; 
		}


