/*----------  font url -----------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*------------------------*/



body{
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.structure{
    width:980px;
    margin:0 auto;
}
.floatleft{ float:left;}
.floatright{ float:right;}
.fix{ overflow:hidden;}
.clear{clear:both;}




/*----------top header end--------------*/



/*--------------------------- news scroller start-------------------------------*/
.header-shade{
    width:100%;
    height:30px;
    background-image: url(../img/shade-bg.jpg);
    background-repeat: repeat-x;

}





.newsCss{
    height:30px;
    border:0px solid #c3501d;
    padding:8px 15px 10px 15px;
     color: #fa9321;
    font-weight: bold;
    font-size: 15px
}
.news-item{
   
}

.prev-button{
    float:left;
}
.next-button{
    float:right;
    margin-top:-49px;
    padding-left:8px;
}	

/*--------------------------- news scroller end-------------------------------*/






/*----------Product download start--------------*/

.seheader-txt{
    font-size: 15px;
    text-align: center;
    color: #313131;
    font-weight: bold;
    margin-bottom: 25px;
    
}


.dialer-dlink{
    width: 70%;
}
.formrow{
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.select-box{
    width: 230px;
    height: 30px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #313131;
    
    -webkit-box-shadow: 1px 0px 1px rgba(100, 100, 100, 0.49);
    -moz-box-shadow:    1px 0px 1px rgba(100, 100, 100, 0.49);
    box-shadow:         1px 0px 1px rgba(100, 100, 100, 0.49);
    
}


table.download-data_tbl {

    border-collapse: collapse;
    margin-top:20px;
    margin-bottom:20px;
    border-bottom:1px solid #d5d5d5;
    border-left:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    border-radius: 14px;
    width: 100%;

}
table.download-data_tbl th {
    border-width: 1px;
    color:#572e8f;
    font-size:14px;
    font-weight:bold;
    padding: 8px;
    border-style: solid;
    border-color: #d5d5d5;
    background-color: #f5f5f5;
}
table.download-data_tbl td {
    color:#2f2f2f;
    font-size:12px;
    font-weight:bold;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #dddddd;
    background-color: #ffffff;
    
}
table.download-data_tbl a{
        font-size:12px;
	text-decoration:none; 
	color:#353535;
}
table.download-data_tbl a:hover{
    color: #fa9321;
    text-decoration: underline;
}








/*----Login Part Start------*/



.login-bg{
    background: #f8f8f8;    
}
.login-bg h2{
    font-size: 18px;
    color: #572e8f;
    font-weight: 700px;
    text-align: center;
}


.lbl-input{
	border-radius:4px;	
	border: 1px solid #c8c8c8;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
        background-color: #ffffff;
	height: 26px;
	margin-bottom: 12px;
	padding-left:10px;
	}


.lbl-input:focus { 
    outline: none;
    border-color: #572e8f;
    box-shadow: 0 0 5px #572e8f;
}

.btn-login{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	width: 120px;
	height:32px;
	background-image: url(../img/btn-bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border: 1px solid #F47516;
	border-radius:20px;
        
       	}
.login-btn{
            margin:0 auto;
            text-align: center;
            padding-bottom: 20px;
        }
.forget-p
        {
            color:#faac56;
            font-size: 13px;
            text-align: right;
        }
.forget-p a
        {
            color:black;
            font-size: 13px;
            text-align: right;
            text-decoration: none;
        }
.forget-p a:hover
        {
            color:#572e8f;
            text-decoration: none;
            
        }

/*----Login Part end-----*/

/*----Forget password page Start-----*/


.center-form{
     margin:0 auto;
    
     width: 100%;
}





/*----Forget password page end-----*/


.img-ban{      
    margin-top: 35px;
    text-align: center;
}


/*----Sucees page start-----*/

.success-text{
	font-size:13px;
	color:#3c3c3c;
	text-align:center;
}

.gtext{
	font-weight:bold;
	color:#2da835;
	}



/*----Forget password page end-----*/




/*----------YouTube Start--------------*/


.video-bg{
    width:100%;
    background-image: url(../img/video-bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 313px; 
    margin-top: 50px;
    
    
}

.inaani-video h2{
    font-size: 18px;
    color: #572e8f;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.inaani-video h3{
    font-size: 14px;
    color: #313131;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}

.ivideo{
    text-align: center;
}

/*----------YouTube end--------------*/


/*----------footer part Start--------------*/

.footer-bg{
    width:100%;
    height:39px;
    background:#572e8f;
    margin-top:0px;
    float:left;
    vertical-align:bottom; !important
}

.footer-text{
    font-size: 12px;
    color: #ffffff;
    padding-top: 8px;
    text-align: center;
}
.footer-text a{
    font-size: 12px;
    color: #ffffff;    
    text-decoration: none;
    
}

.footer-text a:hover{
    font-size: 12px;
    color: #ffffff;    
    text-decoration: underline;
    
}





/*----------footer part end--------------*/


