/*
	--------------------------------------------
  	SCREEN SETUP
  	Autor: Symbiosis International
	Web: http://www.GoSymbiosis.com

	Version: 1.0
  	Design : 10/07/2008
	--------------------------------------------
*/

@import "menu.css";
@import "page.css";
@import "purchase.css";

/*	GLOBAL
	-------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(bg.gif) repeat-x;
	color: #444;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
	text-align: center;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
}

h1, h2, h3, h4, h5 {
	font-weight: normal
}

p {
	line-height: 1.6em;
	font-size: 80%;
}



img {
	border: 0;
}

input, select, textarea {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
}

/*	CENTERED LAYOUT SETUP
	--------------------------------------------
*/

div#layout {
	width: 760px;
	margin: 10px auto;
	text-align:left;
}

/*	TOP
	--------------------------------------------
*/

div#top {
	width: 760px;

}

div#header {
	/*padding: 0 0 0 7px;*/
	float: left;
}

div#header h1 {
	/* 7px bottom margin to put some space under logos in IE */
	margin: 5px 0 7px 0;
}

div#header h1 a#old-logo {
	width: 47px;
	height: 24px;
	margin: 0 0 7px 0;
	font-weight: normal;
	background: url(logo-icewarp_old.gif) no-repeat;
	display: block;
	float: left;
}

div#header h1 a#new-logo {
	width: 120px;
	height: 33px;
	margin: 0 0 7px 5px;
	font-weight: normal;
	background: url(logo-icewarp.gif) no-repeat;
	display: block;
	float: left;
}

div#header a span {
	display: none;
}

div#location {
	width: 540px;
	float: right;
	margin: 6px 0 0 0;
	text-align: right;
	
}

div#location table {
	float: right;
	margin-bottom: 5px;
}

div#location table td {
	vertical-align: bottom;
}

div#location fieldset {
	border: 0;
}

div#location label, select {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #575757;
}

div#location select {
	width: 140px;
	border: 1px solid #999;
}

div#location select#country {
	width: 150px;
	margin-right: 10px;
}

/* Select your Country is now temporary disabled */

.hidden {
	visibility:hidden;
}

/*	BANNERS
	--------------------------------------------
*/
div#banners {
	margin-top: 5px;
}

div#bigbanner {
	width: 540px;
	height: 175px;
	margin-right: 5px;
	float: left;
}

div#smallbanner {
	width: 915px;
	height: 175px;
	float: left;
}

div#smallbanner div.in {
	width: 915px;
	height: 175px;
}

/*	CONTENT 215,175
	--------------------------------------------
*/

/*	INTRO
	--------------------------------------------
*/

div#intro {
	background: #FFF url(intro-top.gif) top no-repeat;
	width: 540px;
	margin-top: 5px;
	padding: 0;
	float: left;
}

div#introbody {
	width: 538px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	height: 223px;
	margin-top: 1px;

}

div#introbody h2 {
	font-size: 28px;
	font-family: "Myriad Pro","Myriad Web", "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
	position: relative;
	top: 2px;
}

div#introbody h2 strong {
	color: #000;
}

div#introbody p {
	margin-bottom: 5px;
	position: relative;
	top: 2px;
}

div#introbody div.in {
	padding: 0 13px 5px 10px;
}

div#introbody div.introbody-moduls {
	float: left;
	width: 103px;
	margin-top: 10px;
}

div.introbody-moduls div.modul {
	height: 69px;
	text-align: center;
}

div.introbody-moduls div.modul div.label {
	margin-top: -7px;
	line-height: 15px;
}

div.introbody-moduls div.modul div.label a {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

div.introbody-moduls div.modul div.label a:hover {
	color: #666;
}

div.introbody-moduls div.modul div.ico-link {
	background: url(dot.gif);
}

div#hotoffer {
	width: 540px;
	height: 27px;
	background: #808080 url(pics/hotoffer-bg.gif) no-repeat;
	clear: left;
}

div#hotoffer div.in, div#road-hotoffer div.in {
	padding: 0 10px;
}

div#hotoffer p, div#road-hotoffer p {
	line-height: 25px;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#hotoffer p strong, div#road-hotoffer p strong {
	color: #FFCC00;
}

div#hotoffer p a, div#road-hotoffer p a {
	color: white;
	text-decoration: none;
}

div#hotoffer a.pa:hover, div#road-hotoffer a.pa:hover {
	color: #F000FF;
	text-decoration: none;
}

div#road-hotoffer {
	_width: 517px;
	height: 27px;
	background: #808080 url(pics/hotoffer-bg.gif) no-repeat -10px 0;
	clear: left;
}


span.learnmore {
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
	color: #000;
}


/*	WHATSNEW
	--------------------------------------------
*/

