/* style.css - dmkent content style sheet */



/* main page title - style */


h1.main-title {
     color: #333399;
     font-family: Tahoma, Verdana, Ariel, Helmetica, sans-serif;
     font-size: 15pt;
     font-weight: bold;
     font-style: oblique;
     text-align: center;
     margin: 0px 0px 0px 0px;
     padding: 0px;
}



/* sub-titles - style */

h2.sub-title {
     color: #333399;
     font-family: Tahoma, Verdana, Ariel, Helmetica, sans-serif;
     font-size: 13pt;
     font-weight: bold;
     font-style: oblique;
     text-align: left;
     margin: 0px 0px 0px 0px;
     padding: 0px;
}



/* sub-titles - style */

h2.ad-sub-title {
     color: #333399;
     font-family: Tahoma, Verdana, Ariel, Helmetica, sans-serif;
     font-size: 12pt;
     font-weight: bold;
     font-style: oblique;
     text-align: left;
     margin: 0px 0px 0px 0px;
     padding: 0px;
}


/* advert sub-titles - style */

h4.ad-sub-title {
     color: #333399;
     font-family: Tahoma, Verdana, Ariel, Helmetica, sans-serif;
     font-size: 10pt;
     font-weight: bold;
     font-style: oblique;
     text-align: left;
     margin: 0px 0px 0px 0px;
     padding: 0px;
}



/* paragraph text - style */

p.text {
     color: #000000;
     font-family: Tahoma, Verdana, Ariel, Helmetica, Sans-Serif;
     font-size: 10pt;
     font-weight: normal;
     text-align: left;
     vertical-align: top;
     margin: 0px 0px 5px 0px;
     padding: 5px;
     text-indent: 20px;
}


/* ad text - style */

p.advert-text {
     color: #000000;
     font-family: Tahoma, Verdana, Ariel, Helmetica, Sans-Serif;
     font-size: 10pt;
     font-weight: normal;
     text-align: left;
     vertical-align: top;
     margin: 0px 0px 0px 0px;
     padding: 0px;
     text-indent: 20px;
}



/* ad text list simulation - style */

p.advert-text-list-sim {
     color: #000000;
     font-family: Tahoma, Verdana, Ariel, Helmetica, Sans-Serif;
     font-size: 10pt;
     font-weight: normal;
     text-align: left;
     vertical-align: top;
     margin: 0px 0px 5px 0px;
     padding: 0px;
     text-indent: 30px;
}



/* list text but add font color around text to make it a different color to bullet points - style */

li.text {
     color: #000000;
     font-family: Tahoma, Verdana, Ariel, Helmetica, Sans-Serif;
     font-size:10pt;
     font-weight: normal;
     text-align:left;
     vertical-align:top;
     margin: 0px 0px 0px 0px;
     padding: 0px;
     list-style-type: square;
     color: #0000ff;
     list-style-position: inside;
}


/* list text but add font color around text to make it a different color to bullet points - style */

li.PayPal-ad {
     color: #000000;
     font-family: Tahoma, Verdana, Ariel, Helmetica, Sans-Serif;
     font-size: 10pt;
     font-weight: normal;
     text-align:left;
     vertical-align:top;
     margin: 0px 0px 0px 0px;
     padding: 0px;
     list-style-type: square;
     color: #183765;
     list-style-position: inside;
}


/* foot notes text - style */

p.footnote {
     color: #000000;
     font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
     font-size: 8pt;
     text-align:left;

}



/* ordered ist text with decimal style ordering - style */

li.ordered-list {
     color: #000000;
     font-family: Tahoma, Verdana, Ariel, Helmetica, Sans-Serif;
     font-size:10pt;
     font-weight: normal;
     text-align:left;
     vertical-align:top;
     margin: 0px 0px 0px 0px;
     padding: 0px;
     list-style-type: decimal;
     color: #0000ff;
     list-style-position: inside;
}



/* list but without bullet points - ideal for addresses and contact details - style */

li.address-style {
     color: #000000;
     font-family: Tahoma, Verdana, Ariel, Helmetica, Sans-Serif;
     font-size:10pt;
     font-weight: normal;
     text-align:left;
     vertical-align:top;
     margin: 0px 0px 0px 0px;
     padding: 0px;
     list-style-type: none;
     color: #0000ff;
     list-style-position: inside;
}



/* clickable button effect for MORE INFO and other links throughout content - style */

a.more-info, a.more-info:link, a.more-info:visited {display:block; width:90px; height:25px; background:#333399; border:2px solid #ffffff; margin:2px; padding-top:0px; padding-right:2px; padding-bottom:0px; padding-left:2px; text-align:center; text-decoration:none; font-weight: bold; font-family:tahoma, verdana, arial, sans-serif; font-size:10px; color:#ffffff; line-height:25px; overflow:hidden; float:left;}
a.more-info:hover {color:#333399; background:#ffffff; border: 2px solid #333399;}
a.more-info:active {color:#ffffff; background:#333399; border:2px solid #ffffff;}



/* clickable button effect for MORE INFO advert button - style */

a.ad-info, a.ad-info:link, a.ad-info:visited {display:block; width:90px; height:25px; background:#333399; border:2px solid #ffffff; margin:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; text-align:center; text-decoration:none; font-weight: bold; font-family:tahoma, verdana, arial, sans-serif; font-size:10px; color:#ffffff; line-height:25px; overflow:hidden; float:left;}
a.more-info:hover {color:#333399; background:#ffffff; border: 2px solid #333399;}
a.more-info:active {color:#ffffff; background:#333399; border:2px solid #ffffff;}




/* image caption text used for all static and dynamic images - style */

p.caption {
     color: #000000;
     font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
     font-size: 8pt;
     text-align:center;
}



/* table caption text used for all data tables - style */

p.table-text {
     color: #000000;
     font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
     font-size: 8pt;
     text-align:left;
     font-weight: normal;
     vertical-align:top;
     margin: 0px 0px 0px 0px;
     padding: 0px;
}





