@import url(http://fonts.googleapis.com/css?family=Titillium+Web:200,300,400);

*{
	outline: none !important;
}

body{
	margin:0;
	color:#534741;
	font-family: 'Titillium Web', sans-serif;
	font-size: 100%;
}
p {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.3em;
}
h1 {
	font-size: 3em;
	font-weight: 200;
	color: #cb4817;
	line-height: 1.2em;
}
h2 {
	font-size: 1.357em;
	font-weight: 400;
	line-height: 1.5em;
	color: #000;
}
li {
	list-style-type: square;
}
ol.number li {
	list-style-type: decimal;
}
img {
	border-style:none;
}
a {
	text-decoration:none;
	color: #cb4817;
	cursor:pointer;
}

.clear{
	clear: both;
}

.divider{
	border-top: 1px solid #ccc;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 24px;
}

.spacer{
	padding: 4px;
}

.sections h2{
	font-size: 18px;
	line-height: 22px;
}

a:hover {
	text-decoration:underline;
	color: #b81000;
}
a:active {
	background-color:transparent;
}
.ie{
	display: none;
}
#header {
	width: auto;
	height: 70px;
	background: #2c2c2c url(../../_media/images/texture-dark.gif) repeat;
	-webkit-box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 -8px 10px rgba(0,0,0,0.2) inset;
	box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.2) inset;
	overflow: hidden;
}
.logo {
	float: left;
	width: 366px;
	height: 70px;
	background: url(../../_media/images/svg/blackbox-logo.png);
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
}

.logo a {
	display: block;
	height: 100%;
}
#header .navigation {
	float: left;
	list-style: none;
	margin: 17px 0; 
	height: 36px;
	background: url(../../_media/images/nav-divider.gif) repeat-y left top;
}
#header .navigation li {
	display: inline-block;
	padding: 5px 13px 20px 10px !important;
	background: url(../../_media/images/nav-divider_menu.gif) no-repeat right top;
}
#header .navigation li:first-child {
	padding-left: 13px;
}

#header .navigation > li:hover > a{
	text-decoration: none;
	background-color: #b81000;
	color: #fff;
}
#header .navigation li.active a{
	text-decoration: none;
	background-color: #b81000;
	color: #fff;
}

#header .navigation a {
	font-size: 18px;
	font-weight: 200;
	color: #CCC;
	display: block;
	line-height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-bottom: 3px;
}
#header .navigation a:hover {
	text-decoration: none;
	background-color: #b81000;
	color: #fff;
}

#header .navigation li ul.drop_down{
	position: absolute;
	display: none;
	margin-top: 19px;
	margin-left: -14px;
	background: #333;
	padding: 5px;
	border-radius: 0 0 3px 3px;
}
#header .navigation li ul.drop_down li{
	display: block;
	background: none;
	margin: 0;
	padding: 0 !important;
}

#header .navigation li ul.drop_down li a{
	background: none;
	color: #ccc;
	background: #292929;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #555;
	font-weight: 200;
	padding: 5px 24px;
	margin-bottom: 2px;
	font-size: 15px;
}

#header .navigation li ul.drop_down li a.no_margin{
	margin-bottom: 0;
}

#header .navigation li ul.drop_down li a:hover{
	text-decoration: none;
	background-color: #b81000;
	color: #fff;
}

#header .navigation > li:hover > ul.drop_down{
	display: block !important;
	z-index: 99;
}

