/* Content CSS for WorkSpaceWeb template                                */
/* This is where you define classes and styles for use in your content  */
/* You also need to define your body and heading fonts here             */

body {
	font-size: small/1.5em; /* Relative size for all other elements */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #535353;
}
html, body {
	background: #F5F5F5
}
* html body {
	font-size: x-small/1.5em;
	f\ont-size: small/1.5em;
}
h1 {
	font-size: 2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #3C3C3C;
}
h2 {
	font-size: 2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: 1.65em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #3C3C3C;
}
h4 {
	font-size: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
}
a {
	color: #206CE1;
	text-decoration: none;
}
a:visited {
	color: #206CE1;
	text-decoration: none;
}
a:hover {
	color: #206CE1;
	text-decoration: underline;
}
p {

	padding: 0 0 8px 0;

	margin: 8px 0 0 0;

	line-height: 1.5em;

}


table.workspacesite-table {

	width: 100%;

	border: none;

	border-collapse: collapse;

	background: #FFFFFF;

	padding: 0px;

	margin: 0px 0px 3px 0px;

	font-size: 11.5px;

	color: #3C3C3C;

}

table.workspacesite-table th {

	border: 1px solid #C0C0C0;

	border-collapse: collapse;

	background: #EEEEEE;

	padding: 3px;

	margin: 0px;

	text-align: center;

	vertical-align: top;

	font-weight: bold;

	font-size: 12px;

}

table.workspacesite-table td {

	border: 1px solid #C0C0C0;

	border-collapse: collapse;

	background: #FFFFFF;

	padding: 3px;

	margin: 0px;

	text-align: center;

	vertical-align: top;

	width: 18%;

}

table.workspacesite-table caption {

	margin: 0px;

	padding: 15px 0px 10px 0px;

	text-align: left;

	font-size: 1.5em;

	color: #3C3C3C;

	font-weight: bold;

}

table.workspacesite-table .first-column {

	text-align: left;

	width: 28%;

}

table.workspacesite-table div.details {

	font-size: 9.5px;

	color: #999999;

}

table.workspacesite-table div.price-starting {

	font-size: 10px;

	color: #777777;

}

table.workspacesite-table div.price-amount {

	font-size: 16px;

	color: #3C3C3C;

	font-weight: bold;

	margin: 4px 0px;

}

table#workspacesite-table-plans div.price-amount {

	font-size: 13px;

	color: #3C3C3C;

	font-weight: bold;

	margin: 4px 0px;

}table.workspacesite-table div.price-link {

	font-size: 12px;

	font-weight: bold;

}

table.workspacesite-table td.blankleft {

	border-left: none;

	border-bottom: none;

}