/*****************************/
/*   COMMON ELEMENT STYLES   */
/*****************************/
html {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	text-align: center;
}

body {
	margin: 0px;
}

a:link, a:visited, a:hover {
	color: #006ea2;
}
a:hover {
	text-decoration: none;
}

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

form {
	display: inline;
}

input, textarea, select {
	display: none;
}

h1 {
	color: #006ea2;
	margin: 20px 0px 0px 14px;
	font-size: 20px;
	font-weight: normal;
	
}

h3 {
	color: #006ea2;
	font-size: 13px;
	font-weight: bold;	
	margin: 0px;

}

img {
    border-color: #000;
}

h2.digest {
    font-style: bold;
    font-size: 13px;
}

label {
    color: #888;
    font-size: 12px;
}

/*************************/
/* SPECIAL HTML ELEMENTS */

/* .cpform-button is the button class set by the  */
/* CorePublish form framework.                    */
input.submit, input.cpform-button {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #366dbd;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Verdana, Sans-serif;
}

/* IE styles the radio and checkboxes with border   */
/* around the item. The CorePublish Form framework  */
/* sets these items with the .cpform-noborder class.*/
/* Use this class to turn of border for the items.  */
input.cpform-noborder {
    border: none;
}

/*****************************/
/*         ENTITIES          */
/*****************************/

/* link to content must always be hidden
   when styled. This is used to goto content
   when no style is selected */
#content-link {
    display: none;
}

/* container */
#container {
    width: 840px;
	text-align: left;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

/* placeholders */
#placeholder-top {
    background: url(images/top_bg.gif) repeat-x #fff;
    text-align: right;
    height: 94px;    
    padding: 0px;
	margin-bottom: 5px;
}
#placeholder-bottom {
    background: #fff;
	clear: both;
    padding: 10px 0px 4px 0px;
	margin-bottom: 4px;
	font-size: 11px;
	color: #8b8b8b;
}

#placeholder-bottom a,
#placeholder-bottom a:hover {
	font-size: 11px;
	color: #8b8b8b;
}

#placeholder-right {
	display:none;
}

#placeholder-content {
    float: left;
    width: 600px;
    padding-bottom: 20px;
	
}

/*****************************/
/*          CLASSES          */
/*****************************/

.required-field {
    color: #f00;
}

table.debuginfo {
    
}

/* .page-header */
.page-header {
	float: left;
}
.page-header span.logo {
    font-size: 18pt;
    font-weight: bold;
    margin: 0px;
    border: 0px;
    color: #fff;
    text-align: left;
}
.page-header img {
    border: 0px;
	display: block;
}
.page-header a:link,
.page-header a:visited,
.page-header a:hover {
    color: #fff;
    text-decoration: none;
}

/* common box menus and lists */
.small-searchinput,
.small-rsslist,
.categorysearch,
.vertical-menu,
.small-articledisplay,
.small-articlelist,
.small-calendarlist,
.small-calendar,
.login-form,
.newsletter-form,
.webshop-cart,
.suggestionform {
    background: url(images/list_bg.jpg) repeat-x #fbfcfd;
    margin: 0px;
}

.small-searchinput .tile-content,
.small-rsslist .tile-content,
.categorysearch .tile-content,
.vertical-menu .tile-content,
.small-articledisplay .tile-content,
.small-articlelist .tile-content,
.small-calendarlist .tile-content,
.small-calendar .tile-content,
.login-form .tile-content,
.newsletter-form .tile-content,
.webshop-cart .tile-content,
.suggestionform .tile-content {
 padding: 0px 12px 12px 12px;
}




.small-calendar div.newsarchivelink,
.small-calendarlist div.newsarchivelink,
.small-articlelist div.newsarchivelink {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 5px;
}
.tile-content {
    padding: 3px 10px 20px 10px; /* t r b l */
}

.full-calendardisplay .tile-content,
.full-articledisplay .tile-content,
.full-calendardisplay .tile-content,
.webshop-checkout .tile-content {
    padding: 0px;
}

.full-articledisplay .tile-content {
padding: 0px 14px;
}


