/***********************************************/
/***********************************************/
/*    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;
        margin-bottom: 10px;
}
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: 980px;
    margin: 0px auto 0px auto; /* t r b l */
    background-image: url(bg-white.gif);
    background-repeat: repeat-y;
}
#container.grey {
	background-image: url(bg-grey.gif);
    background-repeat: repeat-y;
}

#placeholder-header {
    padding: 0px;
    color: #fff;
    background-image: url(header-bg-white.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 227px;
    margin-bottom: 53px;
}
#container.grey #placeholder-header{
	background-image: url(header-bg-grey.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
#placeholder-column {
    float: left;
    width: 208px;
}
#placeholder-content {
    float: right;
    width: 752px;
    padding: 0px 0px 20px 0px;
}
#placeholder-right-content {
    width: 438px;
    float: left;
   /* padding: 0px 20px 20px 20px;*/
}
#placeholder-right {
    float: right;
    width: 264px;
    padding: 0px 10px 40px 20px;
}
#placeholder-footer {
    float: right;
    width: 980px;
    height: 25px;
    text-align: center;
    background-color: #C11F47;
    color: #fff;
}
#placeholder-footer a:link,
#placeholder-footer a:hover,
#placeholder-footer a:visited {
	color: #fff;
}
#extended-debug-info {
    background-color: #eee;
    border: 1px solid #000;
    font-size: 7pt;
    font-family: Monospace;
    margin: 5px;
    margin-top: 25px;
    padding: 10px;
    clear: both;
}

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

/*******************************/
/* .common                     */
.clear-all {
	clear:	both;
}
.print {
	margin-top: 35px;
	margin-bottom: 35px;
}
a:link.printversion,
a:visited.printversion,
a:hover.printversion {
	color:#D72164;
	text-decoration: none;
}

/*******************************/
/* .page-header                */
.page-header {
    float: left;
    padding: 0px; /* 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 {
	margin-top: 20px;
}
.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*/
.contactinfo {
	float: left;
	margin-left: 25px;
	margin-top: 5px;
}



/*******************************/
/* .small-searchinput          */
/*.small-searchinput {
    float: right;
    margin-top: 5px;
    margin-right: 7px;
    clear: both;
}
.small-searchinput h1 {
    display: none;
}
.small-searchinput input.submit {
    width: auto;
    background: none;
    border: 0px;
    font-weight: normal;
}
.small-searchinput input {
    width: 153px;
    float: right;
    border: none;
}*/
/* .small-searchinput          */

.small-searchinput {
	float: right;
	width: 190px;
	margin-top: 5px;
	margin-right: 7px;
}
.small-searchinput h1 {
    display: none;
}
.small-searchinput input.submit {
    width: 35px;
    float: right;
    background: none;
    border: none;
    font-weight: normal;
    padding: 0px;
}
.small-searchinput input {
    width: 153px;
    float: right;
    border: none;
}


/*******************************/
.customLinks {
	margin-top: 5px;
	float: right;
	color: #004B85;
}
.customLinks a:link,
.customLinks a:hover,
.customLinks a:visited {
	color: #fff;
	border-right: 1px solid #fff;
	padding-right: 10px;
	text-decoration: none;
}
/*******************************/
/* .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: #006AA9;
}
.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;
}
.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: 3px;
	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;
    border:         0px solid yellow;
    margin-bottom: 5px;
}

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

/*******************************/
/* .full-articledisplay        */

.full-articledisplay {
    overflow: hidden;
}
.full-articledisplay p{
}

/*******************************/
/* .small-articlelist          */
.small-articlelist,
.small-rsslist,
.login-form,
.externalnews {
	margin-bottom: 35px;
}

.small-articlelist a:link,
.small-articlelist a:visited,
.small-articlelist a:hover,
.externalnews a:link,
.externalnews a:visited,
.externalnews a:hover,
.small-rsslist a:link,
.small-rsslist a:visited,
.small-rsslist a:hover {
	text-decoration: underline;
}
.login-form h3,
.small-articlelist h3,
.externalnews h3,
.small-rsslist h3,
.small-rsslist h3 a:link,
.small-rsslist h3 a:visited,
.small-rsslist h3 a:hover {
	color: #006AA9;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 17px;
}
.small-articlelist ul,
.externalnews ul,
.small-rsslist ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.small-articlelist li,
.externalnews li,
.small-rsslist li{
	background-image: url(listarrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	padding-bottom: 3px;
}
.small-articlelist .date,
.small-rsslist .date{
	display: none;
}

/*******************************/
/* .login-form     */
.login-form {
    padding-bottom: 0px;
}
.login-form h1 {
    font-size: 12px;
    font-weight: bold;
}
.login-form input {
    width: 153px;
    border: none;
}
.login-form input.submit {
    width: auto;
    margin-top: 10px;
}
.login-form .hidden {
    display: none;
}
.login-form .visible {
    display: block;
}
.login-form-error {
    background-color: #f00;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}
#login-form-lostpassword-container,
#login-form-changepassword {
    display: none;
}


/*******************************/
/* .vertical-menu              */
.vertical-menu {

}
.vertical-menu h3 {
    display: none;
}
.vertical-menu h1 {
    display: none;
}
.vertical-menu ul {
    margin: 0px 0px 0px 30px;
    padding: 0px;
}
.vertical-menu li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    list-style-type: none;
}
.vertical-menu ul li {
    padding-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
}
.vertical-menu ul li ul {
    margin-left: 12px;
    padding-left: 0px;
    margin-top: 12px;
}
.vertical-menu ul li ul li {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.vertical-menu a:link,
.vertical-menu a:visited,
.vertical-menu a:hover {
	color: #0F4880;
	text-decoration: none;
}
.vertical-menu a.active:link,
.vertical-menu a.active:visited,
.vertical-menu a.active:hover {
	color:#D72164;
}



/*******************************/
/* .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 {
}
.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;
}
.full-articlelist p {
    margin: 0px;
}
.full-articlelist h3 {
    color: #006AA9;
}
.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%;
}

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

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