﻿/* ****************************************************************

   MAIN.CSS
*******************************************************************

			 
		/* new added --------------------------*/
 

/* Global
------------------------------------------------------------------*/

body, html {
   
   background-color: #e5e5e5;
   color: #7a7a7a;
   font-family: verdana, sans-serif;
   font-size: 9pt;
   text-align: center;
   padding: 0;
   margin : 0;
  height: 100%;
  width : 100%;
   
    
}

  
#nav a:hover
{
	color:#333;
	
}

#wrapper {
   margin: 0 auto;
   width: 740px;
   background-color: #fff;
   text-align: left;
}

hr {
	color: #c4c4c4;
	height: 1px;
}

select {
   border: 1px solid #c4c4c4;
   margin-top: -2px;
   font-size: 9pt;
   font-weight: normal;
   height: 19px;
}

.formExpandoButton
{
	font-size: 10pt;
	cursor:pointer;
}

/* Header
------------------------------------------------------------------*/

#header {
   width: 740px;
   margin-left: auto;
   margin-right: auto;
}
   
#masthead {
   height: 81px;
   background-image: url('../image/header.gif');
    background-repeat: no-repeat; 

}

#navbar {
   margin: 0;
}
   
#navbar table {
   background-color: #c4c4c4;
}


/* Body
------------------------------------------------------------------*/

#content {
	width: 700px;
	padding: 2px 20px 20px 20px;
} 

#content .frame{
	width: 100%;
    border: solid 1px #c4c4c4;
} 
#content .innerframe{
	width: 100%;
    padding: 5px 10px 10px 10px;
}  

.subtitleopen {
	display: block;
	padding: 3px 6px 3px 0;
	font-weight: bold;
	font-size: 11pt;
	font-family: verdana, sans-serif;
}

.subtitleboxed {
	display: block;
	background-color: #e5e5e5;
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0;
	font-family: verdana, sans-serif;
}

.midsubtitleopen {
	display: block;
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	font-size: 11pt;
	color: #a3a3a3;
	font-family: verdana, sans-serif;
	
}

.midsubtitleboxed {
	display: block;
	background-color: #e5e5e5;
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0;
	color: #a3a3a3;
	font-family: verdana, sans-serif;
	text-indent:4px;
}

.nomargin {
	margin: 0;
	padding: 0;
}

.directions {
	font-size: 9pt;
}

.formtable {
   margin-top: 0;
}

 
input.textfield {
   border: 1px solid #c4c4c4;
   margin-top: -2px;
   font-size: 9pt;
   font-weight: normal;
  
}

div#content
{
	 margin-bottom:0; 
 }

input.submit {
   color: #fff;
   background: #436cae;
   border: 2px outset #A2C7F1;
   font-size: 9pt;
   font-weight: normal;
   height: 20px;
}

smallDetail
{
 font-size:small;	
}

.accent {
	border: solid 1px #c4c4c4;
	margin: 3px;
	padding: 3px 3px 6px 6px;
}

.listheading {
    font-weight: bold;
    font-size: 9pt;
    display: inline;
}

.listitem {
   margin-left: 10px; 
   font-size: 9pt;
   display:inline-block;
}

.leftalign {
	margin-left: -6px;
}

.bioimage {
	margin: 8px 20px 10px 0;
}

.selectwindow {
      height: 300px;
}

.altfont {
	font-family: Arial, Helvetica, sans-serif;
}


/* Search Results
------------------------------------------------------------------*/

#resultstable {
   width: 95%;
   
}

#resultstable td {
   padding: 10px 0 10px 0;
}

.subtitleresults {
	display: block;
	background-color: #e5e5e5;
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0;
}

.resultstext {
   width: 75%;
   border-bottom: solid 1px #c4c4c4;
}

.first {

}

.last {
   border-bottom: 0;
}


.resultstext p {
	font-size: 9pt;
}

.resultstext a 
{
	font-size: 9pt; 
}

table.detail {
   width: 100%;
   margin-left: 13px;
   margin-top: -10px;
}

 .flagicon {
	margin-bottom: -1px;
}

.resultsbuttons {
   width: 25%;
   text-align: center;
   vertical-align: top;

}

.pagination {
   font-size: 9pt;
   text-align: right;
   margin: 4px 20px 0 0;
   position: relative; top: -26px;
}

.pagination select {
   width: 40px;
   font-size: 9pt;
   height: 19px;
   
}


/* Operators
------------------------------------------------------------------*/

.sm {
	font-size: 9pt;
}

 

.bold {
   font-weight: bold;
}

.light {
	font-weight: normal;
}

.underlined {
	border-bottom: solid 1px #c4c4c4; 
}

.spread {
	margin-top: 10px;
}


/* Menu
------------------------------------------------------------------*/
.HomeMenuContainer
{
	width:200px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	border:solid 1px #000000;
}
.HomeMenuItem
{
	padding:5px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#FFFFFF;
	cursor:pointer;
	color:#000000;
}

/* Popup Messages
------------------------------------------------------------------*/

			.iNote{
				padding: 8px; 
				background-color: #FFFFFF; 
				border-width: 1px; 
				border-color: #000000; 
				border-style: dotted dashed;
				font-family : verdana;
				font-size:11px;
				font-style: italic;
				overflow: auto; width: 250px;			
			}
			.bodynote
			{
				padding:3px;
				border-bottom: dotted dashed 1px Blue;
			}

