
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
    text-decoration: underline;
    color: #906622;
}

a:hover
{
    text-decoration: underline;
    color: #81BBCE;
}

acronym
{
    cursor: help;
}

body
{
    background: #fff;
    font: normal 12px Arial, sans-serif;
    color: #999999;
    text-align: center;
}

h1
{
    font: normal 22px Arial, sans-serif;
    color: white;
    background: #4C5969;
    padding: 4px;
    margin: 10px 0px 10px 0px;
}

h1 a:link,
h1 a:visited,
h1 a:hover
{
    color: white;
    text-decoration: none;
}

h2
{
    font: normal 22px Arial, sans-serif;
    color: #76777A;
    margin: 0px 0px 10px 0px;
}

h2 img
{
    vertical-align: middle;
    margin-right: 10px;
}

h3
{
    font: bold 16px Arial, sans-serif;
    color: #76777A;
    margin: 10px 0px 10px 0px;
}

img
{
    border: none;
    display: inline;
}

p
{
    font: normal 12px Arial, sans-serif;
    line-height: 16px;
    margin: 10px 15px 5px 0px;
}

hr
{
    height: 1px;
    border: none;
    background: #ccc;
}

td
{
    font: normal 12px Arial, sans-serif;
    vertical-align: top;
}

/* Form defaults
****************/
input, textarea
{
    border: 1px solid #ccc;
}

input[type="image"]
{
    border: none;
}

/* Classes
**********/
.block
{
    display: block;
}

.news-img
{
    float: left;
    clear: left;
    margin: 0px 10px 0px 10px;
}

.news-box
{
    margin: 20px 0px 30px 0px;
}

.search-input
{
    width: 125px;
    border: 1px solid #999;
    vertical-align: top;
}

.text-input
{
    width: 125px;
    vertical-align: top;
}

.select-input
{
    width: 250px;
}

.float-l
{
    float: left;
    margin-right: 10px;
}

/* Layout defaults
******************/
#outer-wrap
{
    width: 950px;
    margin: 0px auto 0px auto;
    text-align: left;
    background: url(/images/layout/wrap-background.gif) repeat-y;
}

#inner-wrap
{
    background: none;
}

#header
{
    display: block;
}

label
{
    vertical-align: baseline;
}

#rightside
{
    float: right;
}

#rightside h5
{
    text-transform: uppercase;
    font: bold 11px verdana, sans-serif;
}

#rightside-text
{
    margin: 15px;
}

#rightside-text img
{
    margin-right: 10px;
    vertical-align: middle;
}

#rightside-text h3
{
    margin-top: 15px;
}

.rightside-top
{
    background: url(/images/layout/rightside-top.gif) top center no-repeat;
    width: 183px !important;
    width/**/: 183px;
    margin: 0px 2px 0px 2px;
    padding: 2px 0px 2px 0px;
}

.rightside-btm
{
    background: url(/images/layout/rightside-btm.gif) bottom left no-repeat;
    padding: 1px;
    margin-bottom: -6px;
}

.rightside h3
{
    color: #4B5A68;
    font: normal 12px Arial, sans-serif;
}

#search
{
    color: #4B5A68;
    margin: 20px 15px 20px 15px;
    font: 13px verdana, sans-serif;
}

#search input
{
    color: #888;
}


#login
{
    color: #4B5A68;
    margin: 20px 10px 20px 10px;
    font: 11px verdana, sans-serif;
}

#page
{
    clear: left;
    border: 1px solid #B6BEC4;
    padding: 20px 20px 5px 20px;
    margin: 5px 190px 0px 0px;
}

.image-box
{
    border: 1px #ccc solid;
    padding: 10px;
}
#page-top
{
    float: right;
}

#first-footer
{
    border-top: 1px dotted #ccc;
    clear: right;
    margin-top: 20px;
    height: 20px;
}

#second-footer
{
    clear: both;
    background: url(/images/layout/footer-background.gif) no-repeat;
    height: 18px !important;
    height/**/: 25px;
    color: #ccc;
    border-top: 5px solid white;
    font-size: 10.5px;
    padding: 5px 0px 0px 20px;
}

