﻿
.loginBTN {
    font-size: 12px;
    font-weight: bold;
    margin-right: 1em;
    /*margin-top: 1em;*/
    padding: 5px 20px;
    text-transform: uppercase;
}
.Button:hover {
    background: -moz-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #067CD3, #0BCDFF) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
}
.Button {
    background: -moz-linear-gradient(90deg, #0aaacc, #d2f1f8) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #0aaacc, #d2f1f8) repeat scroll 0 0 transparent;
    border: 0.5px solid #07accf;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #333333;

}
.c-Button
{    
    background: -moz-linear-gradient(90deg, #0aaacc, #d2f1f8) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #0aaacc, #d2f1f8) repeat scroll 0 0 transparent;
    border: 1px solid #07accf;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #000000;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fffeee;
    /*text-transform: uppercase;*/
}
.c-Button img {
	text-decoration:none;
	text-outline:none;
	border: none;
} 

.c-Button img {
	border: none;
} 

.c-Button:hover {
    background: -moz-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
}

/*Disabled button style */
.d-botton
{
    border-width: 1px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fffeee;
    padding-bottom:0.2em;
}

.dload-btn
{
    background-position: center center;
    background: #3366FF url(Icons/btn-dload.jpg);
    background-repeat: no-repeat;
    width: 27px;
    height: 21px;
    font-size: small;
    font-weight: lighter;
    font-style: italic;
    color: #003300;
    padding:0 1px;
}
.dload-btn:hover {
    background: -moz-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(90deg, #0BCDFF, #067CD3) repeat scroll 0 0 transparent;
    border-color: #093C75;
    text-decoration: none;
}







.DisabledButton.disabled {
  opacity: 0.65; 
  cursor: not-allowed;
}
/* button code for illustration only */ 

body {
  background: #000; 
}

.DisabledButton {
  display: block;
  width: 70px;
  margin: 0 auto;
  
}
a#hyperLinkImage 
{
  display:block;
  background: url('Icons/excel.jpg'); 
  width:10% ;
  height:10% ;
}

.DisabledButton, .DisabledButton.disabled:hover { 
    display: block;
  
    text-decoration: none;
    border:1px solid #25729a; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:arial, helvetica, sans-serif; 
    padding: 3px 3px 3px 3px; 
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    text-align: center; 
    color: #FFFFFF; 
    background-color: #3093c7;
    
}

