/* This style file contains classes related to colors, texts, boxes etc.
You should use colors, gradients defined here to avoid using new colors 

====] L E G E N D [====
=] SOLID COLORS
=] GRADIENT COLORS
=] FONT SHADOW
=] FONT FAMILIES
=] FONT SIZES
=] IMG SHADOW
=] CONTAINERS
=] HR(Horizontal Line)
=] LIST IMAGES
=] TXT CLASS
=] GENERAL
=] BUTTONS
===] PURE CSS3 TAGS
===] YT BUTTON
===] GLOSSY BUTTONS
===] EXPAND BUTTON
===] SIGN IN WITH FACEBOOK
=] TABLES
*/

/* SOLID COLORS */
.black, .dark { color:#5e5e5e !important; }
.blue { color: #0075bc !important; }
.green { color: #75a420 !important; }
.red { color: #d02a36 !important; }
.bold { font-weight:bold; }

/* GRADIENT COLORS */
.aqua_gradient {
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(229,238,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(229,238,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(229,238,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(229,238,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(229,238,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(229,238,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5eef3',GradientType=0 ); /* IE6-9 */
}
.aqua_gradient_hover:hover {
	background: rgb(215,238,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(215,238,243,1) 0%, rgba(241,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,238,243,1)), color-stop(100%,rgba(241,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(215,238,243,1) 0%,rgba(241,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(215,238,243,1) 0%,rgba(241,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(215,238,243,1) 0%,rgba(241,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(215,238,243,1) 0%,rgba(241,252,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7eef3', endColorstr='#f1fcfc',GradientType=0 ); /* IE6-9 */
}
.blue_gradient {
	background: rgb(0,126,202); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,126,202,1) 0%, rgba(0,104,167,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,126,202,1)), color-stop(100%,rgba(0,104,167,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,126,202,1) 0%,rgba(0,104,167,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,126,202,1) 0%,rgba(0,104,167,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,126,202,1) 0%,rgba(0,104,167,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,126,202,1) 0%,rgba(0,104,167,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eca', endColorstr='#0068a7',GradientType=0 ); /* IE6-9 */
}
.green_gradient {
	background: rgb(124,183,36); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(124,183,36,1) 0%, rgba(116,163,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,183,36,1)), color-stop(100%,rgba(116,163,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(124,183,36,1) 0%,rgba(116,163,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(124,183,36,1) 0%,rgba(116,163,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(124,183,36,1) 0%,rgba(116,163,31,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(124,183,36,1) 0%,rgba(116,163,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb724', endColorstr='#74a31f',GradientType=0 ); /* IE6-9 */
}
.red_gradient {
	background: rgb(215,89,89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(215,89,89,1) 0%, rgba(211,52,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,89,89,1)), color-stop(100%,rgba(211,52,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(215,89,89,1) 0%,rgba(211,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(215,89,89,1) 0%,rgba(211,52,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(215,89,89,1) 0%,rgba(211,52,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(215,89,89,1) 0%,rgba(211,52,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d75959', endColorstr='#d33434',GradientType=0 ); /* IE6-9 */
}
.blue_gradient2 {
	background: rgb(141,187,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(141,187,221,1) 0%, rgba(23,105,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,187,221,1)), color-stop(100%,rgba(23,105,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(141,187,221,1) 0%,rgba(23,105,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(141,187,221,1) 0%,rgba(23,105,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(141,187,221,1) 0%,rgba(23,105,155,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(141,187,221,1) 0%,rgba(23,105,155,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbbdd', endColorstr='#17699b',GradientType=0 ); /* IE6-9 */
}

/* FONT SHADOW */
.shadow_white, .shadow-white, .white_shadow, .white-shadow { text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8); }

/* FONT FAMILIES */
.museoslab { font-family: MuseoSlab, Georgia, 'Times New Roman' !important; }
.droid { font-family: 'Droid Sans', sans-serif !important; }

/* FONT SIZES */
.fs8 { font-size:8px !important; }
.fs9 { font-size:9px !important; }
.fs10 { font-size:10px !important; }
.fs11 { font-size:11px !important; }
.fs12 { font-size:12px !important; }
.fs14 { font-size:14px !important; }
.fs16 { font-size:16px !important; }
.fs18 { font-size:18px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }
.fs24 { font-size:24px !important; }
.fs26 { font-size:26px !important; }
.fs28 { font-size:28px !important; }

/* IMG SHADOW */
/* <div class="shadow_(*)"><img/></div> */
.shadow_150 {
	background: url(../images/img_bg_bottom_150.png) bottom center no-repeat;
	padding-bottom:10px;
	width:150px;
}
.shadow_150 img { border:1px solid #ddd; padding:1px; }
.shadow_115 {
	background: url(../images/img_bg_bottom_150.png) bottom center no-repeat;
	padding-bottom:13px;
	width:119px;
	height:85px;
}
.shadow_115 img { border:1px solid #ddd; padding:1px; width:115px; height:85px; }
.shadow_60 {
	background: url(../images/img_bg_bottom_60.png) bottom center no-repeat;
	padding-bottom:6px;
	width:62px;
	height:62px;
}
.shadow_60 img { border:1px solid #ddd; padding:1px; max-width:60px; max-height:60px; }

/* CONTAINERS */
.box-container-blue { 
	border:1px solid #0075bc;
	padding:8px;
	position:relative;
	background-color:#fff;
	-moz-box-shadow:    0px 2px 5px 0px #DDD, inset -1px -1px 0px #DDD, inset 1px 1px 0px #DDD;
	-webkit-box-shadow: 0px 2px 5px 0px #DDD, inset -1px -1px 0px #DDD, inset 1px 1px 0px #DDD;
	box-shadow:         0px 2px 5px 0px #DDD, inset -1px -1px 0px #DDD, inset 1px 1px 0px #DDD;
}
.box-container-green { 
	border:1px solid #75a420;
	padding:8px;
	position:relative;
	background-color:#fff;
	-moz-box-shadow:    0px 2px 5px 0px #DDD, inset -1px -1px 0px #DDD, inset 1px 1px 0px #DDD;
	-webkit-box-shadow: 0px 2px 5px 0px #DDD, inset -1px -1px 0px #DDD, inset 1px 1px 0px #DDD;
	box-shadow:         0px 2px 5px 0px #DDD, inset -1px -1px 0px #DDD, inset 1px 1px 0px #DDD;
}
.corner-dream {
	background:url('../images/box_corner_indicator.png');
	width:26px;
	height:25px;
	position:absolute;
	left:-3px;
	top:-3px;
}
.corner-t2d {
	background:url('../images/box_corner_indicator.png') -26px 0px;
	width:26px;
	height:25px;
	position:absolute;
	left:-3px;
	top:-3px;
}

/* HR */
.hr_blue_green { background:url('../images/hr_blue_green.png'); height:3px; margin:12px 0px; border: 0px; display: block;}

/* LIST IMAGES */
ul.blue_list, ul.blue-list {
    list-style-image: url(../images/bullet-blue-icon.png);
    margin: 0 0 0 20px;
    padding:0px;
}
ul.blue_list li, ul.blue-list li {
    padding: 3px 0;
    margin:0px;
}
ul.blue_list li p, ul.blue-list li p {
	margin:0px;
	padding:0px;
}
li.blue { list-style-image: url('../images/bullet-blue-icon.png'); }
li.yellow { list-style-image: url('../images/bullet-yellow-icon.png'); }
li.red { list-style-image: url('../images/bullet-red-icon.png'); }
li.green { list-style-image: url('../images/bullet-green-icon.png'); }

/* TXT CLASS */
.txt p { margin:4px 0px; padding:4px 0px; }

/* GENERAL */
.pointer { cursor:pointer !important; }
.center { text-align: center; }
.justify { text-align: justify; }
.clear { clear: both; height: 0px; padding: 0 !important; }
.fl, .f-left, .fleft { float:left !important; }
.fr, .f-right, .fright { float:right !important; }
.upper { text-transform: uppercase; }

/* PURE CSS3 TAGS */
a.tag:focus { outline: 0; }
a.tag, .breadcrumbs span.center a {
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.1) 99%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.12)), color-stop(99%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);

  -webkit-border-radius: 9px 17px 9px 17px;
  -moz-border-radius: 9px 17px 9px 17px;
  border-radius: 9px 17px 9px 17px;

  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;

  border: 1px solid;
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  height: 20px;

  color: #fff !important;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  text-decoration: none;
}


a.tag:hover, .breadcrumbs span.center a:hover {
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
}
a.tag:active, .breadcrumbs span.center a:active {
  background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.12) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(100%,rgba(255,255,255,0.12)));
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -o-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
}
a.tag:active:before, .breadcrumbs span.center a:active:before {
  background-image: -moz-linear-gradient(rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.12) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(100%,rgba(255,255,255,0.12)));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -o-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -ms-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
}
a.tag.inset {
  color: rgba(0,0,0,0.5);
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

a.tag,
a.tag:before { background-color: #b7b7b7;}
a.tag,
a.tag:after,
a.tag:before { border-color: #777; }
a.tag.inset { color: #454545; /* Here you can override the default rgba(0,0,0,0.5); */ }

a.tag.tag-red,
a.tag.tag-red:before { background-color: #f25c48;}
a.tag.tag-red,
a.tag.tag-red:after,
a.tag.tag-red:before { border-color: #bc4738; }
a.tag.tag-red.inset { color: #8a241e; }

a.tag.tag-blue, .breadcrumbs span.center a { background-color: #007eca;}
a.tag.tag-blue,
a.tag.tag-blue:after,
a.tag.tag-blue:before,
.breadcrumbs span.center a,
.breadcrumbs span.center a:after,
.breadcrumbs span.center a:before { border-color: #087184; }
a.tag.tag-blue.inset { color: #054854; }

a.tag.tag-orange, a.tag.tag-orange:before { background-color: #f28f1a;}
a.tag.tag-orange, a.tag.tag-orange:after, a.tag.tag-orange:before { border-color: #bb6e14; }
a.tag.tag-orange.inset { color: #7e4a0d; }


/* YT Style Button */
.yt_button {
	font-family: MuseoSlab, Georgia, 'Times New Roman' !important;
	font-size:10px;
	color:#5e5e5e !important;
	padding:4px;
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	
	text-shadow: 0 1px 0 white;
	background-color: #E0E0E0;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
	background-image: -moz-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -ms-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -o-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,gainsboro));
	background-image: -webkit-linear-gradient(top,#FAFAFA 0,gainsboro 100%);

	border-color: #CCC #CCC #AAA;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	text-decoration:none;
}
.yt_button:hover {
	background-image: -moz-linear-gradient(bottom,#FAFAFA 0,gainsboro 100%);
	background-image: -ms-linear-gradient(bottom,#FAFAFA 0,gainsboro 100%);
	background-image: -o-linear-gradient(bottom,#FAFAFA 0,gainsboro 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,gainsboro));
	background-image: -webkit-linear-gradient(bottom,#FAFAFA 0,gainsboro 100%);
}


/* GLOSSY BUTTONS */
a.glossy_button:focus { outline: 0; }
a.glossy_button {
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.1) 99%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.12)), color-stop(99%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);

  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;

  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;

  border: 1px solid;
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 15px;
  height: 30px;

  font-size: 10px;
  line-height: 30px;
  text-decoration: none;
  font-family: MuseoSlab, Georgia, 'Times New Roman' !important;
  
  background-color: #fff;
  border-color: #bbb4b4;
  color: rgb(80, 80, 80) !important;
  text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.65);
  
  box-shadow: 0px 1px 0px #eef5f9, inset 0px 1px 0px rgba(255, 255, 255, 0.4);
}
a.glossy_button:hover {
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
}
a.glossy_button:active {
  background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.12) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(100%,rgba(255,255,255,0.12)));
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -o-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
}
a.glossy_button:active:before {
  background-image: -moz-linear-gradient(rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.12) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(100%,rgba(255,255,255,0.12)));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -o-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -ms-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
}
a.glossy_button.glossy_button_blue:hover { 
	background-color: #118ad4;
	border-color: #0075bc;
	color: #fff !important;
	text-shadow:none;
}
a.glossy_button.collapsed, a.glossy_button.expanded { padding-right:6px; }
a.glossy_button.collapsed:after {
	content: "▸";
	font-family: 'Droid Sans', sans-serif;
	height: 30px;
	display: inline-block;
	margin-left: 7px;
	line-height: 30px;
	margin-bottom: -10px;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.15);
	padding-left: 5px;
	color: rgb(221, 220, 220);
	text-shadow: -1px 0px 0px rgba(62, 62, 62, 0.56);
}
a.glossy_button.expanded:after {
	content: "▾";
	font-family: 'Droid Sans', sans-serif;
	height: 30px;
	display: inline-block;
	margin-left: 7px;
	line-height: 30px;
	margin-bottom: -10px;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.15);
	padding-left: 5px;
	color: #fff;
	text-shadow: -1px 0px 0px rgba(62, 62, 62, 0.56);
}
a.glossy_button.expanded {
	background-color: #118ad4;
	border-color: #0075bc;
	color: #fff !important;
	text-shadow:none;
}
input[type=text].glossy_button:focus { outline:none; }
input[type=text].glossy_button {
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 1%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,239,239,1)), color-stop(67%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 1%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;

  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;

  border: 1px solid;
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0 15px;
  height: 30px;

  font-size: 11px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  font-family:"Museo Slab";
  
  background-color: #fff;
  border-color: #bbb4b4;
  color: rgb(80, 80, 80);
  text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.65);
  
  box-shadow: 0px 1px 0px #eef5f9, inset 0px 1px 0px rgba(255, 255, 255, 0.4);
}
#search_submit_search,
#feedback_search_submit,
input[type=submit].glossy_button {
	background: url("../images/input_search_button.png") no-repeat;
	width: 36px;
	height: 31px;
	outline: none;
	border: 0px;
	text-indent: -9999px;
	margin-left: -41px;
	position: relative;
	float:left;
}
a.glossy_button.add-your-dream, .glossy_button.add-your-dream:hover {
	background: url("../images/add_dream_icon.png") no-repeat;
	width: 31px;
	height: 31px;
	display: block;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

/* EXPAND BUTTON */
a.expand_button {
	border:1px solid #bbb4b4;
	height:28px;
	display:inline-block;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	
	color:#2a2a2a !important;
	font-family:"Droid Sans";
	font-size:11px;
	text-decoration:none;
	padding:0px 10px 0px 4px;
	line-height:28px;
	width:140px;
	text-shadow:1px 1px 0px rgba(255,255,255,0.6);
}
a.expand_button:before {
	content: "▸";
	font-family: 'Droid Sans', sans-serif;
	font-size:9px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	margin-bottom: -10px;
	margin-right:4px;
	padding-right:4px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.15);
	color: #666;
}
a.expand_button:hover { 
	border:1px solid #0075bc;
	background: rgb(45,152,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(45,152,217,1) 0%, rgba(17,126,192,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,152,217,1)), color-stop(100%,rgba(17,126,192,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(45,152,217,1) 0%,rgba(17,126,192,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(45,152,217,1) 0%,rgba(17,126,192,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(45,152,217,1) 0%,rgba(17,126,192,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(45,152,217,1) 0%,rgba(17,126,192,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d98d9', endColorstr='#117ec0',GradientType=0 ); /* IE6-9 */
	color:#fff !important;
	text-shadow:none;
}
a.expand_button:hover:before { color:#fff; }

/* SIGN IN WITH FACEBOOK */
.sign_in_facebook {
	display:block;
	text-indent:-9999px;
	background:url("../images/facebook_sign_in.png") no-repeat;
	width:318px;
	height:58px;
}
.sign_in_facebook:hover {
	background-position:0px -58px;
}

/* TABLES */
th {
	background-color: #11181f;
	color: #FFF;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	vertical-align: middle;
	text-align: center;
}
td {
	background-color: #fff;
	color: #454444;
	height: 33px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}