﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
{
    margin: 40px 0px 0px 0px;
    background: url(        'images/bg-body.jpg' ) repeat-x #3e3d3d;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.8em;
    color: #3a3a3a;
}

hr
{
    border: 0;
    width: 100%;
    background-color: #d1d3d1;
    height: 1px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
    color: #608fc8;
    text-decoration: none;
}

a:visited
{
    color: #608fc8;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: #608fc8;
}

a img 
{
    border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#page-container
{
    position: relative;
    padding: 0px;
    margin: 0px auto 0px auto;
    height: 100%;
    width: 923px;
}
#page-container-top
{
    line-height: 18px;
    background: url(        'images/content-header.png' ) no-repeat;
}

#page-container-main
{
    padding: 5px 15px 5px 15px;
    background: url(        'images/bg-content.png' ) repeat-y;
}

#page-container-base
{
    background: url(        'images/content-base.png' ) no-repeat;
}

#header-container
{
    height: 96px;
}

#header-container .logo
{
    width: 285px;
    height: 86px;
    background: url(         'images/retro-web-logo.gif' ) no-repeat;
}

#container-top-loginbox
{
    position: absolute;
    top: 20px;
    right: 0px;
    width: 400px;
    height: 80px;
    padding: 2px 2px 2px 2px;
    font-size: 10px;
}

.login-links
{
    text-align: right;
    color: #5dcf3f;
    margin-right: 0px;
    padding-right: 15px;
}

.login-links a
{
    text-decoration: none;
    color: #9a9a9a;
}

#social-links
{
    top: 285px;
    text-align: left;
    left: 5px;
    position: absolute;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 14px;
}

#header-menu
{
    top: 285px;
    text-align: right;
    right: 5px;
    position: absolute;
    margin-right: 0px;
    padding-right: 10px;
    font-size: 14px;
}

#header-menu a
{
    font-size: 14px;
    color: #8a8a8a;
    text-decoration: none;
}

#header-menu a:hover
{
    color: #000000;
    text-decoration: none;
}

/* ACTIVE PAGES */
#header-menu a.StaticSelectedStyle:link, #header-menu a.StaticSelectedStyle:visited
{
    color: #000000;
}

#breadcrumb
{
    top: 310px;
    text-align: left;
    right: 5px;
    position: absolute;
    margin-right: 0px;
    padding-right: 10px;
    font-size: 12px;
}

#breadcrumb a
{
    text-decoration: none;
    color: #608fc8;
}

#cph-main-container /* CONTENT PLACEHOLDER 1 */
{
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: solid 1px #9a9a9a;
    min-height: 400px;
}

#cph-base-container /* CONTENT PLACEHOLDER 2 */
{
    padding-top: 10px;
}

#container-footer
{
    padding: 3px;
    position: relative;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    height: 60px;
    color: #757474;
    font-size: 12px;
}

#container-footer-menu a
{
    color: #757474;
    text-decoration: bold;
}

#container-footer-text
{
    position: absolute;
    right: 10px;
    top: 3px;
    text-align: right;
}

#container-footer-text a
{
    color: #757474;
    text-decoration: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGE CONTENT CONTAINERS - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#content-main-two-column
{
    width: 550px;
    padding-right: 10px;
    border-right: dotted 1px DarkGray;
}

#content-side-two-column
{
    width: 320px;
    float: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6, .sectiontitle, .sectionsubtitle
{
    font-size: 1.8em;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
}

h1
{
    margin-bottom: 0;
}

h1, h2
{
    margin-top: 0px;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.1em;
}

h3.small
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1.1em;
}

h6
{
    font-size: 1em;
}

.sectiontitle-blue
{
    color: #608fc8;
    font-size: 1.3em;
    font-weight: normal;
}

.sectiontitle-green
{
    color: #93d28a;
    font-size: 1.3em;
    font-weight: bold;
}

.sectiontitle-green a
{
    color: #93d28a;
    font-weight: bold;
    text-decoration:none;
}

.sectionsubtitle
{
    font-size: 1em;
    padding: 2px 0 0 2px;
    font-weight: bold;
}

.smallprint
{
    font-size: x-small;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td
{
    vertical-align: middle;
}

td.fieldname
{
    font-size: 12px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.list-of-links
{
    border-bottom: 1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links, #content-side2-three-column ul.list-of-links
{
    margin: 0 0 30px 0px;
}

ul.list-of-links li
{
    border-top: 1px dotted #B2B2B2;
    background-image: url(images/list-bullet-01-link.gif);
}

ul.list-of-links li.current
{
    background-color: #E5E5E5;
}


ul.no-lines, ul.no-lines li
{
    border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    
    FEATURE AREAS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.features-container
{
    background: #e4fede;
}

.feature-area
{
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 125px;
}

.feature-image
{
    width: 167px;
    float: left;
    padding-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
}

.feature-image img
{
    border: solid 1px #9a9a9a;
    display: inline;
}

.feature
{
    margin-left: 195px;
    margin-right: 10px;
}

.feature-area li
{
    list-style: none;
    background: url(images/feature-tick.gif) no-repeat;
    padding: 0 .75em .75em 1.5em;
    margin-left: 0.4em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    
    BANNERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#banner
{
    width: 850px;
    height: 150px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0 0 35px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    
    ADMIN 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.options
{
    font-size: 12px;
}

.options a
{
    text-decoration: none;
    font-weight: bold;
}

.options td
{
    padding: 4px 0 4px 0;
}

.sectioncontainer
{
    width: 100%;
    border: solid 1px #93d28a;
    background: #e4fede;
}

.sectionheader
{
    width: 100%;
    background: #93d28a;
    color: #FFFFFF;
    padding-top: 2px;
    font-weight: bold;
}

.sectioncontainer .sectionheader
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORIES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.categorytitle
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 4px;
}

.categorytitle a
{
    color: #608fc8;
    text-decoration: none;
}

.categoryimage
{
    border: solid 1px #608fc8;
}

.categorydescription
{
    font-size: 0.8em;
}

.importance
{
    font-size: smaller;
    background: #FFFFFF;
    border: solid 1px #93d28a;
    text-align: center;
    padding: 1px 1px 1px 1px;
    color: Red;
    width: 20px;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ARTICLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.articlelist
{
    background-color: white;
    color: #666666;
    padding: 6px 6px 6px 6px;
}


.articlebox
{
    color: #666666;
    border: dashed 1px DarkGray;
    padding: 6px 6px 6px 6px;
}

.articlesummary-nb
{
    background-color: #e4fede;
    color: #666666;
    border: dashed 1px DarkGray;
    border-top: none;
    padding: 6px 6px 6px 6px;
}

.articlesummary
{
    background-color: #e4fede;
    color: #666666;
    border: dashed 1px DarkGray;
    padding: 6px 6px 6px 6px;
}

.articletitle
{
    font-size: 1.1em;
    font-weight: bold;
    color: #608fc8;
    text-decoration: none;
}

.articletitle a
{
    color: #608fc8;
    font-size: 1.1em;
    text-decoration: none;
}


.articleabstract
{
    font-weight: normal;
    padding-top: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.comment
{
    font-size: smaller;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.progressbarcontainer
{
    width: 98%;
    height: 15px;
    border: solid 1px black;
    padding: 1px;
}

.progressbar
{
    width: 0px;
    background-color: Red;
    height: 15px;
}

.newsletterbox
{
    background-color: #3e3d3d;
    color: #FFFFFF;
    padding: 6px 6px 6px 6px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SERVER CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.highlight
{
    background: #f3f4f3;
    border-color: #08ed38;
    border-width: 1px;
    border-style: solid;
}

.dropdownlist /*to enable highlighting skin file points to this class*/
{
    background: #f3f4f3;
    border-color: #d6d6d6;
    border-width: 1px;
    border-style: solid;
}

.textbox /*to enable highlighting skin file points to this class*/
{
    background: #f3f4f3;
    border-color: #d6d6d6;
    border-width: 1px;
    border-style: solid;
}

input[type=text]
{
    background: #f3f4f3;
    border-color: #d6d6d6;
    border-width: 1px;
    border-style: solid;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #93d28a;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    background-color: #b5fda5;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: none;
}

.accordionContent
{
    background-color: #e4fede;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* ModalPopupExtender */

.modalBackground
{
    background-color: white;
    filter: alpha(opacity=65);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #e4fede;
    color: #666666;
    border: solid 1px DarkGray;
    padding: 6px 6px 6px 6px;
}

.modalPopup .dlgButton
{
    background: #93d28a;
    border: solid 1px white;
    color: White;
}

/* TextBoxWatermarkExtender */

.watermarked
{
    border: 1px solid #e7e7e6;
    background-color: #f3f4f3;
    color: gray;
}

/* ValidatorCalloutExtender */

.validatorCalloutHighlight
{
    border-width: 2px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	OTHER CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.quote
{
    background: #fefbd2;
    padding: 5px 10px 5px 10px;
    font-style: italic;
    font-size: 14px;
    border: solid 1px DarkGray;
}


.rss
{
    padding-right: 10px;
}

.rss-container
{
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
.rss-image
{
    width: 57px;
    height: 57px;
    text-align: left;
    float: left;
}

.rss-title
{
    text-align: right;
    font-size: 24px;
    padding-top: 10px;
    border-bottom: solid 1px #9a9a9a;
    float: right;
    margin-right: 0px;
    width: 280px;
}


.rss-links, .rss-links a
{
    text-decoration: none;
}

.focuspoint
{
    color: #000000;
}

.permalink
{
	text-align: right;
}
	
	
