/*
Stylesheet for Trade Ideas, designed for Screen Media

Author: Christopher Werby of Pipsqueak Productions, LLC
http://www.pipsqueak.com/

Begun: 2012-06-09 (Saturday)
Last Updated: 2012-06-09 (Saturday)

Design Notes:

"Cool Blue" is R:0, G:101, B:152 (#006598)
"Hot Orange" is R:241, G:148, B:42 (#F1942A)
"Gray" is R:208, G:210, B:211 (#D0D2D3)


Update Notes:

*/


/* @group  STYLE FOR SAMPLE ONLY */
body {
  text-align: center; /* For IE */
  background-color: white;
  height:100%;
  margin: 0;
  font-family: 'Droid Sans', verdana, sans-serif; /*The Droid Sans comes from google fonts*/ 
  font-size:14px;
  font-weight:500;
}

.check-align {
	position:relative;
/*top:1px;*/ bottom:2px; 
}

/* alert class taken from bootstrap */

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  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;
  color: #c09853;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-pos {
	width: 710px;
	margin-left:25px;
	margin-top:0px;
}

.muted {
  color: #999999;
  
}



.img-top {
	vertical-align:text-top;	
}

.img-bottom {
	vertical-align:text-bottom;	
}

.img-percent {
	vertical-align:-20%;	
}

#wrapper { 
  margin: 0 auto -60px;
  text-align: left; /* Reset text alignment */
  width: 960px;
  min-height:100%;
  overflow-x: hidden;
}

.footer, .push {
	height:60px;
	
	
	}

th {
  text-align: right;
  vertical-align: middle;
  padding: 5px;
}
td {
  padding: 5px;

}

.ticks {
  width: 100%;
}
.ticks td.tick {
  border-right: 4px solid #F1942A;
  height:10px;
}
.ticks .firstspacer {
  width: 11px;
  overflow: hidden;
  //display: inline-block;
  white-space: nowrap;
}

.ticks .lastspacer {
  width: 120px;
}

#ticks02 .firstspacer {
  width: 30px;
  overflow: hidden;
  //display: inline-block;
  white-space: nowrap;
}

#ticks02 .lastspacer {
  width: 255px;
}

#box.h1 {
  font-size:20px;
  font-weight:500;
  color:#999;
}

p {
  font-size:12px;  
}

.small-list {
	font-size:12px;
	line-height:18px;
}

/* the "bet" class is for divs in signup with no border*/
.bet {
  width: 800px;
  margin: 0 auto 5px auto;
  /*padding: 15px;  */
  padding-top:20px;
  padding-bottom:0px;
  padding-right:15px;
  padding-left:15px;

}

.bet p {
  font-weight:700;  
}

.box h1 {
   color:#006598; 
}
/* the "box" class has rounded borders and shadow. Leacve the border-radius.htc link to make it work in IE */ 
.box {
  width: 800px;
  align: center; 
  background-color: white;
  /*margin: 0 auto 0px auto;*/
  margin-bottom:auto;
  margin-top:20px;
  margin-left:0;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:15px;
  padding-left:15px;
  border: 2px solid #d7d7d7;
  box-shadow: 2px 2px 2px #888888;
  

  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  behavior: url(border-radius.htc);
}
	
	section
	{
		width: 960px;
	/*	margin-left: 50px;
		margin-top: 50px;
		background-color: white;*/
	}
	
	.unstyled
	{
		list-style-type: none;
		list-style-position: outside;
		margin-bottom: 50px;
		padding-left: 0;
	}
	
	section ul li { margin-top: 50px; }
	
	section.panels {margin-left:55px;}
	
	section.buttons {clear:both;margin-top:100px;}
	
	p
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
	}
	
	/* @end STYLE FOR SAMPLE ONLY */
	/* @group  TOPPER */
	
	.topper {
		background-color: white;
		background-image: url(../images/Topper_Element_Pixels_8T_on_White_366x125.gif);
		background-repeat: no-repeat;
		background-position: right 8px;
		width: 960px;
		height: 134px;
		
		}
	
	/* header
	{
		background-color: white;
		background-image: url(../images/Topper_Element_Pixels_8T_on_White_366x125.gif);
		background-repeat: no-repeat; */
		/* background-position: right 8px;
		width: 960px;
		height: 134px;
		
		
	} */
	
	/* @end TOPPER */
	/* @group  FOOTER */
	
