/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 13, 2014, 12:20:42 PM
    Author     : Tech
*/

.green 
{
    color: #50A941 !important;
    border-bottom: 2px solid #4FA941 !important;
}
span #u_0_3{
    color: #FFFFFF !important;
}
.copy_right h1{
    width: auto;
}
.menu_active {
    border-bottom: 5px solid #F47920 !important;
}

.press-searchfield-lt aside .date-field input[type="text"] {
	width: 90px !important;
	height: 32px !important;
	background: none !important;
	outline: none !important;
	border: none !important;
	margin-top: 2px !important;
	margin-left: 5px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #666 !important;
}

.form_select{
    background: url("../../img/frontend/images/form-line.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C8C8C8;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    padding-top: 4px;
    width: 300px;
    height:30px;
    margin-top:10px;
    border-radius: 4px;
    }
 .information, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width:600px;
}
.information {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../../errors/error404.html');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../../img/frontend/form-images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../../img/frontend/form-images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../../errors/error404.html');
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../../img/frontend/form-images/validation.png');
}

.form-box ul li input[type="email"] {
    background: url("../../img/frontend/images/form-line.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    height: 25px;
    margin-top: 10px;
    width: 300px;
}

.query-form li input[type="email"] {
    background: url("../../img/frontend/images/form-line.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    color: #86B918;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 28px;
    outline: medium none;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 169px;
}

.tender-text-area {
	width: 825px;
	height: 100px;
	float: left;
	background: url(../../img/frontend/images/press-con-bg.jpg) no-repeat left top;
        padding-right:16px;
	padding-left: 16px;
}
.tender-text-area h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 8px;
}
.tender-text-area h1 span {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	font-style: italic;
	display: inline-block;
	padding-left: 6px;
}
.tender-text-area p {
	font-size: 12px;
	height: 42px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
	line-height: 19px;
	text-align: justify;
}

.tender-text-area h2 {
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 8px;
}

.tender-report-icon{
    background: url("../../img/frontend/images/press-con-bg.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    height: 70px;
    padding-top:30px;
    text-align:center;
    width:43px;
}
.investor-pdf-sec ul.annuals li {
    width: 945px;
}
.jcarousel-container 
{
    z-index: 1;
}

.search_btn
{
    margin-top: 50px;
}
.media_search
{
    margin-top: 25px;
}
.news_title
{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 10px;
}
#annual_flip table{float: right;margin-right: 20px;}
#annual_flip table, th, td
{
    //border: 1px solid black;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 6px;
}
.error-message 
{
	color:red;
}
.footer_content aside h1 a
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    text-transform: uppercase;
}

/*techniqual collaboration css start on 3-6-2014 by mayank*/
div.tech > h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
	background:url(../../errors/error404.html) repeat-y;
	padding:5px 8px;
	width:auto;
	display:block;
}
div.tech > h2 {
	font-size: 12px;
	font-weight: bold;
	color: #f47920;
	line-height: 14px;
	margin-bottom:10px;
	padding-left:8px;
}
div.tech > p {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 18px;
	text-align: justify;
	margin-top:0px;
	padding-left:8px;

}
div.tech > p.icon-grey {
	background:url(../../img/frontend/images/grey-bullet.png) no-repeat 1px 5px;
	padding-left:12px;
	margin-left:15px;
}


/*techniqual collaboration css end on 3-6-2014 by mayank*/

