﻿.NormalButton, input.NormalButton {
    float: right;
    width: 128px;
    height: 26px;
    /*background-color:url(../../images/btn-bg.jpg);
    background-repeat:repeat-x;*/
    color: #fff !important;
    text-align: center;
    /*line-height:26px;*/
    border: 1px solid var(--PrimaryColor);
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
    background-color: var(--PrimaryColor);
    font-weight: bold;
    margin-right: 3px;
}
    .NormalButton:hover {
        cursor: pointer;
        color: #fff;
        text-decoration: none !important;
        background-color: var(--HoverColor);
        /*background-color:#D7D7D7;
	color:#494949;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#CACACA');*/
    }



input.fffm-grey-btn, .fffm-grey-btn {
    border: 1px solid #939598 !important;
    background-color: #939598 !important;
    color: #fff !important;
    text-align: center;
    line-height: 23px;
    border: 1px solid var(--PrimaryColor);
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
    background-color: var(--PrimaryColor);
    font-weight: bold;
}

    input.fffm-grey-btn:hover, .fffm-grey-btn:hover {
        color:#fff;
        text-decoration:none !important;
        background-color:#575757 !important;
        cursor:pointer;
    }

input.fffm-grey-btn2, .fffm-grey-btn2, a.fffm-grey-btn2 {
    border: 1px solid #939598 !important;
    background-color: #939598 !important;
    color: #fff !important;
    text-align: center;
    border: 1px solid var(--PrimaryColor);
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
    background-color: var(--PrimaryColor);
    font-weight: bold;
}

input.fffm-grey-btn2:hover, .fffm-grey-btn2:hover, a.fffm-grey-btn2:hover{
    /*color:#ffffff !important;
    cursor:pointer;*/
    color:#fff;
    text-decoration:none !important;
    background-color:#575757 !important;

    }

.blueBtn2{
	float:left;
	width:128px;
	height:27px;
	background-image:url(../../images/blueBtn.png);
	background-repeat:no-repeat;	
	color:#05264e !important;
	font-size:12px;
	line-height:26px;
	text-align:center;
	margin-top:0px;
	border:none;
	background-color:transparent;	
}

.blueBtn2:hover,.blueBtn2:focus{
	text-decoration:none !important;
	background-position:0 -26px;
	cursor:pointer !important;
}

.blueBtn2[disabled]{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}


.blueBtn3 {
    float: right;
    width: 128px;
    /*background-image:url(../../images/blueBtn.png);
	background-repeat:no-repeat;
    color:#05264e !important;*/
    color: #fff !important;
    background-color: var(--PrimaryColor);
    background-repeat: repeat-x;
    font-size: 12px;
    line-height: 26px;
    height: 25px;
    text-align: center;
    margin-top: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
    border: 1px solid var(--PrimaryColor);
}

.blueBtn3:hover,.blueBtn2:focus{
	text-decoration:none !important;
	/*background-position:0 -26px;*/
	cursor:pointer !important;
}

.blueBtn3[disabled]{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}


.NormalButtonCompare
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 18px;
	width: 52px;
	/*border: solid 1px red;*/
	line-height:12px;
	border: 1px;
	border-style:solid;
	/*border-color: #CACACA;*/
	border-top-color:Silver;
	border-left-color:Silver;
	border-bottom-color:Gray;
	border-right-color:Gray;
	background-color:#808080;
	color:#ffffff;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}
.NormalButtonCompare:hover
{
	cursor:pointer;
	/*background-color:#D7D7D7;*/
	color:#494949;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#CACACA');
}
.RedButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	height: 23px;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	background-color: #b0100c;
	border:1px solid #b0100c;
	border-style:solid;
	
	
	
	
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}

.BlueButton {
    height: 26px;
    /*background-image:url(../../images/btn-bg.jpg);
    background-repeat:repeat-x;*/
    color: #fff !important;
    text-align: center;
    line-height: 26px;
    border: 1px solid var(--PrimaryColor);
    border-radius: 5px;
    -moz-border-radius: 5px; /* Old Firefox */
    background-color: var(--PrimaryColor);
    font-weight: bold;
    text-decoration: none;
    /*background:url(../../Images/GrayDesign/btn-blue-bg.jpg) repeat-x center top #4383D1;
	border:1px solid #66BFE8;*/
    margin-bottom: 5px;
    width: 140px;
    /*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}

/* IE 8 fix */
@media \0screen {  
    .BlueButton {height:28px;}  
}  


.BlueButton:hover{
    cursor:pointer;
    color:#fff;
text-decoration:none !important;
background-color:var(--HoverColor);
}
.CompareButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 23px;
	line-height:18px;
	width: 105px;
	/*border: solid 1px red;*/
	
	border: 1px;
	border-style:solid;
	/*border-color: #CACACA;*/
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
	/*background-color:#808080;*/
	background-color:#ffffff;
	color:#404040;
	margin-bottom:2px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}
.CompareButton:hover
{
	cursor:pointer;
	background-color:#D7D7D7;
	color:#494949;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#CACACA');
}
.CompareButton[disabled]
{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}
.BtnClose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnClose.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #000000;
	padding-left: 31px;
}

.BtnLookup {
	background-image: url(../../Images/GrayDesign/ZoomHS.png);
	background-repeat: no-repeat;
	background-position: left center;
	background:url(../../Images/GrayDesign/ZoomHS.png) no-repeat 5px center;
	height: 21px;
	width: 25px;
	border: 0px;
	display:inline;
}

.BtnLookupDisable {
	 display:none;
}

.BtnLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnLogin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnLogout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnLogout.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnAdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnAddNew.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnSave {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnSave.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnDel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnDelete.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnReset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnReset.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnBack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnSearch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnAssociate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnAssociate.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 23px;
	width: 86px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
	padding-left: 31px;
}
.BtnDelChecked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnDelChecked.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 31px;
	height: 23px;
	width: 110px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
}
.BtnDelSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../Images/GrayDesign/btnDelSelected.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 31px;
	height: 23px;
	width: 110px;
	border-style: solid;
	border: 1px;
	border-color: #1B5EA9;
}

.CompareActionStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	height: 18px;
	width: 50px;
	/*border: solid 1px red;*/
	line-height:18px;
	border: 1px;
	border-style:solid;
	/*border-color: #CACACA;*/
	border-top-color:Silver;
	border-left-color:Silver;
	border-bottom-color:Gray;
	border-right-color:Gray;
	background-color:#808080;
	color:#ffffff;
	/*filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CACACA',EndColorStr='#FFFFFF');*/
}

.blueBtn3Memeber{

	width:128px;
	height:27px;
	background-image:url(../../images/blueBtn.png);
	background-repeat:no-repeat;	
	color:#05264e !important;
	font-size:12px;
	line-height:26px;

	margin-top:0px;
	border:none;
	background-color:transparent;	
}

.blueBtn3Memeber:hover{
	text-decoration:none !important;
	background-position:0 -26px;
	cursor:pointer !important;
}

.blueBtn3Memeber[disabled]{
	background-color:Silver;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');
      color:Black;
}