/* Note these first 2 sections are from token admin css to make jquery dialogs etc consistent */
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	border:0;
	font-size: 76%;/* font sizing in ems/per-cent. if you want to change anything, just change this.*/
	background-color:#fff;
	color:#000;
	text-align:left;
	padding-left:5px;
}

body.plain {
	margin: 10px;
}

p.appName {
	font-weight: 600; 
	font-size: 16px; 
	color: orange;
	font-family: verdana;
}

ul {
	list-style: square; 
}

table.noPadding {
	width: 100%;
	background-color: #000066;
	border: none;
}

div.menu {
	background-color: #cccccc;
	border: none;
	width: 100%;
	top: 62px;
	padding: 0px;
	margin: 0px;
	height: 24px;
}

div.leftStrip {
	top: 94px;
	position: absolute;
	background-color: #000066;
	color: #eeeeee;
	width: 160px;
	height: 300px;
}

a.menuitem {
	display: block; 
	text-decoration: none; 
	color: #ffffff;
	margin-top: 4px;
	margin-left: 10px;
}

a.menuitem:hover {
	display: block; 
	text-decoration: none; 
	color: #000066;
	background-color: #dddddd;
}

a.menuitemtop {
	text-decoration: none; 
	color: orange;
	font-size: 0.8em;
}

a.menuitemtop:hover {
	text-decoration: none; 
	color: #ffffff;
	font-size: 0.8em;
	background-color: #000099;
}

hr {
	border-width: inset 3px;
}

.blueCurve {
	position: relative;
	top: 275px;
	left: 128px;
}

.resultsTable {
	width: 100%;
	font-size: 0.75em;
	border: none;
}

.resultsTable td {
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

.resultsTable th {
	border: 1px solid black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

img.logo {
	float: right;
}

img.text {
	float: left;
}

.bodyFormatting {
	/* margin-left: 185px; */
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 10px;
}

.tokenTable {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.tokenTableHeader {
	font-weight: bold;
}

.tokenTableCol1 {
border-left: thin solid; border-top: thin solid; border-bottom: thin solid;
}

.tokenTableCol2 {
border-top: thin solid; border-bottom: thin solid;
}

.tokenTableCol3 {
border-top: thin solid; border-bottom: thin solid; border-right: thin solid;
}

.ui-dialog .ui-dialog-buttonpane 
{ 
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset 
{ 
    float: none;
}
