/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** START design113/global/default.css ***/
/* =RESET GENERIC */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
td {vertical-align: top;}
:focus, img:focus, a:focus, input:focus {outline: none;}

/* =GLOBAL */
body {
	min-width: 990px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0a1f00;
	background-image: url(../data/i/body.png);
	background-repeat: repeat-x;
	background-position: 50% top;
	color: #333333;
}
a {color:#515b00;}
a:hover {color:#515b00;}
a:focus {outline:none;}

.body {
	background-image: url(../data/i/content.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	position: relative;	
}
.bodyIn {
	background-image:  url(../data/i/paw.png);
	background-repeat: no-repeat;
	background-position: 50% 153px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 0;
}

h1 {font-size: 20px; color: #7c4d25; margin-top: 15px; margin-bottom: 0px;}
h2 {font-size: 18px; color: #7c4d25; margin-bottom: 8px;}
h3 {font-size: 15px; color: #7c4d25; margin-bottom: 5px;}
h4 {font-size: 14px; color: #7c4d25;}
h5 {font-size: 16px; color: #7c4d25;}
h6 {font-size: 14px; color: #7c4d25;}

.padding h1, .padding h2, .padding h3, .padding h4, .padding h5, .padding h6 {
	padding: 0; margin: 0;
	padding-top: 10px;
}


.wrapper {
	width: 990px;
	text-align: left;
	position: relative;
	margin: 0 auto;

	background-image: url(/data/Image/Content/caption.jpg);
	background-repeat: no-repeat;
	background-position: 10px 115px;
}
.page282 .wrapper {background-image: url(/data/Image/Content/caption03.jpg);} /* our dogs */
.page245 .wrapper {background-image: url(/data/Image/Content/caption04.jpg);} /* retrievers */
.page50 .wrapper {background-image: url(/data/Image/Content/caption05.jpg);} /* equipment */
.page175 .wrapper {background-image: url(/data/Image/Content/caption06.jpg);} /* resources */

.wrapperIn {

	background-image: url(../data/i/header.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}

.moreInfo {
	position:absolute;
	top: 110%; 	
	left:0px;	
}
.clr {clear: both;}
img.alignedRight {padding-left: 10px; padding-bottom: 5px;}
img.alignedLeft {padding-right: 10px; padding-bottom: 5px;}
.floatLeft {float: left;}
.floatRight {float: right;}

/* =HIGHLIGHTED TEXT */
.TextBox {
	padding:10px;
	font-size:13px;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius: 10px;-moz-border-radius:10px; -webkit-border-radius:10px;
	$TextBoxCutomStyle
}
.HighlightedText {
	font-size:;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #F70039;
	padding:3px;
}
.HighlightedText2 {
	font-size:;
	color:#FFFFFF;
	background-color: #1E004F;
	padding:3px;
}
.HighlightedText3 {
	font-size:;
	color:#8AA500;
	background-color: #FFFFFF;
	padding:3px;

}
.SmallerText {
	font-size:10px;
	color:#SmallerTextColor;
	font-weight:bold;
}

/* --------------------------------------- =HEADER --------------------------------------- */
.headerToTop {
	position: absolute;
	top: 0; left: 0;
	z-index: 20;
}
.header {
	width: 990px;
	height: 632px;
	position: relative;
}

.logo {
	background-image: url(../data/i/logo.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 356px;
	height: 50px;
}
.logo span {display: none;}

/* =MAIN NAVIGATION */
.navigation {
	position: absolute;
	top: 87px;
	left: 0px;
}
.navigation ul {padding: 0; margin: 0; list-style-type: none;}
.navigation li {
	padding: 0; margin: 0;
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 17px;
}
.navigation .menu-item-0-active a {color: #f1d4a0;}
.navigation a:hover {text-shadow: 0 0 2px #fff;}

/* =TOP NAVIGATION */
.navigation-top {
	position: absolute;
	top: 9px;
	right: 8px;
	font-size: 12px;
}
.navigation-top ul {
	padding: 0; margin: 0;
	list-style-type: none;
}
.navigation-top li {
	padding: 0; margin: 0;
	display: block;
	float: left;
	background-image: url(../data/i/top-nav-sep.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.navigation-top li.lastNode {background-image: none;}
.navigation-top a {
	color: #fff;
	text-decoration: none;
}
.navigation-top a:hover {
	text-decoration: underline;
}
/* --------------------------------------- end header --------------------------------------- */

/* --------------------------------------- =MIDDLE CONTAINER --------------------------------------- */
.withLeftMenu {
	width: 725px;
	float: right;
	padding-top: 255px;
	line-height: 1.6em;
}
.padding {
	width: 990px;
	padding-top: 255px;
	line-height: 1.6em;
}
.paddingIn {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 40px;
	padding-right: 50px;
}

/* =CONTENT */
.content {
	padding-bottom: 20px;
	min-height: 440px;
}
h1.pageTitle {
	font-size: 25px;
	padding-bottom: 15px;
}
.sitePathDiv {
	position: absolute;
	right: 10px;
	top: 204px;
}

/* =LEFT NAVIGATION */
.left-navigation {
	width: 265px;
	float: right;
	padding-top: 270px;
}
.left-navigation h3 {
	font-size: 22px;
	padding-left: 30px;
	padding-bottom: 10px;
	
}
.left-navigation ul {
	padding: 0; margin: 0;
	list-style-type: none;
}
.left-navigation ul.left0-active {
	margin-left: 10px;
	border-top: 1px solid #fff;
}
.left-navigation li {
	padding: 0; margin: 0;
}
.left-navigation a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;

	font-size: 14px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #fff;
}
.leftDiv0-active a {
	font-weight: bold;
}
.left-navigation span {
	display: block;
	margin-left: 20px;
}
.left-navigation ul ul span {margin-left: 40px;}
.left-navigation ul ul ul span {margin-left: 60px;}

.left-navigation .currentPage a {
	background-color: #fff;
}
.left-navigation a:hover {
	text-decoration: underline;
}
/* --------------------------------------- end middle container --------------------------------------- */

/* --------------------------------------- =FOOTER --------------------------------------- */
.footerOut {
	min-width: 990px;
	background-image: url(../data/i/footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 112px;
}
.footer {
	position: relative;
	width: 990px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../data/i/footerIn.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	min-height: 150px;
}
.footer-navigation {
	padding-bottom: 10px;
	padding-top: 10px;
}
.footer-navigation ul {
	padding: 0; margin: 0;
	list-style-type: none;
}
.footer-navigation li {
	padding: 0; margin: 0;
	display: block;
	float: left;
}
.footer-navigation a {}

.copyright {
	position: absolute; 
	right: 30px; 
	top: 10px;
	font-size: 12px;
	color: #666;
}
/* --------------------------------------- footer --------------------------------------- */

/* =FORMS */
form.xform input[type="text"], form.xform input[type="password"],
form.xform select,
form.xform textarea {
	background-color: white;
	border: 1px solid #ccc;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	background-image: url(../data/i/typeinput.png);
	background-repeat: repeat-x;
	padding: 3px;
	font-family: Tahoma, Geneva;
	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px;
}
form.xform input[type="text"], form input[type="password"],
form.xform input.inputText, form input.inputPassword {
	width: 180px;
}
form.xform select {
	width: 188px;
}
form.xform textarea {
	width: 300px;
	height: 100px;
}
form.xform input[type="checkbox"], form input[type="radio"],
form.xform input.checkbox, form input.radio {
	width: auto;
	border: 0 none;
	padding: 0;
	margin-right: 3px;
}
.enumBlock {margin-right: 15px;}
form.xform th {
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.formRequired {color: red;}
.xFormErrorLabel,
.xFormErrorList {
	color: red;
	display: block;
	float: left;
	padding-right: 3px;
}
form input[type="submit"],
form input.submitButton,
form button {
	border: 1px solid #ccc;
	background-image: none;
	cursor: pointer;
	padding: 3px;
}

/* =FULL TEXT SEARCH */
.fts {
	position: absolute;
	top: 38px;
	right: 20px;
}
.fts input[type="text"] {
	border: 0 none;
	background-color: #f1d4a0;
	width: 130px;
}
.fts input[type="submit"] {
	width: 22px;
	height: 22px;
	overflow: hidden;
	background-color: transparent;
	border: 0 none;
}
.fts input.defVal {
	color: #84491e;
	font-size: 12px;
	font-style: italic;
}
.ftsRow {
	margin: 0; padding: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* =MAIN STYLES */
.stylesHeader {
	display: block;
	padding: 5px 10px;
	background-color: #be202e;
	color: #fff;
}
/* =TABLES */
table.list,
table.list11 {
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
	border-right: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
}
table.list td,
table.list11 td {
	padding: 5px 10px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
table.list p {padding: 0; margin: 0;}
table.list tr.row-0 td {background-color: #f5f5f5;}
table.list tr.row-pos0,
table.list11 tr.row-pos0 {
	text-transform: uppercase;
	font-weight: bold;
}

table.list11 td.col-0 {background-color: #f5f5f5;}
table.list11 tr.row-pos0 {background-color: #f5f5f5;}
table.list11 tr.row-pos1 {font-weight: bold;}

/* =EVENTS */
table.eventDetails {
	margin-bottom: 20px;	
}
table.eventDetails td,
table.eventDetails th {
	padding: 3px 5px;	
	border: 1px dotted #c7c7c7;
}
table.eventDetails th {
	text-align: right;
	font-weight: bold;
}
.registeredAtEvent {
	color: #d20000;
}
/*** END design113/global/default.css ***/

/*** Skipping CSS Section msie-mobile (conditions do not match) ***/
/*** Skipping CSS Section safari-mobile (conditions do not match) ***/
/*** Skipping CSS Section opera-mobile (conditions do not match) ***/
/*** Skipping CSS Section upbrowser-mobile (conditions do not match) ***/
/*** Skipping CSS Section wysiwyg (conditions do not match) ***/
/*** START design113/global/videogallery.css ***/
/* Video Gallery */
#page336 h1.pageTitle {
	padding-left: 25px;
}
#page336 .paddingIn {
	padding-left: 10px;
	padding-right: 10px;
}

/* Video Library  */
#page336 .captionLevel,
#page336 .left-navigation {
	display:none;
}
#page336 .contentTop,
#page336 .contentBottom {
	background-image:url(../data/i/videobg-top-bottom.png);
	background-repeat:no-repeat;
        background-position: 0px top;
	width: 990px;
	height: 45px;
}
#page336 .contentBottom {
	background-position: 0px bottom;
	height: 45px;
}
#page336 .contentMiddle {
	background-image:url(../data/i/videobg-middle.png);
	background-repeat: repeat-y;
        background-position: 0px top;
}
#page336 .content  {
/*
	background-image:url(../data/i/videobg.png);
	background-repeat:no-repeat;
        background-position: 0 17px;
	height:495px;
	overflow:hidden;
*/
	position:relative;
}

#page336 .wrapper .caption  {
	color:#595959;
	font-size:28px;
	border-bottom:0 none;
	padding:0px;
	margin:0px;
	position:absolute;
	top:28px;
	left:15px;
}
#page336 .wrapper .withLeftMenu .padding {
	float: none;
	width: 960px;
	margin:0 auto;
}
#page336 .videoListm  {
	width:156px;
	border:1px solid #ccc;
	float:left;
	margin:7px;
	height:175px;
	position:relative;
}
#page336 .videoInfo {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
#page336 .solutionsList {
	width:211px;
	float: left;
	padding-left: 13px;
	padding-top: 10px;
}
#page336 .VideoGalleryResultes {
	width:730px;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
}
#page336 .VideoGalleryResultes ul {
	padding-left: 28px;
}
#page336 .videoInfo h4 {
	font-size:13px;
	margin:0px;
	padding:0px;
}
#page336 .subtitlesAvailable {
	font-size:10px;
	padding-top:5px;
}
#page336 .boxPlay {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:100%;
	width:156px;
	background-image:url(/spacer.gif);
}
#page336 .boxPlay span {display:none}

#page336 .solutionsList h2 {
	color:#424242;
	font-size:24px;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	padding-left:25px;
}
#page336 .solutionsList a {
    background-image: url("../data/i/nav-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #E8E8E8;
    color: #414141;
    display: block;
    font-size: 13px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-top: 3px;
    text-decoration: none;
} 

#page336 .searchVideoItemKeyword span,
#page336 .searchVideoItemProduct span {
	display:block;
	padding-bottom:4px;
	color:#5c5c5c;
	font-size:12px;
}
#page336 .searchVideoItemKeyword input {
	margin:0px;
}
#page336 .searchVideoItemKeyword {
	position:absolute;
	top:32px;
	left:248px;
	display:block;
	width:160px;	
}
#page336 .searchVideoItemProduct {
	position:absolute;
	top:32px;
	left:395px;
	display:block;
	width:160px;	
}
#page336 .searchVideoItemProduct select {
	height: 23px;
	width:320px;
	margin:0px;
}
#page336 .searchVideoItemSubmit {
	position:absolute;
	top:50px;
	left:725px;
	display:block;
	width:160px;	
}
#page336 .searchVideoItemSubmit input[type="submit"] {
	font-size: 12px;
	font-weight: normal;
	border:0 none;
	color: #fff;

	background: #c17d40; /* Old browsers */
	background: -moz-linear-gradient(top, #c17d40 0%, #7e4b24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c17d40), color-stop(100%,#7e4b24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c17d40', endColorstr='#7e4b24',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* W3C */
}

