/* Define the default first */

/******* em Text Delaration Start *******/

/* Setup Font Family and Size Correctly First. Default(Medium) Font Size is 16px on all browsers */
body *
{
  font-size: 101%; /* for IE bug */
  font-family: Arial, Verdana, Helvetica, sans-serif;

}

/* Reduce the font size to 68.8% or 11px size 
100% = 16
11/16 x 100
*/
body{ font-size: 68.8%; }

/* IE can’t read this */
html>body { font-size: 68.8%;}

/* Ensure forms and tables inherit the correct size */
table, input, select, th, td, textarea { font-size: 1em; }

/* Ensure nested elements inherit the correct size */
ol, ul, li li, li p, td p, blockquote p, div div { font-size: 1em; }

table table td { font-size: 0.95em; }

/* child pixels / parent pixels = child ems
Example(19px for h1) : 19 (child pixels) / 11 (parent pixels) = 1.73
*/

/******* em Text Delaration End *******/

body {margin: 0px; padding:0px; background:#999999;}

form, input * {margin:0px; padding:0px}

#ir_container {font-size: 1em; width: 754px; margin: 0px; clear:both; background:url(../images/bg_container.gif) #ffffff;}
#ir_header { background: url(../images/meds_header.jpg); width:100%; height:99px;}
#ir_menu {float:left; width:177px; padding-top:5px; padding-left:15px; padding-bottom:122px}
#ir_content {float:right; width:525px; padding:15px;}
#ir_footer {font-size:0.82em; background: #231f74; width: 100%; min-height:27px; padding-top:6px; clear:both;}

#ir_containerPrint {font-size: 1em; width: 540px; margin: 0 auto; clear:both;}
#ir_contentPrint {width:540px; background-color:#FFFFFF; padding:10px}
#ir_footerPrint {font-size:0.82em; background: url(/images/sample_footer.gif) no-repeat #939393; width: 560px; min-height:39px; padding-top:18px; clear:both;}

h1 {font-size: 1.45em; font-weight: bold; color: #1b1770;}
h2 {font-size: 1.18em; font-weight: bold; color: #1b1770;}
h3 {font-size: 1.09em; color: #1b1770; font-weight: bold;}
h4 {font-size: 1em; font-weight: bold; color: #999999}
h5 {}
h6 {}
a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

.ir_textMainHighlight {color: #032258; font-weight: bold;}
.ir_textSubHighlight {color: #666666;}
.ir_textFootnote {font-size:0.9em;}
.ir_textFootnote ol {font-size:1em;}
.ir_textDivider {background: url(img_textDivider.gif) repeat-x; height:21px;}

.ir_textFooter {text-align:left; color:#ffffff;}
.ir_textFooter a:link {color:#ffffff; text-decoration: none;}
.ir_textFooter a:visited {color:#ffffff; text-decoration: none;}
.ir_textFooter a:hover {color:#ffffff; text-decoration: underline;}

.ir_textError {color: #ff0000; font-weight: bold; text-transform: uppercase;}

.ir_menuIR {color:#4a4a4b;}
.ir_menuIR a:link {color:#4a4a4b; text-decoration: none;}
.ir_menuIR a:visited {color:#4a4a4b; text-decoration: none;}
.ir_menuIR a:hover {color:#1b1770; text-decoration: none;}
.ir_menuIRHeader {background: url(img_bullets.gif) no-repeat left; font-weight:bold; color:#4a4a4b; font-size: 1.10em}
.ir_menuDivider {width:100%; height:15px;}

.ir_tableBorder {border: 1px solid #CCCCCC;}
table.ir_table tr.ir_tableTopRow td {background: #1b1770; color:#ffffff; font-weight: bold; text-align: center;}
table.ir_table tr.row1 td {background: #e7e7e7;}
table.ir_table tr.row2 td {background: #f4f4f4;}
table.ir_table tr.rowRollover td {background: #c3b777;}
table.ir_table tr.rowHighlight td {background: #414141; color:#ffffff;}
table.ir_table tr td.left {text-align: left;}
table.ir_table tr td.center {text-align: center;}
table.ir_table tr td.right {text-align: right;}
table.ir_table tr td.cellHighlight {background: #414141; color:#ffffff;}
table.ir_table tr td.cellTotal {border-top: 1px solid #414141; border-bottom: 1px solid #414141;}
table.ir_table tr td.cellSubTotal {border-top: 1px solid #414141;}

.ir_news {width:100%; padding:0px; margin:0px; clear:both;}
.ir_newsDate {width:25%; float:left; list-style-type:none;}
.ir_newsTitle {width:74%; float:right; list-style-type:none;}

.ir_qa {width:100%; padding:0px; margin:0px; clear:both;}
.ir_qaDate {width:25%; float:left; list-style-type:none;}
.ir_qaTitle {width:74%; float:right; list-style-type:none;}

.ir_boxHighlight {width:511px; background:#e9f1fb ; border:1px dotted #6699d5; padding:5px;}

.ir_boxCaptcha {width:98%; background:#fff; padding:1%;}

.ir_insiderPopUp { position:absolute; z-index:200; visibility:hidden;left: 100px;}
.ir_insiderPopUpContent { background:#FFFFFF; width:300px; border:1px dotted #656565; padding:5px;}

img.ir_spacerRight {margin-right:15px;}
img.ir_spacerLeft {margin-left:15px;}

input.ir_investmentCalculator { border:0px; background: transparent;}

/* Define the rest of the classes here */
.bodywhite {color:#ffffff}
.alignmid {vertical-align: middle;}



