/*
   This stylesheet defines core attributes for the portal. Many
   classes are defined, but have no attributes. These are included
   as pointers for authors of new skins.

   If you are modifying this stylesheet for a new skin, this file
   should ONLY include the classes that you intend to modify. The
   portal uses the 'cascade' feature of CSS to allow your stylesheet
   to inherit the styles from the parent (or base) skin.
*/


/* =================================================================
   =================================================================
   ==                                                             ==
   ==  STANDARD HTML ELEMENTS                                     ==
   ==                                                             ==
   =================================================================
   ================================================================= */


body {
        margin: 0px;
        padding: 0px;
}

a img {
        border: none;
}





/* =================================================================
   =================================================================
   ==                                                             ==
   ==  PORTAL-WIDE PAGE LAYOUT                                    ==
   ==                                                             ==
   =================================================================
   ================================================================= */

#header {
}

#header h1, #header h1 a {
}

#header h2, #header h2 a {
}

#topnav {
}

#topnav a {
}

#topnav a:hover {
}

#topnav a.firsta {
}

#container {
}

#navcont {
}

#navmenu {
}

DIV.navmenu {
}

a.navmenu {
}

a.navmenu:hover {
}

#menucont {
}


#maincont {
}

#maincont .date {
        }


#sidebar {
}

#sidebar h2 {
}

#sidebar h3 {
}

#sidebar h2 a {
}

#sidebar h2 a:hover {
}

#sidebar a {
}

.sidebar_element {
}

#footer {
}

.footer_left {
        float: left;
}

.footer_right {
        float: right;
}




/* =================================================================
   =================================================================
   ==                                                             ==
   ==  SPECIAL-PURPOSE ELEMENTS                                   ==
   ==                                                             ==
   =================================================================
   ================================================================= */

.report {
        margin-bottom: 1em;

        font-size: 10pt;
}

TR.report_alternate {
        background-color: #F8F8E0;
}

.report .header, THEAD.report, TH.report {
        background-color: #DDDDDD;
        border: #DDDDDD 1px solid;
        font-weight: bold;
        padding: 4px;
}

.report .body, TD.report, TD.body {
        /* for some reason, #DDDDDD tends to make the right-side border invisible? */
        border: #DEDEDE 1px solid;
        padding: 2px;
}

.report .footer, TFOOT.report {
        background-color: #DDDDDD;
}

/* in a list, if a row is to be selected */
.selected_row {
        background-color: #EEEEFF;
}


/* in a list, if a row is to be selected */
.selected_row {
}

img.icon, a.icon {
        display: inline;
        text-decoration: none;
        border: none;
}


.text_button, .text_button_disabled {
        display: inline; text-align: center;
        background-color: #DDDDFF;
        border: #9999CC 1px solid;

        font-size: 8pt;
        font-family: Verdana, Arial, helvetica, sans-serif;
        font-weight: normal;

        white-space: nowrap;
}

div.text_button, div.text_button_disabled,
span.text_button, span.text_button_disabled,
a.text_button, a.text_button_disabled
{
        padding: 4px 5px 3px 5px;
        margin: 2px 2px 0px 2px;

        line-height: 250%;
        text-decoration: none;
        text-align: center;
}

a.unsubscribe_text_button {
        padding: 4px 5px 3px 5px;
        margin: 2px 2px 0px 2px;

        line-height: 250%;
        background-color: #DDDDFF;
        border: #9999CC 1px solid;

        text-decoration: none;
        text-align: center;
}

.text_button {
        color: #111188;
}

.text_button_disabled {
        color: #9999FF;
}

A.text_button:hover {
        color: #6666EE;
        text-decoration: none;
 }

A.text_button:visited {
        text-decoration: none;
}


#admin_bar {
        background-image: url(/images/obj/webbuilder.gif);
        height: 30px;
        vertical-align: middle;
        padding-right: 2em;
        text-align: right;
}

#admin_bar .text_button {
        background-color: #000088;
        color: white;
}


