﻿body, form, table, td
{
	font-family: verdana;
	font-size: 11px;
	color: #555555;
}

form, body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body
{
	text-align: center; /*background: url(/common/images/header.png) no-repeat 0px -50px; width: 100%; height: 130px;*/
}

h1, h2, h3, h4, h5
{
	color: #ff4d00;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
h1
{
	font-size: 18px;
	border-bottom: solid 1px #d4d4d4;
}
h2
{
	font-size: 16px;
	border-bottom: solid 1px #d4d4d4;
}
h3
{
	font-size: 14px;
	border-bottom: solid 1px #d4d4d4;
}
h4
{
	font-size: 12px;
}
h5
{
	font-size: 10px;
}

h4.samplecode
{
	border-bottom: solid 1px #c9c9c9;
	padding-bottom: 2px;
}

p
{
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.justify
{
    text-align: justify;
}

b
{
	/*color: #ff4d00;*/
	color: #000000;
}

.fico { width: 32px; text-align: center; }
.fdesc { width: 400px; }
.fnew { font-size: 10px; color: #ff4d00; font-weight: bold; }

.dw { text-align: right; }
.dw a { font-weight: bold; }
.dw img { position: relative; top: 8px; }

.tagline { font-weight: 700; color: #ff4d00; font-size: 15px; }

.noborder { border: solid 0px #ffffff; }
.small { font-size: 11px; color: #999999; }

.wrapper
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.border_top_main
{
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #ffffff;
	width: 958px;
	background: url(/common/images/header.png) no-repeat 0px -50px;
	height: 130px;
}

.border_top
{
	background: transparent url(/common/images/corner_top.gif) no-repeat top left;
	height: 16px;
	width: 960px;
}

.border_bottom
{
	background: transparent url(/common/images/corner_bottom.gif) no-repeat top left;
	height: 16px;
	width: 960px;
}

.border_content
{
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	width: 958px;
}

.logo
{
	padding-top: 10px;
	float: left;
}
.tag
{
	float: right;
	padding-top: 10px;
}

.footer
{
	background: url(/common/images/footer.png) no-repeat;
	width: 688px;
	height: 39px;
	margin: 0 0 0 auto;
}
.footer_pos
{
	float: left;
	color: #ffffff;
	padding-top: 13px;
	padding-left: 20px;
}
.copy
{
	float: right;
	text-align: right;
	padding-top: 13px;
	padding-right: 20px;
}

.blue_small
{
	color: #3399cc;
	font-size: 11px;
}
.orange
{
	color: #ff9900;
}

a, img
{
	border: none 0px #ffffff;
}

a:link
{
	text-decoration: none;
	color: #005ebe;
}
a:visited
{
	text-decoration: none;
	color: #005ebe;
}
a:active
{
	text-decoration: none;
	color: #005ebe;
}

a:link:hover
{
	text-decoration: underline;
}
a:visited:hover
{
	text-decoration: underline;
}
a:active:hover
{
	text-decoration: underline;
}

.content
{
	padding: 0px 0px 0px 0px;
}
.content a, .content img
{
	border: none 0px #ffffff;
}

input, select, textarea
{
	font-family: Tahoma;
	font-size: 11px;
}

ul
{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 2px 15px;
}
li
{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 2px 15px;
}

div.form
{
	width: 650px;
}
div.form .inner
{
	margin: 5px 5px 5px 5px;
}
div.form .label
{
	font-weight: bold;
	font-size: 11px;
}
div.form .text
{
	width: 200px;
	padding-top: 2px;
}
div.form .select
{
	width: 204px;
	padding-top: 2px;
}

.success
{
}
.success .inner
{
	margin: 5px 5px 5px 5px;
	border: solid 1px #85cf85;
	background-color: #f5fdf5;
}
.success .inner .header
{
	height: 30px;
	background-color: #e2f9e3;
	padding-top: 10px;
	padding-left: 10px;
}
.success .inner .body
{
	padding: 10px 10px 10px 10px;
}

.failure
{
}
.failure .inner
{
	margin: 5px 5px 5px 5px;
	border: solid 1px #f2c217;
	background-color: #fefefe;
}
.failure .inner .header
{
	height: 30px;
	background-color: #ffffb9;
	padding-top: 10px;
	padding-left: 10px;
}
.failure .inner .body
{
	padding: 10px 10px 10px 10px;
}

.label
{
	font-weight: bold;
	font-size: 11px;
}
.form_row
{
	clear: both;
	min-height: 25px;
}
.form_row input
{
	margin-right: 5px;
}
.form_col
{
	margin-bottom: 5px;
	text-align: left;
	float: left;
}
.form_col_label
{
	float: left;
	text-align: right;
	clear: left;
}

.validation_error
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

ul.numbered li
{
	list-style-type: decimal;
}

ul.circle li
{
	list-style-type: circle;
}

span.red { color: Red; font-size: 10px; }

ul.examples { list-style: none; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ul.examples li { list-style: none; margin: 0px 0px 0px 50px; padding: 0px 0px 0px 0px; float: left; }

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

ul.blog-archive { margin-left: 0px; margin-right: 0px; }
ul.blog-archive > li { list-style: none; font-size: 11px; }
ul.blog-archive > li.date { list-style: none; font-size: 11px; margin-left: 0px; }

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }