/***********************************************/
/***********************************************/
/*    HTML ELEMENTS                            */
/***********************************************/
html, body {
    margin: 0px;
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 12px;
    /*background-image: url(bg.gif);
    background-position: center;
    background-repeat: repeat-y;*/
    background-color: #fff;
}
h1 {
    font-size: 22px;
}
h1, h2, h3, p {
    margin: 0px 0px 10px 0px; /* t r b l */
    padding: 0px;
}
h2 {
	color: #D90A64;
}
h3 {
	font-size: 14px;
}
a:link, a:visited, a:hover {
    color: #494449;
    text-decoration: underline;
}
form {
    display: inline;
}
input, textarea, select {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    margin-bottom: 2px;
}

img {
	border: 0px solid black;
}

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

/* .cpform-button is the button class set by the  */
/* CorePublish form framework.                    */
input.submit, input.cpform-button {
   /* border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ae3a3a;
    border-bottom: 1px solid #ae3a3a;*/
    background-color: #004B85;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

/* 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;
}


/***********************************************/
/***********************************************/
/*    IDENTITIES                               */
/***********************************************/
#container {
    width: 433px;
    padding-left: 10px;
}
#placeholder-header {
    display: none;
}
#placeholder-column {
    display: none;
}
#placeholder-content {
    width: 100%;
}
#placeholder-right-content {
    width: 100%;
}
#placeholder-right {
    display: none;
}
#placeholder-footer {
    display: none;
}
#extended-debug-info {
    display: none;
}

/***********************************************/
/***********************************************/
/*    ELEMENT CLASSES                          */
/***********************************************/

/*******************************/
/* .common                     */
.clear-all {
	clear:	both;
}
.printversion {
	display: none;
}
.frontpagestyle .vertical-menu {
	background-color: #fff;
	margin-top: 180px;
	margin-left: 25px;
	font-size: 14px;
}
.frontpagestyle .vertical-menu li{
	/*list-style-image: url(menu.jpg);*/
}
.frontpagestyle .vertical-menu a {
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	margin-top: 5px;
}


/*******************************/
/* .page-header                */
.page-header {
    float: left;
    padding: 15px 0px 0px 20px; /* t r b l */
}
.page-header a,.page-header a:link,.page-header a:visited,.page-header a:hover {
    color: #fff;
    text-decoration: none;
}
.logo {
	padding-left: 0px;
}

/*Contact us form*/
.contactUs {
	/*border: solid 1px;*/
}
.contactUs input.field, textarea {
	border: 1px solid #0F3973;
	width: 430px;
}

.contactUs .red{
	color: #D90A64;
}
.contactUs h2{
	color: #D90A64;
}
.contactUs .infotext {
	padding-bottom: 12px;
}
.contactUs .contactError {
	/*border: solid 1px;*/
	font-weight: bold;
	/*padding: 10px;*/
	padding-bottom: 12px;
}

/*ContactInfo*/
.frontpagestyle .contactinfo {
	text-align: left;
	color: #000;
	margin-top: 80px;
	padding-left: 30px;
}
.contactinfo {
	text-align: left;
	color: #0F3973;
	padding-left: 20px;
}

/*******************************/
/* .small-searchinput          */
.small-searchinput {
    float: right;
    /*padding: 15px 20px 0px 0px;*/ /* t r b l */
}
.small-searchinput h1 {
    display: none;
}
.small-searchinput input.submit {
    width: auto;
}
.small-searchinput input {
    width: 90px;
}