.small-searchinput h3,
.small-rsslist h3,
.categorysearch h3,
.vertical-menu h3,
.small-articledisplay h3,
.small-articlelist h3,
.small-calendarlist h3,
.small-calendar h3,
.login-form h3,
.newsletter-form h3,
.webshop-cart h3,
.suggestionform h3 {
    padding: 12px 0px 0px 12px;
    border: 0px;
    margin: 0px 0px 8px 0px; /* t r b l */
}
.small-calendar h3.no-title {
    height: 9px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.small-searchinput h3,
.small-rsslist h3,
.categorysearch h3,
.vertical-menu h3,
.small-articledisplay h3,
.small-articlelist h3,
.small-calendarlist h3,
.small-calendar h3,
.login-form h3,
.newsletter-form h3,
.webshop-cart h3,
.suggestionform h3,
.small-rsslist h3 a:link,
.small-rsslist h3 a:visited,
.small-rsslist h3 a:hover {
    color: #000;
    font-size: 8pt;
	font-weight: bold;
    text-transform: uppercase;
}
.small-rsslist h3 {
    background-image: url(images/box-top-rss.gif);
    padding-right: 25px;
}
.small-calendarlist a:link,
.small-calendarlist a:visited,
.small-calendarlist a:hover,
.small-articlelist a:link,
.small-articlelist a:visited,
.small-articlelist a:hover,
.small-rsslist a:link,
.small-rsslist a:visited,
.small-rsslist a:hover {
	background: url(images/arrow.gif) no-repeat;
	padding-left: 10px;
    font-size: 11px;
	display: block;
}

.small-calendarlist a:hover,
.small-articlelist a:hover,
.small-rsslist a:hover {
	color: #65acce;
	text-decoration: underline;
}

.vertical-menu a:link, 
.vertical-menu a:visited, 
.vertical-menu a:hover {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
}
.vertical-menu a:hover {
    text-decoration: underline;
}
.small-calendarlist ul li ul li,
.small-rsslist ul li ul li,
.small-articlelist ul li ul li,
.vertical-menu ul li ul li {
    padding: 0px;
	margin: 0px;
}
.small-calendarlist ul,
.small-rsslist ul,
.small-articlelist ul,
.vertical-menu ul {
    margin: 0px;
    padding: 0px;
}
.small-calendarlist li,
.small-rsslist li,
.small-articlelist li,
.vertical-menu li {
    list-style-type: none;
}
.small-calendarlist li,
.small-rsslist li,
.small-articlelist li {
    padding-left: 0px;
}
.vertical-menu li {
    border-bottom: 1px solid #eee;
    padding: 2px 0px 3px 0px;
}
.vertical-menu li.last {
    border-bottom: 0px;
}
.small-calendarlist li,
.small-rsslist li,
.small-articlelist li {
    padding-bottom: 5px;
}
.small-calendarlist ul li ul li,
.small-rsslist ul li ul li,
.small-articlelist ul li ul li,
.vertical-menu ul li ul li {
    border: 0px;
}
.small-calendarlist span.date,
.small-rsslist span.date,
.small-articlelist span.date {
    font-size: 7pt;
    color: #888;
	margin-left: 10px;
}
.vertical-menu a.active {
    color: #888;
}

/* .small-articledisplay */
.small-articledisplay {
    font-size: 9pt;
}

/* .newsletter-form */
.newsletter-form div {
    font-size: 8pt;
    color: #888;
}
.newsletter-form input.textinput {
    width: 100%;
}
.newsletter-form input.submit {
    width: auto;
    margin-top: 10px;
}

/* .login-form */
input.searchtext {
    width: 120px;
}
.login-form input.textinput {
    width: 100%;
}
.suggestionform input.textinput,
.suggestionform textarea.textinput {
    width: 100%;
}
#login-form-changepassword input.textinput {
    width: 100%;
}

.login-form input.submit {
    width: auto;
    margin-top: 10px;
}

#login-form-error,
#login-form-message,
#newsletter-form-error,
#newsletter-form-message,
.suggestionform .suggestionform-error,
.suggestionform .suggestionform-message,
#searchlog-container-error-message,
#entitycomment-form-error,
#entitycomment-form-message {
    color: #962727;
    font-weight: bold;
    font-size: 8pt;
    border: 1px solid #888;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}
#login-form-message,
#newsletter-form-message,
#entitycomment-form-message,
.suggestionform .suggestionform-message {
    color: #279634;
}
#login-form-logout p {
    margin: 0px;
}

