/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#dtks-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#dtks-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 321px;
	left: 0;
	top: 0;
}

#dtks-page-background-glare-image
{
	background-image: url('../../images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 321px;
	width: 307px;
	margin: 0;
}

html:first-child #dtks-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}




#dtks-page-background-simple-gradient
{
	position: absolute;
	background-image: url('../../images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.dtks-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 800px;
	min-width:23px;
	min-height:23px;
}

.dtks-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 1px;
}

.dtks-Sheet-tr, .dtks-Sheet-tl, .dtks-Sheet-br, .dtks-Sheet-bl, .dtks-Sheet-tc, .dtks-Sheet-bc,.dtks-Sheet-cr, .dtks-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.dtks-Sheet-tr, .dtks-Sheet-tl, .dtks-Sheet-br, .dtks-Sheet-bl
{
	width: 22px;
	height: 22px;
	background-image: url('../../images/Sheet-s.png');
}

.dtks-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 11px, 11px, auto);
}

.dtks-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 11px, 11px);
}

.dtks-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(11px, 11px, auto, auto);
}

.dtks-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(11px, auto, auto, 11px);
}

.dtks-Sheet-tc, .dtks-Sheet-bc
{
	left: 11px;
	right: 11px;
	height: 22px;
	background-image: url('../../images/Sheet-h.png');
}

.dtks-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 11px, auto);
}

.dtks-Sheet-bc
{
	bottom: 0;
	clip: rect(11px, auto, auto, auto);
}

.dtks-Sheet-cr, .dtks-Sheet-cl
{
	top: 11px;
	bottom: 11px;
	width: 22px;
	background-image: url('../images/Sheet-v.png');
}

.dtks-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 11px);
}

.dtks-Sheet-cl
{
	left:0;
	clip: rect(auto, 11px, auto, auto);
}

.dtks-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 11px;
	left: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #F5F5F5;
}


.dtks-Sheet
{
	margin-top: 10px !important;
}

#dtks-page-background-simple-gradient, #dtks-page-background-gradient, #dtks-page-background-glare
{
	min-width:800px;
}

/* end Box, Sheet */

/* begin Header */
div.dtks-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 798px;
	height: 100px;
}

div.dtks-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 798px;
	height: 100px;
	background-image: url('../images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.dtks-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 798px;
	height: 100px;
	background-image: url('../images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.dtks-Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 768px;
}

h1.dtks-Logo-name
{
	display: block;
	text-align: left;
}

h1.dtks-Logo-name, h1.dtks-Logo-name a, h1.dtks-Logo-name a:link, h1.dtks-Logo-name a:visited, h1.dtks-Logo-name a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 36px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #383838 !important;
}

.dtks-Logo-text
{
	display: block;
	text-align: left;
}

.dtks-Logo-text, .dtks-Logo-text a
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
	padding:0;
	margin:0;
	color: #383838 !important;
}
/* end Logo */

/* begin ContentLayout */
.dtks-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 798px;
}
/* end ContentLayout */

/* begin Box, Block */
.dtks-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.dtks-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.dtks-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.dtks-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.dtks-BlockHeader .t
{
	height: 30px;
	color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}





.dtks-header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('../images/BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.dtks-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.dtks-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.dtks-BlockContent-tr, .dtks-BlockContent-tl, .dtks-BlockContent-br, .dtks-BlockContent-bl, .dtks-BlockContent-tc, .dtks-BlockContent-bc,.dtks-BlockContent-cr, .dtks-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.dtks-BlockContent-tr, .dtks-BlockContent-tl, .dtks-BlockContent-br, .dtks-BlockContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../images/BlockContent-s.png');
}

.dtks-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.dtks-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.dtks-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.dtks-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.dtks-BlockContent-tc, .dtks-BlockContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/BlockContent-h.png');
}

.dtks-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.dtks-BlockContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.dtks-BlockContent-cr, .dtks-BlockContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/BlockContent-v.png');
}

.dtks-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.dtks-BlockContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.dtks-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #E0E5E6;
}


.dtks-BlockContent-body
{
	color:#1D2425;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: center;
}