#page336 .solutionsList .dirNavCat-current {
	font-weight:bold;
	color:#000;
}
#page336 .videoPreview {
	height:90px;
	background-image: url("../data/i/novideo.png");
}

#page336 .videoDeButton em {
	position:absolute;
	top:76px;
	right:0px;
	background-color:#2a3190;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-style:normal;
	padding-left:7px;
	padding-right:7px;
	z-index:111;

	background: #7e4b24; /* Old browsers */
	background: -moz-linear-gradient(top, #7e4b24 0%, #c17d40 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e4b24), color-stop(100%,#c17d40)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7e4b24 0%,#c17d40 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7e4b24 0%,#c17d40 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7e4b24 0%,#c17d40 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e4b24', endColorstr='#c17d40',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7e4b24 0%,#c17d40 100%); /* W3C */
}
#page336 .videoDeButton .videoDesc{
	display:none;
}
#page336 .showDesc .videoDesc {
	background-color:#2a3190;
	color:#fff;
	min-height: 77px;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	position: absolute;
	top: 89px;
	display:block;
	font-size:11px;
	width:140px;
	line-height:12px;

	background: #c17d40; /* Old browsers */
	background: -moz-linear-gradient(top, #c17d40 0%, #7e4b24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c17d40), color-stop(100%,#7e4b24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c17d40', endColorstr='#7e4b24',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* W3C */
}
#page336 .boxPlayNow {
	background-image: url("../data/i/play.png");
	background-position:center 19px;
	background-repeat:no-repeat;
}
#page336 .videoPad {
	padding-left:15px;
}
#page336 .videoGallerySearchForm {
	position: absolute;
	top: 47px;
	right: 15px;
}
#page336 .videoGallerySearchForm input[type="text"] {
	background-color: #f1d4a0;
	border: 0 none;
	width: 129px;
	border: 0 none;
}
#page336 .videoGallerySearchForm input[type="submit"] {
	border: 0 none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-color: transparent;
}
#page336 .videoGallerySearchForm input.defVal {
    color: #84491E;
    font-size: 12px;
    font-style: italic;
}
/*** END design113/global/videogallery.css ***/