#header .social {
	float: right;
	display: block;
	list-style-type: none;
	height: 36px;
	margin: 17px 0px;
}
#header .social li {
	float: left;
	background: url(../../_media/images/nav-divider.gif) repeat-y left top;
	list-style: none;
}
#header .social .twitter {
	background: url(../../_media/images/svg/twitter_w.png) no-repeat;
	background-size: 100%;
}
#header .social .twitter:hover {
	background: url(../../_media/images/svg/twitter_w_hover.png) no-repeat;
	background-size: 100%;
}
#header .social .facebook {
	background: url(../../_media/images/svg/facebook_w.png) no-repeat;
	background-size: 100%;
	
}
#header .social .facebook:hover {
	background: url(../../_media/images/svg/facebook_w_hover.png) no-repeat;
	background-size: 100%;
}
#header .social .linked-in {
	background: url(../../_media/images/svg/googleplus2.png) no-repeat;
	background-size: 100%;
}
#header .social .linked-in:hover {
	background: url(../../_media/images/svg/googleplus.png) no-repeat;
	background-size: 100%;
}
#header .social a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 9px 20px 9px 22px;
}
#footer .navigation {
	float: left;
	list-style: none;
	margin: 0; 
}
#footer .navigation li {
	display: inline-block;
	padding-right: 21px;
	padding-left: 20px;
	border-right: 1px solid #999;
	line-height: 16px;
}
#footer .navigation li:last-child {
	border: none;
}
#footer .navigation li:first-child {
	padding-left: 0;
}
#footer .navigation a {
	color: #6d6e71;
}
#footer .navigation a:hover {
	text-decoration: underline;
	color: #555;
}
#footer .social {
	float: right;
	display: block;
	list-style-type: none;
	height: 17px;
	margin: 0; 
}
#footer .social li {
	float: left;
	margin-left: 20px;
	list-style: none;
}
#footer .social li:first-of-type {
	margin-left: 0;
} 
#footer .social .twitter {
	background: url(../../_media/images/svg/twitter.png) no-repeat;
	background-size: 100%;
}
#footer .social .twitter:hover {
	background: url(../../_media/images/svg/twitter_hover.png) no-repeat;
	background-size: 100%;
}
#footer .social .facebook {
	background: url(../../_media/images/svg/facebook.png) no-repeat;
	background-size: 100%;
}
#footer .social .facebook:hover {
	background: url(../../_media/images/svg/facebook_hover.png) no-repeat;
	background-size: 100%;
}
#footer .social .linked-in {
	background: url(../../_media/images/svg/linkedin.png) no-repeat;
	background-size: 100%;
}
#footer .social .linked-in:hover {
	background: url(../../_media/images/svg/linkedin_hover.png) no-repeat;
	background-size: 100%;
}
#footer .social a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 17px;
	height: 17px;
}
#footer {
	font-size: .875em;
	font-weight: 300;
	width: auto;
	background: #dfdddf url(../../_media/images/texture-light.gif) repeat;
	border-top: 1px solid #999;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 8px 10px rgba(0,0,0,0.2) inset;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2) inset;
	position: relative;
}
#footer .container {
	margin-top: 80px;
	margin-bottom: 80px;
}
#footer hr {
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid whiteSmoke;
}
.copy {
	color: #6d6e71;
}
.slideshow {
	margin-top: 60px;
}
#main-area 
{
    height:100%;
	background: #dadad2 url(../../_media/images/main-stage-bg-01.jpg) no-repeat top;
	overflow: hidden;
	z-index: 2;
	position: relative;
	background-size: 100% 100%;
}
#main-area .content-hold {
	margin-bottom: 60px;
}
.info-box {
	width: auto;
	min-height: 300px;
	padding: 10px 30px;
	background-color:#ffffff;
	border:1px solid #CCC;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 20px;
}
.info-box-copy {
	min-height: 235px;
}
#hero-box1 h1 {
	color: #FFF;
	background-color: rgba(184,16,0,0.8);
	padding: 30px 57% 30px 30px;
	margin: 30px 45px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	min-height: 130px;
}
#hero-box1 h2 {
	margin-top: 0px;
	padding: 30px 55% 30px 30px;
	margin-right: 44px;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#hero-img-01updage {
	position: absolute;
	width: 680px;
	right: 60px;
	top: 20px;
}
#hero-img-01 {
	position: absolute;
	width: 680px;
	right: 0;
	top: 0;
}

