 /* 
================================
DotControl copyright 2009
================================
*/

* {
	outline: 0;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1em;
}

.clear { 
	clear: both;
}

body {
	background-image: url(images/BgBody.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #1c252c;
}

#WrapperHome {
	width: 922px;
	padding-right: 46px;
	margin: 18px auto 0px auto;
	background-image: url(images/BgWrapper.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #242f37;
	line-height: 18px;
}
#WrapperContent {
	width: 922px;
	padding-right: 46px;
	margin: 18px auto 0px auto;
	background-image: url(images/BgWrapper.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #242f37;
	line-height: 18px;
}

#WrapperBlog {
	width: 922px;
	padding-right: 46px;
	margin: 18px auto 0px auto;
	background-image: url(images/BgWrapper.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #242f37;
	line-height: 18px;
}
#WrapperBlog .MainContentPane {
	min-height: 400px;
}

#LeftPane {
	width: 185px;
	margin-top: 0px;
	float: left;
	background-image: url(images/BgLeftPane.png);
	background-position: 2px 30px;
	background-repeat: no-repeat;
}

#CompanyLogo {
	background-image: url(images/PTTDesignLogo.png);
	background-repeat: no-repeat;
	width: 127px;
	height: 112px;
	float: left;
	display: inline;
	margin-left: 44px;
	margin-top: 35px;
}

#CompanyLogo a {
	width: 127px;
	height: 112px;
	display: block;
}

#CompanyLogo span {
	display: none;
}

#WrapperBlog #CompanyLogo h1 {
	outline: none;
	border: red solid 0px;
}

#TopUtilities {
	float: left;
	height: 48px;
	width: 735px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#UtilitiesMenu {
	float: right;
	color: #ffffff;
	margin-top: 16px;
}

#UtilitiesMenu a {
	text-decoration: none;
	text-transform: lowercase;
	float: left;
}

#UtilitiesMenu a:link {
	text-decoration: none;
	color: #ffffff;
}

#UtilitiesMenu a:visited {
	text-decoration: none;
	color: #ffffff;
}

#UtilitiesMenu a:hover {
	text-decoration: none;
	color: #f79b33;
}

#UtilitiesMenu .UtilitiesSeparator {
	float: left;
	width: 18px;
	height: 10px;
	margin-top: 3px;
	background-image:url(images/MenuSeparator.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#UtilitiesSearch {
	width: 110px;
	float: right;
	height: 20px;
	margin-top: 17px;
	margin-right: 0px;
	padding-left: 4px;
	display: block;
}

#UtilitiesSearch input {
	float: right;
	margin-right: 20px;
	margin-top: 2px;
	height:13px;
	width: 85px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 2px;
}

#UtilitiesSearch a {
	float: right;
	width:16px;
	height: 16px;
	margin-top: -17px;
	margin-left: 95px;
	background-image: url(images/SearchLoop.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
}

#UtilitiesSearch a:hover {
	background-position: 0 -16px;
}

#ContentHolder {
	float: left;
}

#MiddlePane {
	float: left;
	width: 737px;
	background-image: url(images/BgMiddlePane.gif);
	background-repeat: repeat-y;
}

/************MENU**************/

#Menu {
	float: left;
	width: 736px;
	font-family: Calibri, Arial, Helvetica;
	font-size: 21px;
	font-weight: normal;
	color: #242f37;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: -2px;
	padding-left: 1px;
	position: relative;
	z-index: 1;
}
#Menu .rmText, #Menu .rmItem, #Menu .rmLink  {
	padding: 0;
	}
#Menu .rmLink {
	padding-left: 11px;
	padding-right: 11px;
	
	color: #242f37;
	text-decoration: none;
	text-transform: lowercase;
}

#Menu a:visited {
	color: #242f37;
	text-decoration: none;
}

#Menu .rmSeparator {
	margin-top: 16px;
}

#Menu .selected .rmText {
	color: #f79b33;
}

#Menu .rmItem a {
	margin-top: 8px;
	padding-bottom: 11px;
}

#Menu .rmItem a:hover {
	margin-top: 8px;
	padding-bottom: 9px;
	color: #f79b33;
	cursor: pointer;
}

#Menu ul a {
	text-align: left;
}

#Menu li ul {
	background-color:#ced3d6;
}

