.result {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

p, form, td, tr, select, option, input, li, ul, div {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.tabpara {
	padding-top:5px; 
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
}

.tabhdr {
	font-weight:bold;
	padding-bottom:5px;
	padding-top:2px;
}

.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003366;
	font-weight: bold;
	font-size : 12pt;
}

.title_new {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : 12pt;
}

.title2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003366;
	font-weight: bold;
	font-size : 11pt;
}


a.tooltip {
	text-decoration: none;
	border-bottom: 1px dashed #66FF00;
	color: #009900; 
	cursor: default;
}

div.hdr {
	width: 100%;
	border: 1px solid #477AB8;
}

.menutext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: 150%;
	font-weight: bold;
	border-width : 2px;
	border-style : outset;
}

.backcolor1 {
	 background-color: #FFFF9C;
}

.backcolor2 {
	background-color: #CEFF63;
}

.backcolor3 {
	background-color: #FFFFFF;
}

/* ************************************************
In order to accommodate Netscape and IE both, 
the styles below need cursor declaration twice.
Netscape ignores one and IE ignores the other one.
[Added by Milind Joshi - 1 Dec. 2005]
************************************************* */
.btn {
	background-color: transparent;
	border: 0px;
	color: #0000cc;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.btn2 {
	background-color: transparent;
	border: 0px;
	color: #0000cc;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.btn_disabled {
	background-color: transparent;
	border: 0px;
	color: #adadad;
	text-decoration: none;
	font-weight: bold;
	cursor: auto;
	cursor: none;
}
/* end of comment */

.attn {
	background-color: #FFFF9C;
	margin-left:7px;
	margin-top:3px;
	margin-bottom:5px;
	margin-right:3px;
}

.hlp {
	margin-left:7px;
	margin-top:3px;
	margin-bottom:5px;
	margin-right:3px;
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.tableheader1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #477AB8;
	font-style: normal;
	text-transform: none;
}

.default1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color: #FFFF9C;
	font-weight: normal;
	color: #000000;
}

.tablehdr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #FFFFFF;
	font-weight: normal;
	margin:3px;
}

.defaultNOBG {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000000;
	font-weight: normal;
	margin:3px;
}

.defaultNOBG9pt {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #000000;
	font-weight: normal;
	margin:3px;
}

.defaultNOBG2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: normal;
}

.link9 {font-family: Arial, Helvetica, sans-serif}

div.boxed {
	border: 1px solid #477AB8;
}

div.grayline {
	border: 1px solid #c0c0c0;
}

    #tabs1 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 150px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.small {
	font-size: 12px;
	padding: .25em 0.75em .275em;
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

