/* 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, Helvetica, Verdana, 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;}

form, input * {margin:0px; padding:0px}

img {border: 0;}

th {font-weight: normal; text-align:left;}

#ir_container {font-size: 1.09em; width: 980px; margin: 0 auto; clear: both; color:#585858}
#ir_header {background: url(/images/logo.gif) no-repeat left top; width: 100%; padding-top:52px; }
#ir_sidebar {float: left; width: 185px; margin-top:10px; margin-bottom: 40px;}
#ir_content {float: right; width: 735px; padding:30px; line-height:1.5em;}
#ir_footer {font-size: 0.9em; width: 100%; clear: both; text-align:center;}

#ir_containerPrint {font-size: 1em; width: 1000px; margin: 0 auto; clear:both;}
#ir_contentPrint {float:left; width:950px; padding-left:15px;}
#ir_footerPrint {font-size:0.82em; background: url(/images/sample_footer.gif) no-repeat #939393; width: 462px; min-height:39px; padding-top:18px; clear:both;}

h1 {font-size: 1.09em; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-bottom: 10px; color:#006699;}
h2 {font-size: 1.09em; font-weight: bold; color:#006dc9;}
h2.ir_textMainHighlight { color: #006699; margin: 0; font-weight:bold}
h3 {font-size: 1.09em; color: #006699; font-weight: bold;}
h4 {font-size: 1em; font-weight: bold;}
h5 {}
h6 {}

a:link {color: #007ec1; text-decoration: none;}
a:visited {color: #007ec1; text-decoration: none;}
a:hover {color: #007ec1; text-decoration: underline;}

.ir_linkPDF {background: url(/images/icon_pdf.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkHTML {background: url(/images/icon_html.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkAudio {background: url(/images/icon_audio.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkVideo {background: url(/images/icon_video.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkZip {background: url(/images/icon_zip.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkArchive {background: url(/images/icon_archive.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkView {background: url(/images/icon_view.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}

.ir_textMainHighlight {color: #006699; font-weight: bold;}
.ir_textSubHighlight {color: #008ed7;}
.ir_textFootnote {font-size:0.9em;}
.ir_textFootnote ol {font-size: 1em;}
.ir_textDivider {border-bottom: 1px dotted #666; margin: 1em 0;}

ol.lower-alpha {font-size: 0.9em; list-style-type:lower-alpha}

.ir_textFooter {text-align: center; background:#daf3fd; padding:5px;}
.ir_textFooter span {font-size:1.09em; color:#9eaab5; margin:0 10px;}
.ir_textFooter a:link {color:#007ec1; text-decoration: none;}
.ir_textFooter a:visited {color:#007ec1; text-decoration: none;}
.ir_textFooter a:hover {color:#007ec1; text-decoration: underline;}

.ir_textError {color: #ff0000; font-weight: bold; text-transform: uppercase;}


#ir_menu {list-style: none; padding: 0; margin: 0;  } /* general menu style */
#ir_menu a:link {color: #585858; text-transform: uppercase; font-weight:bold; text-decoration: none; background: url(/images/menu_bg.png) no-repeat left top; height:20px; padding-top:20px; display:block;} /* apply to all <a> elements - mainly for group header */
#ir_menu a:visited {color: #585858; text-transform: uppercase; font-weight:bold; text-decoration: none; background: url(/images/menu_bg.png) no-repeat left top; height:20px; padding-top:20px; display:block;}
#ir_menu a:hover {color: #008ed7; text-transform: uppercase; font-weight:bold; text-decoration: none; background-position: left bottom; height:20px; padding-top:20px; display:block;}

#ir_menu .selected {color: #008ed7; text-transform: uppercase; font-weight:bold; background:#f0f0f0 url(/images/menu_selectedbg.png) no-repeat left top;  padding-top:20px; padding-bottom:5px;} /* for selected main menu */
#ir_menu .selected ul {list-style:none; margin:15px 0 0 26px ; padding:0; }
#ir_menu .selected a:link {color: #585858; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; text-decoration: none; background:#f0f0f0; } /* for selected main menu with hyperlink */
#ir_menu .selected a:visited {color: #585858; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; text-decoration: none; background:#f0f0f0; }
#ir_menu .selected a:hover {color: #008ed7; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; text-decoration: none; background:#f0f0f0; }
#ir_menu .selected .selected {color: #008ed7; height:20px; padding:0; margin:0; text-transform: none; font-weight:normal; background:#f0f0f0; }


