body {
	margin: 0 0 0 0;
	background-image: url(images/bodybg.gif);
	font-family: Calibri, Arial, Helvetica, Gill Sans, Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	width: 100%;
	overflow-y: scroll;
	background-attachment: fixed;
}

td {
	font-family: Calibri, Arial, Helvetica, Gill Sans, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}

input {
	font-family: Calibri, Arial, Helvetica, Gill Sans, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}

b {
	font-weight: bold;
}

a {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #999999;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

img {
	border: none;
}

#Page {
	text-align: left;
	margin-top: 10px;
	margin-left: 4%;
	margin-right: 4%;
	padding: 0;
}

#BodyTop {
	background: #fff url("images/shadow.gif") top right no-repeat;
	height: 11px;
	margin: 0;
	padding: 0;
	font-size: 1pt;
}

#Body {
	background: #fff url("images/shadowr.gif") top right repeat-y;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0 6px 0 0;
}

#Body #BodyBorder {
	padding: 11px 0 10px 0;
	margin: -11px 0 0 0;
	border: 0px solid black;
}

#Body #PageHeaderPad #NamespacesImage {
	background: url("images/namespaces.png");
	float: right;
	width: 82px;
	height: 43px;
	margin-top: -7px;
}

#Body #PageHeaderPad {
	background: url("images/bg.gif") repeat-x;
	height: 29px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#Body #PageHeaderPad #PageHeader {
	font-size: 24pt;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#Body #PageHeaderPad #PageHeader a {
	color: #FFF;
}

#Body #PageHeaderPad #UserPanel {
	color: #FFF;
	padding-top: 56px;
}

#Body #PageHeaderPad #UserPanel a {
	color: #FFF;
}

#Body #PageHeaderPad #UserPanel a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#BodyBottom {
	background: #fff url("images/shadowb.gif") repeat-x;
	height: 7px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#BodyBottomLeft {
	background: url("images/shadowbl.gif") bottom left no-repeat;
	height: 7px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#BodyBottomRight {
	background: url("images/shadowbr.gif") bottom right no-repeat;
	height: 7px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#Sidebar {
	text-transform: none;
	background-color: #ffffff;
	float: left;
	text-align: left;
	width: 160px;
	padding: 20px 0 0 0;
	margin: 0 10px 0 0;
}

#Sidebar .pad {
	margin: 0;
	padding: 0 5px 5px 20px;
	background: url(images/arrow.png) no-repeat;
}

#Sidebar h1 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 0 0 .1em 0;
	padding: 0;
}

#Sidebar ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#Sidebar ul li {
	background: url("images/123.gif") 0 .3em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 .999em;
}

#Content {
	text-align: left;
	padding: 20px 0 0 160px;
	line-height: 1.5em;
}

#Content .pad {
	padding: 0 20px 0 10px;
	border-left: 4px solid black;
}

#Content h1 {
	font-size: 1.65em;
	color: #000;
	font-weight: bold;
	margin: 0 0 .5em;
}

#Content h2 {
	font-weight: 400;
	color: #be4b4a;
	font-size: 1.3em;
	margin: .5em 0 .25em;
}

#Content ul {
	padding-left: 0;
	list-style: none;
	margin: 0 0 0 1em;
}

#Content ul li {
	background: url("images/123.gif") 0 .3em no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 .999em;
}

img.screenshot {
	border: 2px solid gray;
}

#BodyBottom {
	background: #fff url("images/shadowb.gif") repeat-x;
	height: 7px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#BodyBottomLeft {
	background: url("images/shadowbl.gif") bottom left no-repeat;
	height: 7px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#BodyBottomRight {
	background: url("images/shadowbr.gif") bottom right no-repeat;
	height: 7px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

input.xriInput {
	background:url(images/xriicon.gif) no-repeat; background-position: 1 50%; padding-left:20px;
}

input.openIdInput {
	background:url(images/openidicon.gif) no-repeat; background-position: 1 50%; padding-left:20px;
}

input.openIdOrXriInput {
	background:url(images/xriopenidicon.gif) no-repeat; background-position: 1 50%; padding-left:39px;
}

div.configMenuPanel {
	margin-top: 15px;
	margin-bottom: 0px;
}

div.configMenuPanel table tr td {
	width: 73px;
}

table.config {
	width: 500px;
}

table.config thead {
	background-color: #be4b4a;
}

table.config {
	border: 2px solid #be4b4a;
	margin-bottom: 10px;
}

.code {
	font-family: Courier New, Courier, monospace;
	font-size: .8em;
	white-space: pre;
	border: 2px solid #be4b4a;
	padding: 5px;
}

.small {
	font-size: .8em;
	line-height: 1.3em;
}

.feedbackPanelERROR {
	color: #ff0000;
}

.feedbackPanelINFO {
}

.clientResult {
	font-family: Courier New, Courier, monospace;
	font-size: .8em;
}

.clientStats {
	font-family: Courier New, Courier, monospace;
	font-size: .8em;
}