/*****************************************************************************
 * parse2.css
 *****************************************************************************/

/* -- body -- */

body 
{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	font:80% Arial,"Trebuchet MS",Verdana,Tahoma,sans-serif;
}

/* -- page -- */

#page 
{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
}

/* -- header -- */

#header 
{
	margin:10px 0 10px 0;
	height:80px;
	background-image: url(../images/header900.png);
	background-position: center;
	background-repeat: no-repeat;
}

/* -- box -- */

.sidebox
{
	width:150px;
	background:url(../images/sidebox150_sides.gif) repeat-y 0 0; 
	position:relative;
}

.sideboxbottom
{ 
	font-size:0;
	height:6px; 
	margin:0; 
	background:url(../images/sidebox150_bottom.png) no-repeat bottom left; 
}

.sidebox h2
{
	font-size:1.0em;
	font-weight:bold;
	color:white;
	margin:0;
	padding:4px 0px 4px 12px;
	background:url(../images/sidebox150_top.png) no-repeat 0 0;
}

.sidebox ul
{
	list-style:none;
	margin:0;
	padding-left:12px;					/* whole list moved to right */
	padding-right:12px;					/* bring line between items in from right */
}

.sidebox li
{
	font-size:0.9em;
	color:#686868;
	line-height:1.4em;
	padding: 5px 0 5px 0;				/* vertical padding between items */
	border-bottom: 1px solid #e5e5e5; 	/* line between items */
}

.sidebox li.last 
{ 
	border: 0; 							/* no line after last item */
}

.sidebox li a 
{
	text-decoration:none;
	display: block;
}

/* -- menubox -- */

.menubox
{
	width:150px;
	background:url(../images/sidebox150_sides.gif) repeat-y 0 0; 
	position:relative;
}

.menuboxbottom
{
	font-size:0;						/* ie6 */
	height:6px;
	margin:0; 
	background:url(../images/sidebox150_bottom.png) no-repeat bottom left; 
}

.menubox h2
{
	font-size:1.0em;
	font-weight:bold;
	color:white;
	margin:0;
	padding:4px 0px 4px 12px;
	background:url(../images/sidebox150_top.png) no-repeat 0 0;
}

.menubox ul
{
	list-style:none;
	margin:0;
	padding-left:12px;					/* whole list moved to right */
	padding-right:12px;					/* bring line between items in from right */
}

.menubox li
{
	padding: 5px 0 5px 0;				/* vertical padding between items */
	border-bottom: 1px solid #e5e5e5; 	/* line between items */
}

.menubox li.last 
{ 
	border: 0; 							/* no line after last item */
}

.menubox li a 
{
	font-size:0.9em;
	color:#286ea0;	
	text-decoration:none;
	display: block;
/**	background: url(../images/sidebox150_arrow.png) no-repeat;
**/
}

.menubox li a:hover
{
	text-decoration:underline;
	color:#286ea0;	
/**	background-position: -150px 0; 
**/
}

/* -- sidebarL -- */

#sidebarL 
{
	display:inline;
	float:left;
	width:150px;
	margin-right:10px;
	margin-bottom:5px;
}

/* -- sidebarR -- */

#sidebarR 
{
	display:inline;
	float:left;
	width:150px;
	margin-bottom:5px;
}

/* -- centrebox -- */

.centrebox
{
	display:inline;
	float:left;
	width:580px;
	margin-right:10px;
	margin-bottom:5px;
	background:url(../images/box580_sides.gif) repeat-y 0 0; 
}

.centrebox h1
{
	margin:0;
	padding:10px 10px 10px 10px;
	font-size:1.6em;
	font-weight:bold;
	color:#505050;
	background:url(../images/box580_top.png) no-repeat 0 0;
}

.centreboxbottom
{
	font-size:0;							/* ie6 */
	height:6px; 
	margin:0; 
	background:url(../images/box580_bottom.png) no-repeat bottom left; 
}

/* -- content -- */

#content 
{
	padding:0 10px 0 10px;
	line-height:1.5em;	
	color:#686868;
}

#content div.menu
{
	height:2.2em;
	background-color:#286ea0;
	color:#ffffff;
}

#content div.menu ul 
{
	display:inline;
	line-height:2.2em;
	list-style:none;
}

#content div.menu li
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#content div.menu li a
{
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
}

#content div.menu .selected,
#content div.menu a:hover
{
	background-color:#80b0da;
	color:#ffffff;
	text-decoration:none;
}

#intro 
{
	font-size:1.2em;
	line-height:2.0em;
}

#content h2 
{
	margin:0 0 8px;
	font-size:1.2em;
	font-weight:bold;
	color:#505050;
	border-bottom:2px solid #dadada;
}

#content h3 
{
	margin:0 0 8px;
	font-size:1.0em;
	font-weight:bold;
	color:#505050;
}

#content iframe
{
	width:100%;							/* adjusted in IE6.ccs */
	background-color:#ffc;
}

#content ul, 
#content ol 
{
	margin:0 0 16px 20px;
	padding:0;
	line-height:2.0em;
}

#content li 
{
	margin:0;
	padding:0 0 0 5px;
}

#content ul ul, 
#content ol ol 
{
	margin:0 0 0 16px;
	padding:0;
}

