/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
ol, ul {
    list-style: none outside none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
br {
    display: none;
}
body {
    background-color: #FFFFFF;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    min-width: 350px;
    overflow: hidden;
    padding: 0;
}
*/
div#menuWrapper {
	background-color: #D3D2D3;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F3F3F3),to(#CFCFCF));
	-webkit-background-origin: border;
    background: -moz-linear-gradient(center top , #F3F3F3, #CFCFCF) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #E6E6E6;
    height: 2.4em;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    min-width: 350px;
    overflow: hidden;
    padding: 0;
}

div#menuWrapper a {
    cursor: pointer;
}

div#menu {
    margin-left: auto;
    margin-right: auto;
    min-width: 26.425em;
    padding-left: 1.355em;
    padding-right: 1.355em;
}
div#menu.hidden {
    display: none;
}
div#menu table {
    background: none repeat scroll 0 0 #FEFEFE;
    border-color: #9E9E9E;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    margin-top: 0.4em;
    padding: 0;
    table-layout: fixed;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
div#menu table {
    border-collapse: collapse \9;
    width: 50% \9;
}

div#menu table tr {
    display: table-row;
    height: 1.55em;
}
div#menu td {
    border-left: 1px solid #9E9E9E;
    display: table-cell;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

div#menu td:first-of-type {
    border-left: medium none;
}

.mozilla div#menu td:first-child {
    border-left: medium none;
}

div#menu td > a {
    color: #22171F;
    display: block;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    height: 22px;
    outline: medium none;
    padding: 2px 1.15em 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	border-bottom:0px;
}

div#menu td > a.selected {
    background: -moz-linear-gradient(center top , #D7ECF9, #A6D3F1) repeat scroll 0 0 transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#D7ECF9),to(#A6D3F1));
}
div#menu td > a.selected {
    background-color: #D7ECF9;
}
div#menu td:first-of-type > a.selected {
}
div#menu td:last-of-type > a.selected {
	-webkit-border-top-right-radius: .2em .2em;
	-webkit-border-bottom-right-radius: .2em .2em;
}
div#menu td > a:active {
    background: -moz-linear-gradient(center top , #959595, #CECECE 25%, #EAEAEA 50%, #F5F5F5) repeat scroll 0 0 transparent;
}
div#menu td > a.selected:active {
    background: -moz-linear-gradient(center top , #808E95, #9EB3C0 25%, #A0CBE8 50%, #A6D3F1 65%, #A6D3F1) repeat scroll 0 0 transparent;
}
div#menu td:first-of-type > a:active {
}
div#menu td:last-of-type > a:active {
}
div#container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 2.45em;
}

.contentView.hidden {
    display: none;
}

.browse .contentView {
    bottom: 0;
    left: 0;
    margin-left: 200px;
    overflow: auto;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.browse .contentView #contentWrapper {
    height: 100%;
}
/*
.contentView .content, .contentView {
    color: #333333;
    font-size: 0.75em;
    line-height: 1.5;
    min-width: 350px;
    overflow: auto;
    padding: 0 36px 36px;
}
*/

#IframeSearchResult
{
	 width:100%;
	 height:100%;
}

#searchResult
{
	height:100%;
}