﻿/*
	Website: Rebtel.com
	Author: Ola Sundqvist
	Date: 2006-09-19
	Purpose: Print stylesheet for Rebtel Website.
	Updated: 2007-01-10 (Added new classes for CMS)
*/

/* Set Global Typography with System Serif Typeface */
body,td,th
{
	font-family: "Helvetica Neue", Times New Roman;
	font-size: 11pt;
}
a img
{
	border: 0;
}
/* Hide all Navigations, Tooltips, Utilities and Buttons*/
#columnLeft,
#pageNavigation,
#userNavigation,
#helper,
#pageFooter,
#header,
.updateContact,
.header,
.helpContainer,
.hideHeading,
.haveCall,
.noCall,
.countCell,
.textCell,
.smallButton,
.contentBottom,
.userNavigation,
.smallButton input,
.viewTruncString,
.buttonRight,
.buttonLeft,
.pagination table,
.utilityNavigation,
.printHide
{
	display: none;
	visibility: hidden;
}

/* Set font-size of Headings */
h1
{
	font-size: 24pt;
	margin: 0;
}
h2
{
	font-size: 18px;
	margin: 0;
}

/* Make the table listing look nice and tidy */
.tabularList
{
	width: 100%;
}
.tabularList th
{
	text-align: left;
	padding: 2pt 5pt 2pt 5pt;
}
.printBorderTop
{
}
.tabularList th a
{
	color: #000;
	text-decoration: none;
}
.tabularList td
{
	padding: 2pt 5pt 2pt 5pt;
}
.tabularList, .tabularList table
{
	width: 100%;
}
.tabularList table td.labelCell
{
	vertical-align: top;
}
.tabularList table td.inputCell
{
	vertical-align: top;
}

.tabularList table td.inputCell input
{
	border: 0;
}
.tabularList table td.inputCell textarea
{
	border: 0;
	overflow: hidden;
	height: 40pt;
}
