html,body {
height:100%;
min-height:100%;
height:auto !important;
}
html,body.main {
height:100%;
height:auto !important;
}

.container {
width:100%;
background:#fff;

/*background-image: url(/images/bgradient.png);
  background-repeat: repeat-x; */
}
html, body.site .container {
width:100%;
height:100%;
min-height:100%;
background:#f1f1f1;

/*background-image: url(/images/bgradient.png);
  background-repeat: repeat-x; */
}

a:-webkit-any-link {user agent stylesheet
cursor: auto;
}
@font-face{
	font-family: stars;
	src: url('/fonts/stars.ttf');
}



header {
padding-top: 10px;
height:80px;
}
header.site {
background-color:#555555;
padding-top: 10px;
height:30px;
}
header.home
{
	background: #fff;
	  border-bottom: 1px solid #0f76bb;
}
header.main
{
	background: #0f99e2;
	color:#fff;
}
header.site img {
	position:absolute;
	margin-top:0px;
/*  background: #fff; */
}

header .logo {
	position:absolute;
	top:10px;
/*  background: #fff; */
}

section.home {

  border-bottom: 1px solid #0f76bb;
  font-size: 120%;
  padding-top: 20px;
padding-bottom:20px;
margin-left:0px;
  background: #0f99e2;
  color:#fff;
min-height:300px;
width:100%;
}

section.main {
  font-size: 120%;
  padding-top: 20px;
  margin-left:50px;
margin-right:50px;
  color:#292929;
min-height:300px;
}
section.site {
  font-size: 120%;
  padding-top: 20px;
  color:#292929;
}

.mainpad{
  padding-right:75px;
  padding-left:75px;
}
div.banner{
	margin:0px
}

/* Links */

a {
  color:#0f76bb;
  text-decoration: none;

}

a:hover {
  color: #0f76bb;
  text-decoration: underline;
}


/* Navigation */


nav.middle {
margin-left:auto;
font-size:100%;  
padding: 0.5em 0.7em;
white-space: nowrap;
color:#0f76bb;
margin-top:28px;
text-align:center;
float:none;
}
nav.side {
float:right;
position:absolute;
top:-1px;
right:1px;
font-size:90%;  
padding: 0.5em 0.7em;
white-space: nowrap;
color:#0f76bb;
text-align:right;
}
nav.main{
	color:white;
}
ul.footermenu {
white-space:nowrap;
margin-bottom:0px;
}
ul.footermenu li {
	position:relative;
	left:10px; 
	list-style-type:none;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding:10px 0px 0px 20px;

	}
ul.footermenu li a{
	color:#7c7c7c;
}

ul.pew {
  margin: 0;
  padding: 0;
}

ul.pew li {
  list-style-type: none;
  display: inline-block;
  zoom:1;
  *display:inline;
  padding: 0.5em 0.5em;
} 

nav.home ul li a {
  font-weight: bold;
  color: #0f76bb;
}
nav.main ul li a {
  font-weight: bold;
  color: #fff;
}

nav ul li a:visited {d
}

nav.home ul li a:hover {
  text-decoration: underline;
}
nav.main ul li a:hover {
  text-decoration: underline;
}


/* Sign up button */


/* Round corners */

.round {
  -moz-border-radius:    1px;
  -webkit-border-radius: 1px;
  border-radius:         1px;
}

footer {
  position:relative;
  bottom:-20px;
  border-top: 1px solid #a4a4a4;
  text-align:center;
  background:#f1f1f1;
  width: 100%; 
  margin-left: auto;
  margin-right: auto; 

}

footer nav {
  float: none;
}
footer.sitefooter{
	position:relative;
    bottom:-20px;
	margin-top:-20px;
    border-top: none;
    text-align:center;
    background:#f1f1f1;
    width: 100%; 
}
footer.sitefooter .footermenu{
	float:right;
}
span.lock{
	float:right;
	margin-right:10px;
	font-size:90%;
	color:#666666;
}
div.lock{
	font-size:90%;
	color:#666666;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
span.implement{
float:right;
margin-top:-40px;
}
span.implement img{
	vertical-align:-7px;
	margin-left:55px;
}
div.lock img{
	vertical-align:-9px;
}
.floatright{
	float:right;
}
/* User show page */

table.profile {
  width: 100%;
  margin-bottom: 0;
}

td.main {
  width: 70%;
  padding: 1em;
}

.profile img.gravatar {
  border: 1px solid #999;
  margin-bottom: -15px;
}
.fighting{
  margin-right:-70px;
  margin-left:-70px;
}
div.field, div.actions {
  margin-top: 10px;
}


.field_with_errors {
  margin-top: -10px;
  margin-bottom: -10px;
  display: table;
}

.field_with_errors label {
  color: red;
}

#error_explanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-top: 15px;
  padding-bottom: 8px;
  background-color: #f0f0f0;
}