div#whatsnew-header {
  background: url(../pics/roadplan-header.jpg) no-repeat;
  width: 540px;
  height: 140px;
  position: relative;
  left: -11px;
  top: -10px;
  margin-right: -22px;
	_z-index: -1;
}

div#whatsnew-hotoffer {

	padding: 0 10px;
	width: 520px;
	height: 27px;
	background: #808080 url(pics/hotoffer-bg.gif) no-repeat;
	margin-left: -11px;
	margin-top: -13px;

}

div#whatsnew-hotoffer p {
	line-height: 25px;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#whatsnew-hotoffer p strong {
	color: #FFCC00;
}

div#whatsnew-hotoffer p a {
	color: white;
	text-decoration: none;
}

div#whatsnew-hotoffer a.pa:hover {
	color: #F000FF;
	text-decoration: none;
}


/*	BUNDLES
	--------------------------------------------
*/

div#bundles {
	width: 540px;
	
	padding-top:30px;


}

div#bundles div.box {
	width: 180px;
	height: 280px;
	float: left;
	margin: 9px 0;
	color: #000;
}

div.office {
	
	background: url(../pics/box-office.jpg) no-repeat 10px 0;
}

div.servers {
	background: url(../pics/box-servers.jpg) no-repeat 10px 01;
}

div.development {
	background: url(../pics/box-development.jpg) no-repeat 10px 0;
}

div#bundles div.box div.in {
	padding: 0px 0px 0px 0;
}

div#bundles h3 {
	color: #000;
	padding: 130px 0 10px 10px;
	letter-spacing: -0.5px;
}

div#bundles ul li {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	line-height: 1.7em;

	padding-left: 20px;
	color: #333;
}

div#bundles ul li.more {
	margin-top: 8px;
	list-style: none;
	margin-left: 70px;

	padding-left: 0;
}

div#bundles li.more a {
	display: block;
	padding: 2px 2px 2px 2px;
	width: 83px
}

/*	SIDEBAR
	--------------------------------------------
*/

div#sidebar {
	width: 215px;
	float: left;
	margin-top: 5px;
}

div#search, div#newsletter {
	width: 215px;
	height: 50px;
	background: url(pics/search-bg.gif) no-repeat;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#newsletter {
	background: url(pics/search-bg.gif) no-repeat;
}

div#search div.in, div#newsletter div.in {
	padding: 7px 8px;
}

div#search div.in fieldset, div#newsletter div.in fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

div#search div.in label, div#newsletter div.in label {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #37517E;
	width: 100%;
	display: block;
	margin-bottom: 2px;
}

div#search label a, div#newsletterlabel a {
	font-weight: normal;
}

div#search input.input-search {
	padding: 3px 2px 3px 23px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #666;
	background: #FFF url(pics/search-icon.gif) no-repeat 4px 2px;
	border: 1px solid #89B5EB;
	width: 139px;
}

div#search input.button-search {
	background: #6395DA url(pics/button_bg.gif) repeat-x;
    border: 1px solid #4F82CD;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #06399D;
	padding: 2px;
    position: relative;
    top: -1px;
}

div#newsletter input.input-newsletter {
	padding: 3px 2px 3px 23px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #666;
	background: #FFF url(pics/newsletter-icon.gif) no-repeat 4px 2px;
	border: 1px solid #89B5EB;
	width: 139px;
}

div#newsletter input.button-newsletter {
	background: #6395DA url(pics/button_bg.gif) repeat-x;
    border: 1px solid #4F82CD;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #06399D;
	padding: 2px;
    position: relative;
    top: -1px;
}

div.sidebox {
	width: 215px;
	background: url(../pics/sidebox-footer.gif) no-repeat bottom;
	margin-bottom: 5px;
	padding-bottom: 1px;
	/*margin-left: 5px; */
}






div.sideboxmenu {
	width: 215px;
	background: url(../pics/sidebox-footer.gif) no-repeat bottom;
	margin-bottom: 5px;
	padding-bottom: 1px;
}






div.boxhead {
	width: 215px;
	line-height: 27px;
	background: #808080 url(../pics/sidebox-head.gif) no-repeat;
}






div.boxheader {
	background: #808080 url(../pics/Body_top.jpg) no-repeat;
}


div.boxhead h3 {
	width: 120px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 10px;
	height: 27px;
}

div.boxhead span {
	float: right;
	margin-top: -27px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
}

div.boxhead a {
	color: #70B7E1;
}

div.boxhead a:hover {
	color: #A6D9F7;
}

div.boxbody {
	width: 193px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin-bottom: 4px;
	padding: 0 10px 10px 10px;
}

div.boxbodybody {
	width: 213px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin-bottom: 4px;
	padding: 0 0 10px 0;
}



div.version-in {
	width: 193px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin-bottom: 4px;
	padding: 2px 10px 1px 10px;
}