#Menu ul li a {
	font-family: Calibri, Arial, Helvetica;
	text-decoration: none;
	font-weight:normal;
	color:#242f37;
	text-transform: capitalize;
	display: block;
}
#Menu .rmItem ul li a{
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
#Menu .rmItem ul li a:hover {
	margin-top: 0px;
	padding-bottom: 0px;
}
#Menu ul li li .rmItem {
	color: #242f37;
}
#Menu ul li .rmItem.rmFirst {
	background-image: url(images/BgrmFirst.gif);
	background-repeat:no-repeat;
	background-position: center 0;
}
#Menu ul li .rmItem.rmFirst a:hover {
	background-image: url(images/BgrmFirst.gif);
	background-repeat:no-repeat;
	background-position: center 0;
}
#Menu .rmSlide {
	margin-top: -2px;
	width: 150px;
}

#Menu ul li ul li a {
	height: 28px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 92px;
	padding-left: 12px;
	border-bottom: 1px #b9bfc3 solid;
}

#Menu ul li ul li a:hover {
	background-color: #f0f1f2;
}
/****************************************/

/*****************CONTENTMENU***********/
#SubMenu {
	width: 157px;
	float: left;
	margin-top: 149px;
	margin-left: 28px;
	color: #242f37;
	font-family:Calibri, Arial, Helvetica;
	font-size: 12px;
}

#SubMenu ul {
	padding-bottom: 5px;
	background-image: url(images/SubmenuShadeBottom.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	border: 0;
}

#SubMenu ul li.rpItem {
	background-color: #ced3d6;
	background-image: url(images/SubmenuShadeLeft.jpg);
	background-repeat: repeat-y;
	width: 157px;
}

#SubMenu ul li.rpFirst {
	background-image: url(images/SubmenuShadeTopLeft.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#SubMenu .rpText {
	width: 138px;
	padding-top:10px;
	padding-bottom:6px;
	height: 18px;
}

#SubMenu .rpOut {
	border: none;
}

#SubMenu a {
	padding-left: 12px;
	margin-left: 7px;
	border-bottom: 1px solid #c3c8cb;
	width: 138px;
	text-transform: capitalize;
}

#SubMenu ul li a:hover {
	background-image: url(images/BgrpText.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	background-color: #ced3d6;
	cursor: pointer;
	height: 34px;
}

#SubMenu a:link {
	margin-top: 0px;
	color: #242f37;
	cursor: pointer;
}
#SubMenu a:visited {
	margin-top: 0px;
	color: #242f37;
	cursor: pointer;
}
#SubMenu a:visited:hover {
	background-color: #ced3d6;
}
#SubMenu .Selected {
	color: #f79b33;
	background-color: #f0f1f2;
}
#SubMenu .Selected:hover {
	color: #f79b33;
	background-color: #f0f1f2;
}
#SubMenu .Selected:visited:hover {
	color: #f79b33;
	background-color: #f0f1f2;
}
#SubMenu .Selected .rpText {
	color: #f79b33;
}
.RadPanelBar {
	width: 150px;
}
/**************************************/

#Panorama {
	float: left;
	width: 488px;
	height: 212px;
}

#ContainerMain {
	float: left;
	width: 488px;
	background-color: #ffffff;
	background-image: url(images/BgContainer.png);
	background-repeat: no-repeat;
	background-position: right 220px;
}
#ContainerMainContent {
	float: left;
	width: 488px;
	background-color: #ffffff;
	background-image: url(images/BgContainer2.png);
	background-repeat: no-repeat;
	background-position: right 220px;
}

#ContainerMain a:link {
	text-decoration: underline;
	color: #ff6600;
}

#ContainerMain a:visited {
	text-decoration: underline;
	color: #ff6600;
}

#ContainerMain a:hover {
	text-decoration: underline;
	color: #242f37;
}

#ContainerMain ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

#ContainerMain ul li {
	list-style: none;
	padding-left: 15px; 
	background-image: url(images/ListStyleImage.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#ContainerMain ul ul li {
	background-image: url(images/ListStyleImage2.jpg);
	background-repeat: no-repeat;
	
}

.MainContentPane {
	float: left;
	width: 460px;
	min-height: 200px;
	padding: 14px 14px 7px 14px;
}
.MainContentPane h2 .Head {
	font-size: 16px;
	font-weight: normal;
	color: #ff6600;
}
.MainContentPane h2.FlashHeader {
	margin-bottom: 11px;
}