.carousel-inner {
	padding-bottom: 80px;
}
.shiny-btn, #submit {
	display: inline-block;
	padding: 8px 10px 9px ;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	text-shadow:none;
	border:none;
	font-weight: 400;
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

}
.shiny-btn:hover, #submit:hover {
	color: #FFF;
	text-decoration: none;
	background: #b81000; /* Old browsers */
	background: -moz-linear-gradient(top, #b81000 0%, #b81000 50%, #e25151 91%, #dc2e2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b81000), color-stop(50%,#b81000), color-stop(91%,#e25151), color-stop(100%,#dc2e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b81000 0%,#b81000 50%,#e25151 91%,#dc2e2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b81000 0%,#b81000 50%,#e25151 91%,#dc2e2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b81000 0%,#b81000 50%,#e25151 91%,#dc2e2e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b81000 0%,#b81000 50%,#e25151 91%,#dc2e2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81000', endColorstr='#dc2e2e',GradientType=0 ); /* IE6-9 */
}
.shiny-btn img {
	margin: -2px 0 0 10px;
}
a.read-more {
	font-size: .81818182em;
	padding-right: 20px;
	background: url(../../_media/images/more-arrow-02.png) no-repeat right 8px;
}
#main {
	width: auto;
	overflow: hidden;
	background: #fff url(../../_media/images/bg-int-01.jpg) repeat-x top;
	position: relative;
	z-index: 2;
}
#main .content-hold {
	background-color: #FFF;
	position: relative;
	top: -126px;
	z-index: 2;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#main .content-inner {
	width: auto;
	overflow: hidden;
	padding: 10px 30px 30px;
}
.title h1 {
	margin-bottom: -10px;
}
.sub-title h2 {
	margin-top: -10px;
	font-size: 1.55em;
}
.sub-title {
	margin-bottom: 30px;
}
#header-img {
	width: auto;
	height: 200px;
	position: relative;
	z-index: 1;
}
.content {
	padding-bottom: 30px;
}

.row-fluid .content p{
	line-height: 1.7em;
}

.content img {
	margin-bottom: 20px;
	border: 1px solid #d6d6d6;
}
.content img.noborder {
	border:none;
}
.content .span2 img {
	margin-top:10px;
}
.sidebar-hold .sidebar01, .sidebar-hold .sidebar02,
.sidebar-hold .sidebar00{
	width: auto;
	overflow: hidden;
	min-height: 100px;
	padding: 20px;
}

.sidebar00{
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #dfdfdf;
	border-top: none;
}
.sidebar01 {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: 1px solid #dfdfdf;
}
.sidebar02 {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.sidebar-hold p {
	font-size: 16px;
}
.sidebar-hold h2 {
	margin: 0;
	padding-bottom: 10px;
	display: block;
	width: auto;
	border-bottom: dotted 1px #dfdfdf;
	font-size: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
}

/* SVG Sidebar Icons */
.sidebar-hold h2.datasheet{
	background: url(../../_media/images/svg/overview_datasheet.png) no-repeat;
	background-position: -3px 5px;
	background-size: 20px 20px;
}

.sidebar-hold h2.contact{
	background: url(../../_media/images/svg/contact_us.png) no-repeat;
	background-position: -3px 6px;
	background-size: 20px 20px;
}

.sidebar-hold h2.demo{
	background: url(../../_media/images/svg/demo.png) no-repeat;
	background-position: -3px 6px;
	background-size: 20px 20px;
}

.sidebar-hold h2.services{
	background: url(../../_media/images/svg/services_offering.png) no-repeat;
	background-position: -2px 6px;
	background-size: 20px 20px;
}

.sidebar-hold h2.showcase{
	background: url(../../_media/images/svg/showcase_app.png) no-repeat;
	background-position: 0px 5px;
	background-size: 20px 20px;
}

.sidebar-hold ul {
	margin-left: 0;
}
.sidebar-hold li {
	list-style-type: none;
}
.content-hold hr {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #FFF;
}
.sidebar-hold .shiny-btn {
	margin-top: 20px;
	float: left;
	clear: both;
}
.addthis-hold {
	position: relative;
}
.addthis {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
}
a.toggleMenu {
	display: none;
	margin: 20px 20px 0 0;
	border: 1px solid #222;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	padding: 5px 21px;
	background: #b81000;
	float: right;
	cursor: pointer;
}

a.toggleMenu:hover{
	color: #fff;
	text-decoration: none;
}
.x-carousel-dot {
	display: inline-block; 
	width: 14px; 
	height: 14px; 
	background: #999;
	border-radius: 10px;
	border: 1px solid #888;
	margin-right: 5px;
}
.x-carousel-dot.active {
	background: #B81000;
}
#header{
	height: 70px;
}
.header-active{
	height: 70px !important;
}

