body,
#footer {
	/*background-color: #666 !important;
	*/
	}
#fullDiv,
#fullDivContentWhite {
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}
#fullDivContentWhite {
	background: none !important;
}

small {
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

#fullWidthContent {
	width: 974px;
	margin: 5px 3px 5px 3px;
	padding: 0 0 30px 0;
	overflow: hidden;
	background: #fff;
	_height: 1%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

#fullWidthContent p,
#fullWidthContent li {
	font-size: 14px;
	line-height: 1.5em;
}

#ms_content {
	padding: 0 30px 30px 30px;
}

#ms_faq {
	width: 700px;
	margin: 30px auto 0px auto;
}

#foursteps {
	width: 600px;
	margin: 30px auto 0px auto;
}

#ms_logo {
	float: left;
	text-align: left;
	width: 400px;
	padding-top: 30px;
	color: #000;
}

#ms_logo h3 {
	font-size: 14px;
	margin-top: 0px;
	font-weight: normal;
}

#ms_header {
	margin: 30px auto 30px auto;
	width: 700px;
	clear: both;
	text-align: center;
}

.applinktopright {
	display: block;
	width: 127px;
	height: 44px;
	margin: 10px;
	float: right;
	clear: none;
}

#ms_header h2 a:link,
#ms_header h2 a:visited {
	color: #0066cc;
	text-decoration: none;
}
#ms_header h2 a:hover,
#ms_header h2 a:active {
	color: #80acd9;
	/*color: #0066cc;*/
}
#ms_header h2 a {
	
}
#ms_header h1 {

	margin: 0 0 6px 0;

	font-size: 36px;
}

#ms_header h2 {
	margin-top: 0;
	color: #666;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px !important;
	text-align: center;
	border: none;
}

#ms_nav {
	list-style-type: none;
	float: right;
	clear: right;
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 30px;
	margin-right: 0;
	width: 470px;
	/*
	border-radius: 6px;
	moz-border-radius: 6px;
	webkit-border-radius: 6px;
	*/
}

#ms_nav li {
	display: inline;
	margin-left: 0 !important;
}

#ms_nav a {
	float: left;
	width: 115px;
	border-right: 1px solid #919bac;
	border-left: 1px solid #e1e3e8;
	text-align: center;
	background: #eeeff2;
	padding: 7px 0;
	margin: 0;
	/* fallback (Opera) */
    background: #008800;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #eeeff2, #a8b0bd);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#eeeff2), to(#a8b0bd));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#eeeff2', EndColorStr='#a8b0bd', GradientType=0);

}
#ms_nav li:first-child a {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-left: none;
}
#ms_nav a.getitnow {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	/* fallback (Opera) */
    background: #4788c9;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #4788c9, #295b8d);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#4788c9), to(#295b8d));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#4788c9', EndColorStr='#295b8d', GradientType=0);

	border-right: none;
}

#ms_nav a.active,
#ms_nav a:active {
	/* fallback (Opera) */
    background: #3a444e;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #3a444e, #6f8297);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#3a444e), to(#6f8297));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#3a444e', EndColorStr='#6f8297', GradientType=0);

	border-right: none;
	cursor: default;
}
#ms_nav a.active:link,
#ms_nav a.active:active,
#ms_nav a.active:visited,
#ms_nav a.getitnow:link,
#ms_nav a.getitnow:active,
#ms_nav a.getitnow:visited {
	color: #fff;
}


#ms_nav a:hover {
	text-decoration: none;
}

.ms_half {
	float: left;
	width: 300px;
	margin-right: 40px;
}
.ms_half.right {
	margin-right: 0;
}

#ms_home,
#ms_content {
	color: #000;
	text-align: left;
	overflow: hidden;
}
#ms_content h2 {
	color: #000;
	border-bottom: 1px solid #999;
}
#ms_home {
	overflow: hidden;
	text-align: left;
	margin-top: 30px;
	background: none;
}

#ms_homebullets {
	float: left;
	width: 260px;
	margin-left: 50px;
	padding-top: 40px;
}

#ms_homephones {
	float: right;
	width: 620px;
}

#ms_homebullets h3,
#ms_content h3 {
	font-size: 16px;
}
#ms_content h3 {
	margin-bottom: .5em;
}

