/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #444;
}

body
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #777;
	background: url(/images/bg.gif) repeat-y center;
}

input
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #777;
}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

a
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
    margin: 0 auto;
	width:950px;
	text-align:left;
}

/* Header */

#header
{
	padding: 2.0em 4.5em 0em 3.7em;
}

#header h2
{
	font-size: 0.8em;
	font-weight: normal;
	color: #949494;
	display: inline;
	padding-left: 0.5em;
}

#header h1
{
	font-size: 1.9em;
	display: inline;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #343434;
	text-decoration: none;
}

/* Menu */

#menu
{
	top: 0px;
	left: 0px;
	width: 950px;
	padding:5px 0 0 0;
	text-indent:50px;
	background: url(/images/menu_border.gif) no-repeat 35px 26px;
}

#menu ul
{
	padding: 1em 4.5em 1em 4.5em;
	list-style: none;
}

#menu li
{
	display: inline;
	font-size: 0.8em;
}

#menu li a
{
	color: #000;
	background-color: inherit;
}

#menu li a:hover
{
	color:#ccc;
}

#menu a
{
	color: #000;
	background-color: inherit;
	margin:-2px;
}

#menu a:hover
{
	color:#cc0000;
}

/* Content */

#content
{
	padding-left: 2em;
	padding-right: 2em;
	
}

.box
{
	margin-bottom: 1.25em;
}

.boxContent
{
	margin-top: 0.5em;
	padding: 1.25em 1em 0.25em 1em;
	background: #ffffff url('/images/a1.gif') top left repeat-x;
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #bb6600;
	background: #ff8800;
	padding: 1em 1.5em 1em 1em;
	height:200px
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	background: #cccccc;
	padding: 1em 1.5em 1em 1em;
	height:200px
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #000;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #007799;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
	font-size: 1.25em;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: solid 1px #999999;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

/* Home Content */


#homeContent
{
	float: right;
	width: 98%;
	margin-left: 1em;
	margin-right: -2em;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 13em;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

/* Footer */

#footer
{
/*	background: url(/images/menu_border.gif) no-repeat; */
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}

.anylinkcss{
position:absolute;
visibility: hidden;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
width: 160px;
background-color: #acc6e3;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;

}

pre.run{
color:#acd373 !important;
background:#444 !important;
padding:5px !important;
position:relative;
margin-bottom: 10px !important;
font-size: 96% !important;
}
pre {
font-size: 96%;
padding: 5px;
background: #EEE;
}
.ie pre.run{
font-size:90%;
}
	pre.run a{
	display:block;
	text-indent:-9999em;
	background:url(http://static.jquery.com/files/design/images/jq_run.gif) no-repeat;
	position:absolute;
	top:-17px;
	right:0;
	width:58px;
	height:17px;
	font-size:0;
	}
p.surprise {
display: none;
margin-bottom: 5px;
}