.bio_container{
	padding-top: 20px;
}

span.bio_title{
	border-top: 1px solid #ccc;
	padding: 25px 0;
	margin-top: 10px;
	font-size: 22px;
	line-height: 24px;
	display: block;
}

span.bio_title_no{
	padding-bottom: 0;
} 
.bio .content{
	width: 520px;
	float: right;
	margin-top: -7px;
}

.bio .content p{
	font-size: 16px;
	line-height: 24px;
}

.bio img{
	width: 250px;
}

form div.text{
	width: 300px;
	padding: 5px 0;
	float: left;
}

form div.text_s{
	width: 100% !important;
}

form div.textarea{
	width: 100%;
	float: left;
}

textarea{
	min-height: 100px;
	max-height: 250px;
	height: 100px;
	width: 568px;
	min-width: 568px;
	max-width: 100%;
}
select{
	color: #555;
}
input,
textarea, 
.uneditable-input{
	width: 267px;
}

select{
	width: 280px;
}

input[type="submit"], #contact-form-btn{
	border: none;
	padding: 7px 18px;
}

/* CSS FOR MINI NAV */

.mini_nav {
    list-style: none;
     *zoom: 1;
    background:#333;
	position: absolute;
	/* right: 128px;    Use this when you have 3 social icons to make the drop down menu aligned */
	right: 70px;
	border-radius: 0 0 5px 5px;
	top: 70px;
	z-index: 3;
	padding: 3px;
	width: 210px;
}
.mini_nav:before,
.mini_nav:after {
    content: " "; 
    display: table; 
}
.mini_nav:after {
    clear: both;
}
.mini_nav ul {
    list-style: none;
	padding: 0;
	margin: 0
}
.mini_nav a {
    padding: 10px 15px;
    color: #fff;
}
.mini_nav li {
    position: relative;
	background: #292929;
	padding: 0px;
	border-radius: 6px;
	font-weight: 200;
	font-size: 15px;
	margin-bottom: 2px;
}	

.mini_nav > li.top{
	border-top: none;
}

.mini_nav li a:hover{
	text-decoration: none;
	background: #b81000;
	color: #fff;
	border-radius: 6px;
}

.mini_nav > li > .parent {
    background: url(../../_media/images/downArrow.png);
    background-repeat: no-repeat;
	background-position: 95% 50%;
}

.mini_nav > li > .parent:hover{
    background: #b81000 url(../../_media/images/downArrow.png);
    background-repeat: no-repeat;
	background-position: 95% 50%;
}

.mini_nav > li.hover > .parent {
	background: #b81000 url(../../_media/images/upArrow.png);
    background-repeat: no-repeat;
	background-position: 95% 50%;
	border-radius: 6px;
}

.mini_nav > li {
    border: 1px solid #444 !important;
	list-style: none;
}

.mini_nav > li ul li ul li.last,
.mini_nav > li ul li.last,
.mini_nav > li.last{
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	list-style: none;
	margin-bottom: 0;
}

.mini_nav > li > a {
    display: block;
}
.mini_nav li  ul {
    position: absolute;
    left: -9999px;
	padding: 0;
	margin: 0
}
.mini_nav > li.hover > ul {
    left: 0;
}
.mini_nav li li.hover ul {
    left: 100%;
    top: 0;
	padding: 0;
	margin: 0
}
.mini_nav li li a {
    display: block;
    background: #d1d1d1;
	color: #777;
    position: relative;
    z-index:100;
    border-top: 1px solid #999;
	list-style: none;
}
.mini_nav li li li a {
    background:#f1f1f1;
	color: #333;
	border-top: 1px solid #ccc;
    z-index:200;
}

