﻿body 
{
    font-family: Trebuchet MS,Trebuchet,Verdana,Arial,sans-serif;
    font-size: 80%;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 150%;
    margin: 0;
    padding: 0;
}

h2
{
    color: #525252;
    font-size: 120%;
    font-weight: normal;
    margin: 0;
    padding: 0;    
}

.heading
{
    border-bottom: solid 1px #525252;
    margin-bottom: 10px;
}

.heading p
{
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.heading a
{
    color: #000;
    text-decoration: none;
}

.heading a:hover
{
    border-bottom: solid 3px #525252;
    text-decoration: none;
}

.heading .active
{
    border-bottom: solid 3px #525252;
    font-weight: bold;
}

.small-heading
{
    border-bottom: solid 1px #525252;
    color: #525252;
    font-size: 100%;
    margin-bottom: 10px;
}

.heading span
{
    color: #525252;
    font-size: 140%;
}

#blue-strip
{
    background-image: url("../i/greybg.jpg");
    background-repeat: repeat-x;
    height: 10px;
}

#header
{
    height: 60px;
    width: 960px;
}

#logo
{
    float: left;
    margin: 10px 0 0 20px;
}

#user-info
{
    border: solid 1px #525252;
    float: right;
    margin-top: 25px;
    padding: 0 4px 1px 2px;
    text-align: right;
}

#user-info span
{
    color: #525252;
    font-size: 75%;
}

#user-info a
{
    color: #525252;
}

#site-title
{
    border-bottom: dotted 1px #ccc;
    border-top: dotted 1px #ccc;
    color: #525252;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 3px 0 3px 20px;
}

#body
{
    background-color: #f9f9f9;
    border-bottom: solid 1px #525252;
    border-top: solid 1px #525252;
    overflow: auto;
    padding-bottom: 15px;
    width: 100%;
}

#content
{
    padding-left: 20px; 
    padding-top: 10px;
    width: 940px;
}

#inner-content
{
    background-color: #fff;
    border-bottom: solid 1px #525252;
    border-left: solid 1px #525252;
    border-right: solid 1px #525252;
    overflow: auto;
    padding: 10px;
    margin-top: -11px;
}

.item-title
{
    background-color: #f8f8f8;
    border-left: solid 1px #525252;
    border-right: solid 1px #525252;
    border-top: solid 1px #525252;
    height: 50px;
    margin-top: 15px;
    padding: 5px 15px 5px 15px;
}

#item-title-left
{
    float: left;
    width: 340px;
}

#item-title-right
{
    float: left;
    width: 200px;
}

.text-box
{
    font-family: Arial, Sans-Serif;
    font-size: 95%;
    margin: 5px 0;
    padding: 3px;
}

.drop-down-box
{
    margin: 5px 0;
}

.file-upload
{
     margin: 5px 0;
}

#item-title a
{
    font-size: 85%;
}

.item-body
{
    border: solid 1px #525252;
    height: 100%;
    overflow: auto;
    padding: 10px 15px 10px 15px;
}

#item-body-left
{
    float: left;
    width: 600px;
}

.ImageUpload
{
    background-color: #f8f8f8;
    border-bottom: solid 1px #525252;
    border-left: solid 1px #525252;
    border-right: solid 1px #525252;  
    padding: 5px 0 5px 15px;    
}

#multiple-images
{
    border: solid 1px #525252;
    margin-top: 5px;  
    width: 674px;
}

#item-button
{
    background-color: #f8f8f8;
    border-bottom: solid 1px #525252;
    border-left: solid 1px #525252;
    border-right: solid 1px #525252;    
    padding: 5px 0 5px 15px;
}

#btnItemSave, #btnDeleteItem, #btnSendMessage, #btnItemUpload, #FileUpload1
{
    background-color: #fff;
    border: solid 1px #525252;
    height: 20px;
    width: 80px;
}

#footer
{
    border-bottom: dotted 1px #ccc;
    border-top: dotted 1px #ccc;    
    clear: both;
    height: 15px;
    margin: 15px 0 20px 0;
    padding-left: 20px;
}

#footer span
{
    color: #565656;
    font-size: 90%;
}

#footer a
{
    color: #565656;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}


/* Messages
--------------------------------- */

#saved-msg
{
    background-color: #79e77a;
    border: solid 1px #019f02;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
    width: 702px;
}

#saved-msg p
{
    color: #fff;
    font-size: 105%;
    font-weight: bold;
    margin: 0;
}

#error-msg
{
    background-color: #ff0f0f;
    border: solid 1px #dc0303;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
    width: 702px;    
}

#error-msg p
{
    color: #fff;
    font-size: 105%;
    font-weight: bold;
    margin: 0;
}

#error-msg a
{
    color: #fff;
    text-decoration: underline;
}

#error-msg a:hover
{
    border: none;
    text-decoration: underline;
}




/* ListTableSmall
--------------------------------- */

.list-table-small
{
    border: solid 1px #c5d3e0;
    border-collapse: collapse;
    float: left;
    text-align: left;
    width: 600px;
}

.list-table-small thead
{
    background: #fff url(../i/table-grad.jpg) repeat-x;
    font-size: 12px;
    height: 20px;
    padding: 5px;
}

.list-table-small thead tr th
{
    padding: 0 3px;
}

.list-table-small td
{
    padding: 5px 5px 5px 3px;
}

.list-table-small tbody
{
    font-size: 12px;
}

.list-table-small tbody tr.odd
{
    background-color: #f3f6f9;
}


/* ListTableLarge
--------------------------------- */

.list-table-large
{
    border: solid 1px #c5d3e0;
    border-collapse: collapse;
    float: left;
    text-align: left;
    width: 885px;
}

.list-table-large th
{
    background: #fff url(../i/table-grad.jpg) repeat-x;
    font-size: 12px;
    height: 20px;
    padding: 5px;
}

.list-table-large tr th
{
    padding: 0 3px;
}

.list-table-large tr th a
{
    color: #000;
}

.list-table-large td
{
    padding: 5px 5px 5px 3px;
    vertical-align: top;
}

.list-table-large tbody
{
    font-size: 12px;
}

.list-table-large tbody tr.odd
{
    background-color: #f3f6f9;
}

/* ListPages-CommonItems
--------------------------------- */


.cb
{
    text-align: center;
    width: 20px;
}

.active
{
    width: 20px;
}

.title
{
    width: 505px;
}

#edit .edit-icon
{
    text-align:center;
}

img.edit-icon
{
    border:none;
    display: block;
    margin: 0 auto;
}

.download
{
    width: 35px;
}

.edit
{
    width: 30px;
}

.trash-icon
{
    text-align: center;
}




#instructions
{
    background-color: #f8f8f8;
    border: solid 1px #ABADB3;
    float: right;
    overflow: auto;
    padding: 10px;
    width: 230px;
}

#instructions span
{
    color: #525252;
    font-size: 16px;
    font-weight: bold;
}

#instructions p
{
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 3px;
}

#instructions img
{
    border: solid 1px #525252;
    display: block;
    margin: 0 auto;
}


/* MainNav
---------------------------------------------------------------- /*

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 85% verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #525252; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #525252; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #f1f1f1; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


/* SubNav
---------------------------------------------------------------- /*

/* begin css tabs */

ul#sub-tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 -16px 0; /* set margins as desired */
font: bold 85% verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #525252; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#sub-tabnav li { /* do not change */
display: inline;
}

ul#sub-tabnav .sub-tabnav-active { /* settings for selected tab */
xborder-bottom: 1px solid #f8f8f8; /* set border color to page background color */
background-color: #f8f8f8; /* set background color to match above border color */
}

