/* General Styles */

body {
	background: transparent none;
	margin: 0px 5% 0px 5%;
	text-align: left;
	color: #000000;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	padding: 0px;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #000;
}
	
/* Layout */

#container {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#pageHeader {
	text-align: left;
	background: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#pageHeader #grad {
	display: none;
}

#pageHeader img {
	float: right;
	margin-top: 10px;
	height: 50px;
}

#pageHeader h1 {
	margin: 0px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18pt;
}

#pageHeader h2 {
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
}

#contentContainer {
	float: none !important;
	padding: 0px;
	margin-bottom: 10px;
}

#contentContainer #content {
	padding: 0px;
}

#contentContainer #content img {
}

#footer {
	text-align: center; 
	background: none;
	color: #000000;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

/* Table Styles */

table {
	font-size: 1em;
}

/* Menus */

table.menuItems {
	border: 1px solid;
	border-collapse:collapse;
	width: 100%; 
}

table.menuItems tr:first-of-type {
	background: #dddddd;
}

table.menuItems th:first-of-type {
	width: 150px;
}

table.menuItems th,
table.menuItems td {
	border: 1px solid;
	padding: 4px;
	vertical-align: top;
}

/* Toolbar Styles */

#navcontainer {
	display: none;
}
	
/* Global Classes */

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.center { 
	text-align: center; 
}

img.preferences { 
	width: 100%; 
}

img.document { 
	width: 100%; 
}

img.settings_manager { 
	width: 404px; 
}

img.custom_identities { 
	width: 100%; 
}

img.toolbar { 
	height: 24px; 
}

img.menu { 
	padding-top: 10px;
	width: 100%; 
}

hr { 
	border: 0;
	height: 0;
	border-top: 1px solid #cccccc;
}

/* Preferences */

#prefsWindow {
	width: 80%;
}

/* Toolbar */

td.toolbar
{ 
	padding-left: 10px;
}