.mini_nav li ul li{
	list-style: none;
}

.mini_nav > li > .parent {
    background-position: 95% 50%;
}
.mini_nav li li .parent {
    background-image: url(../../_media/images/downArrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.mini_nav ul {
    display: block;
}
.mini_nav > li.hover > ul , .mini_nav li li.hover ul {
    position: static;
}

.mini_nav li.active a{
	background: #b81000;
	color: #fff;
	border-radius: 6px;
}

.mini_nav li.active a.parent{
	background: #b81000;
	color: #fff;
	border-radius: 6px;
	background-image: url(../../_media/images/downArrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.mini_nav li.test ul li a{
	background: #444;
	border: 1px solid #555;
	color: #fff;
	border-radius: 6px;
	font-size: 13px;
}
.mini_nav li.test ul li a:hover{
	text-decoration: none;
	background: #888;
	color: #fff;
}

#main-carousel{
	min-height: 530px;
}

.carousel{
	margin-bottom: -20px;
}

.content ul li{
	padding: 8px;
}

.content ol li{
	padding: 8px;
}

.content h4{margin-top:30px;}

.row-fluid .span3.sidebar_top{
	padding-top: 67px;
}

.slideshow a.carousel-control{
	line-height: 28px;
}

.touchcarousel .tc-paging-container {
	display: block;
}

.content-inner .span9 .googlemaps{
	float: left;
}

.content-inner .span9 .googlemaps img{
	display: block;
	float: left;
}

.content-inner .span9 .contact_us{
	float: left;
	margin-left: 20px;
	width: 220px;
}

#jobviteframe_btn{
	display: none;
}

#main-carousel .pagination{
	display: inherit !important;
	position: absolute;
	top: 467px;
	left: 46.5%;
}

.hide{
    display: none
}

.hidden{display:none}

.option-columns .span4{border:solid 1px #ccc;border-radius:6px}
.option-columns .span4 img{width:100%;border:none;margin-bottom:0}
.option-columns .span4 p{font-size:14px;margin:6px}
.option-columns .span4 ul{margin:10px 0 14px 0}
.option-columns .span4 li{padding:0 0 0 8px;font-size:14px;list-style-type:none}
.option-columns .span4 li i, .option-columns li i{margin:5px 6px 0 0;background-image:url("../../_media/images/glyphicons-halflings.png")}
.option-columns .shiny-btn{width:81px;display:block;margin:0 auto 20px}
.option-columns .column-title{padding:19px 0;border-radius:6px 6px 0 0;color:#fff;font-size:20px;text-align:center;background:#C50000}

#invitation-container{background:#f7f7f7}
#invitation-container input{margin:8px 0}
#invitation-container h2{padding-left:0}

.icon-pencil{margin:6px 4px 0 0;background-image:url("../../_media/images/glyphicons-halflings.png")}

#request-invitation-complete{background:#d3ebd3}

#captcha, #captcha-contact, #captcha-pwd{display:block;text-align:center}
.captcha{border:1px solid #BBB;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);float:left;height:28px;margin:3px;width:28px;border-radius:4px}
.captcha-refresh{cursor:pointer;border:1px solid #777;float:left;height:28px;margin:3px;width:28px;border-radius:4px;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffaaa', GradientType=0);*background-image: linear-gradient(to bottom, #ffffff, #aaa);
}
.captcha-refresh:hover{background-color:#ccc;*background-color:#ddd;background-position:0 -28px;-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}
.captcha-refresh i{margin-top:6px;opacity:.7;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75)}
#captcha .icon-refresh{background-image:url("../../_media/images/glyphicons-halflings.png")}


#confirm-tos-dialog .modal-body{height:200px}

h1 .tm{top:-2.3em;font-size:11px;}

.dwonloadLinks a, .dwonloadLinks a:visited  
{
border:1px solid #BBB;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
height:28px;
padding:3px;
width:100px;
border-radius:4px;
background-color:#c50000;
}

.na
{
    Opacity:0.3}
    
    
    .row-fluid .span4{
    background-color: rgba(255,255,255,0.6);
    }