.dtks-BlockContent-body a:link
{
	color: #176B82;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.dtks-BlockContent-body a:visited, .dtks-BlockContent-body a.visited
{
	color: #828282;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.dtks-BlockContent-body a:hover, .dtks-BlockContent-body a.hover
{
	color: #1F8EAD;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.dtks-BlockContent-body ul
{
	list-style-type: none;
	color: #3D4A4D;
	margin:0;
	padding:0;
}

.dtks-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.dtks-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.dtks-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.dtks-Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.dtks-Post
{
	margin: 7px;
}

/* Start images */
a img
{
	border: 0;
}

.dtks-article img, img.dtks-article
{
	border: solid 1px #C7C7C7;
	margin: 1em;
}

.dtks-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.dtks-article table, table.dtks-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.dtks-article table, table.dtks-article .dtks-article tr, .dtks-article th, .dtks-article td
{
	background-color:Transparent;
}

.dtks-article th, .dtks-article td
{
	padding: 2px;
	border: solid 1px #A6A6A6;
	vertical-align: top;
	text-align:left;
}

.dtks-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.dtks-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #0B3541;
}

.dtks-PostHeader a, .dtks-PostHeader a:link, .dtks-PostHeader a:visited, .dtks-PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #0B3541;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.dtks-PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #0E404E;
}

.dtks-PostHeader a:visited, .dtks-PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #3F4D50;
}

.dtks-PostHeader a:hover, .dtks-PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #19768F;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #22292B;
}


.dtks-PostContent p 
{
	margin: 0.5em 0;
}

.dtks-PostContent, .dtks-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #22292B;
}

.dtks-PostContent
{
  margin:0;
}


/* Start Content link style */
a
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-decoration: underline;
  color: #176B82;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
text-decoration: underline;
  color: #176B82;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: underline;
  color: #176B82;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: underline;
  color: #19768F;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #19768F;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #19768F;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #313C3F;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #0B3541;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #0B3541;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #0B3541;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #465559;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.5em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.dtks-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.dtks-Post ol li, .dtks-Post ul ol li
{
	background: none;
	padding-left:0;
}

.dtks-Post ul li, .dtks-Post ol ul li 
{
	background-image: url('../images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.dtks-PostContent blockquote p
{
	color:#0F0F0F;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.dtks-PostContent blockquote
{
		border:solid 1px #C7C7C7; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E0E0E0;
	background-image:url('../images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.dtks-button-wrapper .dtks-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:33px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.dtks-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 33px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .dtks-button-wrapper
{
	display:block;
	float:left;
}

.dtks-button-wrapper .dtks-button
{
	display:block;
	height: 33px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 33px;
	text-decoration: none !important;
	color: #0E404E !important;
}

input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.dtks-button-wrapper.hover .dtks-button, .dtks-button:hover
{
	color: #333333 !important;
	text-decoration: none !important;
}

.dtks-button-wrapper.active .dtks-button
{
	color: #283133 !important;
}

.dtks-button-wrapper .l, .dtks-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 99px;
	background-image: url('../images/Button.png');
}

.dtks-button-wrapper .l
{
	left:0;
	right:10px;
}

.dtks-button-wrapper .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 399px);
}

.dtks-button-wrapper.hover .l, .dtks-button-wrapper.hover .r
{
	top: -33px;
}

.dtks-button-wrapper.active .l, .dtks-button-wrapper.active .r
{
	top: -66px;
}


/* end Button */

/* begin Footer */
.dtks-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 798px;
	margin: 5px auto 0px auto;
}

.dtks-Footer .dtks-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.dtks-Footer .dtks-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 798px;
	height: 150px;
	bottom:0;
	left:0;
}


.dtks-Footer .dtks-Footer-text p
{
	margin: 0;
}

.dtks-Footer .dtks-Footer-text
{
	display:inline-block;
	color:#4A5A5E;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.dtks-Footer .dtks-Footer-text a:link
{
	text-decoration: none;
	color: #0F4757;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.dtks-Footer .dtks-Footer-text a:visited
{
	text-decoration: none;
	color: #435256;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.dtks-Footer .dtks-Footer-text a:hover
{
	text-decoration: none;
	color: #176B82;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.dtks-page-footer, .dtks-page-footer a, .dtks-page-footer a:link, .dtks-page-footer a:visited, .dtks-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#1F8EAD;
}

.dtks-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#5A6D72;
}
/* end PageFooter */

/* begin LayoutCell */
.dtks-contentLayout .dtks-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 597px;
}
.dtks-contentLayout .dtks-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 796px;
}
/* end LayoutCell */

/* begin LayoutCell */
.dtks-contentLayout .dtks-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 199px;
}
/* end LayoutCell */


