﻿/* sample */
body
{
    background-color: white;
    font-size: 12px;
    font-family: arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333333;
}

html {
    word-wrap: break-word;
}

.hpc, #page
{
    width: 996px;
    margin: 0px auto;
    padding:0px 10px;
}



a:link, a.n:link /*n = normal. usually from within a P but normal :)*/
{
    color: #3399cc;
    text-decoration: none;
}

a:visited, a.n:visited
{
    color: #3399cc;
}

a:hover, a.n:hover
{
    color: #07b4df;
    text-decoration: none;
}

a:active, a.n:active
{
    color: #07b4df;
}

a.tool
{
    font-size: 11px;
    padding: 3px 5px;
    border: 1px solid transparent;
    text-decoration: none !important;
}

a.tool:hover
{
    border: 1px solid #07b4df;
}

a.b
{
    font-weight:bold;
}

p a
{
    text-decoration: underline;
}

p a:hover
{
    text-decoration: none;
}

p, ul
{
    line-height: 18px;
    margin: 0px;
    margin-bottom: 10px;
}

ul.p, ul.ns, ol.p, ol.ns, ol.pagin /*plain UL OL*/
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.p li, ol.p li, ol.pagin li
{
    display: inline-block;
    vertical-align: top;
}
ul.ns li
{
    display: block;
}

.accent
{
    color: #da072f !important;
}

.desc, .desc1
{
    color: #afafaf;
}

.descSmall
{
    color: #afafaf;
    font-size: 11px;
}


header, footer, nav, section
{
    display: block;
}

#main #footer
{
    margin: 40px 0px 30px 0px !important;
}
#footer
{
    color: #2896e0;
    font-size: 11px;
}
#footer ul
{
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#footer ul li
{
    display: inline-block;
}
#footer ul li a, #footer ul li a:link
{
    text-decoration: none;
}
#footer ul li span
{
    padding: 0px 3px;
}
#footer .social
{
    text-align: right;
    margin:5px 0px;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    margin: 0px;
    font-weight: normal;
}

h1
{
    font-size: 26px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 24px;
}

h3
{
    font-size: 18px;
}

h4, h5, h6
{
    font-size: 14px;
}




/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e4e4e4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e4e4e4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #dddddd;
    border: solid 1px #e4e4e4;
}