.ir_tableBorder {border: 1px solid #CCCCCC;}
table.ir_hover tr:hover td {background: #c3b777;}
table.ir_hover tr.row1:hover td, table.ir_hover tr.row1:hover th {background: #c3b777;}
table.ir_hover tr.row2:hover td, table.ir_hover tr.row2:hover th {background: #c3b777;}
table.ir_hover tr.rowHighlight:hover td {background: #c3b777;}
table.ir_hover tr.rowTSHighlight:hover td {background: #c3b777;}
table.ir_table tr.ir_tableTopRow th, table.ir_table tr.ir_tableTopRow td {background: #0099cc; color: #fff; font-weight: bold;}
table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #e7e7e7;}
table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #f4f4f4;}
table.ir_table tr.rowHeader th {background: #414141; color: #fff;}
table.ir_table tr.rowHighlight td {background: #01527a; color: #fff;}
table.ir_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr th.cellHeader {background: #006699; color: #fff;}
table.ir_table tr td.cellHighlight {background: #414141; color: #fff;}
table.ir_table tr td.cellTSHighlight {background: #ccd0e1; border-bottom: 1px solid #aaa;}
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;}
table.ir_table tr td.cellRed {background: #ebddd8;}
table.ir_table tr td.cellGreen {background: #d8ebdc;}

.ir_arContainer_external {font-size:1.09em;}
.ir_arContainer {width: 100%; padding: 0; margin: 0;}
.ir_arLeft {width: 35%; float: left; margin: 0;}
.ir_arRight {width: 65%; float: right;} /* Add padding-top in % if you want to valign the content to middle or bottom */
#ir_arSections ul {list-style: none; margin: 0; padding: 0;}
#ir_arSections ul li {background: url(/images/bullet_ar.gif) no-repeat left top; padding: 2px 0 3px 15px; margin-left: 10px;}
#ir_arSections ul.border li {border-bottom: 1px dotted #004a88;}
#ir_arArchive ul {margin: 0; list-style: none; padding: 0;}
#ir_arArchive ul li {margin:0 15px 15px 0; float: left; text-align: center;}

.ir_newsHome {width: 100%; padding: 0; margin: 0; list-style: none; font-size:1.09em; color:#585858; }
.ir_newsHome li {margin-bottom: 1em;}
.ir_news {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_news li {border-bottom: 1px dotted #666;}
.ir_newsDate {width: 20%; float: left; margin: 1em 0;}
.ir_newsTitle {width: 80%; float: right; margin: 1em 0;}

.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:558; 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;}
.ir_insiderPopUpContent { background:#FFFFFF; width:300px; border:1px dotted #656565; padding:5px;}

img.ir_left {float: left; margin: 0 10px 10px 0;}
img.ir_right {float: right; margin: 0 0 10px 10px;}
img.ir_middle {vertical-align: middle;}

.ir_textRed {color: #ff0000;}
.ir_textGreen {color: #448800;}

input.ir_investmentCalculator {border: 0; background: transparent;}
input.ir_checkBox {vertical-align: middle;}
input.ir_textBoxMA {width: 20px; margin-right: 2px;}
input.ir_left {float: left; margin: 0 10px 10px 0;}

/* Define the rest of the classes here */

/* Top Nav */
#top_nav {width:100%; text-align:right; font-size:0.9em}
#top_nav span {color:#9eaab5; margin:0 10px; font-size:1.09em}
#top_nav a:link {color:#4eb0e9; text-decoration: none;}
#top_nav a:visited {color:#4eb0e9; text-decoration: none;}
#top_nav a:hover {color:#4eb0e9; text-decoration: underline;}

.eDividend_box {float:right; height:38px;  margin:9px 15px 4px 0;}

/* Search */
.search_box {float:right; width:187px; height:23px; border:1px solid #cccccc; margin:15px 0 13px 0;}
.search_box input.searchfield {float:left; width:150px; color:#666666; border:0; padding:3px 0 0 5px;}
.search_box input.button {float:right; width:21px;}


/* bar */
#bar {width:100%; height:30px; background: url(/images/bar_bg.png) no-repeat;}
#site_directory {float:left; width:428px; color:#585858; padding-top:8px;}
#site_directory a:link {color:#4eb0e9; color:#4eb0e9; text-decoration: none;}
#site_directory a:visited {color:#4eb0e9; color:#4eb0e9; text-decoration: none;}
#site_directory a:hover {color:#4eb0e9; color:#4eb0e9; text-decoration: underline;}
#site_directory span {font-style:italic;}
#ir_ticker {float:right; width:552px; padding-top:8px; }

/* coprorate menu */
#ancom_menu {list-style: none; padding: 0; margin: 0;  } /* general menu style */
#ancom_menu a:link {color: #585858; text-transform: uppercase; font-weight:bold; text-decoration: none; background: url(/images/menu_bg.png) no-repeat left top; height:20px; padding-top:20px; display:block;} /* apply to all <a> elements - mainly for group header */
#ancom_menu a:visited {color: #585858; text-transform: uppercase; font-weight:bold; text-decoration: none; background: url(/images/menu_bg.png) no-repeat left top; height:20px; padding-top:20px; display:block;}
#ancom_menu a:hover {color: #008ed7; text-transform: uppercase; font-weight:bold; text-decoration: none; background-position: left bottom; height:20px; padding-top:20px; display:block;}

