body {
	background: rgb(43, 128, 168);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(92,205,238,0.91) 45%, rgba(69,197,233,0.89) 55%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(45%,rgba(92,205,238,0.91)), color-stop(55%,rgba(69,197,233,0.89)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(92,205,238,0.91) 45%,rgba(69,197,233,0.89) 55%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(92,205,238,0.91) 45%,rgba(69,197,233,0.89) 55%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(92,205,238,0.91) 45%,rgba(69,197,233,0.89) 55%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(92,205,238,0.91) 45%,rgba(69,197,233,0.89) 55%,rgba(255,255,255,0.8) 100%); /* W3C */

	margin: 0;
}

#terms #contentssDiv {
	width: 930px;
	padding-right: 40px;
	margin: 50px auto;
}

/* Feaetures page */

#slidesHeader {
	height: 30px;
	background: black;
	padding-top: 10px;
	background: rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 1px 0 rgba(84,66,102,0.73);  
	-moz-box-shadow: 0 1px 0 rgba(84,66,102,0.73);  
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.37);
	position: fixed;
	width: 100%;
}

#logo {
	width: 26px;
	height: 36px;
	float: left!important;
	background: url(../images/slides/logo.png) no-repeat;
	margin-top: -10px;
	margin-left: 14px;
}

#logoText {
	width: 105px;
	height: 35px;
	float: left!important;
	background: url(../images/user/new/logoText.png) no-repeat;
	margin-top: -15px;
	/* margin-left: 14px; */
}

#menu a {
	float: right;
	text-decoration: none;
	margin-right: 21px;
	font-size: 14px;
}


#menu #buttonTry {
    color: rgb(0, 164, 255);
}

#buttonSign {
	color: yellow;
}

/*  */

#topDivT1, #topDivD {
	padding: 5px 0px 0px 0px;
}

.t1Content, .DContent {
	/* min-height: 230px; */
	/* color: white; */
	margin-top: 50px;
	/* margin-left: 5px; */
	/* width: 100%; */
	/* margin: auto; */
}

.t1Content strong, .t1Content b, .DContent strong, .DContent b {
	font-size: 15px;
	
}

#contentssDiv {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 100;
	box-shadow: 0px 1px 9px black;
	width: 86%;
	margin: 50px 5%;
	padding: 2%;
	color: rgb(131, 131, 131);
	background: white;
}

table td {
	padding: 7px 15px 5px 0;
	
}

.borderedTable, .borderedTable td, .borderedTable th {
	border: 1px solid rgb(241, 238, 238);
	padding: 6px;
}	

#topDivD h1 {
	font-size: 40px;
	width: 685px;
	/* text-align: center; */
	margin-top: -10px;
	/* margin-left: 152px; */
	
}

.DContent h2 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}

#contactForm select {
	width: auto;
}

#contactForm label {
	float: left;
	width: 240px;
}

#contactForm input[type="radio"] {
	width: auto;
}

#contactForm textarea {
	height: 150px;
}

#contactForm input[type="text"], #contactForm textarea, #contactForm select  {
	width: 300px;
/* 	text-align: center;
 */
}

#contactForm #emailDiv {
	display: none;
}

.message {
	font-weight: bold;
	font-size: 15px;
	width: auto;
	color: red;
	position: relative;
	margin: 0;
	margin-top: 20px;
	margin-bottom: -20px;
}

#mainDiv {
	margin: 0px auto;
	padding-bottom: 0px;
	width: 100%;
	min-width: 100%;
}

