/*-----------------------------------------------------------------------------
Output side styles 
-----------------------------------------------------------------------------*/
body
{
    color		:   #000000;
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    margin              :   0;
}

.require-text /* only used in common/includes/contact_form.jsp */
{
    font-family         :   Arial;
    font-size           :   10pt;
    color               :   red;
}

.print-page-title
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   16px;
    font-weight         :   bold;
    color               :   #315A73;
}

.contact-content /*used only in common/includes/contact_form.jsp */
{
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    color               :   #000000;
    font-size           :   12px;
}

a.email:link /* used only in common/contact_list.jsp */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    text-decoration     :   none;
}

a.email:visited /* used only in common/contact_list.jsp */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    text-decoration     :   none;
}

a.email:active /* used only in common/contact_list.jsp */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    text-decoration     :   none;
}

.white-text /* currently only used in the common/search_results.jsp for OBC */
{
    font-family		:   Verdana, Arial, Helvetica, sans-serif;
    color               :   #FFFFFF;
    font-size		:   10px;
}



/*-----------------------------------------------------------------------------
Updater side styles 
-----------------------------------------------------------------------------*/
.updater /* do not change */
{
    background-color	:   #FFFFFF;
    color		:   #000000;
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    margin              :   0;
}

.link-builder /* do not change */
{
    background-color    :   #CCCCCC;
    color		:   #000000;
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    margin              :   0;
}

.heading /* do not change */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   13px;
    font-weight         :   bold;
    background          :   #CCCCCC;
    color               :   black;
}

a.selected_page:link /* used only for highlighting the current page in the updater navigation */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   red;
    font-size		:   11px;
    font-weight         :   bold;
    text-decoration     :   none;
}

a.selected_page:visited /* used only for highlighting the current page in the updater navigation */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   red;
    font-size		:   11px;
    font-weight         :   bold;
    text-decoration     :   none;
}

a.selected_page:active /* used only for highlighting the current page in the updater navigation */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   red;
    font-size		:   11px;
    font-weight         :   bold;
    text-decoration     :   none;
}

a.selected_item:link /* used only for highlighting the current item in the updater navigation */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   red;
    font-size		:   11px;
    font-weight         :   bold;
    text-decoration     :   none;
}

a.selected_item:visited /* used only for highlighting the current item in the updater navigation */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   red;
    font-size		:   11px;
    font-weight         :   bold;
    text-decoration     :   none;
}

a.selected_item:active /* used only for highlighting the current item in the updater navigation */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   red;
    font-size		:   11px;
    font-weight         :   bold;
    text-decoration     :   none;
}

.medium-button
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    width               :   55px;
}

td.viewOnly  /* SECURITY used only in updater/manage_users.jsp for the view only permissions column */
{
    background-color    :   white;
    border              :   none;
}

td.notViewOnly  /* SECURITY used only in updater/manage_users.jsp for the view only permissions column */
{
    background-color    :   lightgrey;
    border              :   solid black 2pt;
    border-top          :   none;
    border-bottom       :   none;
    border-right        :   none;
}

div.form_generator /* used for the text in the updater/includes/create_form.jsp file for the form generator */
{
    color               :   #000000;
    font-size           :   13px;
    font-family         :   Verdana, Arial, Helvetica, Sans-Serif;
    font-weight         :   bold;
    text-align          :   left;
}

td.updater_color /* used to keep all the updater "Page Text" background colors the same */
{
    background-color    :    #DECD98;
}



/*-----------------------------------------------------------------------------
General Styles 
-----------------------------------------------------------------------------*/
td /* do not change */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
}

h3
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   13px;
}

.basic-content  /* used for all "Page Text" areas */
{
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   13px;
}

.footer-content /* used for displaying the "Footer Text" area */
{
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   10px;
    color               :   #ffffff;
}

.search-results /* currently only used on OBC for the common/search_results.jsp */
{
    font-family         :   Verdana, Arial, Helvetica, Sans-Serif;
    font-size           :   10px;
    width               :   565px;
    height              :   295px;
    overflow            :   auto;
}

a:link /* default link style */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color               :   #006600;
}


a:visited /* default link style */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color               :   #006600;
}


a:active /* default link style */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color               :   #006600;
}

a.footer:link  /* used for common/includes/child_navigation.jsp and common/includes/image_gallery_navigation.jsp */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #ffffff;
    font-size		:   10px;
}

a.footer:visited  /* used for common/includes/child_navigation.jsp and common/includes/image_gallery_navigation.jsp */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #ffffff;
    font-size		:   10px;
}

a.footer:active  /* used for common/includes/child_navigation.jsp and common/includes/image_gallery_navigation.jsp */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #ffffff;
    font-size		:   10px;
}

a.navigator:link /* used mostly for listing items in the list pages in the updater, but also for the calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #660099;
    font-size		:   9px;
    text-decoration     :   none;
}

a.navigator:visited /* used mostly for listing items in the list pages in the updater, but also for the calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #660099;
    font-size		:   9px;
    text-decoration     :   none;
}

a.navigator:active /* used mostly for listing items in the list pages in the updater, but also for the calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #660099;
    font-size		:   9px;
    text-decoration     :   none;
}

.weekday /* used only for the OBC style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    font-weight         :   bold;
    text-align          :   center;
    color               :   darkred;
}

.weekend /* used only for the OBC style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    font-weight         :   bold;
    text-align          :   center;
    color               :   darkblue;
}

.day /* used only for the OBC style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-weight         :   bold;
    font-size		:   12px;
    text-align          :   right;
    vertical-align      :   top;
    color               :   blue; 
}

.calendar-header /* used only for the OBC style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   25px;
    font-weight         :   bold;
    text-align          :   center;
    vertical-align      :   middle;
}

input /* default style for all input tags */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
}

