﻿@charset "utf-8";
/* CSS Document */

body{ min-height:400px; 
      padding:0px; 
      color:#676767;
      font-family:Arial, Helvetica, sans-serif;
      font-size:14px;
      margin:0 0 0 0; 
      background-color:#FFF; }

#main-container{ margin:0px; }
#header{ background:url(../images/header.jpg) repeat-x top;}
.headerin{ height:98px; width:1000px; margin:0px auto;  }
.toplmenu{ font-size:14px; color:#FFF; text-align:right;}
.toplmenu a{ font-size:14px; color:#ffcc00; font-weight:bold; text-decoration:none;}
.toplmenu a:hover{ text-decoration:underline;}
#middle{ width:1000px; margin:0 auto; }
.welcome{ width:358px; height:358px; background:url(../images/welcometo.png) no-repeat; margin:20px 0px;   }
.procure{ width:358px; height:358px; margin:20px 0px;  }
#footer{ height:30px; background:url(../images/header.jpg) repeat-x top; font-size:12px; color:#FFF; text-align:center;  }
.crop{ width:358px; height:358px; background:url(../images/crop.jpg) no-repeat center; margin:20px 0px;  }
.login2{ width:258px; height:258px; background: url(../images/login-bg2.jpg) no-repeat center; margin:20px 0px; font-size:11px; color:#8e8989; font-style:italic; padding:100px 50px 0px 50px; text-align:center;  }
.login2 h4{ font-size:14px; color:#285360; margin:10px 0px 5px 0px;}
.logf1{ width:205px; height:23px; background:url(../images/lloginf1.png) no-repeat; border:none; padding:0px 10px;}

.text1{ font-size:18px; line-height:22px; font-family:Arial, Helvetica, sans-serif; text-align:justify;}
.text2{ font-size:18px; color:#d75953;}
.h1bg{ height:25px; border-bottom:solid 3px #F4F5ED; font-size:20px; font-weight: bold; padding-right:10px; text-align:right;}
.mform{ font-size:18px; color:#555453;}
.mf1{ width:285px; height:26px; background:#f9f9f9; border:1px solid #a0988e; margin:5px 0px 10px 0px; padding:0px 5px;}
.mf2{ width:285px; height:90px; background:#f9f9f9; border:1px solid #a0988e; margin:5px 0px 10px 0px; padding:0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

/*table styles*/
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.stdMsg
{
    float:left; width:1000px; text-align:center; color:Red; font-size:15px; padding:10px;  text-align:center;
}

#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #e19715;
	padding: 5px 8px;
	background:url(../images/h1-bg.jpg) repeat-x;
}
#hor-minimalist-b td
{
	
	color: #616164;
	padding: 10px 8px;
	background:url(../images/h1-bg.jpg) repeat-x;

}
#hor-minimalist-b tbody tr:hover td
{
	color: #262626;
}

 .stdLabels
{
	font-size:15px;
	font-weight:normal;
	color:#515153;
	
	
}
/*.stdControls
{
	font-size:15px;
	color:gray;
	border:solid 1px lightgray;
	width:200px;
	height:30px;
}*/


.stdtrHeight
{
    height:35px;
}

.stdtrHeight2
{
    height:40px;
}

.stdControls
{
width:200px; height:25px; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:15px;
}



.rounded-corners {
behavior: url(/css/border-radius.htc);
border-radius: 20px;
}









.stdControlsCombo
{
	background:#f9f9f9; border:1px solid #a0988e;
font-family:Calibri;
font-size: 15px;
height: 27px;
margin: 0;
padding: 3px;
width:210px;
border-radius:3px;

}
.stdRootContainer
{
	width:1000px;
	float:left;
}
.stdPageTitle
{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	
	padding-bottom:10px;
	text-align:right;
	background-color:#7b9ec1;
	float:left;
	height:25px;
	
	
}


.titlemain{ float:left; width:1000px; height:35px; margin-top:1px;}

.titlestartim{ float:left; width:16px; height:44px; background:url(Images/title_start.png) no-repeat;}

.endoftitle{ float:left; width:91px; height:35px; background:url(Images/title_end.png) no-repeat;}

.fontformalities{ float:left; font-family:Arial; font-weight:bold; margin-top:5px; padding-left:5px;}










.stdBorderLeft
{
	font-size:13px;
	font-weight:bold;
	background-color:#848484;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	/*text-shadow: 1px 1px #FFCC00;*/
	color:#fff;
	height:30px;
	padding:3px;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
.stdBorderRight
{
	font-size:13px;
	font-weight:bold;
background-color:#848484;
	
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	/*text-shadow: 1px 1px #FFCC00;*/
color:#fff;
	height:30px;
	padding:3px;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
.stdContentLeft
{
	font-size:12px;
	border-bottom:solid 1px #363435;
	border-left:solid 1px #363435;
	
	color:Black;
	height:30px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

.stdDivSliceBorder {
    background-color: White;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px 3px #CCCCCC;
    height: 100px;
    width: 100px;
}

.stdSubGridBorder
{
	font-size:12px;
	
	border-left:solid 1px #363435;
	border-right:solid 1px #363435;
	
	color:Black;
	height:00px;
	padding:0px;
	
}

.stdContentRight
{
	
	font-size:12px;
	border-bottom:solid 1px #363435;
	border-left:solid 1px #363435;
	border-right:solid 1px #363435;
	color:Black;
	height:30px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}
.stdCategorySeparator
{
	padding-top:5px;
	height:25px;
	background-color:#ededed;
	text-align:left;
	
}
.stdContentSpliter
{
	font-size:13px;
	background-color:#ededed;
	
	border-bottom:solid 1px #363435;
	border-left:solid 1px #363435;
	color:Gray;
	height:40px;
}
.stdNoData
{
	float:left;
	margin-top:20px;
	font-size:13px;
	border-bottom:solid 1px #363435;
	border-left:solid 1px #363435;
	border-right:solid 1px #363435;
	color:Gray;
	height:40px;
}


 .LoadingImage{
     background-color: rgb(250, 250, 250);
     opacity: 0.7; /* Safari, Opera */
     -moz-opacity:0.25; /* FireFox */
     filter: alpha(opacity=70); /* IE */
     z-index: 200;
     height: 100%;
     width: 100%;
     background-repeat:repeat;
     position:fixed;
     top: 0px;
     left: 0px;
     text-align:center; 
         line-height: 240px; 
    }

    .LoadingImage>img {
        position:absolute; bottom:0; top:0; left:0; right:0; margin:auto;
    }
    
    .modalBackground
{
	background-color:gray;
    filter:alpha(opacity=70);
    opacity:0.7; 
}


.HomeButtons
{
cursor:pointer;
border-collapse:collapse;
border:solid 1px white;
border-radius:5px;
Height:40px;
width:200px;
background-color:#807D7F;
color:White;
font-size:13px;
font-weight:bold;
}


   .grid_paging a
    {
         text-decoration: none;   }
    .grid_paging a:hover
    {
        text-decoration: underline;     }
    .grid_paging a:link
    {
       font-size: 15px;
        padding: 2px 6px;
        background-color :#EBECEE;
        border: 1px solid #B5BAC0; 
        color:#004183;   }
    .grid_paging span
        {            background-color: #48B6DC;
                border: 1px solid #DBEAFF;
                color: #FFFFFF;
                padding: 2px 5px;  
                font-size:15px;  
        }
        
        
        
        .loginpage-ttd
{
	 float:right;
	 margin-right:20px;
	 
	 width:400px;
	 height:240px;
	
	 moz-border-radius:25px;
	 border-radius:25px;
	background-color: #fff;
 /*background-image:-moz-linear-gradient(#d81a01, #ffc700);*/
    border: 1px solid transparent;
    color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-top:50px;  
    opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius:25px;
    
}


.btnClass
{
    margin:10px;
    background-color:#05A593; cursor:pointer; height:35px; width:100px; color:White; font-weight:bold; border:solid 1px #05A593; border-radius:5px;
}

.btnClass:hover
{
    
    background-color:#00806e; cursor:pointer; height:35px; width:100px; color:White; font-weight:bold; border:solid 1px #00806e; border-radius:5px;
}

.PageInnerHeadingDetailsMain
{
   float:left; color:#D65953;  margin-bottom:10px; height:25px; font-weight:bold; font-size:17px;  border-bottom:solid 2px #D0C6B1; 
}

.PageInnerHeadingDetailsSub
{
    float:left; padding-left:20px; padding-right:20px; text-shadow: 1px 1px #FFCC00; border-top-right-radius:10px; padding-top:5px; border-top-left-radius:10px; height:20px; background-color:#D0C6B1; color:#4D88C2;
}


.date {
    background: url("../images/Date Background New.png") no-repeat scroll 0 0 transparent;
    font-size: 12px;
    font-weight: 700;
    height: 44px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 46px;
}


.date span {
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: 400;
    padding: 1px 0;
}


.date small {
    color: #666666;
    display: block;
    font-size: 10px;
    font-weight: 400;
}
 .stdSortFields
{
    border-radius:4px;
    height:22px;
    width:100px;
    color:#273234;
    /*background-color:#fafafa;*/
    font-size:13px;
    
    background:#f9f9f9; border:1px solid #a0988e;
font-family:Calibri;
margin: 0;
padding: 1px;
       
}
.stdLabelsSort
{	
    font-size:12px;
    color:#D65953;
    font-weight:bold;
}


/* Varma Start */

.stdMain
{
float:left; width:995px; margin:10px; margin-top:10px;
}

.stdMainMsg
{
width:995px;height:25px; margin-top:10px; padding-top:5px;text-align:center;background-color:#F1EFE2;color:#000; font-size:13px;font-weight:bold;border-radius:10px; 
}



.stdAddNew a
{
    cursor:pointer;padding-left:5px;font-weight:bold;color:#D65953;text-decoration:underline;
}

.stdAddNew a:hover
{
   color:#264D5C;text-decoration:underline;
}

.stdfooter
{
    float:left; width:400px; margin-top:-20px;  font-weight:bold; color:#D65953; font-style:italic; 
}

.stdpagination a
{
   font-weight:bold; color:#295361; 
}
.stdpagination span
{
    font-weight:bold;
    color:#D65953; 
}


/* Modal Popup Start */

.stdMainPopup
{
background:url(../images/header.jpg) repeat; border-radius:10px;
}

.stdPopupClose
{
padding-right:-20px; cursor:pointer; margin-bottom:-30px; margin-top:-23px; margin-right:-18px; background-position:top; position:relative;
}

.stdPopupInnerMain
{
     background-color:White; border-radius:10px; margin:10px; float:left;
}
.stdPopInnerMsg
{
font-weight:bold; float:left; color:Red;  text-align:center; margin-top:6px;
}

.stdPopupInnerContent
{
float:left; margin:5px 30px 10px 25px;
}

.stdPopupInnerContentHeading
{
float:left; font-weight:bold; color:#254F5D; font-size:18px;
}

  #overLayBackground{
     background-color: rgb(250, 250, 250);
     opacity: 0.7; /* Safari, Opera */
     -moz-opacity:0.25; /* FireFox */
     filter: alpha(opacity=70); /* IE */
     z-index: 200;
     height: 100%;
     width: 100%;
     background-repeat:repeat;
     position:fixed;
     top: 0px;
     left: 0px;
     text-align:center; 
         line-height: 240px; 
    }

    #overLayBackground>img {
        position:absolute; bottom:0; top:0; left:0; right:0; margin:auto;
    }

.stdControlsComboNoBorders
{
	background:#f9f9f9; border:0px solid #a0988e;
font-family:Calibri;
font-size: 15px;
height: 27px;
margin: 0;
padding: 3px;
width:210px;
border-radius:3px;

}

.stdControlsNoBorders
{
width:200px; height:25px; border-radius:3px; background:#f9f9f9; border:0px solid #a0988e;  padding:0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:15px;
}

/*Ravikanth CSS */
.stdControlsBordersNew
{
width:95%; height:25px; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 2px; font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
.stdControlsBordersNewInAdvance
{
width:95%; height:25px; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
.stdBorderLeftNoBorder
{
	font-size:13px;
	font-weight:bold;
	background-color:#848484;
	border-top:solid 0px #000;
	border-bottom:solid 0px #000;
	border-left:solid 0px #000;
	/*text-shadow: 1px 1px #FFCC00;*/
	color:#fff;
	height:30px;
	padding:3px;
}
.stdBorderRightNoBorder
{
	font-size:13px;
	font-weight:bold;
background-color:#848484;
	
	border-top:solid 0px #000;
	border-bottom:solid 0px #000;
	border-left:solid 0px #000;
	border-right:solid 0px #000;
	/*text-shadow: 1px 1px #FFCC00;*/
color:#fff;
	height:30px;
	padding:3px;
}
.stdContentLeftNoBorder
{
	font-size:12px;
	border-bottom:solid 0px #363435;
	border-left:solid 0px #363435;
	
	color:Black;
	height:30px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}


.stdContentRightNoBorder
{
	
	font-size:12px;
	border-bottom:solid 0px #363435;
	border-left:solid 0px #363435;
	border-right:solid 0px #363435;
	color:Black;
	height:30px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

.stdControlsNoBordersAutoComplete
{
	height:350px;overflow:auto;overflow-x:hidden; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:15px;
}

.stdWaterMarkText
{
     font-family:Arial, Helvetica, sans-serif; font-size:15px;color:gray;
     width:200px; height:25px; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:15px;
}

.TeplateHeader
{
font:13px helvetica,arial,sans-serif;
	font-weight:bold;
	color:white;
	padding-top:5px;
	padding-bottom:0px;
	
	margin:0px;
	border-left:solid 1px Black;
border-top:solid 1px Black;
border-left:solid 1px Black;
border-bottom:solid 1px Black;
border-right:solid 1px Black;
background-color:#848484;

 text-align:center;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;    
}

.ItemTeplateContent
{
font-size:12px;
	color:Black;
	height:30px;
	margin:0px;
border:solid 1px Black; 
text-align:center;


	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;  
}

 
/* New css for login page End */
.topheader{background-color:#FFF;  border-color:#999;   height:100px; width:100%;

-webkit-box-shadow: inset 14px -57px 23px -50px rgba(0,0,0,0.1);
-moz-box-shadow: inset 14px -57px 23px -50px rgba(0,0,0,0.1);
box-shadow: inset 14px -57px 23px -50px rgba(0,0,0,0.1);}

.logo {
	padding: 1% 1% 0 1%;
	float: left;
}
.topheading {
	float: left;
	padding-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 27px;
	font-size: 26px;
	color: #29332e;
}

.menu{background-image:url(../css/images/menu_bg.png); height:53px; background-repeat:repeat-x; background-color:#FFF; padding-left:0%}

.menuhome{padding-left:5%; background-color:#05a593; width:8%; padding:0%;  padding-bottom:0; height:48px; color:#FFF }


.middleleftpart{ float:left; width:54%; padding-left:0%; padding-bottom:0%;}

.middlerightpart{float:right; width:35%; padding-left:5%; padding-bottom:0%;}

.container{ width:96%; margin:0 auto; padding-top:3%; padding-bottom:1%;}

.hdtext{font-size:24px; font-weight:600 }

.hdtext1{font-size:16px; font-weight:600 }


.text1{ width:70%; line-height:22px; color:#585a5a; text-align:justify}

.icontext{width:70%; line-height:22px; color:#585a5a; text-align:justify; padding-top:7%}

.loginfield{ width:80%; -webkit-box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31);
-moz-box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31);
box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31); border:none; height:30px}

.loginfieldddl{ width:80%; -webkit-box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31);
-moz-box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31);
box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31); border:none; height:30px; padding:3px;}

.loginWaterMarkText
{
color:#676767; width:80%; -webkit-box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31);
-moz-box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31);
box-shadow: 2px 2px 22px -5px rgba(0,0,0,0.31); border:none; height:26px; padding:3px;
}	


.textclr1{ color:#d75848; font-weight:700}



.topfooter {
	background-color: #02290a;
	color: #FFF;
	height: 29px;
	padding-top: 0.5%
}
.footer {
	background-color: #02290a;
	color: #FFF;
	height: 29px;
	padding-top: 0.5%
}

a
{
    text-decoration:none;
}


.Gradiant{
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #F0F0F1 0%, #CDCDCD 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #F0F0F1 0%, #CDCDCD 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #F0F0F1 0%, #CDCDCD 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F0F1), color-stop(1, #CDCDCD));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #F0F0F1 0%, #CDCDCD 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #F0F0F1 0%, #CDCDCD 100%);


border :1px solid #D8D8D8;
box-shadow: 2px 2px 2px #D3D3D3;


}

.Alignmiddle
{
    position: relative;
  top: 50%;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
/* New css for login page End */
.SearchPopUpNew
{
   margin-top:3px; background-color:#EAEAEA; border:2px solid #69B7AB; border-radius:10px; padding:10px;margin-left:-25%;
}
.AddNewControl
{
  font-weight:bold; text-decoration:underline; cursor:pointer; color:#EE730B;
}

.watermarktext
{
	font-size:12px;color:Gray;font-style:italic;	
	width:200px; height:25px; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 5px; font-family:Arial, Helvetica, sans-serif;
}


.sliderdiv2 {
	text-align: center;
	background-color: #eaeaea;
	width: 28%;
	
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #f8f9fed1;
	border-radius: 15px;
	border: 2px solid rgba(0, 0, 0, 0.07);
	padding: 20px 0px;
}
.innerslider{ background-color:#CCC;}

.login {
	color: #515151;
	font-size: 20px;
	font-weight: 600;
	font-family: system-ui;
}
.textfield{ box-shadow: 0px 0px 0px 1px #d7d7d7; background-color:#f5f5f5; border: 2px solid #a1a1a1;	border-radius: 0px; width:85%; height:35px; background-repeat:no-repeat; background-color:#fdfdfd; border:none; padding-left:13px; padding-top:5px;
            
Font-family:Sans-Serif;
font-size:16px;
            }
.stdWaterMarkText
{
     color:gray;    

box-shadow: 0px 0px 0px 1px #d7d7d7; background-color:#f5f5f5; border: 2px solid #a1a1a1;	border-radius: 0px; width:85%; height:35px; background-repeat:no-repeat; background-color:#fdfdfd; border:none; padding-left:13px; padding-top:5px;font-size:14px;
}
.btnControls_New_SignIn {
	font-family: Sans-Serif;
	color: #ffffff;
	font-size: 16px;
	height: 40px;
	background: #DB8529;
	padding: 7px 24px;
	border: none !important;
	border-radius: 20px;
	cursor: pointer;
	background: linear-gradient(135deg, #17e33c, #004818);
	box-shadow: rgb(132 185 106) 0px 0px 10px 0px;
}

	.btnControls_New_SignIn:hover {
		background: linear-gradient(135deg, #c7d52c, #758f03);
	}
.logo #imglogo{
	width:100%;
	height:80px;
}
div#ddtopmenubar {
	background: #489d58;
}