/*---- */
       #wrap{
       margin-left: auto;
       margin-right:auto;
       width:740px;
       height:auto;
       max-width:1200px;
       min-width:600px;  
       }
       table.t-Header
       { 
		 width:100%; 
		 height: 26px; 
		}
	   td.t-Header2
       { 
		 background: #000099;  
		} 
		#HeaderTitle
       {
		 font-size: x-large; 
		 color: white; 
		 float:left; 
		 height:40px; 
		 font-weight: bold; 
		 font-family: Tahoma, Arial; 
		 background: #000099; 
		}
       #header { 
       width: 100%;
       height:77px; 
       border:none;
       background: #000099; 
       float:left; 
       }
      
       #headerbar
       {
		margin-left:auto;
		margin-right:auto;
        background:#cccccc;
       }
       #bodySection
       {
        
       }
       #content{        
         border: 1px solid;       
         width:96%;
         background: #9c3; 
         margin-left:auto;
         margin-right:auto;
         background:#ffffff;
       }
       #searchArea
       { 
          height:auto;
       }
       
       #resultArea
       { 
           height:auto; 
           background-color:White;
       }
       #foundTag
       {border: 1px solid; 
         height:25px;
       
       }
       #searchHeader
       {border: 1px solid; 
       
       }
       
      
       
      
    #menubar{width:100%;}
       #navBottom
       {width:100%;
		padding-left:0px;
   margin-top:0px;
   margin-bottom:0px;
   background:#336699;
   background-image:url(../img/gab2.gif);  
   background-position:top;
   background-repeat:repeat-x;
   height:40px;  
   
          }
    #nav{
   float:left;   
   height:40px;  
   margin-left:auto;
  margin-right:auto;
   padding-left:10px;
   margin-top:0px;
   margin-bottom:0px;
   list-style:none;
   }
   #nav li
   {
	padding: 0 0 0 1px;
    float:left;  
   }
  
 
  #bottombar 
  { 
  width:100%;
  height:5px;
   background-image:url(../img/bar.gif);  
   background-repeat:repeat-x;
  }
 
  
   #t-button 
   {
    margin-left:30px;
    margin-top:10px;
    
   }
   #t-language
   {
    float:left;
    margin-top:7px;
    margin-left:130px; 
   }
    
   #print
   {
	 
    width: 100%; 
    background:#FFFFFF; 
    
   }
   #p1
   { 
    vertical-align: middle;
    color: blue; 
    float:right;  
   }
   
   #p2
   { 
    vertical-align: middle;
    color: blue;  
    float:right;  
     
   }
   
   #searchHeader
   {
	border:none;   
    background:#E5E5E5;
    height:25px;
   }
   #contentTitle
   {
   
     float: left;
   } 
 
  
   #contentTag
   {
    
    float:right;  
   }
   #foundHeader
   {  
    border-bottom:solid 1px #1E89CD;
    border-top:solid 1px #1E89CD; 
    border-left:solid 1px #1E89CD; 
    border-right:solid 1px #1E89CD; 
    background:#CCE6F6;  
    margin: 0 0 0 0; 
    padding:0 0 0 0; 
      
   }
   
   div.columnTitle
   {
	 background-color:#F2F2F2;
	 width:98%; 
     height:20px;
     font-size:12px;
     font-weight:bold;
     text-align:left;
     padding: 2px 2px 2px 2px; 
	}

 
 .columnTitle2
 {  
	 font-weight:bold;
     color:#14489E;  
     text-align:left; 
     margin-left:20px; 
      font-size:11px;
     
     text-decoration:none;
    
 
 }
  .columnTitle3
 {  
	 font-weight:bold;
     color:#14489E;  
     text-align:left; 
     margin-left:20px; 
      font-size:11px;
     
     text-decoration:none;
    
 
 }
 .colTitle
 {
  font-weight:bold;	
}

 

.inline
{
	 
  
	font-weight: bold;
	font-size: 9pt; 
	color: #a3a3a3;
	font-family: verdana, sans-serif;
	 
 
}

div.con
{
	margin-top:3px;
}
.con
{
	
	font-size: 8pt; 
	font-family: verdana, sans-serif;
	
}
.listheader
{
 font-weight:bold; 
 color:Blue;
}

.listitem
{
 font-size:10px;	
}
#accused
{
 font-size:10px;	
}

#keywords
{
	font-size:10px;
}
#labelover
{
 
	font-weight: bold;
	font-size: 9pt; 
	color: #a3a3a3;
	font-family: verdana, sans-serif;
	height: auto;	
}

.dorpDiv1
{
	height:auto; 
	width:130px;
	overflow:hidden; 
	border:solid 1px gray;
}
.dorpDiv2
{
	height:auto; 
	width:130px;  
	margin-left:-2px;
	margin-bottom:-1px; 
}

.dorpDivA1
{
	width:213px;
	height:auto; 
	  
}
.dorpDivA2
{
	width:213px;
    height:auto; 
	 
}
.button a { 
 
  /* color: #fff;
   background: #436cae;
   border: 2px outset #A2C7F1;
   font-size: 9pt;
   font-weight: normal;
   height: 20px;
  */
  
   padding:1px;
   color: #fff;
   background: #436cae;
   border: 2px outset #A2C7F1;
   font-size: 9pt;
   font-weight: normal;
    text-decoration:none; 
    height: 20px;
  
   
} 
 

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}
	
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none
}
#sddm li span
{	display: block;
	margin: 0 0 0 0;  
}
#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: -5px  0  0 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

 