/* used by some gizmos to show themselves in edit mode */
DIV.marquee {
        border: thin dashed #ccc;
        padding: 3px;
        margin:  3px;
}


/* used in search results */
DIV.search_result_group_results {
}




/* =================================================================
   =================================================================
   ==                                                             ==
   ==  GIZMOS                                                     ==
   ==                                                             ==
   =================================================================
   ================================================================= */

/* this is the container of all gizmos */
.gizmo {
}

div.category {
}

.section {
}

.item {
        display: list-item;
        margin-left: 2em;
}

.item .element_url {
        font-size: 75%; color: #666;
}

div.section {
        padding-bottom: .5em;
        margin-bottom: .5em;
}

h2.section {
}

div.site_library {
        padding: 2em;
}


/* we're cheating for now with calendar, because the display logic is so complicated */
.calendar {
}

.calendartitle, A.calendartitle {
}


.poll {
}

.poll_question {
        font-weight: bold;
}

.poll_response {
}

.news_item {
}

.news_item A.element_name {
}

.news_item A.element_name:hover {
}


.discussion {
}

span.calendar  {
}

span.calendar a {
}

span.info {
}

span.info a {
}






/* =================================================================
   =================================================================
   ==                                                             ==
   ==  ELEMENT ATTRIBUTES                                         ==
   ==                                                             ==
   =================================================================
   ================================================================= */

.element_name, A.element_name {
        font-weight: bold;
}

.element_description {
}

.element_attachment {
        font-size: 75%;
}



/* =================================================================
   =================================================================
   ==                                                             ==
   ==  GIZMOTAGS                                                  ==
   ==                                                             ==
   =================================================================
   ================================================================= */

/* md_welcome */

.tagWelcomeClass, A.welcome, A.welcomesub {
       font-size: 10px;
}
.welcome {}
.welcomesub {
        font-style: italic; font-size: .9em;
}
a.welcomesub:visited {}
a.welcomesub:hover {}
a.welcomesub:active {}
a.welcome:visited {}



.tagCatPathClass, .links_panel {
        font-size: 8pt;
        padding: 2px;
}

.tagFortuneClass {
        font-style: italic;
        font-variant: small-caps;
}

.tagLoginBoxClass {
        color: #333333;
}

#login_form {
        width: 50%;
}


/* =================================================================
   =================================================================
   ==                                                             ==
   ==  LAYOUT AREA ELEMENTS - Used when the Page Layout feature   ==
   ==                         is in use
   ==                                                             ==
   =================================================================
   ================================================================= */

div.layout {
}

table.layout {
}

tr.layout {
        vertical-align: top;
}

td.layout {
        text-align: left;
        vertical-align: top;
}

.vertical_separator {
}

.horizontal_separator {
}

div.layout_area {
}

/* dimensions for specific layouts */

#layout_1 #layout_area_1 {
}

#layout_2 #layout_area_1 {
}

#layout_2 #layout_area_2 {
}

#layout_3 #layout_area_1 {
}

#layout_3 #layout_area_2 {
}

#layout_4 #layout_area_1 {
}

#layout_4 #layout_area_2 {
}

#layout_4 #layout_area_3 {
}

#layout_5 #layout_area_1 {
}

#layout_5 #layout_area_2 {
}

#layout_5 #layout_area_3 {
}

#layout_6 #layout_area_1 {
}

#layout_6 #layout_area_2 {
}

#layout_6 #layout_area_3 {
}

#layout_6 #layout_area_3 {
}





/* =================================================================
   =================================================================
   ==                                                             ==
   ==  MISCELLANEOUS                                              ==
   ==                                                             ==
   =================================================================
   ================================================================= */


.caption {
        font-size: 10px; font-style: italic;
}

.smalltitle {
        font-size: 12px;
        color: #333;
        text-align: center;
        }


.smaller {
        font-size: 10px;
}

.none {
        display: none;
}

/* used in polls, faq's  */
.question {
        font-weight: bold;
}

