/***********************************************/
/***********************************************/
/*    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: #f5f5f5;
}
h1 {
    font-size: 22px;
}
h1, h2, h3, p {
    margin: 0px 0px 10px 0px; /* t r b l */
    padding: 0px;
}
a:link, a:visited, a:hover {
    color: #713f3f;
    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;
}

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

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

/***********************************************/
/***********************************************/
/*    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: #1e0505;
    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: 965px;
    margin: 0px auto 0px auto; /* t r b l */
}
#placeholder-header {
    background-image: url(header-bg2.gif);
    background-repeat: repeat-x;
    clear: both;
    height: 141px;
    padding: 0px;
    margin: 0px;
    color: #fff;
}
#placeholder-column {
    float: left;
    width: 150px;
    padding: 0px;
}
#placeholder-content {
    float: right;
    width: 790px;
    padding: 10px;
}
#placeholder-right-content {
    width: 640px;
    float: left;
}
#placeholder-right {
    float: right;
    width: 150px;
}
#placeholder-footer {
   float: right;
    width: 800px;
    align: center;
    margin-top: 15px;
    text-align: center;
    left: 400px;
}
#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                          */
/***********************************************/

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

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

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

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

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

/*******************************/
/* .full-articledisplay        */
.full-articledisplay {
    margin-bottom: 40px;
}

/*******************************/
/* .small-articledisplay       */
.small-articledisplay {
    padding: 10px;
    border: 1px solid #e1e4ed;
    margin-bottom: 10px;
}
.small-articledisplay h1 {
    font-size: 12px;
    font-weight: bold;
}
.small-articledisplay p.digest b {
    font-weight: normal;
}

/*******************************/
/* .small-articlelist          */
.small-articlelist {
    padding: 10px;
    border: 1px solid #e1e4ed;
    margin-bottom: 10px;
}
.small-articlelist h1 {
    font-size: 12px;
    font-weight: bold;
}
.small-articlelist ul {
    margin: 0px;
    padding: 0px;
}
.small-articlelist li {
    margin: 0px;
    padding: 0px 0px 8px 0px; /* t r b l */
    list-style-type: none;
}
.small-articlelist .date {
    font-size: 11px;
    color: #81848d;
}

/*******************************/
/* .login-form                 */
.login-form {
    padding: 10px;
    border-top: 1px solid #fff;
}
.login-form h1 {
    font-size: 12px;
    font-weight: bold;
}
.login-form input {
    width: 125px;
}
.login-form input.submit {
    width: auto;
}
.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;
}

/*******************************/
/* .vertical-menu              */
.vertical-menu {
    margin-top: 8px;
    margin-bottom: 20px;
    background-color: #d8d6d5;
}
.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: #f5f5f5;
    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: #000;
}
.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: #713f3f;
    font-style: italic;
}

/*******************************/
/* .horizontal-menu            */
.horizontal-menu {
    clear: both;
    padding-top: 10px;
    padding-right: 20px;
    text-align: right;
    position: relative;
    top: -34px;
}
.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 #f5f5f5;
}
.horizontal-menu li.first {
    border: none;
}
.horizontal-menu a:visited, .horizontal-menu a:link, .horizontal-menu a:hover {
    color: #f5f5f5;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

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

/*******************************/
/* .full-articlelist           */
.full-articlelist {
    margin-top: 20px;  
}
.full-articlelist ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.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           */
.full-articlelist-twocolumn {
    margin-top: 30px;
}
.full-articlelist-twocolumn ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.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%;
}
.full-articlelist-twocolumn li.even {
    float: left;
    padding-left: 10px;
    width: 47%;
}

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

