body
{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
	line-height: 110%;
}

a
{
	color: #4076af;
	text-decoration: none;
/*	color: #3333aa; */
}

a:hover,
a:active
{
	color: #00c;
	text-decoration: underline;
}

a:visited
{
	color: #9046af;
}

a.selected
{
}


h1
{
	margin: 16px 14px 10px 0px;
	padding: 0;
	text-align: left;
	font: bold 18px Arial,sans-serif;
	line-height: 22px;
	color: #333;
	clear: both;
}

h1 img
{
	vertical-align: middle;
	margin-right: 0.2em;
}

/*
h1.first
{
	margin: 16px 14px 10px 0px;
	line-height: 20px;
}
*/

h2
{
	font: bold 16px Arial,sans-serif;
	margin: 18px 0 6px 0px;
	padding: 0;
	color: #333;
	line-height: 20px;
	text-align: left;
}

h2.first
{
	margin: -6px 0 11px 0px;
	line-height: 16px;
}

h3
{
	margin: 0 4px 8px 4px;
	padding: 0 14px 0 14px;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	border-bottom: 2px #999 dotted;
	font-weight: bold;
	color: #666;
	text-align: left;
}

p
{
	margin: 8px 0 8px 0;
	padding: 0;
}

img,
a img
{
	border: 0;
	margin: 0;
}

#copyright
{
	background: #fff url(/images/bg.gif) repeat;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 10px;
	border-top: 1px #ddd solid;
}

#copyright img
{
	vertical-align: middle;
}

hr
{
	border: 0;
	border-bottom: 2px #ccc dotted;
	height: 2px;
/*	line-height: 2px;
	font-size: 1px;
	margin: 9px 18px 9px 18px !important;
	margin: 3px 18px -3px 18px;
	padding: 0; */
}

hr.high
{
/*	margin: 14px 18px 15px 18px !important;
	margin: 10px 18px 11px 18px; */
}

div.left, small.left
{
	float: left;
}

div.right
{
	float: right;
}

div.center
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.center
{
	text-align: center
}

.strong,
.bold
{
	font-weight: bold;
}

.small,
small
{
	font-weight: normal;
	font-size: 0.9em;
}

.xsmall
{
	font-weight: normal;
	font-size: 11px;
}

.big
{
	font-size: 1.3em;
}

.xbig
{
	font-size: 20px;
}

.clear
{
	clear: both;
}

#col2 td.middle,
td.middle
{
	vertical-align: middle;
}

td.input_right input
{
	text-align: right;
	padding-right: 4px;
}

.nobr, .nobr td, table.nobr td,
table.nobrl td.label, table.nobrl td.tdleft
{
	white-space: nowrap;
}

.grey
{
	color: #666;
}

ul.articles li a
{
	font-weight: bold;
}

.hint
{
	font-size: 13px;
	line-height: 16px;
}

div.desc
{
	line-height: 16px;
	font-size: 12px;
	margin-top: 6px;
	color: #666;
}

div.code
{
	padding: 4px 6px 4px 6px;
	margin: 2px 0 2px 12px;
	background: #fafafa;
	border: 1px #eee solid;
	font-size: 13px;
	line-height: 16px;
}

div.example
{
	margin: 0 0 0 12px;
	line-height: 20px;
}


#menu
{
	padding: 12px 0 0 0;
	
	margin: 0;
	
	text-align: center;
	
	border-top: 2px #ccc dotted;
	white-space: nowrap;
	font-weight: bold;
	
	font-size: 12.25px;
	line-height: 23px;
/*	background: #fff url(/images/bg.gif) repeat; */
	background: #eee; 
	white-space: nowrap;
	border-bottom: 1px #999 solid;
}


#menu ul
{
	margin: 0 0 0 0;
/*	padding: 0px 14px 2px 14px !important; */
	padding: 0px 14px 3px 14px;
	list-style: none;
	display: inline;
}

#menu li
{
	background: transparent;
	margin: 0;
	padding: 0 0 0 4px;
	display: inline;
}

#menu a,
#menu li span
{
	white-space: nowrap;
/*	color: #4076af; */
	padding: 5px 10px 4px 10px;
	margin: 0;
	border: #aaa 1px solid;
	border-bottom: 1px #aaa solid;
	background: #fff url(/images/bg4_.gif) left bottom repeat-x;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 3px 3px 0 0;
}

#menu li span
{
	background: #fff url(/images/bg4.gif) repeat-x;
}

#menu a:hover
{
	border: #aaa 1px solid;
/*	color: #00c; */
	text-decoration: underline;
}

li.selected
{
	font-weight: bold;
	color: #333;
}