.LeftContentPane {
	float: left;
	width: 207px;
	padding: 14px 14px 7px 14px;
}

.LeftContentPane h2.FlashHeader {
	margin-bottom: 11px;
}

.LeftContentPane h2 .Head {
	font-family: Calibri, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #37444d;
}

.RightContentPane {
	float: left;
	width: 221px;
	padding: 14px 14px 7px 14px;
}

.RightContentPane h2.FlashHeader {
	margin-bottom: 11px;
}

.RightContentPane h2 .Head {
	font-family: Calibri, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #37444d;
}

#ContainerMainFooter {
	width: 488px;
	background-image: url(images/BgContainerFooter.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	background-color: #ffffff;
	height: 12px;
	padding-bottom: 14px;
}

.ContainerMainContentFooter {
	width: 473px;
	background-image: url(images/BgContainerFooter2.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	background-color: #ffffff;
	height: 12px;
	padding-bottom: 14px;
	padding-left:15px
}
	
.RightPane {
	min-height: 180px;
	background-image: url(images/BgRightPane.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 247px;
	margin-right:0px;
	font-size: 11px;
	line-height: 12px;

}
.RightPane h2.FlashHeader {
	font-size:20px;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
.RightPane img {
	padding-top: 8px;
	padding-bottom: 2px;
}

#Footer {
	float: right;
	width: 740px;
	height: 72px;
	background-color: #37444d;
	background-image: url(images/BgFooter.jpg);
	background-repeat: no-repeat;
	background-position: 2px 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bfc2c8;
}

#Footer a {
	text-decoration: none;
	margin-left: 5px;
}

#Footer a:link {
	text-decoration: none;
	color: #bfc2c8;
}

#Footer a:visited {
	text-decoration: none;
	color: #bfc2c8;
}

#Footer a:hover {
	text-decoration: none;
	color: #f79b33;
}

#FooterMenu {
	float: left;
	position: absolute;
	margin-top: 7px;
	height: 30px;
}

#FooterMenu a {
	cursor: pointer;
	text-transform:lowercase;
}

#FooterMenu .rmSeparator {
	width: 1px;
	margin-top: 7px;
	padding-left: 0px;
	padding-right: 0px;
}

#FooterMenu .rmText {
	padding-right: 10px;
}

#FooterUtilities {
	position: absolute;
	float: left;
	margin-top: 7px;
	margin-left: 500px;
}

#FooterUtilities a {
	float: left;
}

#FooterUtilities .UtilitiesSeparator {
	float: left;
	width: 18px;
	height: 10px;
	margin-top: 2px;
	margin-right: -6px;
	background-image:url(images/MenuSeparator.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#Copyright {
	float: right;
	margin-top: 45px;
	color: #ffffff
}

/**Searchresults**/

.SubHead {
	font-weight: bold;
}

.SearchResults {
	margin-bottom: 15px;
}

.ccontent td {
	vertical-align: text-top;
	
}

.SearchResultsCounter {
	padding-right: 15px;
	vertical-align: top;
}

.TitleRelevanceSeparator {
	display: none;	
}

.Relevance {
	display: none;
}

.LinkPubDateSeparator {
	display: none;
}

.PubDate {
	display: none;
}

/**************/

#dnn_ctr610_Feedback_plEmail_cmdHelp,
#dnn_ctr610_Feedback_plName_cmdHelp,
#dnn_ctr610_Feedback_plSubject2_cmdHelp,
#dnn_ctr610_Feedback_plBody_cmdHelp {
	display: none;
}

#WrapperContent .portlet_main .NormalTextBox {
	border: 1px solid #95989e;
}

#WrapperContent a.CommandButton {
	float: left; 
	height: 18px;
	margin-right: -20px;
	padding: 0px 3px 0px 3px;
	margin-top: 5px;
	color: #95989e;
	text-decoration: none;
	border: 1px solid #95989e;
}
#WrapperContent a:visited.CommandButton a:visited {
	color: #ff6600;
	text-decoration: underline;
}
#WrapperContent a:hover.CommandButton {
	color: #ff6600;
	text-decoration: none;
	border: 1px solid #ff6600;
}

#WrapperContent a:visited:hover.CommandButton {
	color: #242f37;
	text-decoration: underline;
}