#second-footer a
{
    text-decoration: none;
    color: #81BBCE;
}

#home-snippets p
{
    margin: 0px 0px 10px 0px
}

#home-snippets td
{
    padding: 15px 20px 0px 0px;
}

/* Navigation
**************/
#navigation
{
    list-style: none;
    background: url(/images/layout/nav-background.gif) #4B5A68;
    height: 31px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#navigation li
{
    float: left;
    margin: 0px;
}

#navigation li.right-buttons
{
    float: right;
    margin: 0px;
    font-size: 11px;
}

#navigation li.register,
#navigation li.register a:link,
#navigation li.register a:visited
{
    background: url(/images/layout/register-bgd.png) repeat-x;
    color: #4b5a68;
}

#navigation li a
{
    color: white;
    text-decoration: none;
    display: block !important;
    display/**/: inline;
    padding: 9px 15px 0px 15px;
    height: 21px !important;
    height/**/: 30px;
    border-left: 1px solid #C0C5CA;
    border-right: 1px solid #2C3437;
}

#navigation li a:hover
{
    background: url(/images/layout/nav-hover.gif) top center no-repeat;

}

/*****************
* drop down menu *
*****************/


li ul { /* second-level lists */
    display: none;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
    display: block;
}

ul.subnav
{
    position: absolute;
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 0px !important;
    clear: left;
    margin/**/: 30px 0px 0px -100px;
    padding-top: 0px;
    display: none;
    text-align: left;
}

#navigation li ul.subnav li
{
    display: block;
    float: left;
    clear: left;
    margin: 0px 0px 0px 0px;
    background: #4B5A68;
    width: 150px;
    border-top: 1px solid white;
}

#navigation li ul.subnav li a

{
    padding: 5px 15px 0px 15px;
    background: none;
    border-right: none;
}

.catText
{
    padding: 5px;
    margin: 0px 10px 10px 0px;
    background: #f1f1f1;
    width: 200px;
}

/* Forms
**************/
fieldset
{
    background: #f0f8fa;
    padding: 20px;
}

fieldset label
{
    float: left;
    clear: left;
    width: 110px;
}

fieldset input,
fieldset select
{
    margin-bottom: 10px;
}

#register-form label,
#register-form input
{
    display: block;
    margin-bottom: 10px;
}


#submit
{
margin: 15px 0px 0px 150px;
}

#submit label,
#submit input
{
    display: inline;
}

/*Tables
************/
.registered
{
    width: 715px;
    margin: 20px 0px 0px 0px;
}

.registered td
{
    padding: 5px;
    border-bottom: 1px solid #d4d7db;
}

.registered th
{
    border-top: 1px solid #4c5969;
    border-bottom: 1px solid #4c5969;
        background: #f0f8fa;
        padding: 5px;
}

.th-bgd
{
    background: #f0f8fa;
    margin: 20px;
}

.th-bgd th
{
    padding: 5px;
}

#customer-calllog
{
    width: 715px;
    padding: 5px 0px 5px 0px;
}

#customer-details td,
#customer-assigned td
{
    padding: 5px;
}

#customer-calllog .calllog-msg
{
    width: 400px;
}

#customer-calllog td
{
    border-bottom: 1px solid #d4d7db;
    padding: 4px;
}

#customer-calllog th
{
    border-top: 1px solid #4c5969;
    border-bottom: 1px solid #4c5969;
        background: #f0f8fa;
        padding: 5px;
}

.title-link
{
    font-size: 60%;
    margin-left: 20px;
}

#call-cycle
{
    float: right;
    width: 300px;
}

#register-label
{
    font: bold 14px arial, sans-serif;
}

td p
{
    margin: 0px;
}

.customers
{
    margin-bottom: 10px;
    width: 385px;
}

.customers td
{
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

.customer-label
{
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    width: 84px;
}

.right-button
{
    float: right;
}

.additional
{
    float: left;
    width: 200px;
    margin: 10px 10px 10px 0px;
    border-right: 1px solid #ccc;
}