#menu li.selected a, #menu li.selected span
{
	border: #666 1px solid;
	border-bottom: #fff 1px solid;
	color: #0000aa;
	font-weight: bold;
	background: #fff url(/images/bg4.gif) repeat-x;
}

#menu li.selected span
{
	color: #333;
}

#menu li.selected a:hover
{
	border-bottom: #fff 1px solid;
}


#footermenu
{
	font-size: 12px;
	text-align: center;
	margin: 14px;
}

#submenu
{
	font-size: 13px;
	text-align: center;
	margin: 11px 0 0 0;
	white-space: nowrap;
	width: auto;
}

#submenu span
{
	border-bottom: 2px #ccc solid;
	zoom: 1;
	padding: 1px 8px 0px 8px;
	font-style: italic;
}

#submenu a
{
	font-weight: normal;
}

td
{
	vertical-align: top;
}

ol
{
	margin-top: 6px;
	margin-bottom: 12px;
}

ul
{
	list-style: none;
	margin: 5px 0 15px 0px;
	padding: 0 0 0 0;
}

ol li
{
	background: transparent;
	margin: 0 0 6px 0;
	padding: 0;
}

li
{
	margin-top: 6px;
	padding: 0 4px 0 15px;
	background: url(/images/bullet.gif) no-repeat 0 4.5px;
}

li.one
{
	background: transparent;
	padding: 8px 10px 8px 10px;
	margin: 0;
}

li.two
{
	background: transparent;
	border-top: 2px #f0f0f0 solid;
	padding: 8px 10px 8px 10px;
	margin: 0;
}

li.three
{
	background: transparent;
	border-bottom: 2px #f0f0f0 solid;
	padding: 8px 10px 0 10px;
	margin: 0;
}

#col2 li.sub
{
	margin-top: 2px;
	background: transparent;
}

#col3 li.sub
{
	padding: 0 10px 0 10px;
	margin: -6px 0 8px 0;
	background: transparent;
}

#col2 ul.articles
{
	margin-top: -4px;
}

#col2 ul.articles li
{
	margin-top: 12px;
}

#col2 ul.articles li.sub
{
	margin-top: 3px;
}

ul.articles li a span
{
	font-weight: normal;
}

ul.articles li a span.subhl
{
	display: block;
	font-weight: normal;
}

ul.articles li.sub a span.subhl
{
	display: inline;
	font-weight: normal;
}

#col2 li span.date
{
	font-size: 12px;
	color: #999;
	white-space: nowrap;
	padding-left: 5px;
}


ul.articles li div.date
{
	padding: 0;
	margin: -4px 0 0 0 !important;
	margin: -10px 0 0 0;
	line-height: 14px;
	text-align: right;
	font-size: 10px;
	color: #999;
	font-family: Arial, sans-serif;
	white-space: nowrap;
}