/* .small-searchinput */
.small-searchinput {
	float: right;
	margin-top: -30px;
	background: none;
	
}
.small-searchinput h3 {
	display: none;
}
.small-searchinput input {
    border: solid 1px #7f9db9;
	background: url(images/input_bg.gif) repeat-x top;

}
.small-searchinput input.submit {
    width: auto;
	background: url(images/submit_bg.gif) no-repeat top;
    color: #fff;
    font-weight: normal;
	font-family: arial, helvetica;
	font-size: 10px;
	width: 41px;
	height: 20px;
	border: none;
	margin-bottom: 2px;
	
	
}

/* .linktoolbar */
.linktoolbar {
    float: right;
    font-size: 8pt;
    padding-bottom: 15px;
}
.linktoolbar h3 {
    display: none;
}
.linktoolbar div.tile-content {
    display: inline;
    padding: 0px;
    margin: 0px;
}
.linktoolbar ul {
    margin: 0px;
    padding: 0px;
}
.linktoolbar ul li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #aaa;
    padding-left: 5px;
    margin-left: 5px;
}
.linktoolbar ul li.first {
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

/* .sitelocator */
.sitelocator {
	display: none;
}
.sitelocator h3 {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
	font-face: verdana, geneva, arial, helvetica;
	color: #707070;
}
.sitelocator div.tile-content {
    display: inline;
    padding: 0px;
    margin: 0px;
}
.sitelocator ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}
.sitelocator ul li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-image: url(images/sitelocator-separator.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
    margin-right: 2px;
	font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
	font-face: verdana, geneva, arial, helvetica;
	color: #707070;
}
.sitelocator a,
.sitelocator a:hover,
.sitelocator a:visited {
	font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
	font-face: verdana, geneva, arial, helvetica;
	color: #707070;
	text-decoration: underline;
}
.sitelocator ul li.first,
.sitelocator ul li.last {
    background: none;
    padding-right: 0px;
    margin-right: 0px;
	font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
	font-face: verdana, geneva, arial, helvetica;
	color: #707070;
}

/* .small-text styles */
.small-text,
.small-text-black {
    font-size: 8pt;
    color: #888;
}
.small-text-black {
    color: #000;
    font-style: italic;
}

/* full-articlelist */
.full-articlelist ul {
    margin: 0px;
    padding: 14px;
}
.full-articlelist li {
    list-style-type: none;
    padding: 5px 5px 10px 5px;
    clear: both;
}

.full-articlelist li.even {
    
}
.full-articlelist p,
.full-articlelist h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* thumbnail alignment in articlelists */
.list-thumbnail-left {
    float: left;
    padding-right: 10px;
}
.list-thumbnail-right {
    float: right;
    padding-left: 10px;
}
.list-thumbnail-center {
    text-align: center;
    padding-bottom: 10px;
}

/* .full-searchinput */
.full-searchinput {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
	margin-left: 15px;
}
.full-searchinput .error,
.full-articlelist-message {
    font-size: 8pt;
}
.full-searchinput input {
    border: solid 1px #7f9db9;
	background: url(images/input_bg.gif) repeat-x top;
	width: 250px;
}
.full-searchinput input.submit {
    width: auto;
	background: url(images/submit_bg.gif) no-repeat top;
    color: #fff;
    font-weight: normal;
	font-family: arial, helvetica;
	font-size: 10px;
	width: 41px;
	height: 20px;
	border: none;
	margin-bottom: 2px;
}

/* .list-navigation */
.list-navigation,
.list-navigation-text {
    text-align: center;
    font-size: 8pt;
    clear: both;
}

/* .horizontal-menu */
.horizontal-menu {
	display:none;
}

.horizontal-menu .tile-content {
padding: 4px 10px 6px 10px;
}