/* used in polls, faq's  */
.response {
}


#transitional_form, DIV.transitional_form, DIV.transitional_simple {
        margin: 2em;
        text-align: left;
        padding: 1em;
}


#metagram_center {
        margin: 2em;
        padding: 1em;
        text-align: left;
}

.metagram_viewer {
        width: 600px;
        padding: 20px;

        border: 1px solid black;
        background-color: #ffe;

        text-align: left;
}

.metagram_read {
    text-align: center;
}

.metagram_unread {
    background-color: #DDDDFF;
    border: #9999CC 1px solid;
    text-align: center;
}


.container_element {
    padding-bottom: 1em;
}


#user_search_form {
        background-color: white;
}



/* =================================================================
   =================================================================
   ==                                                             ==
   ==  Form3000                                                   ==
   ==                                                             ==
   =================================================================
   ================================================================= */

form.form_3000 {
    margin: 30px;
    width: 700px;
}

div.form_body {
    border: 1px solid #ccc;
    padding: 15px;
}

div.form_field_container {
    margin-bottom: 1em;
}

.form_field_label {
    font-weight: bold;
}

.required_field_indicator {
    color: red;
}

div.info_message {
    background-color: #ffd;
    padding: 1em;
    border: 1px solid #300;
    margin: 2em;
}

div.error_message {
    color: #800;
    background-color: #fed;
    padding: 1em;
    border: 2px solid #300;
    margin: 2em;
}

div.error_item {
    display: list-item;
    margin-left: 2em;
}

div.submit_actions {
    text-align: right;
}


/*************************************/
a:link, a:visited {
  color: #993366;
}
a:hover, a:active {
  color: #333;
}

body.portal_home, body.portal_sub {
  background-image: url(/skins/P4DL2/images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #216A3F;
  font-family: arial;
  text-align: center;
}
body.portal_simple {
  text-align: center;
  margin-top: 50px;
}
#page {
  text-align: left;
  margin: 50px auto 10px auto;
  width: 760px;
  _width: 800px;
  background-color: #fff;
  padding: 20px;
  border: solid 1px green;
}
#header {
  background-image: url(/skins/P4DL2/images/header.gif);
  background-repeat: no-repeat;
  background-position: top center;
  height: 85px;
}
#header h2, #header h1 {
  padding: 0px;
  margin: 0px;
}
#header h1 a {
  display: block;
  text-indent: -15000px;
  height: 85px;
  font-size: 0px;
}
#header h2 a {
  font-size: 0px;
  text-indent: -15000px;
}
#topnav {
  background-color: #333333;
  height: 17px;
  padding: 13px 10px 10px 10px;
  background-image: url(/skins/P4DL2/images/nav-left.gif);
  background-repeat: no-repeat;
}
#topnav a.topnav {
  color: #fff;
  font-weight: bold;
  font-family: arial;
  text-decoration: none;
  padding-right: 15px;
  font-size: 14px;
}

body.portal_home #navcont {
  width: 310px;
  float: left;
  margin-right: 20px; 
}
body.portal_sub #navcont {
  width: 220px;
  float: left;
  margin-right: 20px; 
}
body.portal_home #navcont input.search_form {
  width: 170px;
}
body.portal_home #navcont ul {
  padding:0px;
  margin: 0px;
  list-style: none;
}
body.portal_home #navcont ul li {
  line-height: 2.0em;
}
body.portal_home #maincont {
  width: 430px;
  float: left;
}
body.portal_sub #maincont {
  width: 520px; 
  float: left;
}
h2.section {
  background-image: url(/skins/P4DL2/images/h2-bg.gif);
  background-repeat: repeat-x;
  color: #fff;
  font-size: 20px;
  padding: 4px;
}
input.text_button {
  background-color: #993366;
  border: 1px solid #993366;
  color: #fff;
  height: 22px;
}
div.element_description {
  font-size: 14px;
}
#linkspanel {
  padding:10px 0 10px 10px;
  text-align: right;

}
#footer {
  text-align: center;
  background-image: url(/skins/P4DL2/images/footer-bg.gif);
  background-repeat: no-repeat;
  height: 100px;
  _height: 100px;
  padding: 17px 0px 0px 0px;
  width: 760px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 10px;
  clear: both;
  margin: 0px auto;
}
#footer p {
  margin: 0px;
  padding: 0px;
}
#portland-portals {
  background-color: transparent;
  text-align: right;
  margin: 0px auto 10px auto;
  width: 800px;
}
#linkspanel {
  padding: 10px 0px;
  float: right;
}
#breadcrumb {
_padding: 15px 0px;
}