#head
{
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#layout
{
	margin: 178px 0 0 180px;
	background: #fff;
}

#col2
{
	padding: 0 14px 14px 14px;
	line-height: 22px;
	width: 99%;
}

#col2 ul,
#col2 ol
{
	line-height: 20px;
	font-size: 14px;
}

#col3
{
	padding: 0 10px 14px 0;
	font-size: 12px;
	width: 200px;
	overflow: hidden;
}

#col3 ul
{
	padding: 0;
	margin: 0;
}

#col3 li
{
	background: transparent;
	margin: 0;
	padding: 0;
}

#adsense
{
	position: absolute;
	left: 20px;
	top: 178px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#adsense2
{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 6px #ccc solid;
	
}

#image_header
{
	clear: both;
	text-align: center;
	margin: 0 0 12px 0;
	padding: 2px 1px 4px 1px;
}

i
{
	font-family: Arial, sans-serif;
	font-style: italic;
}

div.to_top
{
	margin: 10px;
	padding-right: 10px;
	clear: both;
	text-align: right;
	font-size: 13px;
	white-space: nowrap;
}

div.to_top a
{
	font-weight: normal;
}

.spacer,
.mediumspacer
{
	height: 12px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0px;
}

.mediumspacer
{
	height: 8px;
}

.minispacer
{
	height: 4px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0px;
	clear: both;
}

.message_success,
.message_error,
.message
{
	font-weight: bold;
}

.message_error,
.error
{
	color: red;
	margin: 0;
	padding: 0;
}

.message_success,
.success
{
	color: green;
	margin: 0;
	padding: 0;
}

input.error,
td.error input,
textarea.error,
td.error textarea,
select.error,
td.error select
{
	border-color: red;
}

#search form
{
	width: 200px;
	margin: 0 -4px 0 -4px;
	padding: 0;
}

#search table
{
	text-align: right;
	background: transparent;
	margin: -6px 0 0 0;
/*	padding: 0; */
}

#search td
{
	white-space: nowrap;
}

#search td font
{
	font-size: 13px !important;
	font-size: 13px;
}

#search td input
{
	margin: 0;
/*	padding: 0; */
	font-size: 13px;
	vertical-align: middle;
}

div.article_extra
{
	padding: 0.2em 0 0.2em 0.5em;
	margin: 0.25em 0px 0.25em 0.6em;
	float: right;
	border-left: 1px #ccc solid;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
}

form
{
	margin: 0;
	padding: 0;
}

form td.label
{
	padding-right: 10px;
}

form table.form_items
{
	width: 100%;
	margin: 6px 0 6px 0;
}

form table.form_items td
{
	vertical-align: middle;
}
form table.form_items td.label
{
	vertical-align: top;
	text-align: right;
}
form table.form_items td.element
{
	width: 99%
}

form table.form_items td.tip
{
	vertical-align: top;
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 0 0 0.4em 0;
	color: #333;
}

input,
textarea,
option,
select
{
	font-family: monospace;
	font-size: 14px;
}

input.reset,
input.submit
{
	margin: 0;
	padding: 0 6px 0 6px !important;
	padding: 0;
	vertical-align: middle;
}

input.submit
{
	font-weight: bold;
}

option,
select option,
select
{
	padding-right: 0;
}

div.frame
{
	margin: 6px 0 0 0;
	border: 2px #f0f0f0 solid !important;
	border-width: 2px 0 2px 0;
	background: #fff url(/images/bg.gif) repeat;
	padding: 8px 10px 8px 10px;
	-moz-border-radius:12px;
}

#col3 .frame
{
	padding-left: 14px;
	margin-top: 12px;
}

/*
#col3 .firstframe
{
	margin-top: 0px;
}
*/

.frame ul
{
	margin: 0;
}

.frame h3,
h3.frame
{
	font-size: 13px;
}

#col2 .frame h2
{
	margin-top: 4px;
}

#col3 .frame .menu
{
	padding-bottom: 12px;
	line-height: 15px;
}

#col3 .frame .menu li
{
	margin: 0 0 6px 0;
}

span.help
{
	cursor: help;
	border-bottom: #aaa 2px dotted;
}

table.information,
table.information_mini
{
	padding: 0;
	margin: 0.25em 0 0 0;
	line-height: 1.25em;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
}

table.information_mini
{
	line-height: 14px;
	font-size: 13px;
}

table.information td,
table.information_mini td
{
	vertical-align: top;
}

table.information td.tdleft,
table.information_mini td.tdleft
{
	text-align: right;
	font-size: 0.9em;
	color: #888;
	white-space: nowrap;
	padding: 0.2em 0.5em 0.2em 0em;
}

table.information_mini td.tdleft,
table.information_mini td.tdright
{
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

table.information td.tdright,
table.information_mini td.tdright
{
	border-left: 1px solid #ccc;
	text-align: left;
	padding: 0.2em 0em 0.2em 0.5em;
}

table.information td.tdright small,
table.information_mini td.tdright small
{
	font-size: 0.8em;
	color: #999
}

table.related_keywords
{
	border-collapse: collapse;
}

table.related_keywords td.letter,
table.related_keywords td.bigletter
{
	font-weight: bold;
	color: #666;
	padding: 0 4px 0 4px;
	border-right: 2px #ccc solid;
	text-align: center;
}

table.related_keywords td.bigletter
{
	font-size: 18px;
	padding: 0 0 10px 0;
	width: 24px;
}

table.related_keywords td.words,
table.related_keywords td.bigwords
{
	padding-left: 10px;
}

table.related_keywords td.bigwords
{
	padding-bottom: 10px;
}

table.related_keywords td.words span,
table.related_keywords td.bigwords span
{
	color: #999;
	font-size: 12px;
}

div.jumpbox
{
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 1em;
}

/*** ITEM LIST TABLE START ***/

table.item_list
{
	line-height: 18px;
/*	border-collapse: collapse; */
/*	border: 1px #bbb solid; */
}

table.item_list tr.row2
{
	background: #fafafa;
}

table.item_list th
{
	background-color: #bbb;
	color: #fff;
	padding: 4px 8px 4px 8px;
	border-right: 1px #fff solid;
}

table.item_list td
{
	padding: 4px 8px 4px 8px;
	border-right: 1px #ccc solid;
	border-bottom: 1px #f0f0f0 solid;
	vertical-align: middle;
}

table.item_list td .small,
table.item_list td .xsmall
{
	line-height: 14px;
}

/*** ITEM LIST TABLE END ***/
