#tabMenu {
    background-color: #eaf3fd;
    font:normal 400 62.5%/1.0 Verdana, sans-serif; 
    position: relative; 
    padding-top: 20px;
    top: -70px;
    left: -15px;
    width: 948px;
}

#tabHeader {
    background-color: #eaf3fd;
    position: relative; 
    padding: 10px 35px;
    font-family: georgia, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px; 
    color:#003366;
}

#tabDescription {
    background-color: #eaf3fd;
    position: relative; 
    padding: 5px 35px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px; 
    color:#333;
}

/* begin css tabs */
 
ul#tabnav { /* general settings */
    text-align: left; /* set to left, right or center */
    margin: 0em 0 0em 0; /* set margins as desired */
    font: normal 1.3em arial, helvetica, sans-serif; /* set font as desired */
    border-bottom: 1px solid #c6dff9; /* set border COLOR as desired */
    background-color: #eaf3fd;
    list-style-type: none;
    padding: 20px 10px 7px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
    display: inline;
}
 
div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4 , div#tab5 li.tab5 { /* settings for selected tab */
    border-bottom: 1px solid #fff; /* set border color to page background color */
    border-top: 1px solid #c6dff9; /* set border color to page background color */
    border-left: 1px solid #c6dff9; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    border-right: 1px solid #c6dff9; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #fff; /* set background color to match above border color */
    padding-top: 5px; /* must change with respect to padding (X) above and below */
    padding-bottom: 7px; /* must change with respect to padding (X) above and below */
}
 
div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a , div#tab5 li.tab5 a { /* settings for selected tab link */
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    font-weight: bold;
    position: relative;
    text-decoration: none;
    top: 1px;
}

ul#tabnav li a { /* settings for all tab links */
    background-color: #eaf3fd; /* set unselected tab background color as desired */
    color: #0066cc; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    padding-right: 25px; /* set additional spacing between tabs as desired */
    padding-left: 25px; /* set additional spacing between tabs as desired */
    padding-bottom: 6px; /* set additional spacing between tabs as desired */
    padding-top: 6px; /* set additional spacing between tabs as desired */
    text-decoration: underline;
    border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
    text-decoration: underline; /* set desired hover color */
    color: #d66639;
}
 
/* end css tabs */

.gsc-tabsArea {
    clear:both;
    margin-top:16px;
    padding-top:16px;
    text-align: left;
    font-family: arial, sans-serif;
    font-size: 12px;
    border-bottom:1px solid #E9E9E9;
}
.gsc-tabsArea .gs-spacer {
	font-size:1px;
	margin-right:0;
	overflow:hidden;
}
.gsc-tabsArea .gs-spacer-opera {
    margin-right:0;
}
.gsc-tabsAreaInvisible {
    display:none;
}
.gsc-tabHeader {
    cursor:pointer;
    display:inline;
    margin-right:2px;
    padding-left:6px;
    padding-right:6px;
}
.gsc-tabHeader.gsc-tabhActive {
    border-left:1px solid #E9E9E9;
    border-right:1px solid #E9E9E9;
    border-top:2px solid #FF9900;
    color:black;
}
.gs-webResult div.gs-visibleUrl-long {
	display:none;
	overflow:hidden;
	width:100%;
}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
	background-color:#FFF4C2;
	border:1px solid #FFCC33;
	margin:5px;
	padding:5px;
   font-family: arial, sans-serif;
   font-size: 12px;
   text-align: left;
}

.options_list {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, sans-serif; 
	line-height: 18px;
}
.option_head {
	padding: 5px 10px 0px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
	color: #0066cc;
    text-decoration: underline;
    display: block;	
}
.option_body {
	padding: 5px 10px 5px 0px;
}

.tableMasterRow {
	cursor: pointer;
}
.tableDetailRow {
    line-height: 14px;
    margin-left: 10px;
    color: #003399;
    display: none;
}
.table_list {
	font-size: 11px;
	font-family: Verdana, sans-serif; 
	color: #0066cc;
	line-height: 28px;
	margin-left: 40px;
}
.results_list {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	font-family: Verdana, sans-serif; 
	line-height: 28px;
}
.result {
    display: block;	
}
.result_head {
	padding: 5px 10px 0px 0px;
	position: relative;
	margin:1px;
	color: #0066cc;
}
.result_code {
	cursor: pointer;
    text-decoration: underline;
    float: left;
}
.result_tip {
    line-height: 14px;
    font-size: 10px;
    text-decoration: none;
}
.result_title {
    position: absolute;
    left: 170px;
	width: 500px;
	text-decoration: none;
}
.result_body {
	padding: 5px 10px 5px 18px;
	color: #003399;
	line-height: 14px;
}

.filterHeading {
    font-size: 20px; 
    color: #003366; 
    font-family: georgia,verdana;
}

.filterBox {
    margin-top: 11px; 
    padding: 5px 5px 20px 5px; 
    border: 1px solid #c6dff9; 
    width: 200px; 
    background-color: #eaf3fd; 
    font-size: 10px;
}

.options_list hr {
    border: none 0; 
    border-top: 1px dashed #c6dff9;
    width: 100%;
    height: 1px;
}