select /* default style for all select tags */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
}



/*-----------------------------------------------------------------------------
Navigation Styles
-----------------------------------------------------------------------------*/
/*used for the common/includes/main_page_navigation.jsp */
div.nav_other
{
    font-size           :   12px;
    font-family         :   verdana;
    font-weight         :   bold;
    color               :   #FFffff;
    cursor              :   pointer;
}

div.side_nav_other
{
    font-size           :   12px;
    font-family         :   verdana;
    font-weight         :   bold;
    color               :   #FFffff;
    cursor              :   pointer;
    background          :   #009900 url(/images/menominee_resort.jpg) top;
    text-align          :   center;
}

div.side_nav_txt
{
    font-size           :   12px;
    font-family         :   verdana;
    font-weight         :   bold;
    color               :   #Ffffff;
    cursor              :   pointer;
}


/*-----------------------------------------------------------------------------
General Styles 
Not Currently Used
-----------------------------------------------------------------------------*/
th
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
}

h1
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   17px;
}

h2
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   15px;
}

.contact-title
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   13px;
    font-weight         :   bold;
}

.page-text
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
}

.item-list-content
{
    font-family         :   Verdana, Arial, Helvetica, Sans-Serif;
    font-size           :   10px;
}

.item-list
{
    font-family         :   Verdana, Arial, Helvetica, Sans-Serif;
    font-size           :   10px;
}

.contact-info
{
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   18px;
    color               :   #9966cc;
}

.basic-content-no-image
{
    font-family         :   Arial, Helvetica, Sans-Serif;
    font-size           :   10pt;
}

.copyright
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    color		:   #003366;	
}

a.hidden:link
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #000000;
    font-size		:   8px;
    text-decoration     :   none;
}

a.hidden:visited
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #000000;
    font-size		:   8px;
    text-decoration     :   none;
}

a.hidden:active
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    color		:   #000000;
    font-size		:   8px;
    text-decoration     :   none;
}

.date
{
    color		:   #999999;
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   9px;
}

.blue-text
{
    font-family		:   Verdana, Arial, Helvetica, sans-serif;
    color		:   #333366;
    font-size		:   12px;
    font-weight         :   bold;
}

.search
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
}

.page-navigation
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
}

.small-button
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    width               :   35px;
}

.large-button
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    width               :   80px;
}

td.calendar_link  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    cursor              :   pointer;
}
td.calendar_month  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   13px;
    font-weight         :   bold;
}
td.calendar_non_selected  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    cursor              :   pointer;
}
td.calendar_selected  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    cursor              :   pointer;
    font-weight         :   bold;
    color               :   white;
    background          :   black;
}

td.event_non_selected  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    cursor              :   pointer;
    color               :   black;
    background          :   lightgrey;
}
td.event_selected  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    cursor              :   pointer;
    font-weight         :   bold;
    color               :   white;
    background          :   black;
}
td.event_date  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    cursor              :   default; 
    font-weight         :   bold;
    color               :   orange;
    background          :   #333366;
}
td.event_link  /* more than likely for the Oneida Tourism style calendar */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   10px;
    cursor              :   pointer;
    font-weight         :   bold;
    text-decoration     :   underline;
    color               :   #333366;
    background          :   orange;
    text-align          :   center;
}

/*-----------------------------------------------------------------------------
Site Specific Styles
-----------------------------------------------------------------------------*/

.editable-content /* used for displaying the Editable Text area */
{
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   13px;
    color               :   #ffffff;
}
.image-content /* used for displaying the Editable Text area */
{
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   13px;
    color               :   #ffffff;
    font-weight         :   bold;
}
.item_title
{
    font-family		:   Verdana, Arial, Helvetica, sans-serif;
    font-size		:   12px;
    color		:   #000000;
    font-weight		:   bold;
}
a.item_title:link
{
    font-family         :   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color		:   #000000;
    font-weight		:   bold;
}


a.item_title:visited
{
    font-family         :   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color		:   #000000;
    font-weight		:   bold;
}
.item_date
{
    font-family		:   Verdana, Arial, Helvetica, sans-serif;
    font-size		:   11px;
    padding-top		:   2px;
    padding-bottom	:   2px;
    color		:   #000000;
}

.item_description
{
    font-family		:   Verdana, Arial, Helvetica, sans-serif;
    font-size		:   11px;
    font-style		:   normal;
    color		:   #000000;
}
.news_heading
{
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   14px;
    font-weight         :   bold;
    font-style          :   normal;
    color               :   #CC3333;
    text-align          :   left;
}

a.child:link /* default link style */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color               :   #006600;
}


a.child:visited /* default link style */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color               :   #006600;
}


a.child:active /* default link style */
{
    font-family		:   Verdana, Arial, Helvetica, Sans-Serif;
    font-size		:   12px;
    color               :   #006600;
}