﻿/* CSS Document */
/* Created by James Ashcroft on 13/12/06 */

html, body {
	color: #000;
	height: 100%;
	font-family: corbel, arial, helvetica, sans-serif;
	margin:  0;
	padding : 0;
	}

p {	
	font-size:13px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	line-height: 16px;
	}

p.center {
	text-align:center;	
	}

p.small {	
	font-size:11px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	line-height: 14px;
	}	


p.homebox {	
	margin:0px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	}

p.white {	
	color: #fff;
	margin:0px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	}

p.right {	
	margin:0px 0px 0px 0px;
	text-align:right;
	}

p.footerleft {	
	font-size:11px;
	color: #fff;
	padding:0px;
	margin: 7px;
	text-align:left;
	line-height: 13px;
	}	
	
p.footerright {	
	font-size:11px;
	color: #fff;
	padding:0px;
	margin: 7px;
	text-align:right;
	line-height: 13px;
	}

ul {

	text-align:left;
	}
	
ul.white {
	color:#FFFFFF;
	}	
	
ol.white {
	color:#FFFFFF;
	font-size: 13px;
	line-height: 16px;
	padding: 0 15px 0 0;
	}

ul.tickbullet {
	list-style-image:url(/img/tick.gif);
	}	
	
li {
	font-size: 13px;
	line-height: 16px;
	}		

li.white {
	font-size: 13px;
	line-height: 16px;
	padding: 0 15px 0 0;
	}		

.backtotop {
	font-size: 11px;
	color: #CC0033;
	}

.fields {
	font-family: corbel, arial, helvetica, sans-serif;
	}

.fieldshome {
	font-family: corbel, arial, helvetica, sans-serif;
	width: 275px;
	}


/* Headings */  	
	
h1 {
	margin:0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size:18px;
	line-height: 21px;
	font-weight: bold;
	color:#CC0033;
	text-align:left;
	}
	
h1.purple {
	color: #272780
	}	
		
h1.blue {
	color: #006699
	}	
	
h2 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0033;
	text-align:left;
	}	

h2.nav {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0033;
	text-align:left;
	}


h2.white {
	color: #fff;
	padding: 5px 5px 3px 5px;
	}


h2.homebox {
	padding: 5px 5px 3px 5px;
	}


h2.productpagetable {
	color: #fff;
	padding: 0px 0px 0px 5px;
	}

h2.purple {
	color: #272780;
	}		
	
h2.blue {
	color: #006699;
	}		
	
h3 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0033;
	text-align:left;
	}	

h4 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0033;
	text-align:left;
	}	

h3.purple {
	color: #272780;
	}		
	
h3.blue {
	color: #006699;
	}			

