﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: url(../Images/Background.gif) repeat;
    font-size: .78em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    text-align: justify;
}

a:link, a:visited
{
    /*color: #034af3;*/
    /*color: #706709;*/
    color: #696969;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 975px;
    margin: 20px auto 0px auto;
    border: none;
}

.header
{
    background-color: #fff;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: none;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    background: #F2F0E2;
    min-height: 575px;
    margin: 0px;
    padding-top: 7px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-top: 1px solid #ccc;
}

.popUp
{
    background: #F2F0E2;
    margin-top: 0px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.footer
{
    color: #F2F0E2;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: 0.9em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
.cell
{
    margin: 2px;
}

.cellLabel
{
    float: left;
    width: 90px;
    min-width: 80px;
    display: inline;
}

input.textEntry 
{
    width: 240px;
    border: 1px solid #ccc;
    padding: 1px;
}

.actionButton
{
    text-align: right;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

fieldset.pageTitle
{
    border: 1px solid #ccc;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.pageTitle legend
{
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: 600;
    color: #706709;
    font-variant: small-caps;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

input.passwordEntry 
{
    width: 240px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.logo
{
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    width: 229px;
    height: 57px;
    display: block;
    float: left;
    margin-top: 23px;
    margin-left: 35px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.hcMenu
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #706709;
    display: block;
    text-align: right;
    padding: 10px;
    text-decoration: none;
}

.hcMenu a:link
{
    color: #706709;
    text-decoration: none;
}

.hcMenu a:visited
{
    color: #706709;
    text-decoration: none;
}

.hcMenu a:hover
{
     color: #706709;
     background-color: #F2F0E2;
}

.failureNotification
{
    font-size: 0.90em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.homeText
{
    text-align: justify;
    font-family: Verdana;
    font-size: 16px;
    color: #F2F0E2;
    line-height: 50px;
    position: relative;
    top: 60px; 
    left: 300px;
    width: 600px;
}

.homeTextBold
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    /*color: #706709;*/
    color: #6E6938
}

/* TAB MENU   
----------------------------------------------------------*/

.leftMenu, .leftMenuSelected
{
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-size: .97em;
    text-decoration: none;
    text-align: left;
}

.leftMenuSelected
{
    font-weight: bold;
}

.leftMenu a:link
{
    text-decoration: none;
}

.leftMenu a:visited
{
    text-decoration: none;
}

.leftMenu a:hover
{
}

.serviceItemRow
{
    text-align: left;
}

.serviceItemRow:hover
{
    background: #FFFCEF;
}

.serviceItem
{
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-size: .96em;
    text-decoration: none;
    text-align: left;
}

.serviceItem a:link
{
    text-decoration: none;
}

.serviceItem a:visited
{
    text-decoration: none;
}

.serviceItem a:hover
{
}

.addServiceItemButton, .addServiceItemButton_Over, .addServiceItemButton_Selected
{
    display: inline-block;
    background-image: url(../images/icon_AddService.gif);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    cursor: default;
}

.addServiceItemButton_Over
{
    background-image: url(../images/icon_AddService_Over.gif);
    cursor: pointer;
    cursor: hand; 
}

.addServiceItemButton_Selected
{
    background-image: url(../images/icon_AddService_Selected.gif);
}

.spacer
{
    background-image: url(../images/spacer.gif);
    background-repeat: no-repeat;
    height: 1px;
    width: 1px;
}

/* jQuery Validation stuff*/

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	margin: 0px 0px 0px -12px;
}

div.error { display: none; }
input[type=text] { border: 1px solid #ccc; padding: 1px; width: 240px; }
textarea { border: 1px solid #ccc; padding: 1px; }
input[type=text]:focus { border: 1px dotted #ccc; }
textarea:focus { border: 1px dotted #ccc; }
input[type=text].error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

.loading
{
    display: inline-block;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    height: 18px;
    width: 19px;
    cursor: default;
}

input[type=submit], input[type=button]
{ 
    border: 1px solid #ccc;
    border-style: groove;
    padding: 5px;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: 600;
    color: #706709;
    font-variant: small-caps;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

input[type=submit].over, input[type=button].over
{ 
    border: 1px solid #706709;
}