.simple-pagination
{
	width: auto;
	float: right;
}
.career_form_select
{
	width: 217px;
}
.career_img_link 
{
	padding-top: 7px;
}
.opening_form_select
{
	width: 217px; 
	margin-top: 8px ;
}
.opening_form_text 
{
	background: url("../../img/frontend/images/form-line.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #C8C8C8;
	border-radius: 4px;
	box-shadow: none;
	color: #000;
	font-size: 13px;
	height: 27px;
	float: right;
	margin-right: 63px; 
	padding-top: 0px;
	width: 217px;
}
.opening_form_select option 
{ 
    /* Whatever color  you want */
    background-color: #fff;
}
.oppurtunities-search .search-bt span
{
    width: auto;
}
.error-message
{
	color: red;
}
.financial-result-table article.head { background: url(../../img/frontend/images/search-result-head-bg.jpg) repeat-x  top; height:30px;}
.investor-report article  .title { width:750px; }
.investor-report article  .pdf-cate { width:200px;}
.investor-report article  .pdf-cate ul li.result { width:200px;}

.capt
{
	margin-top:8px !important;
}
    
.information, .success, .warning, .error, .validation 
{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width:425px;
}
.stock_info_iframe
{
	width: 850px;
	overflow:hidden;
	height:750px;
}
.stock_iframe_parent
{
	width: 850px;
	margin: auto;
}

/*start css for investors tab with annual and investor presentations */
.financial-result-table li.titles {
    clear: left;
    float: left;
    width: 100%;
}

.financial-result-table li .title h1 {
    background: url("../../img/frontend/images/search-result-head-bg.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    font-size: 12px;
    height: 22px;
    margin-left: -5px;
    margin-top: -7px;
    padding-left: 5px;
    padding-top: 8px;
}

.financial-result-table li .pdf-cate ul li .head {
    background: url("../../img/frontend/images/search-result-head-bg.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-left: 1px solid #85B719;
    font-weight: bold;
    height: 22px;
    padding-top: 8px;
}

.financial-result-table li .title {
    color: #333333;
    float: left;
    font-size: 12px;
    height: auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 7px;
    width: 750px;
}

.investor-report article .pdf-cate {
    width: 200px;
}

.financial-result-table li .title {
    color: #333333;
    float: left;
    font-size: 12px;
    height: auto;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 7px;
    width: 750px;
}

.financial-result-table li .pdf-cate {
    float: right;
    height: auto;
    width: 235px;
}

.financial-result-table li.green {
    background: none repeat scroll 0 0 #85B719;
    border: medium none !important;
}

.custom-class-annual-report li.head { background: url(../../img/frontend/images/search-result-head-bg.jpg) repeat-x  top; height:30px;}
.ajax-response li  .title { width:850px; }
.ajax-response li  .pdf-cate { width:100px;}
.custom-class-annual-report li .pdf-cate ul li.result {width: 15px;}
.custom-class-annual-report li .pdf-cate ul li {float: none;}

/* End css for investors tab with annual and investor presentations */


.media-cover-list div.hgroup {
    clear: left;
    float: left;
    width: 100%;
    background: #c7c7c7;
}
.media-cover-list div.hgroup a {
    display: block;
    width: 100%;
}
.media-cover-list div.hgroup a .img-are {
    display: table;
    float: left;
    height: 30px;
    margin-left: 13px;
    margin-right: 14px;
    margin-top: 13px;
    width: 17px;
}
.media-cover-list div.hgroup a .img-are span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background:  url("../../img/frontend/images/plus-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.media-cover-list div.hgroup a .text-area {
    width: 90%;
    height: 100%;
    float: left;
    padding-top: 16px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}
.media-cover-list div.hgroup a .text-area span {
    display: inline-block;
    width: 151px;
    font-weight: bold;
    
}
.minus-media-coverage
{
    background:  url("../../img/frontend/images/minus-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}


.oppurtunities-list div.hgroup {
    background: none repeat scroll 0 0 #C7C7C7;
    clear: left;
    float: left;
    margin-top: 2px;
    min-height: 48px;
    width: 100%;
}
.oppurtunities-list div.hgroup .text {
    float: left;
    height: auto;
    width: 830px;
}
.oppurtunities-list div.hgroup .applynow {
    float: left;
    height: 48px;
    width: 157px;
}
.oppurtunities-list div.hgroup .text a {
    display: block;
    min-height: 48px;
    width: 830px;
}
.oppurtunities-list div.hgroup .text a .img-sec {
    float: left;
    height: 17px;
    margin-left: 14px;
    margin-top: 13px;
    width: 17px;
}
.oppurtunities-list div.hgroup .text a .text-main {
    color: #444444;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 12px;
    width: 770px;
}
.oppurtunities-list div.hgroup .text a .text-main span {
    font-style: italic;
    font-weight: normal;
}

.oppurtunities-list div.hgroup a .img-sec {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background:  url("../../img/frontend/images/plus-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.client-disclaimer p
{
    margin-top:0cm;
    margin-right:0cm;
    margin-bottom:0cm;
    margin-left:7.5pt;
    margin-bottom:.0001pt;
    text-align:justify;
    line-height:16.6pt;
    font-size: 14px;
    font-family:"Calibri","sans-serif";
}