a {
	color: #2543B9;
	text-decoration: none;
}

a:visited {
	color: #132D92;
}

a:hover {
	text-decoration: underline;
}

a.top {
	margin-right: 5px;
	font-size: 10px;
	float: right;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #ffffff;
	text-align: center;
}

code {
	font-weight: bold;
}

span.h1_t, span.h1_t span, span.h1_b, span.h1_b span {
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 5px;
}

span.h1_t {
	background: url(rc_h1_left.gif) no-repeat top left;
}

span.h1_t span {
	background: url(rc_h1_right.gif) no-repeat top right;
}

span.h1_b {
	background: url(rc_h1_left.gif) no-repeat bottom left;
}

span.h1_b span {
	background: url(rc_h1_right.gif) no-repeat bottom right;
}

h1 {
	margin: 20px 0;
	background: #2b4f85;
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
}

h2 {
	clear: both;
	margin: 24px 5px 16px;
	border-top: 1px solid #2b4f85;
	padding: 5px;
	background: #e6f0f8;
	font-size: 18px;
}

h3 {
	clear: both;
	margin: 16px 5px 14px;
	padding: 5px;
	font-size: 16px;
}

h3.example {
	margin: 16px 10px 14px;
	border-top: 1px solid #2b4f85;
	background: #e6f0f8;
}

h3.request {
	margin: 40px 5px 20px;
	padding: 5px 10px;
	background: #ddd;
	font-size: 20px;
	font-family: monospace;
	font-weight: bold;
	text-align: left;
	color: #2b4f85
}

h4 {
	margin: 16px 5px 14px;
	padding: 5px;
	font-size: 16px;
}

h5 {
	margin: 14px 10px 12px;
	padding: 5px;
	font-size: 14px;
}

img {
	margin: 0 auto;
	text-align: center;
}

img#logo {	
	margin: 15px 0 0;
	border: 0;
	padding: 0;
}

li {
	margin-top: 5px;
}

p {
	margin-right: 15px;
	margin-left: 15px;
}

p.caption {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
}

p.warning {
	background: #F8F5D0;
	padding: 5px;
	margin: 5px;
	border: 1px solid #999999;
}

p.warning.conflict {
	background: #F8DFD0;
}

p.warning.applies {
	background: #E1F5E6;
}

p.warning.daft_only {
	background: #ff7b00;
}

pre {
	margin: 10px 15px 20px;
	border: 1px solid #ccf;
	padding-left: 10px;
	background: #f6f6f6;
}

pre.response {
	border: 0;
	padding-left: 10px;
	background: 0;
	font-weight: bold;
}

table {
	width: 890px;
	margin: 0 5px 15px;
	border-spacing: 1px;
	background: #999;
	font-size: 13px;
}

table.arguments {
	background: #2b4f85;
}

table th {
	margin: 1px;
	padding: 8px;
	text-align: left;
	background: #e6f0f8;
}

table.arguments th {
	background: #2b4f85;
	color: #fff;
}

table td {
	margin: 1px;
	padding: 8px;
	vertical-align: top;
	background: #fff;
}

table td p {
	margin: 8px 0;
}

table th.name {
	width: 150px;
}

/* Classes */
.center {
	text-align: center;
}

/* IDs */
#content {
	margin: 0 auto 20px;
	padding: 5px;
	width: 910px;
	text-align: left;
}

#dropshadow {
	height: 7px;
	background: url(ds_header.gif) repeat-x;
}

#header {
	background: url(bg_header.gif) #305694 repeat-x;
	height: 76px;
	color: #ffffff;
}

#header_logo {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#navlinks {
	height: 34px;
	background: #e6f0f8;
	line-height: 34px;
}

#navlinks a {
	height: 34px;
	padding: 8px;
	color: #000;
}

#navlinks a.selected {
	background: #b6c0c8;
}