/*** START design113/global/blog-2.css ***/
/* =BLOG */
.blogBox {
	margin-top: 25px;
}
.blogSidebar h3 {
	padding-left: 10px;
}

/* =BLOG =SIDEBAR*/
#blogTagList,
#blogArchives {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
#blogTagList .blogTag,
#blogArchives .blogArchiveItem {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left top;
	background-repeat: repeat-x;
}
#blogTagList a,
#blogArchives a {
	padding-left: 25px;
	width: 231px;
}
#blogTagList .active {
	background-color: #fff;
}
#blogTagList .active a {
}

/* =BLOG =TAG CLOUD */
#blogTagCloud {
	margin-top: 10px;
}
#blogTagCloud .blogTag {
	float: left;
	width: auto;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#blogTagCloud .blogTag a {
	width: auto;
	background-image: none;
	padding: 0;
}
#blogTagCloud .blogTag a:hover {
	color: #BF1A18;
}
#blogTagCloud .pop15 a {font-size: 180%;}
#blogTagCloud .pop14 a {font-size: 170%;}
#blogTagCloud .pop13 a {font-size: 160%;}
#blogTagCloud .pop12 a {font-size: 155%;}
#blogTagCloud .pop11 a {font-size: 150%;}
#blogTagCloud .pop10 a {font-size: 145%;}
#blogTagCloud .pop9 a {font-size: 140%;}
#blogTagCloud .pop8 a {font-size: 135%;}
#blogTagCloud .pop7 a {font-size: 130%;}
#blogTagCloud .pop6 a {font-size: 125%;}
#blogTagCloud .pop5 a {font-size: 120%;}
#blogTagCloud .pop4 a {font-size: 115%;}
#blogTagCloud .pos3 a {font-size: 110%;}
#blogTagCloud .pop2 a {font-size: 105%;}
#blogTagCloud .pop1 a {font-size: 100%;}
#blogTagCloud {}
#blogTagCloud span {}

