/* 
Document   : precious.css
Created on : June 24, 2008
Author     : Doug Levin
Description:
Precious Kargo's cascading style sheet 
*/

/* 
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a   
{
    color: #F7931E;
    text-decoration: underline; 
}

a.black   
{
    color: black;
    text-decoration: underline; 
}

a.calendar
{
    color: #F7931E;
    font-size: 7.5pt;
    text-decoration: underline; 
}

a:hover.calendar
{
    color: #F7931E;
    font-size: 7.5pt;
    text-decoration: none;
}

a:hover 
{
    color: black;
    text-decoration: none; 
}

a.footer
{
    color: #F7931E;
}

a:hover.footer
{
    color: black;
}

a.header   
{
    color: black;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 13pt;
    font-weight: normal;
    text-decoration: none; 
}

a:hover.header 
{
    color: #F7931E;
}

a.headerLarge   
{
    color: black;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none; 
}

a:hover.headerLarge 
{
    color: #F7931E;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none; 
}

a.headerMedium
{
    color: black;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}

a:hover.headerMedium
{
    color: #F7931E;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}

a.large
{
    font-size: 13pt;
    font-weight: bold;
}

body    
{
    background-color: white;
    color: black; 
    font-family: 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 8pt; 
    line-height: 1.3;
    margin-top: 0px;
} 

caption
{
    background-color: #E0E0E0;
    font-family: 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 12pt; 
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    color: #F7931E;
}

caption.content
{
    background-color: #E0E0E0;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 12pt; 
    padding-bottom: 10px;
    text-align: center;
}

div.header
{
    background-color: #E0E0E0;
    border-top:0px solid black;
    border-bottom:0px solid black;
    border-right:0px solid black;
    border-left:0px solid black;
    color: #F7931E;
    font-size: 13pt; 
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;    
    width: 100%;
}

form
{
    margin-bottom: 0px;
    margin-top: 0px;
}

H1
{
    color: #F7931E;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 15pt;
    font-weight:normal;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}

H2
{
    color: #F7931E;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 13pt;
    font-weight:normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

H3
{
    color: #F7931E;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    font-size: 11pt;
    font-weight:normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

hr.validation
{
    width:700px; 
}

input.inputText 
{
    font-size: 8pt;
    height: 14px;
    width: 150px;
}

input.inputTextLarge 
{
    font-size: 8pt;
    height: 14px;
    width: 240px;
}

input.inputTextMedium
{
    font-size: 8pt;
    height: 14px;
    width: 100px;
}

input.inputTextMediumL
{
    font-size: 8pt;
    height: 14px;
    width: 175px;
}

input.main
{
    font-size: 8pt;
    height: 14px;
}

select
{
   font-size: 8pt;
}

table
{
    border-collapse: collapse;
    color: black;
    padding: 0px 0px 0px 0px;
    text-align: center;
    vertical-align: text-top;
    width: 100%;
}

table.appointment
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin: 0px auto 0px auto;
    text-align: left;
   
}

table.appointmentHeader
{
    margin: 0px auto 0px auto;
    text-align: center;
    
}

table.appointmentInner
{
    margin: 0px auto 0px auto;
    text-align: left;
}

table.calendarHeader
{
    background-color: black;
    border-bottom: 2px solid #E0E0E0;
    border-left: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
    border-top: 2px solid #E0E0E0;
    color: #F7931E;
    font-size: 9pt;
    font-weight: bold;
}

table.calendar
{
    background-color: #C0C0C0;
    border-bottom: 2px solid #E0E0E0;
    border-left: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
    border-top: 2px solid #E0E0E0;   
}

table.content
{ 
    background-color: white;
}

table.footer 
{
    padding-top: 2px;
    height: 100px;
    width: 800px;
    background-color: #E0E0E0; 
    text-align: center;
    font-size: 8pt;
}

table.header
{
    background-color: white; 
    text-align: center;
    font-family: Georgia;
}

table.layout
{
    width: 800px;
    background-color: #FFFFFF;
}

table.login
{
    background-color: #E0E0E0;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    text-align: left;
    vertical-align: text-top;
    width: 250px;
}

table.main
{
    background-color: #E0E0E0;
    text-align: left;
}

table.menu
{
    background-color:transparent;
    border-bottom: 0px solid #F7931E;
    border-left: 0px solid #F7931E;
    border-right: 0px solid #F7931E;
    border-top: 0px solid #F7931E;
    font-family: 'Comic Sans MS', 'Verdana', 'Times New Roman', 'sans serif';
    height: 30px;
}

table.validation
{    
    color: red;
    text-align: center;
    width: 800px;
}

td.appointmentHeader
{
    border-top:0px solid black;
    border-bottom:1px solid black;
    border-right:0px solid black;
    border-left:0px solid black;
    width: 1px;
}

td.appointmentHeaderOff
{    
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
    padding: 5px 5px 5px 5px;
    width: 16%;
}

td.appointmentHeaderOn
{
    border-top:1px solid black;
    border-bottom:0px solid black;
    border-right:1px solid black;
    border-left:1px solid black;
    color: #F7931E;
    padding: 5px 5px 5px 5px;
    width: 16%;
}

td.appointmentInner
{
    border-top:1px solid white;
    border-bottom:1px solid white;
}

td.appointmentInnerL
{
    border-top:1px solid white;
    border-bottom:1px solid white;
    border-right:1px solid white;
}

td.calendar
{
    border-bottom: 2px solid #E0E0E0;
    border-left: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
    border-top: 2px solid #E0E0E0;
    height: 20px;
    width:14%;
}

td.layout
{
    text-align: center;
}

td.menu
{
    border-bottom: 0px solid #F7931E;
    border-left: 0px solid #F7931E;
    border-right: 0px solid #F7931E;
    border-top: 0px solid #F7931E;
}

td.validationHeader
{
    color: #ECE826;
    font-size: 11pt; 
    text-align: center;
}

thead.myAppointments {
    background-color: black;
    color: #F7931E;
}

ul.mainList {
    margin:  5px 0px 0px 15px; 
    padding: 0px 0px 0px 0px;
}

.backgroundDark
{
    
    background-color: #C0C0C0;
}

.backgroundLight
{
    background-color: #E0E0E0;
}

.blue
{
    color: #000080; 
}

.blueUnderlined
{
    color: #000080; 
    text-decoration: underline; 
}

.bold 
{
    font-weight: bold;
}

.border
{
    border: 1px solid black;
}

.center
{
    text-align: center;
}

.darkGrayBackground
{
    
    background-color: #C0C0C0;
}

.lightGrayBackground
{
    background-color: #E0E0E0;
}

.largeBoldText
{
    font-size: 12pt;
    font-weight: bold;
}

.largeRedText
{
    font-size : 12pt;
    color : #9F3839;
}

.largeText
{
    font-size: 12pt;
}

.largeTextCenter
{
    font-size: 12pt;
    text-align: center;
}

.largeTextLeft
{
    font-size: 12pt;
    text-align: left;
}

.left
{
    text-align: left;
}

.mainBackground
{
    background-color: #E0E0E0;
}

.mediumBigBoldText
{
    font-size: 11pt;
    font-weight: bold;
}

.mediumBoldText
{
    font-size: 10pt;
    font-weight: bold;
}

.mediumBoldWhiteText
{
    color: white;
    font-size: 10pt;
    font-weight: bold;
}

.mediumRedText
{
    font-size: 10pt;
    color: red;
}

.mediumText
{
    font-size: 10pt;
}

.mediumTextCenter
{
    font-size: 10pt;
    text-align: center;
}

.orange
{
    color: #F7931E;
}

.orangeBold
{
    color: #F7931E;
    font-size: 9pt;
    font-weight: bold;
}

.red
{
    color: red;
}

.redUnderlined
{
    color: red;
    text-decoration: underline; 
}

.right
{
    text-align: right;
}

.smallBoldText
{
    font-size: 7pt;
    font-weight: bold;
}

.smallRedText
{
    font-size: 8pt;
    color: red;
}

.smallWhiteText
{
    font-size: 7pt;
    color: white;
}

.smalltext
{
    font-size: 7pt;
}

.textXL
{
   font-size: 15pt; 
}

.textL
{
   font-size: 13pt; 
}

.textM
{
   font-size: 11pt;
}

.textS
{
   font-size: 7pt;
}

.topLeft
{
    
    text-align: left;
}

.valignTop
{
    vertical-align: text-top;
}

.white
{
    color: white;
}

.whiteBackGround
{
    background-color: white;
}

.xsmallText
{
    font-size: 6pt;
}
.yellowBackGround
{
    background-color: #ffff00;
}


/* Rounded Box stuff */
div.rounded-box {
    position: relative;
    width: 195px;
    background-color: #E0E0E0;
    margin: 2px;
}