.DCContactMe .DCContactMeLabel.DCLabel {
	float: left;
	width: 100px; 
}
.DCContactMe fieldset {
	border: 0px;
}
.DCContactMe .DCSubmit {
	float: left; 
	height: 18px;
	padding: 0px 3px 0px 3px;
	margin-top: 5px;
	color: #95989e;
	text-decoration: none;
	border: 1px solid #95989e;
}
.DCContactMe a:hover.DCSubmit {
	color: #ff6600;
	text-decoration: none;
	border: 1px solid #ff6600;
}
.DCContactMeInput.DCInput {
	margin-bottom: 10px;
	margin-left: 0px;
}
.DCContactMeError.DCError {
	padding-left: 2px;
}


.SubHead {
	padding-right:10px;
	font-weight: bold;
}
a.SubHead {
	color: #242f37;
}
a:hover.SubHead {
	color: #ff6600;
}
a:visited:hover.SubHead {
	color: #ff6600;
}
a:visited.SubHead {
	color: #242f37;
}
a:visited.SubHead a:visited {
	color: #242f37;
}

.SearchResults {
	margin-top: 15px;
	width: 445px;
}

#dnn_ctr585_SearchResults_dgResults .SearchResults a.CommandButton {
	width: 445px;
	border: 0px;
	padding-left: 0px;
	text-decoration: underline;
	color: #ff6600;
}
#dnn_ctr585_SearchResults_dgResults .SearchResults a:visited.CommandButton {
	width: 445px;
	border: 0px;
	text-decoration: underline;
}
#dnn_ctr585_SearchResults_dgResults .SearchResults a:hover.CommandButton {
	width: 445px;
	border: 0px;
	text-decoration: underline;
}
#dnn_ctr585_SearchResults_dgResults .SearchResults a:hover:visited.CommandButton {
	width: 445px;
	border: 0px;
	text-decoration: underline;
}
#dnn_ctr585_SearchResults_dgResults .SearchResults a:hover:visited.CommandButton a:visited{
	width: 445px;
	border: 0px;
	text-decoration: underline;
}

.ccontent td {
	vertical-align: text-top;
}

.SearchResultsCounter {
	padding-right: 15px;
	vertical-align: top;
}

.TitleRelevanceSeparator {
	display: none;	
}

.Relevance {
	display: none;
}

.LinkPubDateSeparator {
	display: none;
}

.PubDate {
	display: none;
}

/******/
/***BLOG***/

#WrapperBlog .portlet_main {
	margin-top: 15px;
}

#WrapperBlog .BlogLeftPane {
	width: 158px;
	float: left;
	margin-top: 144px;
	margin-left: 15px;
	padding-left: 10px;
	color: #ffffff;
	font-family:Calibri, Arial, Helvetica;
	font-size: 11px;
}
#WrapperBlog .BlogLeftPane a {
	color: #ffffff;
}
#WrapperBlog .BlogLeftPane a:visited {
	color: #ffffff;
}
#WrapperBlog .BlogLeftPane a {
	color: #ffffff;
}
#WrapperBlog .BlogLeftPane .SubHead {
	display: none;
}

#WrapperBlog .SubHead {
	color: #ff6600;
	font-size: 12px;
}
#WrapperBlog .SubHead:hover {
	color: #242f37;
}

#WrapperBlog .BlogLeftPane h2 .Head {
	font-size: 16px;
	font-weight: normal;
	color: #ff6600;
}
#WrapperBlog .BlogLeftPane h2.FlashHeader {
	margin-bottom: 11px;
}
#WrapperBlog .BlogLeftPane table {
	width: 148px;
}

#WrapperBlog .blog_body {
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	margin-top: -12px;
}
#WrapperBlog .blog_body a {
	color: #ff6600;
}
#WrapperBlog .blog_body p {
	padding-top: 10px;
}
#WrapperBlog .blog_body .CommandButton {
	padding: 0px 3px 0px 3px;
	margin-top: 5px;
	color: #95989e;
	text-decoration: none;
	outline-color: #95989e;
	outline-style: solid;
	outline-width: 1px;
}
#WrapperBlog .blog_body .CommandButton:hover {
	color: #ff6600;
	text-decoration: none;
	outline-color: #ff6600;
	outline-style: solid;
	outline-width: 1px;
}
#WrapperBlog .blog_body .NormalTextBox {
	border: 1px solid #95989e;
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
}
#WrapperBlog .blog_body input {
	border: 1px solid #95989e;
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
}
#WrapperBlog #Table1 .NormalTextBox { 
	border: 1px solid #95989e;
	margin-top: 10px;
	font-family:Calibri, Arial, Helvetica;
	font-size: 11px;
}
#WrapperBlog #Table1 .NormalTextBox input {
	font-family:Calibri, Arial, Helvetica;
	font-size: 11px;
}