hr { height: 1px; color: #000; margin: 10px 0;}
	
/* Hyperlinks */

a:visited { color: #006699; }
a:link { color: #006699; }
a:hover { color: #CC0033; text-decoration: none; }
a:active { color: #CC0033; }

a#green:visited { color: #8EC852; }
a#green:link { color: #8EC852; }
a#green:hover { color: #272780; text-decoration: none; }
a#green:active { color: #272780; }

a#red:visited { color: #CC0033; }
a#red:link { color: #CC0033; }
a#red:hover { color: #006699; text-decoration: none; }
a#red:active { color: #006699; }

a#allred:visited { color: #CC0033; }
a#allred:link { color: #CC0033; }
a#allred:hover { color: #cc0033; text-decoration: none; }
a#allred:active { color: #cc0033; }

a.footer:visited { color: #fff; }
a.footer { color: #fff; font-weight: normal; text-decoration: none; }
a.footer:hover { color: #fff; text-decoration: none; }	

a.white:visited {color: #fff; }	
a.white:link {color: #fff; }
a.white:hover {color: #fff; }	
a.white:active {color: #fff; }		

a.newsfeed:visited {color: #fff; text-decoration: none;  font-weight: bold;}	
a.newsfeed:link {color: #fff;  text-decoration: none;  font-weight: bold;}
a.newsfeed:hover {color: #fff;  text-decoration: underline;  font-weight: bold;}	
a.newsfeed:active {color: #fff;  text-decoration: none;  font-weight: bold;}		

/* Main Navigation */	

.menu {
	width:903px;
	font-size:0.85em;
	position:relative;
	z-index:100;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:129px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:129px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff; 
width:118px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#094878; 
padding-left:10px; 
line-height:29px;
font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:129px;
w\idth:118px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#F75252;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#D2263A;
}
.menu ul ul :hover > a.drop {
background:#D2263A;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:129px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:133px; 
top:0;
width:129px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-129px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#F75252; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:108px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:129px;
w\idth:108px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#CC0033;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#CC0033;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* Left Navigation */   

#navcontainer { margin-left: 0px;}
#navcontainer ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
#navcontainer li { margin: 0px;}
#navcontainer a	{ display: block; padding: 0px 0px;	width: 140px; color: #020267; text-decoration: none; font-weight: bold; font-size: 13px; }
#navcontainer a:hover {	text-decoration: none;	color: #0F6EB9;	}
#navcontainer ul ul li { margin: 0; }
#navcontainer ul ul a {	 padding: 0px 0px 0px 12px; width: 125px; color: #005497; text-decoration: none; font-weight: normal; }
#navcontainer ul ul a:hover { text-decoration: none; }

/* 3 Column layout */
	
#frame { width:903px; margin-right:auto; margin-left:auto; margin-top:10px; padding:0px; }
#topcontainer { width:902px; height:100px;  padding:0px; float:left; overflow: hidden;}
#topcontainer { width:902px; height:100px;  padding:0px; float:left; overflow: hidden;}
#logo { width: 235px; float: left; text-align:left; }
#search { width: 667px; float: left; text-align:right; font-size: 13px;}
#searchsp { width: 200px; float: right; text-align:right; font-size: 13px;}
#topnavcontainer { width:903px; padding:0px; float:left; }
#nomenu { width:902px; height:30px; padding:0px; float:left; background:#020267;}
#topspacer { width:902px; padding:0px; height:1px; float:left; background:#fff; overflow: hidden;}
#imagecontainer { width:902px; height:188px; padding:0px; float:left; background:#fff; }
#imagecontainer2 { width:902px; height:210px; padding:0px; float:left; background:#fff; }
#bottomspacer { width:902px; padding:0px; float:left; background:#fff; height: 10px; overflow: hidden; margin-bottom:25px;}
#contentcontainer { width:902px; padding:0px; float:left; background-image: url(/img/content_bg.gif); }
#contentleft { width:160px; padding:0px; float:left; }
#contentcenter { width:475px; padding:0px 10px 0px 10px; float:left; }
#contentright {	width:237px; padding:0px 0px 0px 10px; float:left; }
#partnercontainer { width:902px; padding:0px; float:left; background:#fff; text-align: center;}
#footerspacer { width:902px; padding:0px; float:left; background:#fff; height: 10px; overflow: hidden;}
#footerspacer2 { width:902px; padding:0px; float:left; background:#fff; height: 30px;} 
#footercontainer { width:902px; padding:0px; float:left; background:#094878;}
#copyright { width: 632px; float: left; text-align:left; }
#terms { width: 270px; float: left; text-align:right; }

/* 2 Column layout */
#contentcontainer2 { width:902px; padding:0px; float:left; background-image: url(/img/content_bg2.gif); }
#contentleft2 { width:160px; padding:0px; float:left; }
#contentright2 { width:732px; padding:0px 0px 0px 10px; float:left; }

/* 1 Column layout */
#contentcontainer3 { width:902px; padding:0px; float:left; }
#contentleft3 { width:902px; padding:0px; float:left; }

/* Homepage layout */
#contenttop { width:902px; padding:0px; float:left; }
#contentbottom { width:902px; padding:0px; float:left; }


/* Search box properties */
.ms-sbtable{
color:#000000;
font-family:corbel, arial, helvetica, sans-serif;
font-size:0.7em;
font-style:normal;font-weight:normal
}
.ms-sbtablealt{
color:#000000;
font-family:corbel, arial, helvetica, sans-serif;
font-size:0.7em;
font-style:normal;font-weight:normal
}
.ms-sbtable-ex{
width:100%;
border-collapse:collapse;
margin-top:2px;
margin-left:2px;
}
.ms-sbtable-border{
border:1px solid #97b4e9;
}
td.ms-sbcell{
padding:0px;
padding-left:2px;
padding-right:2px;
white-space:nowrap;
border:solid 1px #7f9db9;
}
td.ms-sbcellnoborder{
padding-right:2px;
white-space:nowrap;
border:0;
}
.ms-sbtext{
font-family:corbel, arial, helvetica, sans-serif;
font-size:1em;
font-weight:bold;
}
.ms-sbplain{
font-family:corbel, arial, helvetica, sans-serif;
font-size:8pt;
border:none;
}
.ms-sbplainwithborder{
font-family:corbel, arial, helvetica, sans-serif;
font-size:8pt;
}
td.ms-sblink{
padding-right:14px;
border:none;
}
.ms-sblink a:link,.ms-sblink a:visited{
font-family:corbel, arial, helvetica, sans-serif;
font-size:8pt;
color:#666666;
text-decoration:none;
padding-left:4px;
}
.ms-sblink a:hover{
color:#000000;
text-decoration:underline;
}
td.ms-sbgo{
background-color:#e9f2fd;
padding-left:3px;
padding-right:3px;
padding-bottom:1px;
padding-top:1px;
}
.ms-rightbodysectionsearchbox{
width:100%;
}
.ms-sbLastCell{
width:2px;
}
td.ms-sbscopes{
border:none !important;
}
select.ms-sbscopes{
font-family:corbel, arial, helvetica, sans-serif;
font-size:8pt;
width:170px;
}

/* Image Border Hover */
.highlightit img{
border: 2px solid #ffffff;
}

.highlightit:hover img{
border: 2px solid #cc0033;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

/* Various */
#Slideshow { position: relative; left:0px; width:90%; top:0px; font-size:11px; text-align:center; border: 2px; border-style: solid; border-color: #ffffff;}

/* Tables */
#Table tr, #Table td { font-family: corbel, arial, helvetica, sans-serif; font-size: 13px; padding: 6px; margin: 4px; border-bottom: solid 1px #dddddd; line-height: 1.3em; }

#Table .legend { color: #828282; font-weight: bold; }

#Table .breakRow { background-color: #ffffff; height: 20px; }

#Table .productRow { background-color: #006699; font-size: 13px; color: #FFFFFF; font-weight: bold; }

#Table .oddRow { background-color: #F9F9F9; color: #222222; }

#Table .evenRow { background-color: #ffffff; color: #222222; }

/* Multiple Tables (on one page) */
Table.Multi  { font-family: corbel, arial, helvetica, sans-serif; }

tr.productRowMulti td { background-color: #006699; font-size: 13px; padding: 6px; margin: 4px; border-bottom: solid 1px #dddddd; line-height: 1.3em; color: #FFFFFF; font-weight: bold; }

tr.oddRowMulti td { background-color: #F9F9F9; font-size: 13px; padding: 6px; margin: 4px; border-bottom: solid 1px #dddddd; line-height: 1.3em; color: #FFFFFF; color: #222222; }

tr.evenRowMulti td { background-color: #ffffff; font-size: 13px; padding: 6px; margin: 4px; border-bottom: solid 1px #dddddd; line-height: 1.3em; color: #FFFFFF; color: #222222; }

/* Product Page Tables */
#TableP tr, #TableP td { font-family: corbel, arial, helvetica, sans-serif; font-size: 13px; padding: 6px; margin: 4px; line-height: 1.3em; }

#TableP .legend { color: #828282; font-weight: bold; }

#TableP .breakRow { background-color: #ffffff; height: 20px; }

#TableP .productRow { background-color: #006699; font-size: 13px; color: #FFFFFF; font-weight: bold; }

#TableP .whatsnewRow { color: #222222; background-image:url(/products/zetafax/img/new_to_zf_bg.jpg); background-repeat: no-repeat; }

#TableP .wantmoreRow { color: #222222; background-image:url(/products/zetafax/img/want_more_zf_bg.jpg); background-repeat: no-repeat; }

/* Popup viewer */

a.info{
    position:relative; /*this is the key*/}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #006699;
    background-color:#99D7F6; color:#000;
    text-align: center}


/* Boxouts */


/* Home page */
.boxouthome-left {
height:220px; width:441px; background-color: #CAE0EE; padding:2px; float:left;}

.boxouthome-right {
height:220px; width:441px; background-color: #CAE0EE; padding:2px; float:right;}

/* Company */
/* for understanding browsers */
.boxout {
width:233px; background-color: #006699; height:auto; padding:2px;}
/* for Internet Explorer */
/*\*/
* html .boxout { height: 8em; }
/**/

/* Zetadocs */
/* for understanding browsers */
.boxoutdocs {
width:233px; background-color: #272780; height:auto; padding:2px; }
/* for Internet Explorer */
/*\*/
* html .boxoutdocs { height: 8em; }
/**/


/* Zetafax */
/* for understanding browsers */
.boxoutfax {
width:233px; background-color: #006699; height:auto; padding:2px; }
/* for Internet Explorer */
/*\*/
* html .boxoutfax { height: 8em; }
/**/

/* Zetafax */
/* for understanding browsers */
.boxoutfaxwhite {
width:233px; background-color: #ffffff; height:auto; padding:2px; }
/* for Internet Explorer */
/*\*/
* html .boxoutfaxwhite { height: 8em; }
/**/


/* Table properties */
tr { vertical-align:top; }

/*  Slideshow */
#Slideshow { position: relative; left:0px; width:722px; top:0px; text-align:center;}

/* Left navigation quotes */
div#message    { color: black !important; font-size: 13px; font-style: italic; line-height: 120%; background-image: url(/img/quotes.gif); background-repeat: no-repeat; background-position: 0 30px; margin: 0; padding: 40px 10px 0 10px }
div#messageComp  { color: black !important; font-size: 13px; font-style: italic; font-weight: bold; line-height: 120%; margin: 0; padding: 0 0 0 10px }