/*	.footerholder {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}
*/
	
	
	/*footer
	{	background-color: #ececec;
		background-image: url(../images/Footer_Element_Pixels_Tile_Horiz_8T_on_ececec_702x58.gif);
		background-repeat: repeat-x; */
		/*background-position: 0,0;
		height: 58px;		
		width:960px;
			} */
			
	.bottom	
		{background-color: #ececec;
		background-image: url(../images/Footer_Element_Pixels_Tile_Horiz_8T_on_ececec_702x58.gif);
		background-repeat: repeat-x;
		background-position: 0,0;
		height: 58px;		
		width:960px;
			}		
	
	/* @end FOOTER */
	
	/* @group PANELS */
	div.panel
	{	margin-top:30px;
		margin-left: 20px;
		width: 708px;
		padding-left: 50px;
		padding-right: 30px;
		padding-bottom: 30px;
		background-image: url(../images/Panel_Sprite_128_785x916.gif);
		background-position: 0 bottom;
		background-repeat: no-repeat;
	}
	
	div.panel header
	{
		width: 785px;
		height: 45px;
		margin-left: -50px;
		background-image: url(../images/Panel_Sprite_128_785x916.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
		color: #727474;
		text-align: center;
		line-height: 1em;
		padding-top: 20px;
		margin-bottom: 30px;
		font-family: "helvetica neue", helvetica, sans;
		text-shadow: 1px 1px 1px white;
		-moz-text-shadow: 1px 1px 1px 0 white;
		-webkit-text-shadow: 1px 1px 1px white;
	}
	
	div.panel header.short
	{
		height: 32px;
		background-image: url(../images/Panel_Sprite_128_785x916.gif);
		background-position: 0 -65px;
	}
	
	div.panel header h1
	{
		font-size: 20px;
		font-weight: normal;
		line-height:25px;
	}
	
	div.panel header h2
	{
		font-size: 18px;
		font-weight: normal;
		margin-top: 10px;
	}

	/* @end PANELS */

	
	/* @group  PROGRESS BARS */
	div.progressbar
	{	margin-left: 50px;
		width: 781px;
		height: 66px;
		background-image: url(../images/Progressbar_Process_Sprite_64pat_781x396.gif);
		background-color: white;
	}
	
	div.progressbar.state01 { background-position: 0 0; }
	div.progressbar.state021 { background-position: 0 -66px; }
	div.progressbar.state031 { background-position: 0 -132px; }
	div.progressbar.state04 { background-position: 0 -198px; }
	div.progressbar.state05 { background-position: 0 -264px; }
	div.progressbar.state06 { background-position: 0 -330px; }
	
	div.agreementbar
	{
		width: 287px;
		height: 60px;
		background-image: url(../images/Progressbar_Agreements_Sprite_256T_287x180.gif);
		background-color: white;
		position: relative;
		left: 325px; 
		
	}
	
	div.agreementbar.state01 { background-position: 0 0; }
	div.agreementbar.state02 { background-position: 0 -60px; }
	div.agreementbar.state03 { background-position: 0 -120px; }
	
	/* @end PROGRESS BARS */
	
	/* @group S */
		 	section.sliders
		 	{
		 		margin-top: 0;
		 		margin-bottom: 30px;
		 		width: 400px;
		 	}
		 	
		 	section.sliders p { margin-top: 40px; }
		 	
		 	section.sliders input
		 	{
		 		border: 0;
		 		color: #f6931f;
		 		font-weight: bold;
		 	}
		 	
		 	section.sliders div.
		 	{
		 		height: 10px;
		 		background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, rgb(233,233,233)), color-stop(0.63, rgb(211,211,211)) );
		 	}
		 	
		 	section.sliders .ui-slider-handle /*Overrides default  styling for handle*/
		 	{
		 		background-image: url(../images/Slider_Handle_with_Shadow_24b_22x24.png) !important;
		 		background-position: 0px 0px !important;
		 		background-repeat: none !important;
		 		height: 24px !important;
		 		width: 22px !important;
		 		background-color: transparent !important;
		 		border: 0px transparent solid !important;
		 		outline: none;
		 	}

	/* @end S */

	/* @group PROFESSIONAL TRADER BUTTON */
	div.professionalTraderButton
	{
		width: 324px;
		height: 38px;
		background-color: white;
		vertical-align: middle;
		
	}
	
	div.professionalTraderButton a
	{
		background-image: url(../images/Button_Professional_Trader_Sprite_256T_on_White_324x118.gif);
		background-position: 0 0;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	
	div.professionalTraderButton a:hover
	{
		background-image: url(../images/Button_Professional_Trader_Sprite_256T_on_White_324x118.gif);
		background-position: 0 -40px;
	}
	
	div.professionalTraderButton a:active
	{
		background-image: url(../images/Button_Professional_Trader_Sprite_256T_on_White_324x118.gif);
		background-position: 0 -80px;
	}
	
	/* @end PROFESSIONAL TRADER BUTTON */
	/* @group ROUNDED ORANGE AND BLUE BUTTONS */
	.buttonRounded
	{
		color: white !important;
		display: inline-block;
    cursor: pointer;
		height: 17px;
		margin: 0 1em 1em 15px;
		padding: 4px 20px 6px 5px;
		position: relative;
		text-decoration: none !important;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		text-shadow: 0 1px 1px #9b5510;
		background-image: url(../images/Buttons_Rounded_Right_500x108.png);
		background-repeat: no-repeat;
		background-position: right 0px;
	}
	
	.buttonRounded span
	{
		height: 27px;
		left: -15px;
		position: absolute;
		top: 0;
		width: 15px;
		background-image: url(../images/Buttons_Rounded_Left_15x108.png);
		background-repeat: no-repeat;
		background-position: left 0px;
	}
	
	.buttonRounded:hover
	{
		background-image: url(../images/Buttons_Rounded_Right_500x108.png);
		background-repeat: no-repeat;
		background-position: right -27px;
	}
	
	.buttonRounded:hover span
	{
		background-image: url(../images/Buttons_Rounded_Left_15x108.png);
		background-repeat: no-repeat;
		background-position: left -27px;
	}
	
	.buttonRounded.blue { background-position: right 0px; }
	.buttonRounded.blue span { background-position: left 0px; }
	.buttonRounded.blue:hover { background-position: right -27px; }
	.buttonRounded.blue:hover span { background-position: left -27px; }
	.buttonRounded.orange { background-position: right -54px; }
	.buttonRounded.orange span { background-position: left -54px; }
	.buttonRounded.orange:hover { background-position: right -81px; }
	.buttonRounded.orange:hover span { background-position: left -81px; }
	
	/* @end ROUNDED ORANGE AND BLUE BUTTONS */
	
	/* @group BIG ORANGE AND BLUE BUTTONS */
	.buttonBig
	{
		color: white !important;
		display: inline-block;
		height: 32px;
		margin: 0 1em 1em 15px;
		padding: 20px 20px 6px 5px;
		position: relative;
		text-decoration: none !important;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		text-shadow: 0 1px 1px #9b5510;
		background-image: url(../images/Buttons_Big_Right_500x232.png);
		background-repeat: no-repeat;
		background-position: right 0px;
	}
	
	.buttonBig span
	{
		height: 58px;
		left: -15px;
		position: absolute;
		top: 0;
		width: 15px;
		background-image: url(../images/Buttons_Big_Left_16x232.png);
		background-repeat: no-repeat;
		background-position: left 0px;
	}
	
	.buttonBig:hover
	{
		background-image: url(../images/Buttons_Big_Right_500x232.png);
		background-repeat: no-repeat;
		background-position: right -27px;
	}
	
	.buttonBig:hover span
	{
		background-image: url(../images/Buttons_Big_Left_16x232.png);
		background-repeat: no-repeat;
		background-position: left -27px;
	}
	
	.buttonBig.blue { background-position: right 0px; }
	.buttonBig.blue span { background-position: left 0px; }
	.buttonBig.blue:hover { background-position: right -58px; }
	.buttonBig.blue:hover span { background-position: left -58px; }
	.buttonBig.orange { background-position: right -116px; }
	.buttonBig.orange span { background-position: left -116px; }
	.buttonBig.orange:hover { background-position: right -174px; }
	.buttonBig.orange:hover span { background-position: left -174px; }
	
	/* @end BIG ORANGE AND BLUE BUTTONS */

/* This imageless css button was generated by CSSButtonGenerator.com */
.largeButton {
	color:#ffffff !important;
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(border-radius.htc) !important;
	border:1px solid #84bbf3;
	display:inline-block;	
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:15px 35px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.largeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
}.largeButton:active {
	position:relative;
	top:1px;
	
}

/* button from bootstrap */

.btn-150 {
	width:150px;	
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */  
  text-decoration:none;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-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;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-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(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  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);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-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(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  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);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-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(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  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);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-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(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  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);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-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(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  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);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}


/* Wizard breadcrumbs */

.wizard {
	padding: 20px 0px 20px 130px;
}

.wizard a {padding: 12px 12px 10px 12px; margin-right:5px; background:#efefef; position:relative; display:inline-block; }
.wizard a:before {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
.wizard a:after {width:0px; height:0px; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
.wizard a:first-child:before {border:none;}
.wizard a:last-child:after {border:none;}

.wizard a:first-child {-moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius:   4px 0 0 4px;}
.wizard a:last-child {-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius:   0 4px 4px 0;}

.wizard .badge {margin:0 5px 0 18px; position:relative; top:-1px;}
.wizard a:first-child .badge {margin-left:0;}

.wizard .current {background:#006598; color:#fff;}
.wizard .current:after {border-left-color:#006598;}


a.btn {
	text-decoration:none;	
	
}

	
	p.height-sm {
		line-height: 85%;			
	}
	
	h3.height-sm {
		line-height: 85%;			
	}
	
	h2.height-sm {
		line-height: 80%;			
	}
	
	h1.height-sm {
		line-height: 70%;			
	}
	
.badge {
    background-color: #999999;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.badge-inverse {
	background-color:#FFFFFF;
	color:#000000;
	
}

.badge {
    border-radius: 9px 9px 9px 9px;
    padding-left: 9px;
    padding-right: 9px;
}


.hidden {
	display:none;
            }
			
.table-outline {
  max-width: 100%;
  background-color:#E7E8E9;
  border-color:#000000;
  font-size:12px;
}
