/* 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: 75.0%; }

/* IE can’t read this */
html>body { font-size: 75.0%;}

/* 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: 0; padding: 0; }

img {border: 0;}

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

#ir_container {font-size: 1em; width: 1024px; margin: 0 auto; clear:both;  }
#ir_header {
	width: 271px;
	height: 109px;
	margin-top: 8px;
	float: left;
	background-image: url(../images/cimelia_logo.jpg);
	background-repeat: no-repeat;
}

#ir_headerMainNav {width: 695px; float: right; height: 80px; position: relative; z-index: 1;  }
#ir_menuHeader {float: right; list-style: none; margin: 0; padding: 0; padding: 38px 60px 0 9px; font-weight: bold; font-size: 9px; text-transform: uppercase; font-family: Arial; position: relative;  }
#ir_menuHeader ul { margin: 0; padding: 0; list-style: none; font-size: 10px; float:left; position: absolute;  }
#ir_menuHeader li {list-style: none; float: left; position: relative; padding-left: 9px; padding-bottom: 2px; }
#ir_menuHeader li a {color: #808285; text-decoration: none; display: block; }

#ir_menuHeader li ul.ir_secondLevel {display: none; background-color: #fff; border: 1px solid #808285; width: 117px; line-height: 25px; text-transform: none; font-weight: normal; padding-left: 12px; font-size: 11px; top: 13px;  }
#ir_menuHeader li ul li .ir_ThirdLevel { display: none; background-color: #fff; border: 1px solid #808285; top:-1px; left: 117px; padding-left: 12px; }
#ir_menuHeader ul li { padding: 0; width: 100%; }  

#ir_menuHeader li ul.ir_ThirdLevel { width: 126px; }
#ir_menuHeader li a:hover { color: #00A950; }

#ir_menuHeader li.first:hover ul.ir_secondLevel { display: block; }
#ir_menuHeader li.second:hover ul.ir_ThirdLevel { display: block; }

#ir_mainMenuBG {
	line-height: 3px;
	width: 1017px;
	height: 3px;
	float: right;
	background-image: url(../images/Cimelia_line.jpg);
	background-repeat: no-repeat;
}
#ir_mainMenuNav { width: 720px; float: right;  }
#ir_mainMenu {float: right; list-style: none; margin: 0; padding: 0; padding: 16px 60px 0 0; font-weight: bold; font-size: 12px; text-transform: uppercase; font-family: Arial; position: relative; }
#ir_mainMenu ul { margin: 0; padding: 0; list-style: none; float: left; position: absolute; }
#ir_mainMenu li { list-style: none; float: left; position: relative; padding-left: 20px; }
#ir_mainMenu li a {color: #808285; text-decoration: none; display: block; }

#ir_mainMenu li ul.ir_SecondLevelMenu { display: none; background-color: #F3F3F3; width: 183px; line-height: 25px; text-transform: none; padding-left: 13px; top: 15px; }
#ir_mainMenu li.first:hover ul.ir_SecondLevelMenu { display: block; }
#ir_mainMenu ul li { padding: 0; width: 100%; }

#ir_mainMenu li a:hover { color: #00A950; }  

#ir_contentLeft { width: 210px; float: left; padding-right: 30px; }
#ir_content {width: 1000px; float: left; padding: 6px 0 0 23px; line-height: 18px; }
#ir_contentRight { width: 244px; float: right; padding-left: 37px; }


#ir_footer {font-size: 0.82em; width: 100%; padding: 10px 0; clear: both; text-align: right; }



#ir_containerPrint {font-size: 1em; width: 700px; margin: 0 auto; clear:both; padding:10px; background:#ffffff;}
#ir_contentPrint {width:633px;}
#ir_footerPrint {font-size:0.9em; border-top: 1px solid #666; width: 650px; text-align: right; clear:both; padding-top: 10px; }

.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;}

h1 {font-size: 18px; font-weight: bold; color: #009933; font-family:Century Gothic; margin-top: 25px;   }
h2 {font-size: 12px; font-weight: bold; color: #00A850;}
h2.ir_textMainHighlight {font-size: 12px; color: #00A850; margin: 0 0;}
h3 {font-size: 1em; font-weight: normal; text-decoration: underline;}
h4 {}
h5 {}
h6 {}
a:link {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #666666; text-decoration: underline;}

.ir_textMainHighlight {font-size: 1.18em; font-weight: bold; color: #519620;}
.ir_textSubHighlight {font-size: 1.09em; font-weight: bold; color: #000000;}
.ir_textFootnote {font-size:0.9em;}
.ir_textFootnote ol {font-size:1em;}
.ir_textDivider {background: url(/images/img_textDivider.gif) repeat-x; height:21px;}

.ir_textFooter {color: #808285; }
.ir_textFooter a:link {color:#808285; text-decoration: underline;}
.ir_textFooter a:visited {color:#808285; text-decoration: underline;}
.ir_textFooter a:hover {color:#808285; text-decoration: none;}

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

.ir_menuIR {padding-left:26px; color:#6699cc;}
.ir_menuIR a:link {color:#6699cc; text-decoration: none;}
.ir_menuIR a:visited {color:#6699cc; text-decoration: none;}
.ir_menuIR a:hover {color:#6699cc; text-decoration: underline;}
.ir_menuIRHeader {background: url(img_bullets.gif) no-repeat left center; padding-left:25px; font-weight:bold; color:#000000;}
.ir_menuDivider {width:100%; height:15px;}

/*.ir_tableBorder {border: 1px solid #CCCCCC;}
table.ir_table tr.ir_tableTopRow td {background: #2e5711; 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: #ceeaba;}
table.ir_table tr.rowHighlight td {background: #519621; 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: #519621; 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_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 td, table.ir_table tr.ir_tableTopRow th {background: #2e5711; 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, table.ir_table tr.rowHighlight th {background: #519621; color: #fff;}
table.ir_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr th.cellHeader {background: #414141; 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_news {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_news li {border-bottom: 1px dotted #666;}
.ir_newsDate {width: 25%; float: left; margin: 1em 0;}
.ir_newsTitle {width: 74%; float: right; margin: 1em 0;}
.ir_newsHomeTittle {background:transparent url(/images/ir_homeNews.gif) no-repeat scroll 0 0; font-size:1.27em; font-weight:bold; line-height:26px; padding-left:8px; width:139px; color:#fff;}
.ir_news td { padding: 8px; }


.ir_arContainer {width:100%; padding:0; margin:0;}
.ir_arLeft {width:20%; float:left; margin:0;}
.ir_arRight {width:79%; float:right; padding-top:5%;}
.ir_iconRowHeight {height:20px;}

.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:98%; background:#ceeaba ; border:1px dotted #519621; padding:5px; margin-top: 5px; }

.ir_boxCaptcha {width:98%; background:#fff; padding:1%;}

.ir_insiderPopUp { position:absolute; z-index:200; visibility:hidden; left:100px;left: 100px;}
.ir_insiderPopUpContent { background:#FFFFFF; width:300px; border:1px dotted #656565; padding:5px;}

img.ir_spacerRight {margin-right:20px;}
img.ir_spacerLeft {margin-left:20px;}
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;}

input.ir_investmentCalculator { border:0px; 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 */

/* IR Home */
#newsHomeRight {width: 250px; float:right; text-align: left; padding-left: 30px;  }
#newsHomeLeft {width:440px; float:left; }
.ir_newsHome {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_newsHome li {border-bottom: 1px dotted #589B2A;}
.ir_newsDateHome { margin: 1em 0;}
.ir_newsTitleHome { margin: 1em 0;}


/* CSS Footer */
#ir_validBar a { text-align: left; }
#ir_footer #ir_validBar  { padding-top:10px; }

#ir_leftContainer {float:left; width:180px; padding-left:40px;}
#ir_rightContainer {float:right; width:533px;}

img.ir_border {border:1px solid #cccccc;}

/* Annual Reports*/
.ir_arheight {width:100%; height:20px; font-size:0em; clear:both;}