/*******************************/
/* .full-searchinput           */
.full-searchinput {
    
}
.full-searchinput input {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 11px;
    width: 250px;
}
.full-searchinput input.submit {
    width: auto;
}
.full-searchinput div.error,
.full-articlelist-message {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.searchresult {
    margin-top: 20px;  
}
.searchresult ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.searchresult ul {
    margin-top: 20px;
    padding: 0px;
}
.searchresult li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-bottom: 1px solid #CCCCCC;
}
.searchresult p {
    margin: 0px; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.searchresult .resultstring{
    font-weight: bold;
}
.searchresult .pubText {
	color: #666666;
	padding-bottom: 3px;
	font-size: 11px;
}


.articlelist-with_thumb {
    margin-top: 0px;  
}
.articlelist-with_thumb h3{
    color: #0F3973;
}
.articlelist-with_thumb ul li {
    padding-bottom: 0px;
    margin-bottom: 15px;
    clear: both;
}
.articlelist-with_thumb ul {
    margin-top: 0px;
    padding: 0px;
}
.articlelist-with_thumb li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-bottom: 1px solid #CCCCCC;
}
.articlelist-with_thumb p {
    margin: 0px; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.articlelist-with_thumb .pubText {
	color: #666666;
	padding-bottom: 0px;
	font-size: 11px;
}
.articlelist-with_thumb .articlelist-link-internal {
	padding-top: 12px;
	padding-bottom: 3px;
}

/*******************************/
/* .ajaxarticlesearch          */
/*.ajaxarticlesearch {
    padding: 10px;
    border: 1px solid #e1e4ed;
    margin-bottom: 10px;
}

.ajaxarticlesearch-input{
	margin-bottom: 10px;
}

.ajaxarticlesearch h1 {
    font-size: 12px;
    font-weight: bold;
}
.ajaxarticlesearch p.digest {
    font-weight: normal;
}

.ajax-articlelist-row{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}*/

/*******************************/
/* .list-navigation          */
.list-navigation {
    text-align: center;
    color: #aaa;
}
.list-navigation b {
    color: #000;
}

.list-navigation-text {
    text-align: center;
    color: #aaa;
}

/*******************************/
/* .list-thumbnail             */
.list-thumbnail-left {
    float:          left;
    margin-right:   5px;
    margin-top: 8px;
    border:         0px solid yellow;
    margin-bottom: 5px;
}

.list-thumbnail-right {
    float:          right;
    margin-left:    5px;
    border:         0px solid yellow;
    margin-top: 8px;
    margin-bottom: 5px;
}

/*******************************/
/* .full-articledisplay        */
.full-articledisplay {
    margin-bottom: 40px;
}
.full-articledisplay p{
    padding-bottom: 12px;
}
.full-articledisplay .cp-mmarchive-image-left {
	max-width: 430px;
	height: auto
}
.full-articledisplay .cp-mmarchive-image-right {
	max-width: 430px;
	height: auto
}
.full-articledisplay .cp-mmarchive-image-middle {
	max-width: 430px;
	height: auto
}


/*******************************/
/* .vertical-menu              */
.vertical-menu {
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #D7E8F8;
}
.vertical-menu h1 {
    display: none;
}
.vertical-menu ul {
    margin: 0px;
    padding: 0px !important;
    padding: 1px;
}
.vertical-menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.vertical-menu ul li {
    padding-bottom: 0px;
    /*text-transform: uppercase;*/
}
.vertical-menu ul li ul {
    background-color: #F2F9FF;
    border: 0px !important;
    border: 1px solid #f5f5f5;
}
.vertical-menu ul li ul li a {
    display: block;
}
.vertical-menu ul li ul li {
    font-size: 11px;
    text-transform: none;
}
.vertical-menu a {
    color: #713f3f;
    font-weight: bold;
    padding-left: 10px;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.vertical-menu ul li ul li {
    padding-left: 7px;
}
.vertical-menu a:link,
.vertical-menu a:visited {
    text-decoration: none;
    color: #0F3973;
}
.vertical-menu a:hover {
    /*background-color: #fff;
    color: #000;*/
}
.vertical-menu a.active:link,
.vertical-menu a.active:visited,
.vertical-menu a.active:hover {
    color: #D90A64;
}

/*******************************/
/* .horizontal-menu            */
/*.horizontal-menu {
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}
.horizontal-menu h1 {
    display: none;
}
.horizontal-menu ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}
.horizontal-menu li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #aaa;
}
.horizontal-menu li.first {
    border: none;
}
.horizontal-menu a:visited, .horizontal-menu a:link, .horizontal-menu a:hover {
    color: #aaa;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}*/

/*******************************************************/
/* .advanced category menu - uncomment if menu is used */
/*
/* The "top div" surrounding the entire menu * /
.ctsitebase-categorymenu {
        
}


/* styles for all UL's of this class * /
ul.ctsitebase-categorymenu {
        margin:         0;
        padding:        0;
        list-style:     none;
        width:          150px;
        border-bottom:  none;
        margin-top:     20px;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {
        margin-top:     0px;
}


/* LI elements inside the proper ul's * /
ul.ctsitebase-categorymenu li {
        position:       relative;
}

/* applies to both menu types * /
ul.ctsitebase-categorymenu li a {
        display:        block;
        text-decoration:none;
        color:          #777777;
        background:     #E8E4E4;
        padding:        5px 10px 5px 20px; /* top-right-bottom-left * /
        border:         none;
        border-bottom:  solid 1px #FFFFFF;
}

/* only applies to the 'tree' menu * /
ul.ctsitebase-categorymenu li a.treemenu {
        
        /* overridden properties * /
        padding:        5px 10px 5px 10px; /* top-right-bottom-left * /
        border-bottom:  0px;

        /* new properties * /
        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        color:          #000000;
        text-decoration:none;
        text-transform: uppercase;      
        background-color: #D8D6D5;
}

/* level 2 - only present in the 'tree' menu * /
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a {
        display:        block;
        color:          #713F3F;
        background:     #E8E4E4;
        margin:         0px;
        padding:        2px 10px 2px 10px;
        border-bottom:  0px;

        font-family:    tahoma,verdana,helvetica,geneva;
        font-size:      11px;
        font-weight:    bold;
        text-decoration:none;
        text-transform: none;
}

/* level 3 - only present in the 'tree' menu * /
ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu li a {
        display:        block;
        color:          #713F3F;
        background:     #E8E4E4;
        margin:         0px;
        padding:        2px 10px 2px 20px;
        border-bottom:  0px;

        font-family:    verdana,helvetica,geneva;
        font-size:      10px;
        font-weight:    bold;
        text-decoration:underline;
        text-transform: none;
}

ul.ctsitebase-categorymenu ul.ctsitebase-categorymenu {
        
}

ul.ctsitebase-categorymenu li span {
        display:        none;
}

* html ul.ctsitebase-categorymenu li { 
        float:          left; 
        height:         1%; 
}

* html ul.ctsitebase-categorymenu li a { 
        height:         1%; 
}


/* Onmouseover-effects on the links * /
ul.ctsitebase-categorymenu li a:hover { 
        color:          #713F3F; 
        background:     #f9f9f9; 
        text-decoration: none;
}
                
                
ul.ctsitebase-categorymenu li:hover ul, li.over ul { 
        display:        block; 
}
*/

/*******************************/
/* .sitelocator                */
/*.sitelocator {
    font-size: 10px;
    padding-bottom: 15px;
}*/

/*******************************/
/* .linktoolbar                */
.linktoolbar {
    font-size: 11px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 20px;
    text-align: right;
}

/*******************************/
/* .articlelist-link           */
.articlelist-link-external ul li { 
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
}

.articlelist-link-internal ul li {
	list-style-type:	none;
	padding:        	0px 0px 0px 0px;
    margin:				0px 0px 0px 0px;
    border-bottom: 		0px;
}

/*******************************/
/* .full-articlelist           */
.full-articlelist {
    /*margin-top: 20px;  */
    /*width: 450px;*/
}
.full-articlelist ul li {
    padding-bottom: 0px;
    margin-bottom: 30px;
    clear: both;
}
.full-articlelist ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /*border-bottom: 1px solid #eee;*/
}
.full-articlelist p {
    margin: 0px;
}
.full-articlelist h3 {
    color: #0F3973;
}
.full-articlelist h2 {
    color: #D90A64;
}
/*************************************************/
/* .frontpage          */
/*.frontpage {
    /*margin-top: 20px;  */
    /*width: 450px;*/
/*}
.frontpage ul li {
    padding-bottom: 0px;
    margin-bottom: 30px;
    clear: both;
    text-align: center;
    width: 170px;
    background-color: pink;
}
.frontpage ul {
    margin: 0px;
    padding: 0px;
}
.frontpage li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;*/
    /*border-bottom: 1px solid #eee;*/
/*}
.frontpage p {
    margin: 0px;
}
.frontpage h3 {
    color: #0F3973;
}
.frontpage h2 {
    color: #D90A64;
}
.frontpage img {*/
	/*border: 1px solid;*/
/*}*/
/*.frontpage a {
	background-color: pink;
	text-align: center;
	width: 150px;
	height: 60px;
}*/

.frontpage {
    margin-top: 0px;
    text-align: center;
}

.frontpage ul li {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.frontpage ul {
    margin: 0px;
    padding: 0px;
}
.frontpage li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.frontpage p {
    margin: 0px;
}
.frontpage li.odd {
    float: left;
    padding-right: 10px;
    width: 47%;
    clear: both;
}
.frontpage li.even {
    float: left;
    padding-left: 10px;
    width: 47%;
}
.frontpage img {
	width: 170px;
	height: 75px;
}



/*******************************/
/* .full-articlelist           */
.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%;
}

/*******************************/
/* .articlelist-twocols        */

/*.articlelist-twocols {
    padding:        0px;
    padding-bottom: 0px;
}

.articlelist-twocols ul {
    padding:        0px;
    margin:			0px;
}

.articlelist-twocols li {
    list-style-type: 	none;
    padding:        	0px 0px 20px 0px;
    margin:				0px;
    clear:				both;
}

.articlelist-twocols-topcol,
.articlelist-twocols-bottomcol {
    width:          100%;
    clear: 			both;
}

.articlelist-twocols-topcol {
	border-bottom: 	1px solid #eee;
	margin-bottom:	20px;
}

.articlelist-twocols-topcol li{
	padding-bottom: 10px;
}

.articlelist-twocols-bottomcol {
	border-top: 	1px solid #eee;
	margin-top:     20px;
	padding-top:	20px;
}

.articlelist-twocols-leftcol,
.articlelist-twocols-rightcol {
    float:          left;
    width:          47%;
}

.articlelist-twocols-leftcol {
	margin-right:   10px;
}


.articlelist-twocols-rightcol {
	margin-left:    10px;
}*/

/* use this to always align the matching left and right article in the two-column list */
/*.articlelist-twocols .articlelist-twocols-leftcol .articlelist-row,
.articlelist-twocols .articlelist-twocols-rightcol .articlelist-row {
    height:         140px;
}*/

/*******************************/
/* .language-selector          */
/*.language-selector{
	margin-bottom:	10px;
}*/

/*******************************/
/* .footer-article             */
.footer-article {
    margin: 0px 40px 20px 40px; /* t r b l */
    border-top: 2px solid #eee;
    padding-top: 5px;    
}

/*******************************/
/* .new-password-form          */
/*.new-password-form .error {
    font-style: italic;
    margin-bottom: 10px;
}*/

/********************************/
/* .cp-mmarchive-image          */
/*.cp-mmarchive-image-left {
        margin-right:   10px;
        margin-top:     10px;
        margin-bottom:  10px;
}

.cp-mmarchive-image-right {
        margin-left:    10px;
        margin-top:     10px;
        margin-bottom:  10px;
}
.cp-mmarchive-image-middle {
        margin-left:    10px;
        margin-top:     10px;
        margin-bottom:  10px;
}*/

/********************************/
/* .multimediadisplay           */
/*.multimediadisplay-foldertree ul{
	list-style-type:	none;
	padding-left: 15px;
}

.multimediadisplay-foldertree li{
	vertical-align: top;
}

.multimediadisplay-foldertree-activefolder:link,
.multimediadisplay-foldertree-activefolder:visited,
.multimediadisplay-foldertree-activefolder:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.multimediadisplay-list {

}*/

/********************************/
/* .cp-imageelement             */
/*.cp-imageelement {
	font-size:	11;
	font-style:	italic;
}*/