.rPosts {
	text-transform: none;
}
.rPosts span {
	margin-left: 0px;
	display: inline;
}
.rPosts a {
	background-position: left -57px;
	padding-left: 15px;
	width: 231px;
} 
.rPosts a:hover {
	background-position: left 16px;
}
.rPostItem {
	background-image: url(../data/i/leftNavSep.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.rComments {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
.rCommentItem {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.rComments span {
	margin-left: 0px;
}
.rComments a {
	padding-left: 25px;
	width: 211px;
	text-transform: none;
}

#blogPageList {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
}
#blogPageList .blogPageName {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left top;
	background-repeat: repeat-x;
}
#blogPageList .active {
	background-color: #fff;
}
#blogPageList .active a{
	color: #BF1A18;
	background-position: 10px 16px;
}
#blogPageList .blogPageName a {
	padding-left: 25px;
	width: 231px;
}
#blogPage .pageTitle {
	text-transform: uppercase;
	font-size: 16px;
	color: #BF1A18;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

.blogAuthors {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
.blogAuthors .slice {
	background-image: url("../data/i/leftNavSep.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px;
}
.blogAuthors .blogAuthorPhoto {
	float: left;
	width: 70px;
}
.blogAuthors .blogAuthorPhoto a {
	width: 70px;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.blogAuthors .blogAuthorPhoto img {
	width: 70px;
	height: 70px;
}
.blogAuthors .blogAuthorDesc {
	float: left;
	width: 155px;
	padding-left: 10px;
}
.blogAuthors .blogAuthorShortStory {
	text-transform: none;
}
.blogAuthors .blogAuthorName a {
	padding-left: 25px;
	width: 130px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: 10px -64px;
}
.blogAuthors .blogAuthorName a:hover {
	background-position: 10px 9px;
}
.blogAuthorInfo .blogAuthorName {
	padding-bottom: 15px;
}

/* =BLOG SLIDESHOW */
#blogSlideshow {
	width: 655px;
	width: 635px;
	-moz-box-shadow: 0 0 4px #666;	-webkit-box-shadow: 0 0 4px #666;	box-shadow: 0 0 4px #666;
	border: 10px solid #fff;
	/* border: 10px solid #eee !for(ie7 ie8); */
	height: 300px;
	margin-bottom: 30px;
}
#blogSlideshow img {
	min-width: 655px;
	min-height: 300px;
}
#blogSlideshow .blogSlideDesc {
	position: absolute;
	top: 0px;
	right: -340px;
	color: #fff;
	background-image: url(../data/b/transparent.png);
	background-repeat: repeat;
	width: 300px;
	height: 300px;
	padding: 20px;
	padding-right: 40px;
}
.blogSlideDesc h3,
.blogSlideDesc a {
	color: #fff;
}
.blogSlideDescContent {
	height: 150px;
	margin-bottom: 10px;
	overflow: hidden;
}