div.rounded-box-wide {
    position: relative;
    width: 380px;
    background-color: #E0E0E0;
    margin: 2px;
}

div.rounded-box-wider {
    position: relative;
    width: 600px;
    background-color: #E0E0E0;
    margin: 2px;
}

div.rounded-box-extra-wide {
    position: relative;
    width: 700px;
    background-color: #E0E0E0;
    margin: 2px;
}

div.rounded-box-myAccount {
    position: relative;
    width: 500px;
    background-color: #E0E0E0;
    margin: 2px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {position:absolute; width:20px; height:20px; background-color:#FFF; overflow:hidden;}
div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#E0E0E0; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/
div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom:0px; right:0px;}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents {position: relative; padding: 8px; color: black}

/* QuickMenu Styles [Keep in head for full validation!] */
    /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
    .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


    /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


    /* QuickMenu 0 */

    /*"""""""" (MAIN) Items""""""""*/
    #qm0 a
    {
    padding:5px 4px 5px 5px;
    font-size:10px;
    }


    /*"""""""" (SUB) Container""""""""*/
    #qm0 div, #qm0 ul
    {
    padding:10px;
    margin:-2px 0px 0px 0px;
    background-color:transparent;
    border-style:none;
    }


    /*"""""""" (SUB) Items""""""""*/
    #qm0 div a, #qm0 ul a
    {
    padding:3px 10px 3px 5px;
    background-color:transparent;
    font-size:10px;
    border-width:0px;
    border-style:none;
    }


    /*"""""""" (SUB) Hover State""""""""*/
    #qm0 div a:hover
    {
    background-color:#E0E0E0;
    color:#000000;
    }


    /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/
    #qm0 ul li:hover>a
    {
    background-color:#E0E0E0;
    color:#000000;
    }


    /*"""""""" (SUB) Active State""""""""*/
    body #qm0 div .qmactive, body #qm0 div .qmactive:hover
    {
    background-color:#E0E0E0;
    color:#CC0000;
    }


    /*"""""""" Individual Titles""""""""*/
    #qm0 .qmtitle
    {
    cursor:default;
    padding:3px 0px 3px 4px;
    color:#444444;
    font-size:10px;
    font-weight:bold;
    }


    /*"""""""" Individual Horizontal Dividers""""""""*/
    #qm0 .qmdividerx
    {
    border-top-width:1px;
    margin:4px 0px 4px 0px;
    border-color:#BFBFBF;
    }


    /*"""""""" Individual Vertical Dividers""""""""*/
    #qm0 .qmdividery
    {
    border-left-width:1px;
    height:15px;
    margin:4px 2px 0px 2px;
    border-color:#AAAAAA;
    }


    /*"""""""" (main) Rounded Items""""""""*/
    #qm0 .qmritem span
    {
    border-color:#E0E0E0;
    background-color:#E0E0E0;
    }


    /*"""""""" (main) Rounded Items Content""""""""*/
    #qm0 .qmritemcontent
    {
    padding:0px 0px 0px 4px;
    }


    /*"""""""" Custom Rule""""""""*/
    ul#qm0 ul
    {
    padding:10px;
    margin:-2px 0px 0px 0px;
    background-color:#E0E0E0;
    border-width:1px;
    border-style:solid;
    border-color:white;
    }


    /*"""""""" Custom Rule""""""""*/
    ul#qm0 li:hover > a
    {
    background-color:#E0E0E0;
    }

