/* GLOBAL STYLES */
html, body
{
	height: 100%;
	width: 100%;
	margin: 0px;
}

a
{
	color: #0097fc;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-decoration: none
}

a:hover
{
	color: #ff6e0e;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, sans-serif
}

h2
{
	margin: 4px 0px 0px 0px;
	color: #0097fc;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-align: right
}

blockquote
{
	clear:both;
	padding:0px 0px 0px 10px;
	border-left:#0097fc 2px solid;
}

img
{
	border: 0px
}

hr
{
	height: 0px;
	width: 100%;
	border-top: 0px;
	border-bottom: 1px dashed #b2c5c9;
	padding:0px;
	margin:0px;
}

table
{
	width:100%;
	margin:20px 5px 20px 0px;
	border:1px solid #43BBFA;
	clear:both;
	font-size:14px;
}

table tr, td
{
	border:1px solid #43BBFA;
}
/* END GLOBAL STYLES */

/* WRAPPER STYLES */
.wrapper
{
	position: relative;
	width: 947px;
	height: 100%;
	margin: 0 auto
}
/* END WRAPPER STYLES */

/* HEADER */
.header
{
	display:none;
}


.menu
{
	display:none;
}

.date
{
	height: 13px;
	margin: 5px 7px 0px 0px;
	padding: 0px 3px 0px 3px;
	float: left;
	color: #333333;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
/* END HEADER */

/* CONTENT */
.content
{

}

.sidebar_bottom_img
{
	width: 947px;
	float: left;
}

.sidebar
{
	display:none;
}

.sidebar_box
{
	width: 242px;
	margin: 0px 0px 18px 6px;
	float: left
}

.sidebar_box p
{
	margin: 12px 0px 10px 14px;
	padding: 0px 0px 1px 0px;
	text-align: left;
	background: url(/images/sidebar_line.gif) bottom repeat-x;
	border: none
}

.sidebar_box a
{
	color: #4d91be;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: none
}

.sidebar_box a:hover
{
	color: #00a9ed;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-decoration: underline
}

.sidebar_box span
{
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	float: none;
	color: #81a2b6;
	font-size: 11px;
	font-family: Tahoma, Arial;
	font-weight: normal;
	background: #e4f9ff
}

.sidebar_box img
{
	margin-left: 3px
}

.sidebar_header
{
	width: 242px;
	height: 21px;
	background: url(/images/sidebar_header_line.png) bottom no-repeat
}

.sidebar_header h3
{
	margin: 0px 0px 0px 28px;
	padding: 4px 0px 0px 0px;
	height: 12px;
	color: 0c9de5;
	font-size: 14px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-align: left
}

.sidebar_header img
{
	margin-left: 12px
}

.margin_bottom_sidebar
{
	width: 256px;
	height: 50px;
	float: left
}

.main
{
	width: 691px;
	float: left
}

.breadcrumbs
{
	width: 594px;
	margin: 0px 31px 19px 66px;
	color: #6b8291;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-align: left
}

.breadcrumbs a
{
	color: #6b8291;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-align: left;
	text-decoration: underline
}

.breadcrumbs a:hover
{
	color: #ff6e0e;
	font-size: 11px;
	font-family: Arial, sans-serif;
	text-decoration: none
}

.search
{
	display:none;
}

.main_box
{
	width: 594px;
	margin: 0px 31px 0px 66px;
	padding-bottom: 29px;
}

.main_header
{
	width: 594px;
	float: left;
	margin-bottom: 12px;
	border-bottom: 1px solid #85ccfc	
}

.main_header_left
{
	width: 499px;
	float: left;
	color: #0097fc;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-decoration: none
}

.main_header_right
{
	width: 95px;
	float: right
}

.text
{
	margin: 0px;
	padding-bottom: 2px;
	color: #444444;
	font-size: 13px;
	font-family: Arial, sans-serif;
	text-align: justify;
	border-bottom: 1px dashed #b2c5c9
}

.tags
{
	text-transform:lowercase;
}

.infoblock
{
	color: #0097fc;
	font-size: 13px;
	padding:10px 0px 20px 0px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.zend_form
{
	display:none;
}

/* END CONTENT */

/* FOOTER */
.footer
{
	display:none;
}

.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	text-align:left;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span 
{
	margin: 5px 0 10px 0;
	padding: 0;
	border: none;
}

.dp-highlighter a,
.dp-highlighter a:hover
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #fff;
	margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0px;
	color: #5C5C5C;
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li
{
	list-style: none !important;
	margin-left: 0px !important;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	border-left: 3px solid #43BBFA;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 1px 3px 1px 10px !important;
	margin: 0 !important;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #43BBFA;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	background-color: inherit;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; background-color: inherit; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #808080; background-color: inherit; }
.dp-highlighter .string { color: #008200; background-color: inherit; }
.dp-highlighter .vars { color:#660000 ; background-color: inherit; }
.dp-highlighter .keyword { color: blue; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }
/* END FOOTER */

.pager font
{
	margin: 0px 6px 0px 6px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #8bc8e6;
	background-image: none;
	background-color: #ffffff;
	color: #0099e5;
	font-size: 14px;
	font-family: Arial, sans-serif
}

.pager
{
	margin: 0px 25px 15px 0px;
	color: #0099e5;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
}


.pager a
{
	margin: 0px 6px 0px 6px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #8bc8e6;
	background-color: #ddf1ff;
	color: #0099e5;
	font-size: 14px;
	font-family: Arial, sans-serif
}

.pager a:hover
{
	background-color: #ffffff;
	color: #0099e5;
	font-size: 14px;
	font-family: Arial, sans-serif
}