/******** hawaii *******************/
body.hawaii a:link,
body.hawaii a:visited {
  color: #266591
}
body.hawaii {
  background-image: url(/skins/P4DL2/images/hawaii-bg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #2f4e63;
}
body.hawaii #page {
  width: 1000px;
  padding: 0px;
  border: none;
}
.hawaii #header {
  background-image: url(/skins/P4DL2/images/hawaii-header2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 152px;
}
.hawaii #header h1 a {
  display: block;
  text-indent: -15000px;
  height: 152px;
  font-size: 0px;
}
.hawaii #topnav {
   background-image: none;
  background-color: #efe784;

}
.hawaii #topnav a.topnav {
  color: #266591;
}
.hawaii input.text_button {
  background-color: #266591;
  border: 1px solid #17425F;
  color: #fff;
  height: 22px;
}
.hawaii #navcont {
  background-color: #d6e784;
  padding: 10px;
  width: 200px!important;
  _width: 220px!important;

}
.hawaii div.navmenu {

}
.hawaii div.navmenu a.navmenu:link,
.hawaii div.navmenu a.navmenu:visited {
  color: #266591;
  text-decoration: none;
  display: block;
  height: 45px;
  padding-top: 5px;
  background-image: url(/skins/P4DL2/images/hawaii-bullet.jpg);
  background-repeat: no-repeat;
  padding-left: 25px;
  font-weight: bold;
  background-position: 5px 7px;
}
.hawaii #container {
  background-image: url(/skins/P4DL2/images/hawaii-content-bg.gif);
  background-repeat: repeat-y;
}
.hawaii #maincont {
  width: 740px!important;

}
.hawaii div.navmenu a.navmenu:hover,
.hawaii div.navmenu a.navmenu:active {
  background-image: url(/skins/P4DL2/images/hawaii-bullet2.jpg);
  background-repeat: no-repeat;
  padding-left: 25px;
  background-color: #266591;
  color: #fff;

}
.hawaii #footer {
  height: 100px; 
  width: 1000px;
  color: #266591;
  background-color: #C5BE6D;
  background-image: url(/skins/P4DL2/images/hawaii-footer.jpg);
  background-repeat: repeat-x;
}
.hawaii #portland-portals {
  background-color: transparent;
  text-align: right;
  margin: 0px auto 10px auto;
  width: 1000px;
}
.hawaii h2.section {
  background-image: url(/skins/P4DL2/images/hawaii-h2.jpg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 30px;
  color: #266591;
}

span.calendar  {
        width: 150px;

        text-decoration: none;
        border-bottom: 1px solid #fff;
        color: #555;
        background: #D6D4AA;
        display: block;
        margin: 0;
        padding: 2px 20px 2px 20px;
        font-weight: normal;
}
.calendar td {font-size: 10px;}
span.calendar a {
        color: #000;
        background: #EDECDA;
        font-size: 8px;
}

.calendar_month_cell, 
.calendar_month_cell_day {
        border: 1px solid #ccc; 
}

.calendar_month_cell_day {
        background: #dde;
        font-weight: bold;
}

.calendar_month_cell_date {
        background: #ddd;
}

.calendar_month_cell_event a.calendar {
        color: DarkRed;
        font-weight: normal;
        text-decoration: none;
}

.calendar_summary {
        padding: .5em;
        background-color: #def;
        border: 1px solid #def;
}