/* these two must be same-looking */
div.boxbody {
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	line-height: 14px;
}
div.boxbody div.version-in p {
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	line-height: 14px;
}
/* end */

div.boxbody p img.bullet {
	position: relative;
	top: 2px;
}

div.boxbody h4 {
	font-size: 12px;
	color: #262525;
	font-weight: bold;
	padding-top: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
}

div#windows {
	width: 145px;
	height: 55px;
	background: url(pics/box-windows.gif) no-repeat;
	padding-left: 57px;
}

div#linux {
	width: 130px;
	height: 50px;
	background: url(pics/box-linux.gif) no-repeat;
	padding-left: 57px;
}

div#windows p.date, div#linux p.date {
	font-size: 10px;
	color: #999;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, lucida, sans-serif;
}

div#windows p.version, div#linux p.version {
	font-family: Verdana, Arial, Helvetica, lucida, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
}

div#windows a.ico-download, div#linux a.ico-download {
	background: url(pics/dot.gif);
	float: left;
	width: 40px;
	line-height: 40px;
	margin-top: -34px;
	margin-left: -50px;
}

/*	FEATURES TABLE
	--------------------------------------------
*/

.featuresTable div.popup{
	display: none;
	position: absolute;
	z-index: 100;
	border: 1px solid Blue;
	margin-left: 180px;
	margin-top: -10px;
	background-color: #F9FBC6;
	color: Blue;
	padding: 10px;
	cursor: help;
	width: 500px;
}

.featuresTable div.more{
	padding: 10px 0;
}

.featuresTable div.comment{
	padding: 0 20px 0 20px;
}

	.featuresTable td.country div.popup{
		width: 450px;
	}

.featuresTable td.country,.featuresTable th.country{
	width: 250px;
}

/*	MOUSEOVER_POPUP
	--------------------------------------------
*/


div.mouseover_popup {
	display: none;
	position: absolute; 
	z-index: 100; 
	font-size: 8pt;
	border: 1px solid black; 
	padding: 8px; 
	color: black;
	width: 319px;
	_width: 337px;
	margin-left: 180px;
	margin-top: -10px;
	cursor: help;
	background-color: rgb(255,255,230);
	text-align: left;
}

div.mouseover_popup li {
	background: url(../bullet-blue.png) no-repeat 2px 4px;
	padding-left: 20px;
	line-height: 17px;
	font-size: 11px;
}

div.mouseover_popup table {
	border: 0;
	width: 99%;
	_width: 96%;
	border-collapse: collapse;
}

div.mouseover_popup td {
	text-align: center!important;
	vertical-align: top;
	color: black;
	border: 0px;
	font-size: 11px;
}

div.mouseover_popup table.border td {
	border: 1px solid silver;
}

div.mouseover_popup td.leftalign {
	text-align: left!important;
}

div.mouseover_popup .caption {
	color: #003366;
	font-weight: bolder!important;
}

/*	SCREENSHOTS
	--------------------------------------------
*/

#screenshots {
	margin:14px 0;
}

#screenshots div.scrleft,#screenshots img.small {
	float:left;
	margin:0 14px 40px 0;
	width:236px;
}

#screenshots div {
	clear:both;
}

#screenshots div.scrdiv {
	margin:30px 0 30px 0;
}

#screenshots p {
	font-size:11px;
	margin:0 0 10px 0;
}

#screenshots h2 {
	font-size:18px;
}

/*	FOOTER
	--------------------------------------------
*/

div#footer {
	width: 760px;
	height: 60px;
	background: url(pics/footer-bg.gif) no-repeat;
	clear: left;
	margin-bottom: 50px;
}

div#footer div.in {
	padding: 8px 10px;
}

div#footer ul li {
	display: inline;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #808080;
}

div#footer p {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	color: #808080;
	padding-top: 2px;
}

/*	SEARCH
	--------------------------------------------
*/
div#searchResults {
	width: 500px;
	word-wrap: break-word;
}

/*	TESTIMONIALS, AWARDS
	--------------------------------------------
*/


div#testimonials {
  background: url(pics/testimonials-bg.gif) no-repeat;
  width: 540px;
  height: 100px;
  _height: 116px;
  margin-top: 5px;
}

div#testimonials div#testimonials-inside {
  padding: 19px 60px;
}

div#testimonials div#testimonials-inside p {
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
  color: #666;
  font-size: 10px;
}

div#testimonials div#testimonials-order {
	float: right;
	margin: 55px 27px 0 0;
	_margin-right: 14px;
}
/*	TESTIMONIAL
	--------------------------------------------
*/


p.testimonial {
  font-style: italic;
}

div.line {
  background: #FFF url(pics/content-h1-bg.gif) repeat-x center center;
  height: 45px;
}

p.testimonial span.quote {
    font-size: 13px;
  font-family: Georgia, serif;
  font-weight: bold;
  padding: 0 5px;
  color: #666;
}