/* =BLOG POST LIST */
#blogPosts h1#blogExtraTitle {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#blogPosts .postBody {
	position: relative;
}
#blogPosts .postComments {
	float: right;
}
#blogPosts .blogPost {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#blogPosts h2.postSubject {
	padding-top: 0px;
	padding-bottom: 0px;
}
img.postThumb {
	border: 7px solid #fff;
	/* border: 7px solid #eee !for(ie7 ie8); */
	-moz-box-shadow: 0 0 4px #999;	-webkit-box-shadow: 0 0 4px #999;	box-shadow: 0 0 4px #999;
}
#blogPosts .links {
	padding-top: 10px;
}

/* =BLOG POST */
#blogPost h1.postSubject {
	padding-top: 0px;
	margin-top: 0px;
}
.postDate {
	color: #999;
}
#blogPost img.postThumb {
	/* margin-top: 20px !for(ie7); */
}


/* =BLOG COMMENTS */
#enterComment {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 20px;
	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;
}
.commentLeaveReply {
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
	background-color: #ee3634;
	padding: 2px 6px;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
textarea#commentBody {
	width: 500px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comments h1 {
	margin-bottom: 15px;
}
.commentInfo {
	color: #999;
}
.createdAgo {
	border-bottom: 1px dashed;
}
.genericComments .commentBox {padding-top: 10px; padding-bottom: 10px;}

.genericComments {
    background-color: #F5F5F5;
    border: 1px dotted #CCCCCC;
    -moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;
    margin-top: 20px;
    padding: 15px;
}

/* other */
#blogPost .postBody {padding-bottom: 15px;}

/* Blog */
.rPostSubj {
	display: block;
	font-size: 18px;
}
.rPostSubj a {
	text-decoration: none;
	color: #7c4d25;
}
.rPostSubj a:hover {
	text-decoration: underline;
}
.rPostItem {
	padding-top: 20px;
}

/* Custom Styles */
.blogSidebar {
	padding-left: 11px;
}
.blogSidebar h3 {
	padding-left: 25px;
}
.commentLeaveReply {
	background: #975a2c; /* Old browsers */
	background: -moz-linear-gradient(top, #975a2c 0%, #7a461f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#975a2c), color-stop(100%,#7a461f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #975a2c 0%,#7a461f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #975a2c 0%,#7a461f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #975a2c 0%,#7a461f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#975a2c', endColorstr='#7a461f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #975a2c 0%,#7a461f 100%); /* W3C */

	text-transform: none;
}
.missingSrc {border: 0 none !important;}

/* =TAG CLOUDS */
#blogTagCloud {
	padding-left: 15px;
	padding-right: 15px;
}
#blogTagCloud a {
	border: 0 none;
}
#blogTagCloud a span {
	padding-top: 0px;
	padding-bottom: 0px;
}

