.templatingSelect2
{
	margin-left: 0px;
}

.linearBglightbrown
        {
            background: rgba(243,226,199,1);
            background: -moz-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(50%, rgba(193,158,103,1)), color-stop(51%, rgba(182,141,76,1)), color-stop(100%, rgba(233,212,179,1)));
            background: -webkit-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
            background: -o-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
            background: -ms-linear-gradient(left, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
            background: linear-gradient(to right, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1 );
        }

.linearBgDarkBrown
{
	background: rgba(143,100,30,1);
	background: -moz-linear-gradient(left, rgba(143,100,30,1) 0%, rgba(83,64,34,1) 50%, rgba(72,56,30,1) 51%, rgba(126,92,37,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(143,100,30,1)), color-stop(50%, rgba(83,64,34,1)), color-stop(51%, rgba(72,56,30,1)), color-stop(100%, rgba(126,92,37,1)));
	background: -webkit-linear-gradient(left, rgba(143,100,30,1) 0%, rgba(83,64,34,1) 50%, rgba(72,56,30,1) 51%, rgba(126,92,37,1) 100%);
	background: -o-linear-gradient(left, rgba(143,100,30,1) 0%, rgba(83,64,34,1) 50%, rgba(72,56,30,1) 51%, rgba(126,92,37,1) 100%);
	background: -ms-linear-gradient(left, rgba(143,100,30,1) 0%, rgba(83,64,34,1) 50%, rgba(72,56,30,1) 51%, rgba(126,92,37,1) 100%);
	background: linear-gradient(to right, rgba(143,100,30,1) 0%, rgba(83,64,34,1) 50%, rgba(72,56,30,1) 51%, rgba(126,92,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f641e', endColorstr='#7e5c25', GradientType=1 );
}

.linearBgBlack-Blue-TB
{
	/* fallback (Top-Bottom)*/
	background-color: #1a82f7;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #2F2727, #1a82f7);
	/* IE 10 */
	background: -ms-linear-gradient(top, #2F2727, #1a82f7);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #2F2727, #1a82f7);
}

.linearBgBlack-Blue-LR
{
	/* fallback (Left-Right)*/
	background-color: #1a82f7;
	background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#1a82f7), to(#2F2727));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #2F2727, #1a82f7);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #2F2727, #1a82f7);
	/* IE 10 */
	background: -ms-linear-gradient(left, #2F2727, #1a82f7);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #2F2727, #1a82f7);
}

.linearBgBlack-Blue-ES
{ /* EvenStops */
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#2F2727), color-stop(0.25, #1a82f7), color-stop(0.5, #2F2727), color-stop(0.75, #1a82f7), to(#2F2727));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(left, #2F2727, #1a82f7, #2F2727, #1a82f7, #2F2727);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #2F2727, #1a82f7, #2F2727, #1a82f7, #2F2727);
	/* IE 10 */
	background: -ms-linear-gradient(left, #2F2727, #1a82f7, #2F2727, #1a82f7, #2F2727);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #2F2727, #1a82f7, #2F2727, #1a82f7, #2F2727);
}

.gradientBG-BlackBlue
{
	background: #192233; /* Old browsers */
	/* FF3.6-15 */
	background: -moz-linear-gradient(top, #192233 0%, #1e293e 9%, #283650 24%, #182030 40%, #0d121b 49%, #283752 50%, #394d73 61%, #4b6699 75%, #435c89 88%, #3b5179 100%); 
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(top, #192233 0%,#1e293e 9%,#283650 24%,#182030 40%,#0d121b 49%,#283752 50%,#394d73 61%,#4b6699 75%,#435c89 88%,#3b5179 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to bottom, #192233 0%,#1e293e 9%,#283650 24%,#182030 40%,#0d121b 49%,#283752 50%,#394d73 61%,#4b6699 75%,#435c89 88%,#3b5179 100%); 
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192233', endColorstr='#3b5179',GradientType=0 ); 
}