#error_explanation h4 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#error_explanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}


div.user_info img {
  padding-right: 0.1em;
}

div.user_info a {
  text-decoration: none;
}

div.user_info span.user_name {
  position: absolute;
  padding: 5px;
}

div.user_info span.microposts {
  font-size: 80%;
}

form.new_micropost {
  margin-bottom: 2em;
}

form.new_micropost textarea {
  height: 4em;
  margin-bottom: 0;
}
.fieldtitle {
margin-bottom: -19px;
font-size: 75%
}
.readeditdestroy{
font-size: 85%;
font-style:italic;
}
.date{
	margin-top:-.5em;
}
.hometext{
	align="right";
	margin:0.25em;
	padding:0.25em;
	font-size:100%;
}

nav.signup {
  float: right;
}

nav.signup {
  padding: 0 2.2em;
  white-space: nowrap;
}
nav.signup ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0em 5.1em;
}

a.signup_button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: 75px;
  color: #fff;
  background: #960025;
  font-size: 125%;
  font-weight: bold;
  padding: 10px;
}

/* Round corners */

.round {
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
}

.social {
	float:right;
}
.newform
{
	font-size:90%;
	padding: 8px 0 8px 12px;
}
.newform input{
	font-size:110%;
	padding:4px;	
}
.newform input:focus{
	outline:solid;
	outline-color:#cccccc;
	outline-width:2px;
}
.newform textarea:focus{
	outline:solid;
	outline-color:#cccccc;
	outline-width:2px;
}
.larger{
	font-size:120%;
	font-weight:bold;
}
.deviseshared {
	font-size:85%;
}
.ideatitle
{font-size:120%;
	color:#666666;
	font-weight:bold;
	
}
.ideacontent{
	font-size:90%;
}
p.mediumfont{
	font-size: 125%;
	}
.smallfont{
	font-family: "Georgia", Times, serif; font-size:95%;
	}
.reallysmall{
	font-size:75%;
}
	
/* Signup stuff */
body.signup4 div.masthead h2 strong {
	color: #000;
}

div.signup4 div.jacket {
	height: 370px;
	width:700px;
	margin: 0 100px;
	font-family: helvetica, arial, sans-serif;
}

div.signup4 div.short {
	width: 150px;
	height: 230px;
	border: 1px solid #999;
	float: left;
	margin-top: 22px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}
.priceblue{
	background-color:#0f99e2;
	margin: -10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}
div.signup4 div.no-r {
	border-right: 0;
}

div.signup4 div.r-shadow {
	background-position: right;
	background-repeat: no-repeat;
}

div.signup4 div.no-l {
	border-left: 0;
}

div.signup4 div.l-shadow {
	background-position: left;
	background-repeat: no-repeat;
}

div.signup4 div.short h1 {
	margin: 0;
	padding: 0;
	font-size: 34px;
}

div.signup4 div.short h1, body.signup4 div.short h1 a, div.short h2 {
	color: #fff;
	text-decoration: none;
}

div.signup4 div.tall h1, body.signup4 div.tall h1 a {
	margin: 0;
	padding: 0;
	font-size: 42px;
	color: #000;
	line-height: 1em;
	text-decoration: none;
}

div.signup4 div.short h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

div.signup4 div.tall h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

div.signup4 div.short h3 {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-family: helvetica, arial, sans-serif;
	color: #73a1c7;
}

div.signup4 div.tall h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #4582b5;
}

body.signup4 div.short li, body.signup4 div.tall li {
	font-size: 14px;
	color: #64503f;
}

body.signup4 div.tall li {
	font-size: 16px;
}

body.signup4 div.tall ul, body.signup4 div.short ul {
	list-style: none;
	margin: 10px 0 0px 0;
	padding: 0;
}

body.signup4 div.short ul.high {
	margin-top: 15px;
	margin-bottom:15px;
}

body.signup4 div.tall ul.high li, div.short ul.high li {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1em;
		color:#000;
}

body.signup4 div.tall li strong, body.signup4 div.short li strong {
	color: #c33700;
}

body.signup4 div.tall ul.high li {
	font-size: 24px;
	margin-bottom: 5px;
}

body.signup4 div.tall img {
	margin: 1px 0 4px 0;
}

body.signup4 div.tall small {
	color: #C33700;
	font-size: 12px;
}

body.signup4 div.under_chart_left, body.signup4 div.under_chart_right {
	width: 0px;
	position: relative;
	top: -44px;
	font-size: 11px;
	float: left;
} 

body.signup4 div.under_chart_right {
	float: right;
}
/* press section */
.press {
	background:#fff;
	width:100%;
	height:370px;
	clear:both;
	overflow:hidden;
	color:black;
	margin-top:10px;

}

.pressquotes a {
  color:#404040;
  text-decoration: none;
}