.slides a,
.slides span {
	border: 1px solid;
	padding: 2px 4px;
	margin-right: 3px;
	margin-bottom: 3px;
	-moz-border-radius: 7px;	-webkit-border-radius: 7px;	border-radius: 7px;
}
.slides a {
	text-decoration: none;
}
.slides span.current {
	font-weight: bold;
}
/*** END design113/global/blog-2.css ***/

/*** START design113/global/blogcustomforretrieverpro.css ***/
/* Blog (Custom for RetrieverPro) */
.targetComments .comments {
	background-color: #f5f5f5;
	border: 1px dotted #ccc;
	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
	margin-left: 30px;
}
.targetComments .commentBox {
	padding-top: 10px;
	padding-bottom: 10px;
}
.showAllComments {
	width: 150px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 5px;
	float: right;
	margin-top: 10px;
	cursor: pointer;

	background: #c17d40; /* Old browsers */
	background: -moz-linear-gradient(top, #c17d40 0%, #7e4b24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c17d40), color-stop(100%,#7e4b24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c17d40', endColorstr='#7e4b24',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c17d40 0%,#7e4b24 100%); /* W3C */
}
/*** END design113/global/blogcustomforretrieverpro.css ***/

/*** START design113/global/discussionforum.css ***/
/* =GLOBAL */
.dscMain {margin-top: 10px;}
.dscMain td, .dscMain th {
	padding: 0; 
	margin: 0; 	
	padding: 5px 10px;
	font-weight: normal;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
}
h1.forumName {
	padding: 0; margin: 0;
	padding-top: 15px;
	padding-bottom: 7px;
}
.dscMessages .notice {color: red;}
.absolutePostDate {display: none;}

/* =LIST OF FORUMS */
.dscForumsTable thead th {background-color: #e9e9e9;}
.dscForumsTable .dscFCol {
	background-color: #f5f5f5;
}
.dscForumsTable td#threadsCnt,
.dscForumsTable td#postsCnt {
	text-align: center;
}
.absolutePostDate {}

/* =LIST OF THREADS */
.dscThreadsTable thead th {background-color: #e9e9e9;}
.dscThreadsTable .row-1 td {background-color: #f5f5f5;}
.dscThreadsTable .dscPriorityName {
	background-repeat:no-repeat;
	background-position: left 3px;
	display:block;
	float: left;
	width: 21px;
	height: 19px;
	color: transparent;
	text-indent: -9999px;
}
.dscThreadsTable .dscPriorityAnnouncement {background-image:url(../data/f/exclamation.gif);}
.dscThreadsTable .dscPrioritySticky {background-image:url(../data/f/icons/pin-yellow.png);}
.dscThreadsTable td#viewsCount,
.dscThreadsTable td#postsCount {
	text-align: center;
}
.dscNewTopic {padding-top: 10px;}

/* =LIST OF POSTS */
.dscPostsTable td,
.dscPostsTable th {
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
}
.dscPostsTable th {background-color: #e9e9e9;}
.dscPostsTable h2 {padding: 0; margin: 0;}
.dscPostsTable .dscThreadTitle {width: 100%;}
.dscPostsTable .dscThreadReply {white-space: nowrap;}

.dscPostsTable .row-1 td {background-color: #f5f5f5;}
.dscPostsTable .dscPostControl {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.dscPostsTable .dscPostControl button {margin-left: 10px;}
.dscPostsTable .dscPostedAgo {text-align: right;}
.dscPostsTable td#author {width: 150px;}

/* =QUOTES */
.dscQuoted {font-weight: bold;}
.dscPostBody blockquote {
	border:1px dotted #CCCCCC;
	padding:15px;
	margin: 10px;
	color: #888;
}
.dscPostBody blockquote blockquote {width: 90%;}
.dscPostBody {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	max-width: 100%;
	overflow: hidden;
}
.row-1 .dscPostBody blockquote {background-color: #fff;}
.row-1 .dscPostBody blockquote blockquote {background-color: #f5f5f5;}
.row-1 .dscPostBody blockquote blockquote blockquote {background-color: #fff;}
.row-1 .dscPostBody blockquote blockquote blockquote blockquote{background-color: #f5f5f5;}
.row-1 .dscPostBody blockquote blockquote blockquote blockquote blockquote{background-color: #fff;}
.row-0 .dscPostBody blockquote {background-color: #f5f5f5;}
.row-0 .dscPostBody blockquote blockquote {background-color: #fff;}
.row-0 .dscPostBody blockquote blockquote blockquote {background-color: #f5f5f5;}
.row-0 .dscPostBody blockquote blockquote blockquote blockquote {background-color: #fff;}
.row-0 .dscPostBody blockquote blockquote blockquote blockquote blockquote {background-color: #f5f5f5;}

/* =ADD / EDIT POST */
.dscSmiles {
	margin-left: 20px;
	width: 140px;
}
#bodyTD {width: 100%;}
#bodyTD textarea {height: 190px;}
.dscForm tfoot input[type="submit"], input.forumBtn {margin-right: 10px;}
.dscForm .dscFieldTitle {
	font-weight: bold;
	padding-top: 15px;
	vertical-align: middle;
}

/* =ICONS */
.dscThreadRow td#icon {width: 20px;}
a.dscPostIcon {text-decoration: none;}
.dscForumIcon {
	width: 20px;
	background-image:url("../data/f/icons/forum.gif");
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.dscNewMsg {
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:url("../data/f/icons/forum-new.gif");
}
a.dscPostIcon span {
	background-image:url("../data/f/icons/last-post.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding:5px 8px;
}
.dscThreadIcon {
	background-image:url("../data/f/icons/thread.png");
	background-position:50% 50%;
	background-repeat:no-repeat;
}
a.lastPostIco span {
	display:block;
	padding-left: 22px;
	line-height:16px;
}
.dscThreadRow .dscNewMsg {
	background-image:url(../data/f/icons/thread-new.png);
	background-position: 10px 50%;
}

/* =USER PROFILE */
.dscProfile {margin-top: 15px;}
table.dscProfile td {
	padding-top: 2px;
	padding-bottom: 2px;
}
table.dscProfile .dscFieldTitle {
	font-weight: normal;
	padding: 0;
	text-align: right;
	padding-right: 5px;
}
.dscProfile input[type="text"] {width: 180px;}
.dscProfile textarea {width: 250px; height: 80px;}
.avatarBlock input {margin-left: 5px;}
.avatarBlock .avatarImg {padding-right: 10px;}

/* =SEARCH FORUMS */
.dscSearchForm {
	border: 1px solid #d7d7d7;
	margin-top: 10px;
}
.dscSearchForm td,
.dscSearchForm th {
	padding: 5px 10px;
}
.dscSearchForm .searchingCrietria td {
	padding: 0;
	padding-right: 20px;
}
.dscSearchForm thead th {
	background-color: #e9e9e9;
	text-align: left;
	font-weight: normal;
}

.dscSearchTable th {
	background-color: #e9e9e9; 
	text-align: left; 
	font-weight: normal;
}
.dscSearchTable td {vertical-align: top;}
.dscSearchTable .row-0 td {background-color: #f5f5f5;}
.dscSearchTable .dscPostBody {padding: 0;}
.dscSearchTable .postView {text-align: right;}
.dscSearchTable .postSubject {
	font-weight: bold;
	padding-bottom: 5px;
}
.dscSearchTable #info label {}
.dscSearchTable .dscAlias {padding-bottom: 5px;}

/* =MODERATION */
.dscModerateTable th {
	background-color: #e9e9e9; 
	text-align: left; 
	font-weight: normal;
}
.dscModerateTable td {vertical-align: top;}
.dscModerateTable .row-0 td {background-color: #f5f5f5;}
.dscModerateTable .dscPostBody {padding: 0;}
.dscModerateTable .postView {text-align: right;}
.dscModerateTable .postSubject {
	font-weight: bold;
	padding-bottom: 5px;
}
.dscModerateTable #info label {}
.dscModerateTable .dscAlias {
	padding-bottom: 5px;
}

.dscModerateTable .dscModerateSelect {text-align: center;}
.dscModerateTable .dscModerateInfo {width: 25%;}
.dscModerateTable .dscModerateMessage {}

.ApproveDeleteBtns {padding-top: 10px;}
.ApproveDeleteBtns input {margin-right: 5px;}


/*** END design113/global/discussionforum.css ***/

/*** START design113/global/print.css ***/
/* Print */
@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }

	.navigation,
	.navigation-top,
	.logo,
	.left-navigation,
	.sitePath,
	.footer,
	.fts {
		display: none;
	}
	.withLeftMenu {
		width: 100%;
		text-align: justify;
		padding: 10px;
		margin: 0;
	}
}
/*** END design113/global/print.css ***/

/*** START design113/global/r2fsbgvyeq.css ***/
/* Gallery */
.typeFancybox ul {
		padding: 0; margin: 0; list-style-type: none;
}
/* styles are copied from bootstrap .thubnail */
.galleria-thumbnails-container .galleria-thumbnails .galleria-image,
.typeFancybox li {
  display: inline-block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;

	margin-right: 5px;
	margin-bottom: 5px;
}

.galleria-thumbnails-container .galleria-thumbnails .galleria-image:hover,
.galleria-thumbnails-container .galleria-thumbnails .galleria-image:focus,
.typeFancybox li:hover,
.typeFancybox li:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
div.iPopNext,
div.iPopPrev {
	cursor: pointer;	
}


/*** END design113/global/r2fsbgvyeq.css ***/

/*** START design113/default/default.css ***/
/* 
STANDARD CSS

Help
----
Path to the document's folder: /data/
Path to the design's data folder*: /styles/design/data/

Example how to link images:
File in the user's DATA folder:
  background-image: url("/data/Images/wysiwyg-uploaded-image.jpg");
File in the Design DATA folder (in /styles/design/data/) - prefered way is to use path relative to this CSS:
  background-image: url("../data/template.jpg");

To upload your files use the WebDAV interface.

*/


div.hscroll { width: 670px; overflow: scroll; }
/*** END design113/default/default.css ***/

/*** Skipping CSS Section msie-mobile (conditions do not match) ***/
/*** Skipping CSS Section safari-mobile (conditions do not match) ***/
/*** Skipping CSS Section opera-mobile (conditions do not match) ***/
/*** Skipping CSS Section upbrowser-mobile (conditions do not match) ***/
/*** Skipping CSS Section wysiwyg (conditions do not match) ***/
/* TIME: 0.014616012573242 */