@charset "utf-8";
/* CSS Document */

/* *********************************************************************************** 
	FANCY BUTTONS  (from Perspective Theme)
 *********************************************************************************** */
.fancy_button,
.fancy_button.white-green,
.fancy_button.white-blue,
.fancy_button.white-red,
.fancy_button.white-indigo,
.fancy_button.white-yellow,
.fancy_button.white-black,
.fancy_button.black-green,
.fancy_button.black-blue,
.fancy_button.black-red,
.fancy_button.black-indigo,
.fancy_button.black-yellow,
.fancy_button.black-white {
/* font 
-------------*/
font: 12px Helvetica, Arial, sans-serif;
font-weight: 700;
text-decoration: none;

/* spacing 
--------------*/
padding: 8px 18px;
margin: 2px 3px;

/* position 
--------------*/
vertical-align: middle;
display: inline-block;

/* border 
--------------*/
border: solid 1px #A0A0A0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

/* shadow 
--------------*/
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.1);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.1);
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.1);

/* --- Default 
---------------*/
color: #555;
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
text-shadow: 0 1px 0 rgba(255,255,255,.7);
/* --- IE fix 
----------------*/
zoom:1;
*display:inline;
}

.fancy_button:hover,
.fancy_button.black-white:hover {
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.7);
border-color:#AAA;
text-decoration: none;
cursor: pointer;
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* IE10+ */
background: linear-gradient(top,  #fcfcfc 0%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

/*======================== Colors
====================================================================*/

/* === Black 
-------------------------------------------------------------*/
.fancy_button.black,
.fancy_button.black-green,
.fancy_button.black-blue,
.fancy_button.black-red,
.fancy_button.black-indigo,
.fancy_button.black-yellow,
.fancy_button.black-white {
color: #EEE;
border-color:#111;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
background: #6f7989; /* Old browsers */
background: -moz-linear-gradient(top, #6f7989 0%, #3a3f47 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f7989), color-stop(100%,#3a3f47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6f7989 0%,#3a3f47 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6f7989 0%,#3a3f47 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6f7989 0%,#3a3f47 100%); /* IE10+ */
background: linear-gradient(top, #6f7989 0%,#3a3f47 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f7989', endColorstr='#3a3f47',GradientType=0 ); /* IE6-9 */
}

.fancy_button.black:hover,
.fancy_button.white-black:hover {
color: #EEE;
border-color:#111;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
background: #838ea0; /* Old browsers */
background: -moz-linear-gradient(top,  #838ea0 0%, #494f59 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838ea0), color-stop(100%,#494f59)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #838ea0 0%,#494f59 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #838ea0 0%,#494f59 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #838ea0 0%,#494f59 100%); /* IE10+ */
background: linear-gradient(top,  #838ea0 0%,#494f59 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838ea0', endColorstr='#494f59',GradientType=0 ); /* IE6-9 */
}

/* === Green
-------------------------------------------------------------*/
.fancy_button.green {
color: #588134;
border-color:#639538;
text-shadow: 0 1px 0 rgba(200,246,161,.9);
background: #a9db80; /* Old browsers */
background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* IE10+ */
background: linear-gradient(top, #a9db80 0%,#96c56f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
}

.fancy_button.green:hover,
.fancy_button.white-green:hover,
.fancy_button.black-green:hover {
color: #588134;
border-color:#639538;
text-shadow: 0 1px 0 rgba(200,246,161,.9);
background: #b5ea8a; /* Old browsers */
background: -moz-linear-gradient(top,  #b5ea8a 0%, #a5d87b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5ea8a), color-stop(100%,#a5d87b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b5ea8a 0%,#a5d87b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b5ea8a 0%,#a5d87b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b5ea8a 0%,#a5d87b 100%); /* IE10+ */
background: linear-gradient(top,  #b5ea8a 0%,#a5d87b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5ea8a', endColorstr='#a5d87b',GradientType=0 ); /* IE6-9 */
}

/* === Blue
-------------------------------------------------------------*/
.fancy_button.blue {
color: #356D82;
border-color:#588EA1;
text-shadow: 0 1px 0 rgba(198,221,229,.9);
background: #a2cfde; /* Old browsers */
background: -moz-linear-gradient(top, #a2cfde 0%, #88b4c3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2cfde), color-stop(100%,#88b4c3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a2cfde 0%,#88b4c3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a2cfde 0%,#88b4c3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a2cfde 0%,#88b4c3 100%); /* IE10+ */
background: linear-gradient(top, #a2cfde 0%,#88b4c3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cfde', endColorstr='#88b4c3',GradientType=0 ); /* IE6-9 */
}

.fancy_button.blue:hover,
.fancy_button.white-blue:hover,
.fancy_button.black-blue:hover {
color: #356D82;
border-color:#588EA1;
text-shadow: 0 1px 0 rgba(198,221,229,.9);
background: #b0dff2; /* Old browsers */
background: -moz-linear-gradient(top,  #b0dff2 0%, #97c9d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0dff2), color-stop(100%,#97c9d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b0dff2 0%,#97c9d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b0dff2 0%,#97c9d8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b0dff2 0%,#97c9d8 100%); /* IE10+ */
background: linear-gradient(top,  #b0dff2 0%,#97c9d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0dff2', endColorstr='#97c9d8',GradientType=0 ); /* IE6-9 */
}

/* === Red
-------------------------------------------------------------*/
.fancy_button.red {
color: #8E412E;
border-color:#A34B35;
text-shadow: 0 1px 0 rgba(255,169,148,.9);
background: #ee8f76; /* Old browsers */
background: -moz-linear-gradient(top, #ee8f76 0%, #d3745b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8f76), color-stop(100%,#d3745b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ee8f76 0%,#d3745b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ee8f76 0%,#d3745b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ee8f76 0%,#d3745b 100%); /* IE10+ */
background: linear-gradient(top, #ee8f76 0%,#d3745b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8f76', endColorstr='#d3745b',GradientType=0 ); /* IE6-9 */
}

.fancy_button.red:hover,
.fancy_button.white-red:hover,
.fancy_button.black-red:hover {
color: #8E412E;
border-color:#A34B35;
text-shadow: 0 1px 0 rgba(255,169,148,.9);
background: #ff967f; /* Old browsers */
background: -moz-linear-gradient(top,  #ff967f 0%, #e27b63 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff967f), color-stop(100%,#e27b63)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff967f 0%,#e27b63 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff967f 0%,#e27b63 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff967f 0%,#e27b63 100%); /* IE10+ */
background: linear-gradient(top,  #ff967f 0%,#e27b63 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff967f', endColorstr='#e27b63',GradientType=0 ); /* IE6-9 */
}

/* === Indigo
-------------------------------------------------------------*/
.fancy_button.indigo {
color: #4F3862;
border-color:#503862;
text-shadow: 0 1px 0 rgba(184,131,228,.9);
background: #af8bdd; /* Old browsers */
background: -moz-linear-gradient(top, #af8bdd 0%, #74518e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af8bdd), color-stop(100%,#74518e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #af8bdd 0%,#74518e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #af8bdd 0%,#74518e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #af8bdd 0%,#74518e 100%); /* IE10+ */
background: linear-gradient(top, #af8bdd 0%,#74518e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8bdd', endColorstr='#74518e',GradientType=0 ); /* IE6-9 */
}

.fancy_button.indigo:hover,
.fancy_button.white-indigo:hover,
.fancy_button.black-indigo:hover {
color: #4F3862;
border-color:#503862;
text-shadow: 0 1px 0 rgba(184,131,228,.9);
background: #b998f2; /* Old browsers */
background: -moz-linear-gradient(top, #b998f2 0%, #8266af 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b998f2), color-stop(100%,#8266af)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b998f2 0%,#8266af 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b998f2 0%,#8266af 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b998f2 0%,#8266af 100%); /* IE10+ */
background: linear-gradient(top, #b998f2 0%,#8266af 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b998f2', endColorstr='#8266af',GradientType=0 ); /* IE6-9 */
}

/* === Yellow
-------------------------------------------------------------*/
.fancy_button.yellow {
color: #A37A2D;
border-color:#B28126;
text-shadow: 0 1px 0 rgba(255,234,169,.9);
background: #fddc7c; /* Old browsers */
background: -moz-linear-gradient(top, #fddc7c 0%, #e2c060 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fddc7c), color-stop(100%,#e2c060)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fddc7c 0%,#e2c060 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fddc7c 0%,#e2c060 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fddc7c 0%,#e2c060 100%); /* IE10+ */
background: linear-gradient(top, #fddc7c 0%,#e2c060 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddc7c', endColorstr='#e2c060',GradientType=0 ); /* IE6-9 */
}

.fancy_button.yellow:hover,
.fancy_button.white-yellow:hover,
.fancy_button.black-yellow:hover {
color: #A37A2D;
border-color:#B28126;
text-shadow: 0 1px 0 rgba(255,234,169,.9);
background: #f9e1a4; /* Old browsers */
background: -moz-linear-gradient(top, #f9e1a4 0%, #f2d07b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9e1a4), color-stop(100%,#f2d07b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9e1a4 0%,#f2d07b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9e1a4 0%,#f2d07b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9e1a4 0%,#f2d07b 100%); /* IE10+ */
background: linear-gradient(top, #f9e1a4 0%,#f2d07b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e1a4', endColorstr='#f2d07b',GradientType=0 ); /* IE6-9 */
}

/*======================== Active state
====================================================================*/
.fancy_button:active {
position: relative;
top: 1px;
}
/*======================== size
====================================================================*/
.fancy_button.small{
font: 10px Helvetica, Arial, sans-serif;
padding: 6px 14px;
text-transform: uppercase;
}
.fancy_button.normal{
font: 12px Helvetica, Arial, sans-serif;
padding: 8px 18px;
}
.fancy_button.large{
font: 15px Helvetica, Arial, sans-serif;
padding: 8px 18px;
font-weight: 700;
}
.fancy_button.xlarge{
font: 18px Helvetica, Arial, sans-serif;
padding: 8px 18px;
font-weight: 700;
}

/* Default Fancy Button */
/*====================================================================*/

 .default_button{
	border: solid 1px #111111;
	color: #FFFFFF;
	background: #444444;
	font: 11px Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 18px;
	margin: 2px 3px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.1);
	-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;
	zoom:1;
	*display:inline;
 }

 .default_button.small{font-size: 10px;padding: 5px 14px;}
 .default_button.large{font-size: 12px;padding: 9px 24px;}
 .default_button.xlarge{font-size: 13px;padding: 13px 28px;}


.default_button:hover { color: #fff; background: #777; border-color: #333; text-decoration: none; }
.default_button:active { color: #fff; background: #777; border-color: #333;
box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.50), 0px 0px 1px rgba(0, 0, 0, 0.50);
-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.50), 0px 0px 1px rgba(0, 0, 0, 0.50);
-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.50), 0px 0px 1px rgba(0, 0, 0, 0.50);
}

.default_button:hover,
.default_button:active { 
	color: #FFFFFF; 
	background: #45abff; 
	border-color: #4a7dff; 
	
}