.pressquotes a:hover {
  color: #404040;
 
}

.users {
	float:left;
	margin-top:-10px;
	width:470px;
	height:170px;
	margin-bottom:10px;
	font-weight:bold;
}
.pressquotes {
	margin-top:-10px;
	float:right;
	width:470px;
	height:170px;
}
span.who{
	font-weight:bold;
	position:relative;
	font-size:120%;
	left:20px;
	top:11px;
	color:#a1a1a1;
	background:white;
}
.press1 {
	background: url(/images/sprite-press.png) no-repeat 0px 0px;
	float: left;
	margin: -5px 22px 12px -10px;
	height:98px;
	width:175px;
}
.press2 {
	background: url(/images/sprite-press.png) no-repeat -175px 0px;
	float: left;
	margin: -5px 22px 12px 0px;
	height:170px;
	width:120px;
}
.press3 {
	background: url(/images/sprite-press.png) no-repeat -300px 0px;
	float: left;
	margin: -5px 22px 12px 0px;
	height:75px;
	width:175px;
}
.press4 {
	background: url(/images/sprite-press.png) no-repeat -475px 0px;
	float: left;
	margin: -5px 22px 12px 0px;
	height:75px;
	width:170px;
}



/* Jquery fader pop-up */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background:#ffffff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.right{
	position:relative;
	right:0px;
	margin-top:-50px;
	padding: 0 0 20px 20px;
}
.close{
	position:relative;
	top:-30px;
}
.closer{
	position-relative;
	top:-20px;
}
.closeish{
	position-relative;
	top:-15px;
}
.bitclose{
	position-relative;
	top:-10px;
}
/* custom field sizes */
.useremails{
	width:478px;height:80px;
}
.it {
	width: 478px;
}
.ic {
	width:478px;height:105px;
}
.chall {
	width:500px;height:95px;
}
.invite{
	width:478px;height:50px;
}
.calloutform {
	width:80%;height:55px;
}

.tabletop{
	vertical-align:top;
	padding-top:10px;
}
.tablemid{
	vertical-align:middle;
}
/* Hint Value */
.empty {color:ccc;}

/*Helper */
.hint {
  border: 1px solid #cadbdf;
  padding: 10px 12px;
  background-color: #e9f8f5;
}
.rite1 {
	position: relative;
	top: -250px;
	  left:500px;
	  width: 200px;
	  margin-top: -100px;
}
.rite2 {
	position: relative;
	top: -150px;
	  left:500px;
	  width: 200px;
	  margin-top: -100px;
}
.leeft {
	position: relative;
	  left:-375px;
	  width: 200px;
	top:-130px;
	  margin-top: -44px;
}
.hint .hint-pointerl {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 10px;
    height: 19px;
    background: url(/images/pointerl.gif) left top no-repeat;
}
.hint .hint-pointerr {
    position: absolute;
    right:-10px;
    top: 10px;
    width: 10px;
    height: 19px;
    background: url(/images/pointerr.gif) left top no-repeat;
}
.reallyclose
{margin-top:-50px;}