.horizontal-menu h3 {
    display: none;
	
}
.language-selector ul,
.horizontal-menu ul {
    margin: 0px;
	padding: 0px;
}
.language-selector li,
.horizontal-menu li {
    display: inline;
    list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.horizontal-menu li.first {
    padding: 0px;
	margin-left: -10px;
}
.language-selector li.last,
.horizontal-menu li.last {
    padding: 0px;
	margin: 0px;
}
.language-selector a:link, 
.language-selector a:visited,
.language-selector a:hover,
.horizontal-menu a:link, 
.horizontal-menu a:visited, 
.horizontal-menu a:hover {
    background: url(images/a_hmenu_bg.gif) repeat-x;
	text-transform: uppercase;
	color: #9ab4c2;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	border-right: solid 1px #fff;
	margin-top: 5px;
	
}

.horizontal-menu a:hover {
    background: url(images/a_hmenu_hover_bg.gif) repeat-x bottom;
	color: #fff;
}

/* .language-selector */
.language-selector {
    float: right;
}
.language-selector div.tile-content {
    display: inline;
}
.language-selector li {
    border: 0px;
    display: inline;
    list-style-type: none;
}
.language-selector li.last {
    border-right: 0px;
}
.language-selector h3 {
    display: none;
}
.language-selector img {
    border: 0px;
}

/* .full-articlelist-twocolumn */
.full-articlelist-twocolumn {
    margin-top: 30px;
}

.full-articlelist-twocolumn ul li {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.full-articlelist-twocolumn ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist-twocolumn li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.full-articlelist-twocolumn p {
    margin: 0px;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    padding-right: 10px;
    width: 47%;
    clear: both;
}
.full-articlelist-twocolumn li.even {
    float: left;
    padding-left: 10px;
    width: 47%;
}
/* font style for readmore in articlelist */
.full-articlelist h3 a:link,
.full-articlelist h3 a:visited,
.full-articlelist h3 a:hover,
.full-articlelist-twocolumn h3 a:link,
.full-articlelist-twocolumn h3 a:visited,
.full-articlelist-twocolumn h3 a:hover {
    color: #000;
    text-decoration: none;
}
.login-form-link {
    display: block;
    text-align: right;
}
#login-form-container {

}
#lost-email {
    width: 100%;
}
#login-form-lostpassword-container,
#login-form-changepassword {
    display: none;
}
#login-form-changepassword {
    margin-top: 10px;
}
#login-form-changepassword form {
    display: block;
    margin-top: 10px;
}
/* .clear-both-style */
.clear-both-style {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/* the coretrek colofon contains the link
   to the CorePublish infopage */
#coretrek-colofon {
    display:none;
}

#coretrek-colofon a {
    display: none;
}

#extended-debug-info {
    border: 1px solid #888;
    background-color: #eee;
    padding: 10px;
    font-family: Monospace;
    width: auto;
    clear: both;
    margin-top: 30px;
}

/* .sitemap */
.sitemap h3 {
    display: none;
}
.sitemap ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.sitemap ul li {
    font-weight: bold;
    padding-bottom: 10px;
}
.sitemap ul li ul li {
    font-weight: normal;
    padding-left: 15px;
    padding-bottom: 3px;
}

/* searchlog-container */
#searchlog-container table.searchtable {
    margin-top: 15px;
    width: 100%;
}
#searchlog-container-error-message {
    margin-bottom: 10px;
}
#searchlog-container table.searchtable td {
    padding: 2px 30px 2px 5px;
}
#searchlog-container table.searchtable {
    border: 1px solid #aaa;
}
#searchlog-container table th {
    background-color: #aaa;
    color: #fff;
    text-transform: uppercase;
    font-size: 8pt;
    padding: 4px 0px 4px 0px;
}
#searchlog-container table th.rank,
#searchlog-container table th.count,
#searchlog-container table th.percent,
#searchlog-container table th.query {
    border-right: 1px solid #666;
}
#searchlog-container table td.rank,
#searchlog-container table td.count,
#searchlog-container table td.percent {
    text-align: right;
    border-right: 1px solid #888;
}
#searchlog-container table.searchtable td.odd {
    background-color: #fff;
}
#searchlog-container table.searchtable {
    border-collapse: collapse;
    border-spacing: 0px;
}

b.calendar-tile-date {
    font-size: 12pt;
}

.small-calendar div.tile-content {
    text-align: center;
}
.small-calendar div.tile-content table.calendar-layout {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 10px 0px 10px 0px;
    border-top: 1px solid #ddd;
}