#ms_homebullets p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0.5em 0 1em 0;
}

#ms_emailform {
	float: left;
	z-index: 100;
}

#emailinput {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	width: 200px;
	height: 22px;
	font-size: 14px;
	color: 999;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}

.inputblurred {
	color: #999;
}
.inputfocused {
	color: #000;
}

#emailsubmit {
	float: left;
	margin-left: -2px;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	cursor: pointer;
	height: 32px;
	padding: 0 10px 0 10px;
	width: auto;
	overflow: visible;
	border: 1px solid #eabb00;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	/* fallback (Opera) */
    background: #ffff99;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #ffff99, #ffcc00);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#ffff99), to(#ffcc00));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#ffff99', EndColorStr='#ffcc00', GradientType=0);
}

#emailsubmit:active {
	/* fallback (Opera) */
    background: #ffcc00;
   
}

#emailsubmit.submitted {
	background: #ccc;
	cursor: default;
	color: #666;
	border: 1px solid #ccc;
}
#emailinput.submitted {
	background: #ddd;
	color: #666;
	cursor: default;
}


#ms_emaildupe,
#ms_emailgood,
#ms_emailerr {
	float: left;
	clear: left;
	width: 480px;

	display: none;
	margin-top: 0;
	color: #cc0000;
}
#ms_emaildupe span,
#ms_emailgood span,
#ms_emailerr span {
	display: block;

	padding: 2px 6px;
	background: #ffff99;
}
#ms_emailgood span {
	color: #006633;
}

#share_links {
	float: right;
	padding: 8px 0 0 0;
	clear: none;
	margin-bottom: 7px;
}
#accordion h3 {
	padding: 5px !important;
	line-height: 1em;
}
#accordion .ui-state-default.ui-state-hover a:link {
	color: #fff!important;
}
#accordion {

}
.ui-icon {
	display: inline-block !important;
	
}
#ms_accordion {
	width: 600px;
	margin: 0 auto;

}
#ms_accordion div a:link,
#ms_accordion div a:visited {
	color: #369 !important;
}
#ms_accordion div a:hover {
	color: #cc0000 !important;
}
#ms_accordion p {
	padding: 10px;
}
#MSvsMRS p {
	padding: 0;
}
#MSvsMRS tr td {
	border: 1px solid #ddd;
	padding: 5px;
}

.mve_ms, .mve_mrs {
	text-align: center;
	width: 135px;
}

.mve_ms {
	background-color: #f0f8f0; 	
}

/* Yes, so I copied the buttons styles from Mobile! --P.B. */

a.db_button {
	display: block;
	overflow: hidden;
	_height: 1%;
	background: url(http://www.microstrategy.com/dashboards/graphics/button_sprite.png) no-repeat 0 0;
	height: 44px;
	width: 244px;
	color: #fff;
	text-align: left;
}

a.db_button.db_button_big {
	background: url(http://www.microstrategy.com/freemobilebi/graphics/db_button_big.png) no-repeat 0 0;
	height: 44px;
	width: 301px;
}

a.db_button.db_button_medium {
	background: url(http://www.microstrategy.com/freemobilebi/graphics/db_button_medium.png) no-repeat 0 0;
	height: 44px;
	width: 269px;
}

a.db_button:link,
a.db_button:visited,
a.db_button:hover,
a.db_button:active,
a.db_playbutton
{ color: #fff !important; text-decoration: none !important;
}

a.db_button:link {

}
a.db_button:visited {
}
a.db_button:hover {
	background-position: 0 -44px;
}
a.db_button:active {
	background-position: 0 -88px;
}

a.db_button span {
	font-size: 13px;
	line-height: 15px;
	display: block;
	padding: 7px 20px 0 21px;
text-shadow: 1px 1px 5px #336699;
}

a.db_playbutton span {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	display: block;
	padding: 8px 20px 0 16px;
text-shadow: 1px 1px 5px #336699;
}

a.db_playbutton {
	display: block;
	width: 212px;
	height: 33px;
	background: url(http://www.microstrategy.com/dashboards/graphics/video_button_sprite.png) no-repeat top left;
	color: #fff !important;
}

a.db_playbutton:hover {
	background-position: 0 -33px;
}

a.db_playbutton:active {
	background-position: 0 -66px;
}