/* Three steps home page */
.constrainer{
margin: 0 auto;
clear: both;
width:980px;
}
.constrainerdash{
margin: 0 auto;

clear: both;
width:905px;
}   
.constrainertour{
margin: 0 auto;
clear: both;
width:885px;
}
#threesteps {
	margin: 0;
	margin-left:-10px;
	margin-top:-20px;
	margin-bottom:-10px;
	width: 100%;
	float:left;
	background: #0f99e2 url(/images/bg_home_bluefade.jpg) no-repeat center top;
}
#threesteps .outside{
	margin-bottom: 20px;
		float: left;
		width: 330px;
		color: #fff;
}
#threesteps .inside{
	margin-bottom: 20px;
		float: left;
		width: 320px;
		color: #fff;
}
#threesteps h1.homeh1{
	font-size:275%;
	margin-top:8px;
	text-shadow: 0 -1px 1px #438519;
}
#threesteps h3.bitclose {
	text-shadow: 0 -1px 1px #438519;
}
#threestepsmain {
	margin: 0;
	margin-left:-10px;
	margin-top:-20px;
	margin-bottom:-10px;
	width: 98%;
	float:left;
	background: #fff
}
#threestepsmain .outside{
	margin-bottom: 20px;
	float: left;
	width: 305px;
	color: #fff;
}
#threestepsmain .inside{
	margin-bottom: 20px;
		float: left;
		width: 295px;
		color: #fff;
}
#threestepsmain h1.homeh1{
	font-size:275%;
	margin-top:8px;
	text-shadow: 0 -1px 1px #438519;
}
#threestepsmain h3.bitclose {
	text-shadow: 0 -1px 1px #438519;
}
.step_writeup{
	margin: 0;
	padding: 0;
	float: right;
	width: 280px;
}
.trialhome{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.problem
{
	font-size:50%;
	color:#000;
}
table.steps a {
	color:black;
	
}
table.steps td.active {
	color:#0f76bb;
}
table.steps td.active a {
	color:#0f76bb;
}
h3.smallish{
	font-size:125%;
}
h3.smallish a{
	color:#0f76bb;
}
.alert {
  padding: 8px 15px 0px 14px;
  margin-top:10px;
  margin-bottom:10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height:24px;
}

.alert,
.alert-heading {
  color: #c09853;
}

.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.success,
.success .alert-heading {
  color: #468847;
}

.pricinginfo{
	padding: 10px;
}
.howinfo{
	width:900px;
	padding: 10px;
}
.grey{
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
input.blur {
	color:#a1a1a1;
	font-style:italic;
}
textarea.blur {
	color:#a1a1a1;
	font-style:italic;
}
.lowertext{
	text-transform:lowercase;
}
.submitter{
	color:#666666;
	font-size:75%;
	
}
/* analytics */
.topsubmitters{
margin-left:8%;
background:#f1f1f1;	
padding:10px;
}
.bestrated{
margin-left:8%;
right:100px;
background:#f1f1f1;
padding:10px;
}
.participation{
margin-left:8%;
background:#f1f1f1;
padding:10px;
}
.cont{
	margin-left:auto;
	width:800px;
	margin-right:auto;
}
.backtodash{
	background:#0f99e2;
	font-size:85%;
	font-style:italic;
	margin-bottom:10px;
	margin-top:-23px;
	width:150px;
	margin-left:auto;
	margin-right:auto;
}
.backtodash a{
	color:white;
}
.bestratedmain{
padding:5px;

	border-top:1px solid #cacaca;
background:#f1f1f1;

}
.topsubs{
padding:5px;
text-align:right;
margin-bottom:-10px;
font-size:90%;
}
.progressbar{
	margin-top:40px;
	float:right;
	width:34%;
	background:#f5f5f5;
	margin-right:-25px;
	margin-bottom:20px;
}
.percent{
	float:right;
	margin-right:-10px;
	font-size:125%;
}
.bottomright{
	position:absolute;
	right:60px;
}
.bigger{
	float:right;
	font-size:150%;
	margin-top:-23px;
}
.ok{
	height:2em;
	margin-bottom:6px;
}
.wow{
	padding-top:5px;
	padding-left:5px;
}
.complete{
	float:left;
	margin-left:20px;
}


.signupsection{
	margin-left:20px;
	width:100%;
	float:left;
}
.callout{
	margin-bottom:20px;
}
.callout img{
	margin:0;
	margin-top:-3px;
	float:right;
}
.calloutuser{
	width:98%;
	margin-bottom:-20px;
}
.calloutuser img{
	margin:0;
	margin-top:-3px;
	float:right;
}
.callout h1.smallh1{
	font-size:140%;
}
.calloutcontent {
	padding-left:10px;
	font-size:140%;
}
/* Blog styling */
h1.posttitle{
font-size:2.2em;
margin-bottom:0px;
}
p.postcontent{
	margin-top:-10px;
}
.front{
	margin-left:-15px;
}
.formnotes
{
	font-size:90%;
	margin-top:-10px;
	margin-bottom:8px;
}
.trophymain{
	position:absolute;
	top:190px;
	right:25px;
	float:right;
}

.acctmgmt{
	float:right;
	background:#f1f1f1;
	padding:15px;
}
.editacct{
	margin-left:-10px;
}
.blogphoto{
    border: 3px solid #cccccc;
	border-style: double;
	padding: 0px;
}
#photo{
	margin-top:-11px;
	float:right;
	border: 1px solid #fff;
	text-align:center;
	padding:left:10px;
	background-color:#fff;
}
#photo2{
	position:absolute;
	top:230px;
	left:67px;
	
	
}
.bottom{
	margin-bottom:6px;
}


/* Tour */
.tourmenu{
	position:absolute;
	top:125px;
	width:235px;
	float:left;
	background:#fafafa;
	padding:10px 0px 10px 0px;
}
.tourmenu a {
  display: block;
  color:#666666;
  text-decoration: none;
text-shadow: 0 -1px 1px #CCC;
  padding: 8px 0 7px 20px;
}


.tourmenu ul{
	-webkit-box-shadow: 0px 1px 2px #ccc;
	-moz-box-shadow: 0px 1px 2px #ccc;
	box-shadow: 0px 1px 2px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	white-space: nowrap;
	margin-bottom:-10px;
	margin-top:-10px;
	margin-right:-21px;
	border: 1px solid #f0f0f0;
	}