table.awards-table {
  height: 70px;
}


table.awards-table td p {
  font-size: 11px;
}

table.awards-table p strong {
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
	color: #000;
}

table.awards-table p.testimonial {
  font-size: 11px;
}

table td.award-name p {
  color: #666;
  font-size: 10px;
}

div#awards {
    width: 540px;
    height: 70px;
    background: url(pics/award-bg.gif) no-repeat;
    padding: 16px 0;
    margin-top: 1px;
    _margin-top: 11px;
}

div#awards img {
  border: 0;
  margin-left: 8px;
}

div#awards span.more {
	padding-left: 0;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 10px;
}

div#awards span.more a {
    display: block;
    width: 80px;
    position: relative;
    background: url(../pics/bullet-blue.jpg) no-repeat 70px 1px;
    top: -25px;
    left: 432px
}

/*
	ROADPLAN
*/

div#roadplan-header {
  background: url(../pics/roadplan-header.jpg) no-repeat;
  width: 540px;
  height: 140px;
  position: relative;
  left: -11px;
  top: -10px;
  margin-right: -22px;
	_z-index: -1;
}

ul.roadplan {
  padding: 0;
  margin: 0;
}


ul.roadplan li strong {
	display: block;
    margin-bottom: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
	color: #000;
	font-size: 13px;
	background: url(pics/roadplan-bullet.gif) no-repeat;
	line-height: 19px;
	padding-left: 27px;
}

ul.roadplan li {
	background: none;
	padding: 0;
	margin: 10px 0;
	padding: 10px;
	background: red;
	margin-left: -10px;
  	background: #E7F6FF;
	border-bottom: 1px solid #BBE7FF;
	border-right: 1px solid #BBE7FF;
}
ul.roadplan li p {
  font-size: 11px;
  padding-bottom: 10px;
}

/*
	FREE VERSION
*/

div#freeversion-header {
  background: url(../pics/freeversion-header.jpg) no-repeat;
  width: 540px;
  height: 150px;
  position: relative;
  left: -11px;
  top: -10px;
  margin-right: -22px;
	_z-index: -1;
}

h3.freeversion-motto {
	font-size: 13px;
	line-height: 20px;
	font-style: italic
}

div.download-com {
	background: url(pics/icon_download.gif) no-repeat 15px center;
	height: 60px;
	border: 1px dotted silver;
	width: 225px;
	margin-top: 15px;
}

div.download-com p {
	line-height: 60px;
	padding-left: 65px;
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
}

/*	FORMS
	--------------------------------------------
*/

tr.required td.tdLabel, tr.required td.tdSplit {
	font-weight: bold!important;
}

/*	OTHER
	--------------------------------------------
*/

div.cleaner {
	clear: both;
}

div.loggeduser p {
    padding: 10px 10px 0 10px;
    _width: 213px;
}

.small-date {
	font-size: 8px;
}



/* Symbiosis css Start */

.title{
	FONT-SIZE: 11px;
	COLOR: #000000;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: verdana,Helvetica,Arial,Helvetica,sans-serif;
	padding-top: 5px;
	
}


.bodydata{
	FONT-SIZE: 11px; 
	COLOR: #555; 
	LINE-HEIGHT: 18px; 
	FONT-FAMILY: Verdana, 
	Helvetica, Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px" 
	align="left"
}



.symbios{
	FONT-SIZE: 8px; 
	COLOR: #808080; 
	LINE-HEIGHT: 18px; 
	FONT-FAMILY: Verdana, 
	Helvetica, Arial, Helvetica, sans-serif;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px" 
	align="left"

}


.customer{
	FONT-SIZE: 11px;
	COLOR: #5F082B;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: verdana,Helvetica,Arial,Helvetica,sans-serif;
	padding-top: 5px;
	

}


.tabH{
	background-color:#666666;
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	font-size:9pt;
	color:cornsilk;
}

.btn{
	
        background-color : #C0C0C0;
        background-pics: url(../picss/butbg.gif); 
	FONT-family: Arial; 
        font-size:10pt; 
        color:black;
        font-weight:bold;
        text-align:center;
        cursor:hand;
	BORDER-RIGHT: black 1px solid;  
        BORDER-TOP: gray 1px solid;  
	BORDER-LEFT: gray 1px solid; 
        BORDER-BOTTOM: black 1px solid;
	height:20px;	
}

.trBG1{
	background-color:FFFFFF;
}


.tabH{
	background-color:#666666;
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	font-size:9pt;
	color:cornsilk;
}

.errM{
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	font-size:9pt;
	color:red;
}

.genL{
	font-family:verdana,arial;
	font-weight:bold;
	font-size:9pt;
	color:#0000FF;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.genLL{
	font-family:verdana,arial;
	font-weight:bold;
	font-size:10pt;
	color:#0000FF;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}