table tbody tr:nth-child(2n) td
{
    background:#f0f0f0;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both !important;
    float:none !important;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.hs
{
    width:50%;
}

.error
{
    color: #f0a4a4;
}

.rm
{
    display: block;
    text-align: right;
}
img
{
    border: none;
}

.modalBackground
{
    background-color: Black;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #f27e7e !important;
    display: block;
    /*position: absolute;*/
    padding: 2px 0px;
}

.field-validation-valid
{
    display: none !important;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f27e7e;
    font-size: 14px;
    padding: 15px 0px;
}

.validation-summary-valid
{
    display: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    border: none;
    padding: 5px 0px;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

input[type="text"], input[type="password"]
{
    margin: 0px;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-size: 12px;
    color: #666;
    width: 200px;
    height: 19px;
    background: white url('input-m-bg.png') no-repeat top left;
}




textarea
{
    border: 1px solid #ccc;
    color: #666;
    min-height: 85px;
    font-family: arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    padding: 5px 5px 0px 5px;
    line-height:18px;
    margin-top: 0px; /*used to override chrome style for textarea*/
}

select
{
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 1.2em;
    color: #666;
    width: 220px;
    height: 29px;
    background: white url('input-m-bg.png') no-repeat top left;
}

input[type="submit"], input[type="button"], a.btn, a.btn:link
{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 20px;
    color: White;
    background-color: #2896e0;
    border: 1px solid #cccccc;
    height: 29px;
    line-height: 28px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
}

input[type="submit"]:hover, input[type="button"]:hover, a.btn:hover
{
    border: 1px solid #2896e0;
}

a.btn
{
    margin: 0px 5px;
}

a.btnSmall
{
    height: 20px !important;
    line-height: 20px !important;
    padding: 2px 12px !important;
    margin: 0px 5px;
}

input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus, .btn:active
{
    border: 1px solid #9b9b9b;
}

/*sizes*/
.w10p
{
    width:10px !important;
}
.w20p
{
    width:20px !important;
}
.w30p
{
    width:30px !important;
}
.w40p
{
    width:40px !important;
}
.w50p
{
    width:50px !important;
}
.w65p
{
    width:65px !important;
}
.w95p
{
    width:95px !important;
}

.w100p
{
    width:100px !important;
}

.w120p
{
    width:120px !important;
}

.w150p
{
    width:150px !important;
}

.w200p
{
    width:200px !important;
}

.w400p
{
    width:393px !important;
    background: white url('input-l-bg.png') no-repeat top left !important;
}

.mr10p
{
    margin-right:8px !important;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 20px 0 0 0;
    color: #9b9b9b;
}

.display-field, .editor-field
{
    margin: 5px 0 0 0;
}

.editor-fields-linear .editor-property
{
    display: inline-block;
    margin-right: 5px;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.wz
{
    border:1px solid gray;
    padding:30px;
    background-color:White;
}
.wzhdr
{
    min-height: 65px;
    margin-bottom: 10px;
}

.wzbody
{
    min-height: 335px;
}

.wzfooter
{
    font-size: 11px;
    color: #9b9b9b;
}

.wzfooter a.btn, .wzfooter input[type=submit]
{
    float: right;
}

.halfleft
{
    width: 50%;
    float: left;
}


ol.pagin li a, ol.pagin li a:link
{
    display: block;
    color: #dddddd;
    text-decoration: none;
    text-align: center;
}

    ol.pagin li a:hover
    {
        color:#999999;
    }

ol.pagin li.selected a, ol.pagin li.selected a:link
{
    color: White;
    background: url('circlegt.png') no-repeat;
}

ol.paginMedium li a, ol.paginMedium li a:link
{
    width: 37px;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
}

ol.paginMedium li.selected a, ol.paginMedium li.selected a:link
{
    color: White;
    background: url('circlegt.png') no-repeat;
}



ol.paginSmall li a, ol.paginSmall li a:link
{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}

ol.paginSmall li.selected a, ol.paginSmall li.selected a:link
{
    color: White;
    background: url('circlest.png') no-repeat;
}


.loadMore
{
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.loadMore > a
{
    padding: 15px;
}


.navPath > a
{
    font-size:11px;
    padding: 3px 0px;
    color:#9b9b9b;
}

.navPath > a:after
{
    content:" >";
}

.navPath > a:last-child:after
{
    content:"";
}

/* Styles for tools popup
------------------------------------------*/
#popupMenus
{
    position: absolute;
    right: 0px;
    height: 37px;
}

#toolsSettingsLocation
{
    display: none;
    position: absolute;
    right: 0px;
}

#toolsMailLocation
{
    display: none;
    position: absolute;
    right: 0px;
}

#toolsNotificationLocation
{
    display: none;
    position: absolute;
    right: 0px;
    top: 42px;
}

#popupMenus .thLoadingPopup
{
    display: none;
}

#popupMenus .thErrorPopup
{
    display: none;
}

.withPopupOpen
{
    background-color: #07B4DF !important;
}

/* fix color of links inside the popups */
#header #popupMenus ul li a:link
{
    color: #666666 !important;
}

ul.uiEditor li
{
    margin:10px 0px;
}

ul.uiEditor > li.buttons
{
    margin:30px 0px;
    text-align:right;
}

ul.uiEditorNested 
{
    margin-left:20px;
}
ul.uiEditorNested li span
{
    min-width:100px !important;
}

.notify
{
    width:100%;
    color:Black;
    position:fixed;
    z-index: 9999;
}

.notify > div
{
    background-color:White;
    border:2px solid white;
    border-top:none;
    margin:0px auto;
    max-width:350px;
    padding:5px 20px;
    min-height:15px;
    text-align:center;
    -webkit-box-shadow: 0px 2px 8px #666666;
    -moz-box-shadow: 0px 2px 8px #666666;
    box-shadow: 0px 2px 8px #666666;
}
.notifyLarge > div
{
    max-width:600px;
}
.notifyY > div
{
    background-color:#fffccc;
    border:2px solid #dfa34e;
    border-top:none;
}
.notifyG > div
{
    background-color:#ccffce;
    border:2px solid #13a421;
    border-top:none;
}
.notifyB > div
{
    background-color:#ccfcff;
    border:2px solid #2896e0;
    border-top:none;
}
.notifyR > div
{
    background-color:#ffccdc;
    border:2px solid #df4e7b;
    border-top:none;
}



.ilike
{
}

a.ilikeCount
{
    color:#666666;
    cursor:default;
}
a.ilikeCount:hover
{
    color:#666666;
    cursor:default;
}



.pickPetContainer
{
    overflow:auto;
    overflow-x:hidden;
    margin-bottom:20px;
}