#WrapperBlog .Blog_Archive_Title {
	background-color: #ffffff;
	color: #ff6600;
	font-weight: normal;
}
#WrapperBlog .Blog_Archive_NextPrev {
	padding-left: 3px;
	padding-right: 3px;
}
#WrapperBlog .Blog_Archive_DayHeader {
	background-color: #ff6600;
	color: #ffffff;
}

#WrapperBlog .Blog_Archive_SelectedDay {
	background-color: red;
}

#WrapperBlog .Blog_Archive_WeekendDay,
Blog_Archive_Day {
	background-color: #ffffff;
}
.Blog_Archive_TodayDay {
	background-color: #ff6600;
}
#WrapperBlog .Blog_Archive_TodayDay {
	color: #ffffff;
}

#WrapperBlog .blog_Description {
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
}
#WrapperBlog .blog_Description_Heavy {
	font-family: Calibri, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-right: 2px;
}

#WrapperBlog .blog_dateline {
	font-family: Calibri, Arial, Helvetica;
	font-size: 10px;
}
#WrapperBlog .blog_title {
	padding-bottom: 0px;
}
#WrapperBlog .blog_title a,
#WrapperBlog .blog_title a:visited {
	font-family:Calibri, Arial, Helvetica;
	color: #ff6600;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
#WrapperBlog .blog_title a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#WrapperBlog .blog_more_link,
#WrapperBlog .blog_comments {
	color: #ff6600;
	text-decoration: underline;
}
#WrapperBlog .blog_more_link:hover {
	color: #43515a;
	text-decoration: underline;
}
#WrapperBlog .blog_footer a {
	color: #ff6600;
}
#WrapperBlog .blog_footer a:hover {
	color: #43515a;
}
#WrapperBlog div.blog_bubble_owner blockquote {
	background-color:#ffffff;
	border:1px solid #95989e;
	color: #242f37;
	margin:0;
	min-height:64px;
	padding:0;
	font-family:Calibri, Arial, Helvetica;
	font-size: 11px;
}
#WrapperBlog div.blog_bubble_owner blockquote .CommandButton {
	outline-width: 0px;
}
#WrapperBlog div.blog_bubble_owner blockquote .CommandButton:hover {
	outline-width: 0px;
}
#WrapperBlog div.blog_bubble_owner blockquote p {
	padding-left: 50px;
}

#WrapperBlog .SearchOptions label {
	padding-left: 2px;
	font-family:Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #242f37;
}
#WrapperBlog #Table1 .Normal {
	float: left;
}
#WrapperBlog .Normal {
	padding-bottom: 0px;
}
#WrapperBlog .Normal a{
	color: #ff6600;
}
#WrapperBlog .Normal a:hover {
	color: #242f37;
}

#dnn_ctr625_BlogList_lstBlogs_ctl00_lnkBlogIcon,
#dnn_ctr625_BlogList_lstBlogs_ctl01_lnkBlogIcon {
	display: none;
}

.RightPane a {
	color: #ff6600;
}
.RightPane a:hover {
	color: #242f37
}

.blog_trackback {
	display:none;
}

/******Editor******/

.Tekst_1 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #242f37;
	}
.Tekst_2 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #ff6600;
	}
.Kop_1 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 16px;
	color: #4e5d67;
	font-weight: normal;
	}
	
.Kop_2 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 16px;
	color: #ff6600;
	font-weight: normal;
	}
	
.Link_1 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #ff6600;
	text-decoration: underline;
	}	
	
.Link_2 {
	font-family: Calibri, Arial, Helvetica;
	font-size: 11px;
	color: #4e5d67;
	text-decoration: none;
	}

.Afbeelding-links {
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.Afbeelding-rechts {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.Tekst-kolom {
	float: left;
	width: 94px;
}

.Afbeelding-kolom {
	float: left;
	width: 130px;
}
	
/*****************/