﻿/* START OF ANCHOR WHITE */
.BTN_ANC_SHW
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #565656;
	background-color:#FFFFFF; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;

	border-radius:5px;
	-webkit-appearance: none;	
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_ANC_SHW img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_ANC_SHW span{vertical-align:middle;padding-left:3px;}


.BTN_ANC_SHW_LARGE
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
    text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #565656;
	background-color:#FFFFFF; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_ANC_SHW_XLARGE
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-family: Verdana;
	font-size: 20px;
    text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #565656;
	background-color:#FFFFFF; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_ANC_SHW_DISABLED
{
	display:block;
	cursor:default;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #888888;
	background-color:#F5F5F5; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_ANC_SHW_REDTEXT{
	
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #E00000;
	background-color:#FFFFFF; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;

	border-radius:5px;
	-webkit-appearance: none;	
	
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_ANC_SHW_REDTEXT img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_ANC_SHW_REDTEXT span{vertical-align:middle;padding-left:3px;}
.BTN_ANC_SHW_REDTEXT:hover{
	color:#ffffff;
	background-color:#FF4040;
	box-shadow:0px 1px 3px 0px #700505;	
	
	border-top:1px solid #997878;
	border-left:1px solid #997878;
	border-right:1px solid #997878;
	border-bottom:1px solid #915F5F;
}
.BTN_ANC_SHW_REDTEXT:hover img{
	/* Make any icon image to be white. */
	-webkit-filter: invert(1) brightness(0);
	filter: brightness(0) invert(1);      
}


/* END OF ANCHOR WHITE */



/* START OF ANCHOR ORANGE */

.BTN_ANC_SHW_ORG
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	background-color:#FE7D0B; 
	border-top:1px solid #CBAC91;
	border-left:1px solid #CBAC91;
	border-right:1px solid #CBAC91;
	border-bottom:1px solid #CF7626;

	border-radius:5px;
	-webkit-appearance: none;		
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_ANC_SHW_ORG img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_ANC_SHW_ORG span{vertical-align:middle;padding-left:3px;}

.BTN_ANC_SHW_ORG_LARGE
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
    text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color:#FE7D0B; 
	border-top:1px solid #CBAC91;
	border-left:1px solid #CBAC91;
	border-right:1px solid #CBAC91;
	border-bottom:1px solid #CF7626;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_ANC_SHW_ORG_XLARGE
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-family: Verdana;
	font-size: 20px;
    text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color:#FE7D0B; 
	border-top:1px solid #CBAC91;
	border-left:1px solid #CBAC91;
	border-right:1px solid #CBAC91;
	border-bottom:1px solid #CF7626;

	border-radius:5px;
	-webkit-appearance: none;		
}

/* END OF ANCHOR ORANGE */



/* START OF ANCHOR RED */

.BTN_ANC_SHW_RED
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	background-color:#C10000;
	border-top:1px solid #997878;
	border-left:1px solid #997878;
	border-right:1px solid #997878;
	border-bottom:1px solid #915F5F;

	border-radius:5px;
	-webkit-appearance: none;		
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_ANC_SHW_RED img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_ANC_SHW_RED span{vertical-align:middle;padding-left:3px;}

/* START OF ANCHOR RED */

/* START OF ANCHOR GREEN */

.BTN_ANC_SHW_GRN
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
    text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	background-color:#50B432; 
	border-top:1px solid #A2BB9B; 
	border-left:1px solid #A2BB9B;
	border-right:1px solid #A2BB9B;
	border-bottom:1px solid #579C41;

	border-radius:5px;
	-webkit-appearance: none;		
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_ANC_SHW_GRN img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_ANC_SHW_GRN span{vertical-align:middle;padding-left:3px;}

.BTN_ANC_SHW_GRN_LARGE
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
    text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color:#50B432; 
	border-top:1px solid #A2BB9B;
	border-left:1px solid #A2BB9B;
	border-right:1px solid #A2BB9B;
	border-bottom:1px solid #579C41;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_ANC_SHW_GRN_XLARGE
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-family: Verdana;
	font-size: 20px;
    text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color:#50B432; 
	border-top:1px solid #A2BB9B;
	border-left:1px solid #A2BB9B;
	border-right:1px solid #A2BB9B;
	border-bottom:1px solid #579C41;

	border-radius:5px;
	-webkit-appearance: none;		
}

/* END OF ANCHOR GOLD */

.BTN_ANC_SHW_GLD_LARGE
{
	display:block;
	cursor:pointer;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
    text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	background-color:#E69300; 
	border-top:1px solid #AD6E00;
	border-left:1px solid #AD6E00;
	border-right:1px solid #AD6E00;
	border-bottom:1px solid #AD6E00;

	border-radius:5px;
	-webkit-appearance: none;	
}

.BTN_ANC_SHW_GLD_LARGE_DISABLED
{
	display:block;
	cursor:default;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #A8A8A8;
	background-color:#DDCBAF; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;
	-webkit-appearance: none;		
	
	text-shadow:0px 1px 0px #ffffff;
}