.tourmenu li { 
	font-weight:bold;
	font-size:120%;
	list-style-type:none;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:-21px;
border-bottom: 1px solid #f0f0f0;
	background:#fafafa;
}
.tourmenu a:hover{
  color:#0f99e2;
  text-shadow: 0 -1px 1px #CCC
}
.tourselected{
	text-shadow: 0 -1px 1px #CCC;
	background: linear-gradient(top, white, #ececec);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ececec));
	background: -webkit-linear-gradient(top, white, #ececec);
	background: -moz-linear-gradient(top, white, #ececec);
	background: -ms-linear-gradient(top, white, #ececec);
	background: -o-linear-gradient(top, white, #ececec);
	background: linear-gradient(top, white, #fff, #ececec);
	color:#0f99e2 !important;
}
.userhow{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	width:720px;
	color:#000;
}
.userhow h1{
	font-size:130%;
	color:#0f99e2;
}
.userhow p{
	margin-left:11px;
}
.userhow img{
	border: 3px double #f1f1f1;
	margin-left:10px;
	margin-right:0px;
}
.tour{
	float:right;
	position:relative;
	top:-2px;
	width:660px;
	padding:25px;
	color:#000;
}
.tour h1{
	font-size:200%;
	color:#0f99e2;
}
.tour img{
	border-top: 10px solid #0f99e2;
	-webkit-box-shadow: 0px 2px 4px #aaa;
	-moz-box-shadow: 0px 2px 4px #aaa;
	box-shadow: 0px 2px 4px #aaa;
	-moz-background-clip: padding;
}
.noborder {
	border: none;
}
.tour hr{
	color: #f1f1f1;
	height: 2px;
}
#benefits {
	margin-top:30px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
#benefits h1{
	font-size:200%;
	color:#0f99e2;
}
#benefits h2{
	font-size:200%;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
#benefits hr{
	margin-top:30px;
	margin-bottom:30px;
}
.signupsection p{
	margin-left:20px;
}
.expiry{
font-size:85%;
text-align:right;
float:right;
width:auto;
border:1px solid #dddddd;
position:relative;top:-10px;right:-25px;
padding:5px 10px 5px 10px;
background:#d9e3fc;
background: linear-gradient(top, white, #edf3fe);
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#edf3fe));
background: -webkit-linear-gradient(top, white, #edf3fe);
background: -moz-linear-gradient(top, white, #edf3fe);
background: -ms-linear-gradient(top, white, #edf3fe);
background: -o-linear-gradient(top, white, #edf3fe);
background: linear-gradient(top, #f1f1f1, #f1f1f1, #edf3fe);
}
.expiry a{
	color:#666666;
	font-weight:bold;
}
.expiry a:hover{
	color:#aaaaaa;
}
.smallh1{
	font-size:200%;
}
.smallerh1{
	font-size:150%;
}
.smallesth1{
	font-size:125%;
}
.secure{
	width:auto;
	border-width:1px;
	border-color:#aaaaaa;
	border-style:solid;
}
.security{
	margin-top:-40px;
	float:right;
}
.cc {
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.about{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.postshow{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.pressleft{
	margin-top:5px;
	width:40%;
	float:left;
}
.pressright{
	float:right;
	width:60%;
}
.pressrightt{
	float:right;
	width:80%;
}
.pressmentions{
		float:right;
			width:600px;
		padding:25px;
		color:#000;
}
	
div.tour-item { display: none; }
div.tour-item.first { display:block; }
.opacityimg img{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.opacityimg img:hover
	{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}
.seethrough img{
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}
.seethrough img:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#popupright{
	float:right;
	width:48%;
	margin-left:-10px;

}
#popupleft{
	float:left;
	width:48%;
	padding-right:13px;
	border-right:1px;
	border-style:solid;
	border-color:#e0e0e0;
}
.popupimg img {
	border: 3px solid #f1f1f1;
	border-style: double;
		padding: 5px;	
}
.blue{
	color:#0f99e2;
}
.welcomeuser b{
	font-size:120%;
}
.bigbold{
	font-weight:bold;
	font-size:130%;
}
.bump{
	margin-right:10px;
}
.help{
	width:90%;
	padding-left:10px;
}
.lightbluebg{
	padding:5px;
	background:#7ad6fd;
}
.quote{
	padding-left:30px;
	padding-right:30px;
	font-family:Georgia,Times,serif;
	font-size:125%;
	font-style:italic;
	color:#404040;
	margin-bottom:10px;
}
.tablebottom{
padding-left:15px;
}
.welcometxt{
	color:#0f76bb;
}
.cco{
	width:89%;
}
.coimg{
	width:9%;
}
.tablestyle{
	margin-right:5px;
}

.tablestyle th{
	border-bottom: 5px solid #7ad6fd;
	color:#666666;
	background:#fff;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:100%;
	text-align:center;
	cursor:pointer;
}
.tablestyle tr.totaltable th{
	font-size:10px;
}

.tablestyle td{
	text-align:center;
	color:#6666a2;
	font-size:12px;
	border-top: 1px solid #fff;
	padding:5px 10px;
}
.tablestyle tr{
	background:#f1f1f1;
}
.tablestyle tr:hover{
	background:#dddddd;
}
#firstcol{
 text-align:left;	
}

.totalpart{
	float:left;
}
.bigstats{
}
.seothree{
height:500px;
}
.tip {
	height:270px;
	float:left;
	width:310px;
	border-right:1px solid #cacaca;
margin-left:15px;
font-size:110%;
}
.tip ul{
	height:300px;
}
.tip p{
	margin-left:3px;
	margin-right:20px;
	line-height:1.25em;
}

.tip div {
	font-size:130%;
	font-weight:bold;
	margin-bottom:0px;
	color:#eea825;
}
.tip div img{
	margin: 0 auto;
}
.noborder {
	border: none;
}


/* Vetter 2.0 layout */
.loginmenu{
	width:600px;
	margin-left:150px;
	font-size:85%;
}
.loginmenuanalytics{
	width:820px;
	margin-left:150px;
	font-size:85%;
}
.companyname{
	padding-left:20px;
	width:430px;
	float:left;
	text-align:left;
	*zoom:1;
}
.loginbuttons{
	float:right;
	text-align:right;
	width:400px;
	margin-bottom:-15px;
	margin-right:-15px;
	*zoom:1;
}
.loginbuttons ul li {
  list-style-type: none;
  padding-left:15px;
  display: inline-block;
  zoom:1;
  *display:inline;
}
.loginbuttons ul li a {
	text-decoration:underline;
}
.loginbuttons ul li a:hover {
	text-decoration:none;
}
.menu{
	float:left;
	width:150px;
	margin:0px;
	margin-top:38px;
}
.footerpad{
	float:left
	width:150px
	margin:0px;
}
.footercol{
	float:left;
	width:150px;
	margin:0px;
}

.maincontainer{
	min-height:450px;
}
.mainsection{
	width:820px;
	min-height:400px;
	height:100%;
	float:left;
	background-color:#fff;

}
	.mainsectionanalytics{
		width:820px;
		float:left;
		background-color:#fff;
		min-height:450px;
		-moz-box-shadow: 3px 3px 4px #a1a1a1;
		-webkit-box-shadow: 3px 3px 4px #a1a1a1;
		box-shadow: 3px 3px 4px #a1a1a1;
		/* For IE 8 */
		06.
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a1a1a1')";
		07.
		/* For IE 5.5 - 7 */
		08.
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#a1a1a1');
		}
	
.recentideas h1{
	padding-left:10px;
}

.ideacolumn{
	float:left;
	height:100%;
	margin-top:-10px;
	padding-left:25px;
	padding-right:10px;
	width:528px;
}
.ideacolumnchall{
	float:left;
	height:100%;
	margin-top:-10px;
	padding-left:10px;
	padding-right:10px;
	width:528px;
}
.mainsectionpadding{
	padding-left:20px;
	padding-right:20px;

}
.vettedcolumn{
	float:left;
	padding-left:15px;
	width:530px;
	
}
.showidea{
	float:left;
	width:520px;
}
.idearating{
	width:190px;
	padding-right:15px;
	float:right;
}
span.timestamp {
  display: block;
  font-size: 75%;
  color: #000000
}
.challenge{
	border: 1px solid #dddddd;
	padding:10px 15px 10px 15px;
	color:#454545;
}
.sidebar{
	float:right;
	width:240px;
	margin-right:-2px;
	margin-top:25px;
	

}
.sidebarindent{
	margin-left:10px;
	margin-right:10px;
}
.sidebarindentspecial{
	margin-left:7px;
}

.topsub{
	padding-bottom:10px;
	

	
}
.sectionhead {
	background:#7ad6fd;
	color:#222;
	font-size:160%;
	padding:7px 0px 0px 10px;
	text-shadow: 1px 1px 1px white;
	border-bottom: 1px solid #59acf6;
	font-size:130%;
	height:28px;
	width:99%;
}

.otherhead{
		color:#000;
		font-size:160%;
		padding:5px;
		padding-left:10px;
}

.ideafooter{
	margin-left:-4px;
}

.comment{
	width:106px;
}
.smspace{
	line-height:1.25em;
	margin-right:3px;
}
.sidebarindent ul {
	font-size:85%;
}
.sidecontainer{
	float:left;
	min-height:420px;
	height:100%;
	display:block;
	width:256px;
	position:relative;
	top:-9px;
	border-left:1px solid #cccccc;
	background:#f6f6f6;
	margin-bottom:-10px;
	
}

.challengebuttons li{
	padding-right:20px;
	display:inline-block;
	list-style-type:none;
	white-space:nowrap;
}
.instructions{
	width:505px;
	margin-left:-7px;
	margin-top:20px;
	margin-bottom:10px;
	padding:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	background-color:#f4f4f4;
	color:#666666;
	border: 1px solid #dddddd;
}
.shadowy{

	-webkit-box-shadow: 0px 2px 4px #aaa;
	-moz-box-shadow: 0px 2px 4px #aaa;
	box-shadow: 0px 2px 4px #aaa;
	-moz-background-clip: padding;
}

.newchallenge{
	width:515px;
	position:relative;
	top:1px;
	left:-25px;
	margin-bottom:0px;
	padding:10px;
	padding-right:25px;
padding-left:25px;
	background:#edf3fe;
	color:#666666;
	border-bottom: 2px solid #dddddd;

}
.commentform {
	width:486px;
	height:40px;
	margin-bottom:0px;
}
.commentform:focus{
	outline:solid;
	outline-color:#0f99e2;
	outline-width:1px;
}
.commentsub{
position:relative;
left:407px;
top:-5px;	
}
/* Digg pagination */
.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }
/* end Digg pagination */

.emailpreview{
margin-left:25px;
margin-right:25px;
margin-top:20px;
padding:15px;
padding-bottom:0px;
background-color:#f1f1f1;	
border:1px solid #cacaca;

}
.list-block {
  margin: 0;
  list-style: none;
  text-shadow: 0 1px 2px white;
  font-size:12px;
width:240px;
margin-left:-19px; }
  .list-block li {
    margin-bottom: 1px;
    padding: 4px 8px 3px 0;
    background: #ebebeb;
    border: 1px solid #f9f9f9;
border-right:none;
    /*------- STYLE NEEDED ------ */
    /*------- /STYLE NEEDED ------ */ }
    .list-block li strong {
      margin-right: 8px;
      border-right: 1px solid #f9f9f9;
      color: #888888;
      float: left;
      font-size:12px;
      min-width: 30px;
      text-align: center; }
    .list-block li a {
      float: left;
      font-weight: bold; }
    .list-block li em {
      color: #888888;
      float: right;
      font-style: normal;
	  font-size:11px;
	position:relative;
	top:2px; }
    .list-block li .avatar {
      float: left;
      margin-right: 3px; }
    .list-block li.alt {
      background:#e0e0e0; }
    .list-block li:first-child {
      -moz-border-radius: 4px 4px 0 0;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px; }
    .list-block li:last-child {
      margin-bottom: 0;
      -moz-border-radius: 0 0 4px 4px;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px; }
    .list-block li:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility:hidden}
.toplinks{
	float:right;
    margin:5px 1px 10px;
	font-weight:bold;
	font-size:13px;}
.toplinks a{
	padding:5px 14px;
	color:#666666;
	text-shadow: 1px 1px 1px #dddddd;
}
.toplinksmain {
	float:right;
    margin:5px 1px 10px;
	font-weight:bold;
	font-size:13px;}
.toplinksmain a{
	padding:5px 14px;
	color:#fff;
text-shadow: 0 0 1px rgba(0, 0, 0, .6)
}
.guide{
	background:#eeeeee;
	border: 1px solid #bababa;
	padding:8px 12px 8px 12px;
}
.ui-dialog-titlebar{
	display:none;
	background:#dddddd;
	border: none;
	height:16px;
}

.fonttest{
	color:#edb245;
	font-family:stars, Helvetica, Arial, sans-serif;
}
#tooltip h3{
	font-family:Helvetica,Arial,sans-serif;
	color:#666666;
	font-size:110%;
}
#tooltip {
	width:auto;
	max-width:300px;
	background:#f0eeee;
	padding:10px;
	border: 1px solid #a1a1a1;
}
#tooltip div.body{
	display:none;
}


.button.full {
text-align: left;
width: 110px;
}
.button.blue {
-webkit-transition: color 100ms ease-in;
}

.button:hover {
color:#222;
text-decoration:underline;

}
.button.highlight{
	color:#222;
	text-decoration: none;background-color: #7ad6fd;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(.5, transparent),color-stop(1, rgba(0, 0, 0, .1)));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
	border: 1px solid transparent;
	border-bottom-color: rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 0 rgba(0,0,0,.1), 0 1px 1px rgba(255,255,255,.3) inset;
	-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,.1), 0 1px 1px rgba(255,255,255,.3) inset;
	-moz-box-shadow: 1px 2px 0 rgba(0,0,0,.1), 0 1px 1px rgba(255,255,255,.3) inset;
}
.button.highlightorange{
	color:#222;
	text-decoration: none;background-color: #edb245;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(.5, transparent),color-stop(1, rgba(0, 0, 0, .1)));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
	border: 1px solid transparent;
	border-bottom-color: rgba(0, 0, 0, .3);
	box-shadow: 1px 2px 0 rgba(0,0,0,.1), 0 1px 1px rgba(255,255,255,.3) inset;
	-webkit-box-shadow: 1px 2px 0 rgba(0,0,0,.1), 0 1px 1px rgba(255,255,255,.3) inset;
	-moz-box-shadow: 1px 2px 0 rgba(0,0,0,.1), 0 1px 1px rgba(255,255,255,.3) inset;
}

.button, #sites ul .create .button {
border: 1px solid transparent;
color:#222;
text-shadow: 1px 1px 1px white;
display: inline-block;
font: bold 12px/normal 'Helvetica', 'Arial', sans-serif;
padding: 7px 10px;
text-decoration: none;
margin: 0px auto;
margin-bottom:5px;
}
.sitefooterconst{
	margin: 0 auto;
	clear: both;
	width:980px;
	background:#f1f1f1;
	height:100px;

}
.ideablock{
	padding-left:5px;
	margin-left:-15px;
	border-bottom:1px solid #cccccc;
	padding-top:15px;
	margin-top:1px;
}
.expirytext{
	float:right;
	font-size:75%;
	position:relative;
	top:4px;
	color:#666666;
	text-shadow:none;
	margin-right:10px; 
	font-weight:normal
}
.challengelist{
	padding-left:5px;
	margin-left:-10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	padding-top:10px;
	margin-top:1px;
	margin-right:-10px;
}

.butt{
	position:relative;
	top:10px;
	right:5px;
	color:#222;
	text-shadow: 1px 1px 1px white;
	text-align:center;
	text-decoration: none;background-color: #edf3fe;
	display: inline-block;
	font: bold 12px/normal 'Helvetica', 'Arial', sans-serif;
	padding: 5px 8px;
	margin: 0px auto;
}

.butt:hover{
color:#222;
	background-color:#e0ebfe;
	text-decoration:none;
}

.notice-box.info { 
	border-color: #EFE3AE;
	background: #FEF6D2 url(/images/info.png) no-repeat 10px 45%; }
.notice-box{
font-size:12px;
position:relative;
top:-12px;
margin: 0 0 25px 0;
padding: 9px 10px 9px 37px;
border-width: 1px 0 1px 1px;
border-style: solid;
color: #555;
text-shadow: none;
}
.ideasubmitextras{
	padding-left:5px;
	display:block;
	height:70px;
}


th.headerSortUp {
	background-image: url(/images/asc.gif);
	background-repeat: no-repeat;
	background-color:#f1f1f1;
	background-position:center right;
}
th.headerSortDown{
	background-image: url(/images/desc.gif);
	background-color:#f1f1f1;
	background-repeat: no-repeat;
	background-position:center right;
}
#accountanalytics{
	margin-bottom:40px;
}
#pager{
	padding-left:25px;
	cursor:pointer;
	font-size:85%;
	color:#666666;
}
i.sprite {
	width:16px;
	height:16px;
	display:block;
	text-decoration:none;
	background-image:url(/images/sprites.png);
}
i.sprite.tags
{background-position:-24px 86px;}
i.sprite.tags:hover{
	
}
a.devil {
	color:#666666;
}
a.devil:hover{
	color:#666666;
}
div#account_tags div a:hover{
text-decoration:none;
background:#dddddd;

}
div#account_tags {
	display:none;
	background:#f1f1f1;
	padding:5px 5px 5px;
	position:relative;top:-9px;
    border:1px solid #cccccc;
    border-top:0px;
	border-bottom:0px;
	max-height:150px;
	overflow:auto;
}
div.athing{
	display:none;
	background:#f1f1f1;
	padding:10px 5px 5px;
	position:relative;top:-9px;
    border:1px solid #cccccc;
    border-top:1px solid #cccccc;
border-radius: 0px 0px 6px 6px;
}
div#account_tags div a{
width:100%;
color:#666666;
display:block;
margin: 0 auto;
padding: 0px 5px 0px 5px;
margin-left:-5px;
}
.smallhead{
	font-size:110%;
	color:#0f99e2
}
.challexpiry{
width:100px;
	display:block;
	margin-right:20px;
	float:left;
	padding-top:5px;
	
}

/* Bootstrap Buttons */
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0), white, #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  background-color: #006ccc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0), #0088cc, #0044cc;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #0044cc;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0), #fbb450, #f89406;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0), #ee5f5b, #bd362f;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0), #62c462, #51a351;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0), #5bc0de, #2f96b4;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #383838;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0), #454545, #262626;
  border-color: #262626 #262626 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #262626;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #0d0d0d \9;
}
.row {
  padding-top:10px;	
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
/* Input  */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

label input,
label textarea,
label select {
  display: block;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}

input[type="image"] {
  border: 0;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: white;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

input[type="file"] {
  line-height: 18px \9;
}

select {
  width: 220px;
  background-color: white;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto;
}

input[type="hidden"] {
  display: none;
}

.radio,
.checkbox {
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
dl.plans dd {
	margin-left:0px;
}
