body {
	margin: 0;
	padding: 0;

	background-color: #f7f7f7;
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #606162;
}

a {
	color: #606162;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

a img {
	border: 0;
}

@font-face {
	font-family: balootamma2medium;
	src: url(/Baloo_Tamma_2/BalooTamma2-Medium.ttf);
}

@font-face {
	font-family: balootamma2regular;
	src: url(/Baloo_Tamma_2/BalooTamma2-Regular.ttf);
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: balootamma2medium;
	line-height: 1.0;
}

h1 { font-size: 28px; }
h2, .h2 {
	font-size: 22px;
	margin-bottom: 3px;
}
h3, .h3 { font-size: 15px; }

ul, ol {
	margin: 0;
}

ol {
	padding-left: 44px;
}

ul.noindent, ol.noindent {
	padding: 0;
}

ul.noindent { padding-left: 5px; }
ol.noindent { padding-left: 5px; }

/*20px padding-left from (#/.)content + some pad*/
#content ul.noindent, .content ul.noindent { padding-left: 21px; }
#content ol.noindent, .content ol.noindent { padding-left: 25px; }

/*15px padding-left from (#/.)content_content + some pad (more for ol's)*/
#content_content ul.noindent, .content_content ul.noindent { padding-left: 20px; }
#content_content ol.noindent, .content_content ol.noindent { padding-left: 25px; }

.blurb, .yellowblurb {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	font-style: italic;
	line-height: 1.4em;
	font-size: 1.1em;
}

.blurb {
	border-left: 7px solid #606162;
	color: #606162;
}

.yellowblurb {
	border-left: 7px solid #feb813;
	color: #feb813;
}

.code {
	font-family: 'Courier New', Courier;
	font-size: 14px;

	background-color: #f7f7f7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cccccc;
}

.button {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	text-decoration: none;

	font-size: 26px;
	font-weight: bold;

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

	color: white;
}

.hidden { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.heightzero { height: 0; }

.bold { font-weight: bold; }
.nooutline { text-decoration: none; border-bottom: 0; }
.center { text-align: center; }

.indent {
	margin-left: 20px;
	margin-right: 20px;
}

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.header_color_bar {
	height: 3px;
	float: left;
}

.header_color_bar_5 {
	width: 200px;
}

.header_color_bar_6 {
	width: 166px;
}

#header_color_bar_1, .yellow { background-color: #feb813; }
#header_color_bar_2, .red { background-color: #ee1846; }
#header_color_bar_3, .purple { background-color: #a3238f; }
#header_color_bar_4, .blue { background-color: #0089d0; }
#header_color_bar_5, .green { background-color: #009352; }

#header_color_bar_trans_1 { background-color: #52c8f6; }
#header_color_bar_trans_2 { background-color: #f3a1b1; }
#header_color_bar_trans_3 { background-color: #ffffff; }
#header_color_bar_trans_4 { background-color: #f3a1b1; }
#header_color_bar_trans_5 { background-color: #52c8f6; }

#header_color_bar_pride_1 { background-color: #e00e13; width: 167px; }
#header_color_bar_pride_2 { background-color: #fe8324; width: 167px; }
#header_color_bar_pride_3 { background-color: #ffeb37; }
#header_color_bar_pride_4 { background-color: #0b7527; }
#header_color_bar_pride_5 { background-color: #0143f8; width: 167px; }
#header_color_bar_pride_6 { background-color: #6a077a; width: 167px; }

#header_left {
	float: left;
}

#header_left a {
	border-bottom: 0;
}

#header_left_logo {
	margin-top: 10px;
}

#header_left_text, #header_right {
	font-family: balootamma2regular;
	line-height: 1.0;
}

#header_left_text {
	font-size: 13px;
	position: relative;
	left: 104px;
	top: -12px;
	color: #adaeae;
}

#header_right {
	float: right;
	margin-top: 45px;
	font-size: 20px;
}

#header_right a {
	margin-left: 9px;
	margin-right: 9px;
	text-decoration: none;
	border-bottom: 0;
	color: #929393; /*The same color as "creator" in the logo*/
}

#banner {
	width: 990px;
	padding: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0;

	font-size: 1.1em;

	background-color: #feb813;
	color: white;

	text-align: center;
}

#banner.bannerlink {
	font-size: 0.75em;
	font-weight: normal;
	border-bottom: 1px dotted white;

	color: white;
}

#content, .content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

	border: 2px solid #efefef;

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

	background-color: white;
}

#content_content, .content_content {
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#footer_links a {
	font-size: 13px;
	margin-left: 11px;
	margin-right: 11px;
	text-decoration: none;
	border-bottom: 0;
}

#footer_copyright {
	font-size: 11px;
	margin-top: 13px;
}

#working_foreground {
	display: none;
	font-size: 14px;
	color: white;
	position: fixed;
	width: 100px;
	top: 50%;
	left: 50%;
	z-index: 5001;
	text-align: center;
}

#working_background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: black;
}






#home_image2 {
	width: 960px;
	height: 513px;
}

#home_bottom {
	text-align: center;
}

#home_bottom a {
	text-decoration: none;
	border-bottom: 0;
}

#buttonstable {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#buttonstable tr td a {
	text-decoration: none;
	border-bottom: 0;
}

#buttonstable_freetrial td {
	font-size: 13px;
	text-align: center;
}

#buttonstable_freetrial td a {
	color: #009352;
}

#usedby {
	font-size: 13px;
	text-align: center;
	color: #929393;
}

#features_workseverywhere {
	height: 333px;
}

#features_workseverywhere1 {
	float: left;
	background-image: url('/Screenshots/iPad-and-iPhone-rundown-software-718x666.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 359px;
	height: 333px;
	background-size: 359px 333px;
}

#features_workseverywhere2 {
	float: left;
	background-image: url('/Browsers-512x132.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 521px;
	height: 283px;
	padding: 25px;
}

#newsrundownsoftware_table {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.plansandpricing_plan {
	float: left;

	width: 275px;
	margin-right: 5px;
	padding: 15px;
	letter-spacing: 1px;

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

	text-align: center;
	color: white;
	cursor: pointer;
}

.plansandpricing_plan_name {
	font-size: 28px;
	font-weight: bold;
}

.plansandpricing_plan_description {
	font-size: 16px;
}

#plansandpricing_plan_red,
#plansandpricing_plan_green {
	margin-top: 8px;
}

#contactus1 input[type="text"] {
	width: 250px;
}

#contactus1 textarea {
	width: 350px;
	height: 200px;
}

.api_example, .graybox, fieldset {
	background-color: #f7f7f7;
	border: 2px solid #efefef;

	padding: 15px;
	margin-top: 0;
	margin-bottom: 3px;
	max-height: 400px;
	overflow: auto;

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

	line-height: 1.4em;
}

fieldset {
	line-height: inherit;
	max-height: inherit;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
}

.api_example {
	font-family: 'Courier New', Courier;
	font-size: 13px;
}

.graybox {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.api_example_caption {
	margin-left: 20px;
	font-size: 13px;
	font-style: italic;
}

#login_loadingicon {
	display: none;
	vertical-align: middle;
}

#login_results {
	display: none;
	font-size: 13px;
	margin-top: 20px;
}

.whats_new_date {
	position: relative;
	top: -15px;
	font-size: 0.8em;

	opacity: 0.5;
}

.whats_new_img {
	width: 937px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 4px 4px 4px -3px rgba(0, 0, 0, 0.2);
}

@media print {
	#content, .content {
		width: inherit;
		border: 0;
	}

	#header_right, #footer_links {
		display: none;
	}

	.api_example {
		max-height: inherit;
	}
}