#aboutus div#contentssDiv {
	width: 90%;
	margin: 0 auto;
	max-width: 1216px;
	padding: 0;
}
`
.textHolder {
	font-size: 15px;
}

.DContent {
	margin-right: 0;
	padding-right: 0;
}

.righter {
	float: right;
	margin-left: 10px;
}

.lefter {
	float: left;
	margin-right:10px; 
}

.strongSmall {
	font-size: 11px;
	font-weight: bold;
}

.homeIcon2, .homeIcon3 {
	float: left;
	width: 100px;
	height: 140px;
	position: absolute;
	display: block;
	margin-left: -110px;
	margin-top: -30px;
}

.homeIcon3 {
	margin: 0;
	margin-top: -115px;
}


#aboutus {
    background: url(../images/cloudsTop.png) repeat-x #013C54;
    background-image: url(../images/cloudsTop.png) no repeat;
}

#aboutus .t1Content {
    color: white;
	margin-top: 200px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding-right: 52px;
    padding-top: 21px;
    padding-bottom: 33px;
}

#aboutus #mainDiv {
    padding-bottom:0;
}

#aboutus #contentssDiv {
	padding-left: 0px;
	background: inherit;
	width: 930px;
}

#aboutus #topDivT1 {
    display: none;  
}

#aboutus #homeIcon {
	top: -195px;
}

#Feedbackdiv {
	display: none;
}

a {
	color: rgb(180, 180, 180);
}

#reportbug #topDivD h1, #feedback #topDivD h1, #supportus #topDivD h1, #advertise #topDivD h1, #contact #topDivD h1  {
	font-size: 26px;
	width: 650px;
	margin-left: 0px;
}

#reportbug .t1Content, .DContent , #feedback .t1Content, .DContent , #supportus .t1Content, .DContent , #advertise .t1Content, .DContent , #contact .t1Content, .DContent {
	margin-top: 36px;
}

#knownbugs #mainDiv {
	width: 1110px;
}

#knownbugs #contentssDiv {     width: 1050px;     margin: 53px auto; }

#press #mainDiv, #knowledge-base #mainDiv {
	width: 1004px;
}	

#features #contentssDiv, #press #contentssDiv, #knowledge-base #contentssDiv {
	box-shadow: none;
	padding: 0px;
	margin-top: 0px;
	width: auto;
	background: none;
}

#features #topDivD, #press #topDivD, #knowledge-base #topDivD {
	display: none;
}

#features .t1Content, #features .DContent, #press .t1Content, #press .DContent, #knowledge-base .DContent, #knowledge-base .t1Content {
	margin-top: 0px;
}

/* #knownbugs .borderedtable {
	padding: 14px 11px 0px 0;
} */

/* Press page */

#pressPage, #KBbody {
	background: white;
	margin: 0 auto;
	margin-top: 93px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 100;
	box-shadow: 0px 1px 9px black;
	width: 1000px;
	height: auto;
	color: rgb(131, 131, 131);
}

#KBbody {
	height: auto;
	width: 90%;
	margin:0 auto;
	max-width: 1180px;
}

div#KBContent, div#KBTopics {
	float: none;
	display: inline-block;
	vertical-align: top;
}

#pressPage h1, #KBbody h1 {
	text-align: center;
	padding-top: 20px;
	/* background: rgba(0, 0, 0, 1); */
	padding-bottom: 20px;
	font-weight: normal;
	background-color: #2E708A;
}


#feedback div.DContent {
	width: 303px;
	margin: auto;
}
#feedback form#contactForm label {
	float: none;
}

#feedback #contentssDiv {
	max-width: 1180px;
	margin: 36px auto;
}

#reportbug div.DContent,
#contact div.DContent {
	width: 330px;
	margin: 0 auto;
}

body#proResellers #contentssDiv {
	max-width: 900px;
	margin: 50px auto;
}

body#proResellers .DContent {
	width: 554px;
	margin: 36px auto;
}

@media all and (max-width: 1024px) {
	#knowledge-base #mainDiv {
		width: 100%;
	}

	div#KBbody {
		width: 90%;
		margin: 93px 5%;
	}

	div#KBContent {
		width: calc(100% - 332px);
	}

	div#kbSearch {
		text-align: center;
	}

	input#kbSearchQuery {
		margin-left: auto;
	}

	#terms #contentssDiv {
		width: 80%;
		padding: 3%;
		margin: 50px 7%;
	}

	#knownbugs div#mainDiv {
		width: 90%;
		margin: 0 5%;
		min-width: 90%; 
	}

	#knownbugs div#contentssDiv {
		width: 95%;
		padding: 2.5%;
		margin: 50px 0;
	}

	#homeIcon {
		right: 5%;
	}

	table.borderedTable {
		width: auto !important;
	}

	#press #mainDiv {
		width: 100%;
	}

	div#pressPage {
		width: 90%;
		margin:50px 5%;
		min-width: 90%;
		height: auto;
	}
	#pressPage .textHolder {
		display: inline-block;
		width: calc(100% - 314px);
		margin-right: 62px;
		vertical-align: middle;
	}
	
	div.pressLogo {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	#pressPage .textHolder p,
	#pressPage .textHolder h2 {
		width: auto;
	}

	div#TrendsLogo{
		margin-left: 49px;
		margin-right: 49px;
		margin-bottom: 50px;
	}
	div#DVOLogo,div#MIMLogo,#ManagerMagazineLogo,
	div#NextBigWhatLogo,#InformacienLogo,#ComputertaalLogo, {
		margin-left: 28px;
		margin-right: 28px;
		margin-bottom: 50px;
	}
	div#ManagerMagazineLogo {
		margin-right: 34px;
		margin-bottom: 50px;
	}


	div#contentssDiv {
		width: 86%;
		margin: 50px 5%;
		padding: 2%;
	}

}