ul#sub-tabnav a { /* settings for selected tab link */
background-color: #f8f8f8; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#sub-tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #525252; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#sub-tabnav a:hover { /* settings for hover effect */
background: #f8f8f8; /* set desired hover color */
}

/* end css tabs */

/* OutputMessages
------------------------------------------------------------- */

#info-message
{
    background: #ffc url(../i/messagetick.gif) 5px 8px no-repeat;	
    border: solid 1px #ccc;
    height: 50px;
    margin-bottom: 15px;
    overflow: auto;
    padding: 2px;
    text-align: left;
}

#info-message p
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-left: 50px;
    padding-top: 5px;
}

#info-message .bold-p
{
    font-size: 13px;
    font-weight: bold;
    line-height: 0.8;
    padding-top: 5px;
}

#info-message a
{
    text-decoration: underline;
}

#error-message
{
    background: #ffc url(../i/messageerror.gif) 5px 8px no-repeat;	
    border: solid 1px #ccc;
    height: 55px;
    margin-bottom: 15px;
    overflow: auto;
    padding: 2px;
    text-align: left;
}

#error-message p
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-left: 50px;
    padding-top: 5px;
}

#error-message .bold-p
{
    font-size: 13px;
    font-weight: bold;
    line-height: 0.8;
    padding-top: 5px;
}

#error-message a
{
    text-decoration: underline;
}


