@CHARSET "UTF-8";

html {
overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 0pt;
    margin-right: 0pt;
	margin-top: 0pt;
	min-width: 1024px;
}

div.container {
	position: relative;
	width: 100%; /*980px;*/
	background-color: #ffffff;
	color: #002863;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

div.topArea {
	background-color: #A9A9A9;
}

div.topArea div.title {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Lucida Console, Century Schoolbook, Franklin Gothic Book;
	font-size: 38px;
	/*font-size: 115%;*/
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	margin: 0px;
	/*margin-bottom: 3px;*/
}

div.topArea div .title_prefix {
	font-family: Palatino Linotype, Book Antiqua, Century;
	font-size: 32px;
	font-style: italic; 
	/*font-size: smaller;*/
	/*color: #666666;*/
}


div.topArea div.subtitle {
	margin: 0px;
	font-family: Lucida Console, Century Schoolbook, Franklin Gothic Book;
	font-size: 19px;
	/*font-size: 85%;*/
	/*font-weight: bold;*/
	color: #003366;/*#f07a0f;*/
	text-align: center;
	margin-bottom: 17px;
}

div.topArea div.separator {
	/*width: 124px;*/
	height: 1px;
	background-color: inherit;
	/*position: absolute;
	right: 19px;
	top: 14px;*/
}

div.mainmenu {
	width: 100%;
	height: 27px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #FFFFFF;/*#91b6cb;*/
	color: #003366;
}

div.mainmenuLeftPart {
	margin: 0px;
	float: left;
	width: 720px;
	height: 100%;
}

div.mainmenuRightPart {
	float: right;
	width: 150px;
	height: 100%;
	background-color: #f6f6f9;	
}

ul.menulist{
	margin: 0px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.menulist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

ul.menulist a{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

ul.menulist a:visited {
	color: #003366;/*#a0689d;*/
}

ul.menulist a:hover {
	color: #000033;
	text-decoration: underline;
}

div.searchRightPart a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size:75%;*/
	font-size: 13px;
	
	cursor: pointer;
	color: #003366;
	text-decoration: none;
}

div.searchRightPart a:visited {
	color: #003366;
}

div.searchRightPart a:hover {
	text-decoration: underline;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	/*font-size:75%;*/
	/*font-size: 15px;*/
	
	cursor: pointer;
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #003366;
}

a:hover {
	text-decoration: underline;
}

.negativeMargins { /* Top and bottom margins do not work for IE. It adds 7pxs more */
	margin-top: -7px;
	margin-bottom: -7px;
}

div.myhr {
	margin: 0;
	border: 0px;
	/*margin-c: -18px;*/
/*	border: 0px;
	border-top: 3px solid #f07a0f; *//*added*/
	width: 100%;
	height: 4px;
	background-color: #f07a0f;
	
}
	
hr { 
	margin: 0;
	border: 0px;
	border-top: 7px solid #f07a0f;
	border-bottom: 7px solid #f07a0f; /*#c5cedc;*/
	height: 14px;
	color: #f07a0f;/*green;*/ /*For the line color for IE. You can see the line if height > border-top + border-bottom*/
	background-color: #f07a0f;/*green;*//*For the line color for FireFox*/
	/*line-height: 8px;*/
	/*color: #f07a0f;*//*#91b6cb #003366;*/
}

div.search {
	margin: 0;
	position: relative;
	border-top: 3px solid #9bb3e0; /*added*/
	border-bottom: 3px solid #9bb3e0; /*added*/
	padding-left: 45px;
	/*min-width: 975px;*/
	/*top: 0; 
	left: 0;
	width: 100%;*/
	height: 173px; 
	background-color: #e1e5ec;
	color: #31568c;
	font-weight: bold;
}

div.searchLeftPart {
	position: relative;
	margin-top: 8px;/*45px;*/
	margin-right: 6px;
	/*padding-left: 10px;*/
	float: left;
	width: 800px;/*73%;*//*650px;*/
	/*height: 155px;*/
	text-align: right;
	font-size: 12px;
	background-color: #e1e5ec;/*yellow;*/
}

div.searchRightPart {
	position: relative;
	/*margin-left: 8px;*/
	margin-top: 45px;
	float: left;/*right;*/
	width: 155px;/*22%;*//*270px;*/
	height: 30px;
	/*background-color: green;*/
}


input.searchBtn {
    border: 1px solid #5d82b7;font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #aabbd3;
/*    background-position: 0px 1px;*/
    padding: 1px;
    width: 7em;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    vertical-align: top;
    /*margin-left: 8px;*/
    cursor: pointer;
	height: 23px;
}

div.searchLeftPart div.simple {
	position: relative;
	/*margin-left: 5%;*/
	/*background-color: green;*/
}

div.searchLeftPart div.advanced {
	position: relative;
	font-size: 12px;
	/*background-color: green;*/
}

input.search {
	margin: 0;
	background-color: #ffffff;
	color: #003366;
	/*color: #000000;*/
	border: 1px solid #a5acb2;/*#5d82b7;*/
	height: 19px;
	line-height: 17px;
	width: 400px;
}

input.advSearch {
	margin: 0;
	background-color: #ffffff;
	color: #003366;
	/*color: #000000;*/
	border: 1px solid #a5acb2;/*#5d82b7;*/
	height: 19px;
	line-height: 17px;
	width: 400px;/*500px;*/
	/*margin-top: 1px;*/
	margin-bottom: 2px;
}
/*
table.flexgrid_1{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	color: #003366;
}*/

#termlist, #termlistLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	/*margin-top: 6px;*/
}	

#statusContainer {
	/*width: 600px;*/
	font-size: 70%;
	/*margin-top: 12px;
	margin-bottom: 18px;*/
}
	
#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 70%;
}	

.jslink {
	cursor: pointer;	
}

.jslink:visited {
	text-decoration: underline;	
}

.jslink:hover {
	text-decoration: underline;	
}

div.termtitle {
	margin: 4px;
    font-weight: bold;
}

div.record {
	padding: 5px;
/*	font-size: smaller;*/
}

.mergedRecordsCount {
	margin: 30px;
	padding: 5px;
	font-style: italic; 
	color: #666666;
	/*font-size: smaller;*/
}

div.details {
	border: 1px solid gray;
       /*border: 3px dashed gray;*/
	padding: 5px;
	margin: 4px;
}

div.details2ndLevel {
        /*border: 1px solid gray;*/
        /*border: 3px dashed gray;*/
        padding: 4px;
        margin: 3px;
}

/*    #targetview {
        padding: 6px;
    }*/

.nonRecordsDisplayView{
	margin-left: 15px;
	margin-right: 15px;
}
	
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #666666;
	text-align: center;
	margin: 50px;
}

#wait_img, #wait_img1 {
	margin-left: 15px;
	vertical-align: middle; 
}
/*
.ui-tabs-hide { 
	display: none; 
}*/