/* END OF ANCHOR GLD */





/* START OF INPUT WHITE */

.BTN_INP_SHW
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #565656;
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;
	background-color:#ffffff; 

	border-radius:5px;
	-webkit-appearance: none;
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_INP_SHW img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_INP_SHW span{vertical-align:middle;padding-left:3px;}

.BTN_INP_SHW_DISABLED
{
	display:block;
	cursor:default;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #888888;
	background-color:#F5F5F5; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;	
	-webkit-appearance: none;	
}

.BTN_INP_SHW_LARGE
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #565656;
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;
	background-color:#ffffff; 

	border-radius:5px;
	-webkit-appearance: none;	
}

.BTN_INP_SHW_LARGE_DISABLED
{
	display:block;
	cursor:default;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	color: #888888;
	background-color:#F5F5F5; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_INP_SHW_XLARGE
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	color: #565656;
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;
	background-color:#ffffff; 

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_INP_SHW_XLARGE_DISABLED
{
	display:block;
	cursor:default;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	color: #888888;
	background-color:#F5F5F5; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;
	-webkit-appearance: none;		
}
/* END OF INPUT WHITE */





/* START OF INPUT ORANGE */

.BTN_INP_SHW_ORG
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	border-top:1px solid #CBAC91;
	border-left:1px solid #CBAC91;
	border-right:1px solid #CBAC91;
	border-bottom:1px solid #CF7626;
	background-color:#FE7D0B; 

	border-radius:5px;
	-webkit-appearance: none;		
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_INP_SHW_ORG img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_INP_SHW_ORG span{vertical-align:middle;padding-left:3px;}


/* END OF INPUT ORANGE */



/* START OF INPUT GREEN */

.BTN_INP_SHW_GRN
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	border-top:1px solid #A2BB9B;
	border-left:1px solid #A2BB9B;
	border-right:1px solid #A2BB9B;
	border-bottom:1px solid #579C41;
	background-color:#50B432;

	border-radius:5px;
	-webkit-appearance: none;		
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_INP_SHW_GRN img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_INP_SHW_GRN span{vertical-align:middle;padding-left:3px;}

.BTN_INP_SHW_GRN_DISABLED
{
	display:block;
	cursor:default;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #A8A8A8;
	background-color:#A7DA98; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;
	-webkit-appearance: none;		
	
	text-shadow:0px 1px 0px #ffffff;
	
}

.BTN_INP_SHW_GRN_LARGE
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	border-top:1px solid #A2BB9B;
	border-left:1px solid #A2BB9B;
	border-right:1px solid #A2BB9B;
	border-bottom:1px solid #579C41;
	background-color:#50B432;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_INP_SHW_GRN_LARGE_DISABLED
{
	display:block;
	cursor:default;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #A8A8A8;
	background-color:#A7DA98; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;
	-webkit-appearance: none;		
	
	text-shadow:0px 1px 0px #ffffff;
}


.BTN_INP_SHW_GRN_XLARGE
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	color: #ffffff;
	border-top:1px solid #A2BB9B;
	border-left:1px solid #A2BB9B;
	border-right:1px solid #A2BB9B;
	border-bottom:1px solid #579C41;
	background-color:#50B432;

	border-radius:5px;
	-webkit-appearance: none;		
}

.BTN_INP_SHW_GRN_XLARGE_DISABLED
{
	display:block;
	cursor:default;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:50px;
	line-height:50px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	color: #A8A8A8;
	background-color:#A7DA98; 
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;

	border-radius:5px;
	-webkit-appearance: none;		
	
	text-shadow:0px 1px 0px #ffffff;
	
}

/* END OF INPUT GREEN */

/* START OF INPUT RED */

.BTN_INP_SHW_RED
{
	display:block;
	cursor:pointer;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	height:30px;
	line-height:30px;	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #ffffff;
	background-color:#C10000;
	border-top:1px solid #997878;
	border-left:1px solid #997878;
	border-right:1px solid #997878;
	border-bottom:1px solid #915F5F;

	border-radius:5px;
	-webkit-appearance: none;		
}
/* to support image in icons with size of 16x16 and make sure they align correctly at the center */
.BTN_INP_SHW_RED img{vertical-align:middle;padding:7px 2px 7px 2px;}
.BTN_INP_SHW_RED span{vertical-align:middle;padding-left:3px;}

/* END OF INPUT RED */

.BTN_SEARCH_SHW
{
	background-color:transparent;
	height:30px;
	/*width:80px;*/
	width:50px;
	cursor:pointer;
	border:0px;
	background-image:url(/_global/UI_tools/button/round_shadow_img/search_flat2_c.png);
	background-position:center center;
	
	/*background-image:url(/UI_tools/button/round_shadow_img/search_flat4iii.png);
	background-position:center center;*/
	
	background-repeat:no-repeat;
	border-top:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #A8A8A8;

	border-radius:5px;
}