.small-calendar div.tile-content table.calendar-layout th {
    width: 14px;
    border-bottom: 1px solid #ddd;
}
.small-calendar div.tile-content table.calendar-layout td {
    border-right: 1px solid #ccc;
    height: 20px;
    padding: 0px;
}
.small-calendar div.tile-content table.calendar-layout td.last {
    border-right: none;
}
.small-calendar div.tile-content table.calendar-layout td.hasevents {
    background-color: #ddd;
}
.small-calendar div.tile-content table.calendar-layout td.inactive {
    background-image: url(images/stripe-bg.gif);
    background-repeat: repeat;
}
.small-calendar div.tile-content table.calendar-layout td.today {
    border: 2px solid #5079b7;
}
.small-calendar div.tile-content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.small-calendar div.tile-content ul li {
    background-image: url(images/linkmarker.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    white-space: nowrap;
    padding-left: 10px;
}
.small-calendar div.tile-content table.calendar-header {
    width: 100%;
}
.small-calendar div.tile-content table.calendar-header td.next,
.small-calendar div.tile-content table.calendar-header td.previous {
    width: 20px;
    text-align: center;
}
.small-calendar div.tile-content table.calendar-header td {
    vertical-align: middle;
}
.small-calendar div.tile-content table.calendar-header td.previous a:link,
.small-calendar div.tile-content table.calendar-header td.previous a:visited,
.small-calendar div.tile-content table.calendar-header td.previous a:hover,
.small-calendar div.tile-content table.calendar-header td.next a:link,
.small-calendar div.tile-content table.calendar-header td.next a:visited,
.small-calendar div.tile-content table.calendar-header td.next a:hover {
    font-size: 14px;
    text-decoration: none;
}
.small-calendar div.tile-content td a:link,
.small-calendar div.tile-content td a:visited,
.small-calendar div.tile-content td a:hover {
    display: block;
}
.small-calendar div.tile-content td a:hover {
    background-color: #fff;
}
.small-calendar-popup {
    padding: 5px 10px 15px 10px;
    text-align: left;
    background-color: #ddd;
    border-left: 1px solid #fff; 
    border-top: 1px solid #fff;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    width: 300px;
    display: none;
    position: absolute;
}
.small-calendar-popup-close {
    margin-bottom: 10px;
    text-align: right;
}
a.window-close-button {
    text-indent: 9999px;
    border: 0px;
    background-image: url(images/popup-close.gif);
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-left: 0px;
    margin-right: auto;
}
.small-calendar-popup-close a:link,
.small-calendar-popup-close a:visited,
.small-calendar-popup-close a:hover {
    text-decoration: none;
}
.small-calendar div.tile-content div.small-calendar-popup ul {
    list-style-type: none;
}
.small-calendar div.tile-content div.small-calendar-popup ul li {
    background-image: url(images/linkmarker.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    white-space: normal;
    padding-left: 10px;
}
.full-articlelist-twocolumn img,
.full-articlelist img {
    border: 0px;
}
.full-articlelist ul li p.calendar-date {
   font-weight: bold;
   font-style: italic;
   padding: 3px 0px 3px 0px;
}

/* webshop tiles */
.full-productdisplay-priceorder {
    float: right;
    padding: 10px 10px 5px 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -16px;
}
.full-productdisplay-priceorder div.amount {
    display: inline;
    padding-left: 20px;
}
.full-productdisplay-priceorder div.price {
    display: inline;
}
span.webshop-list-price {
    font-weight: bold;
    padding-right: 15px;
}
.webshop-cart input.submit {
    margin: 15px 10px 0px 0px;
}
.webshop-step-indicator {
    float: right;
}
.webshop-step-indicator ul {
    margin: 0px;
    padding: 0px;
}
.webshop-step-indicator li {
    list-style-type: none;
    display: block;
    float: left;
    width: 20px;
    border: 2px solid #366dbd;
    margin-left: 5px;
    text-align: center;
}
.webshop-step-indicator li.step-done {
    border: 2px solid #249;
    background-color: #366dbd;
    color: #fff;
    font-weight: bold;
}
.webshop-step-indicator li.step-done a:link,
.webshop-step-indicator li.step-done a:visited,
.webshop-step-indicator li.step-done a:hover {
    color: #fff;
}
.webshop-step-indicator li.active {
    border: 2px solid #366dbd;
    background-color: #69bded;
    color: #000;
    font-weight: bold;
}

.webshop-checkout table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 20px;
}
.webshop-checkout table tr.odd {
    background-color: #fff;
}
.webshop-checkout table tr.basetotal td {
    border-bottom: 3px double #000;
    padding-top: 10px;
}
.webshop-checkout fieldset {
    margin-bottom: 10px;
}
.webshop-checkout table tr th {
    text-align: left;
    font-style: italic;
    padding-bottom: 10px;
}
.webshop-checkout table tr th.right-align {
    text-align: right;
}
.webshop-checkout table tr.productrow td {
    vertical-align: top;
}
.webshop-checkout table td.currency {
    text-align: right;
    font-family: monospace;
    width: 100px;
}
.webshop-checkout table tr.productrow td.input,
.webshop-checkout table tr.productrow td.remove {
    text-align: right;
}
.webshop-checkout table tr.productrow td input.amountfield {
    width: 30px;
    text-align: right;
}
.webshop-checkout div.shippingtext {
    clear: both;
    padding-top: 15px;
}
.webshop-checkout input.error {
    border: 2px solid red;
}
.webshop-checkout input.submit {
    float: right;
}
.webshop-checkout div.errormessage fieldset {
    border: 2px solid #f00;
}

/* entitycomment */
.entitycomment {
	margin: 40px 0px 15px 0px;
	/*background-color: #fff;*/
}
.entitycomment h3 {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}
.entitycomment h2,
.entitycomment-form h3 {
	
	padding: 5px;
	margin: 0px;
	font-size: 11pt;
}
.entitycomment ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}
.entitycomment li,
.entitycomment-form-content {
	border-top: none;
	padding: 5px;
}