/* -- content : examplesMenu -- */

#content .examplesMenu {}

#content .examplesMenu ul 
{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:2px solid #dadada;
}

#content .examplesMenu li 
{
	display:inline;
	margin:0;
	padding:0;
}

#content .examplesMenu li a:link,
#content .examplesMenu li a:visited
{
	padding:5px 10px 5px 10px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#286ea0;
	background-color:#f4f4f4;
	border-right:4px solid #cccccc;
}

#content .examplesMenu li a:hover,
#content .examplesMenu li a.current 
{
	color:#505050;
	background-color:#eaeaea;
	border-right:4px solid #286ea0;
}

/* -- content : examplesForm -- */

#content .examplesForm {}
#content .examplesForm div.group 
{
	background-color:#f4f4f4;
	padding:2px 4px 0 2px;
	margin:0 0 10px 0;
}
#content .examplesForm form {}
#content .examplesForm p				/* ie6 */ 
{
	margin:0;
	padding:0;
}
#content .examplesForm form input {}
#content .examplesForm form input.rule 
{
	font-family:monospace;
	font-size:9pt;
	font-weight:normal;
	color:#686868;
	width:100%;							/* adjusted in IE6.ccs */
	margin:0;
	border:1px solid #cccccc;
}
#content .examplesForm form input.parse
{
	width:100px;
	margin:0 0 10px 0;
}
#content .examplesForm form textarea 
{
	font-family:monospace;
	font-size:9pt;
	font-weight:normal;
	color:#686868;
	line-height:normal;
	width:100%;							/* adjusted in IE6.ccs */
	margin:0;
	border:1px solid #cccccc;
}
#content .examplesForm form table {}
#content .examplesForm form table tr {}
#content .examplesForm form table td 
{
	vertical-align:top;
}
#content .examplesForm form table td.description
{
	width:100%;							/* adjusted in IE6.ccs */
}

/* -- content : sourceForm -- */

#content .sourceForm {}
#content .sourceForm form {}
#content .sourceForm form input {}
#content .sourceForm form input.select
{
	width:75px;
	margin:0 0 0 0;
}

/* -- content : servicesForm -- */

#content .servicesForm {}
#content .servicesForm div.group 
{
	background-color:#f4f4f4;
	padding:2px 4px 0 2px;
	margin:0 0 10px 0;
}
#content .servicesForm form {}
#content .servicesForm p				/* ie6 */ 
{
	margin:0;
	padding:0;
}
#content .servicesForm form input {}
#content .servicesForm form input.rule 
{
	font-family:monospace;
	font-size:9pt;
	font-weight:normal;
	color:#686868;
	width:100%;							/* adjusted in IE6.ccs */
	margin:0;
	border:1px solid #cccccc;
}
#content .servicesForm form input.parse
{
	width:100px;
	margin:0 0 0 0;
}
#content .servicesForm form textarea 
{
	font-family:monospace;
	font-size:9pt;
	font-weight:normal;
	color:#686868;
	line-height:normal;
	width:100%;							/* adjusted in IE6.ccs */
	margin:0;
	border:1px solid #cccccc;
}
#content .servicesForm form table {}
#content .servicesForm form table tr {}
#content .servicesForm form table td 
{
	vertical-align:top;
}
#content .servicesForm form table td.description
{
	width:100%;							/* adjusted in IE6.ccs */
}

/* -- news -- */

#news 		{}
#news table {}
#news tr 	{}
#news td
{
	padding:10px;
	vertical-align:top;
	border-top:2px solid #f0f0f0;
}
#news td.date
{
	width:120px;
	color:#841;
	text-align:right;
}
#news td.copy {}

/* -- contact -- */

#contact 		{}
#contact table	{}
#contact tr 	{}
#contact td
{
	padding:10px;
	vertical-align:top;
}
#contact td.title
{
	width:120px;
	color:#841;
	text-align:right;
}
#contact td.info {}

/* -- footer -- */

#footer 
{
	clear:both;
	margin:0 auto;
	padding:10px 0 20px;
	width:900px;
	text-align:center;
	color:#808080;
	background:#ffffff;
	font-size:0.9em;
}

#footer a 
{
	color:#286ea0;
	background-color:inherit;
	text-decoration:none;
}

#footer a:hover 
{
	text-decoration:underline;
	color:#286ea0;
}

a 
{
	text-decoration:none;
	color:#286ea0;
	background-color:inherit;
}

a:hover 
{
	text-decoration:underline;
	color:#286ea0;
	background-color:inherit;
}

.code 
{
	color:#841;
}

.icode 
{
	color:#841;
	padding-left:2em;
}

.yellowrow
{
	background-color:#ffc;
}

/* -- examples -- */

.codeBlock,
.resultBlock
{
	background-color:#ffc;
	font-family:monospace;
	font-size:9pt;
	font-weight:normal;
	line-height:normal;
	color:#686868;	
}
.entryBlock 
{
	background-color:#f4f4f4;
	font-family:monospace;
	font-size:9pt;
	font-weight:normal;
	line-height:normal;
}

/* -- general -- */

.arrow 
{
	padding-left:10px;
	background:url(../images/arrow_right.png) no-repeat center left;
}

/* -- eof -- */