.entitycomment li {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.entitycomment-byline {
    color: #888;
    font-size: 8pt;
    font-style: italic;
}
.entitycomment-form-content table {
	width: 100%;
}
.entitycomment-form-content td.first-td {
	width: 120px;
	vertical-align: top;
}
.entitycomment-form-content input {
	width: 250px;
}
#captcha {
	width: 110px;
}
.entitycomment-form-content textarea {
	width: 400px;
}
.entitycomment-form-content textarea {
	height: 100px;
}

.entitycomment-form-content input.submit {
	width: auto;
}
.entitycomment-form-submit {
	padding: 15px 0px 10px 0px;
}
.entitycomment-tools {
	text-align: right;
}
.entitycomment-captcha {
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    padding-left: 10px;
}
.entitycomment-captchaHelp {
    display: block;
    font-size: 11px;
    padding-bottom: 10px;
}
div.directedit-link-container {
    text-align: right;
}
div.directedit-link-container ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
div.directedit-link-container li {
    display: inline;
}
.small-articledisplay div.directedit-link-container li {
    display: block;
    padding-bottom: 2px;
}
div.directedit-link-container li a:link,
div.directedit-link-container li a:visited,
div.directedit-link-container li a:hover {
    font-size: 11px;
    padding: 0px 0px 4px 20px;
    margin-left: 10px;
    height: 16px;
    text-transform: none;
    background-repeat: no-repeat;
    border: 0px;
}
div.directedit-link-container li a.edit-article {
    background-image: url(images/directedit/article-edit.gif);
}
div.directedit-link-container li a.new-article {
    background-image: url(images/directedit/article-new.gif);
}
div.directedit-link-container li a.delete-article {
    background-image: url(images/directedit/article-delete.gif);
}
div.directedit-link-container li a.new-category {
    background-image: url(images/directedit/category-new.gif);
}
div.directedit-link-container li a.edit-category {
    background-image: url(images/directedit/category-edit.gif);
}
div.directedit-link-container li a.delete-category {
    background-image: url(images/directedit/category-delete.gif);
}

#placeholder-content .small-articledisplay-nolayout {
display:none;
}

#placeholder-bottom .small-articledisplay {
background: url(images/bottom_bg.gif) repeat-x;
font-size: 11px;
line-height: 22px;
}

#placeholder-content .full-articledisplay h3 a,
#placeholder-content .full-articledisplay h3 a:hover {
color: #006ea2;
font-size: 13px;
font-weight: bold;	
}

#placeholder-content .full-articledisplay a:hover {
color: #65acce;
text-decoration: underline;
}

.articlelist-link-internal {
border-bottom: solid 1px #e7e7e7;
padding: 10px 10px 10px 0px;
}

.articlelist-link-internal ul,
.articlelist-link-internal ul li {
padding: 0px;
}

