/***********************************************/
/* default.css                           */
/* Use with Helping Hands web site       */
/***********************************************/

html, body
{
    font-family: Arial, serif;;
    background:url(../images/bg_gradlg.jpg) repeat-x;
    line-height: 1.25em;
    margin: 0 0 1px;
    padding: 0;
    height: 100%;

}

a:link, a:visited
{
    color: #005FA9;
    text-decoration: none;
    border:none;
}

a:hover
{
    text-decoration: underline;
    border:none;
}

a.popBox {
    text-decoration: none;
    color: #005FA9;
    border-bottom: 3px double;
}

#pup {
    position: absolute;
    z-index: 200; /* aaaalways on top*/
    padding: 3px;
    margin-left: 10px;
    margin-top: 5px;
    width: 250px;
    border: 1px solid black;
    background-color: #EBD3EB;
    color: 000000;
    font-size: 0.95em;
}

a.noUnderline:link
{
    text-decoration: none;
    border:none;
}

a.noUnderline:visited
{
    text-decoration: none;
    border:none;
}

a.noUnderline:hover
{
    text-decoration: none;
    border:none;
}


a.hidden:link
{
    text-decoration: none;
    border:none;
    color: #000000;
}

a.hidden:visited
{
    text-decoration: none;
    border:none;
    color: #000000;
}

a.hidden:hover
{
    text-decoration: none;
    border:none;
    color: #000000;
}






a:link img
{
    border: none;
    text-decoration: none;
}

a:hover img
{
    border: none;
    text-decoration: none;
}

a:visited img
{
    border: none;
    text-decoration: none;
}

a.footerlink:link
{
    font-family:Arial, serif;;
    font-size:0.8em;
    font-weight:bold;
    color:#002654;
}

a.footerlink:visited
{
    font-family:Arial, serif;;
    font-size:0.8em;
    font-weight:bold;
    color:#002654;
}

a.footerlink:hover
{
    text-decoration: underline;
    border:none;
    font-size:0.8em;
    font-weight:bold;
    color:#000000;
}

h1
{
    font-family:Arial, serif;;
    font-size: 2em;
    line-height:1.2em;
    color:#000000;
    margin: 0px;
}

h1.center
{
    font-family:Arial, serif;;
    font-size: 2em;
    line-height:1.2em;
    color:#000000;
    margin: 0px;
    text-align: center;
}

h1.special
{
    font-family:Arial, serif;;
    font-size: 1.8em;
    line-height:1.2em;
    color:#000000;
    margin: 0px;
}


h2.welcome
{
    font-family:Arial, serif;;
    font-size: 1.4em;
    line-height:1.2em;
    color:#000000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h2.purple
{
    font-family:Arial, serif;;
    font-size: 1.6em;
    line-height:1.2em;
    color:#950fa4;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h2.purpleLeft
{
    font-family:Arial, serif;;
    font-size: 1.6em;
    line-height:1.2em;
    color:#950fa4;
    margin: 0px;
    padding: 0px;
    text-align: center;
}


h3.welcome
{
    font-family:Arial, serif;;
    font-size:larger;
    color: #000000;
    margin: 0px;
    text-align: center;
}

h4.welcome
{
    font-family:Arial, serif;;
    font-size:1.2em;
    color:#000000;
    margin: 0;
    text-align: center;
}

h2
{
    font-family:Arial, serif;;
    font-size: 1.4em;
    line-height:1.2em;
    color:#000000;
    margin: 0px;
    padding: 0px;
}

h3
{
    font-family:Arial, serif;;
    font-size:larger;
    color: #000000;
    margin: 0px;
}

h3.blue
{
    font-family:Arial, serif;
    font-size:larger;
    color: #5083cc;
    margin: 0px;
    text-align: center;
}


h3.green
{
    font-family: Trebuchet MS, sans-serif;
    font-size:1.5em;
    color: #5083cc;
    /*text-shadow: 2px -2px 2px #000000; */
    text-shadow: 0px 1px 1px #000000; 
    margin: 0px;
    font-weight:bold;
    letter-spacing:1px;
    text-align: center;
}

h4
{
    font-family:Arial, serif;;
    font-size:1.2em;
    color:#000000;
    margin: 0;
}

h5
{
    font-family:Arial, serif;;
    font-size:0.9em;
    color:#000000;
    margin: 0;
}

h6
{
    font-family:Arial, serif;;
    font-size:1.2em;
    color:#000000;
    margin: 0;
}

ul
{
    list-style-type: disc;
}

li
{
    padding-top: 8px;
    line-height: 1.75em;
}

p.small
{
    font-family:Arial;
    font-size: 0.8em;
}

p.close
{
    line-height: 80%;

}



p.serviceitalic
{
    font-family:Arial;
    font-style: italic;
}

.topHeaderImageContainer
{
    height:200px;
    width:980px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0px 0px 0px 6px;

}

.image_rotate {
    height:auto;
    width:auto;
    position: relative;
    float: right;
    padding: 0px 0px 0px 0px;
}





.topHeaderLogo
{
    height:134px;
    width:700px;
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px;

}

.topHeaderGif
{
    height:auto;
    width:auto;
    position: relative;
    float: right;
    padding: 0px 0px 0px 0px;
    border: 1px blue solid;
}

.topHeaderImageContainerBackground
{
    height:auto;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background:#FFFFFF url(../images/verticleStrip.png) repeat-x;
    padding: 20px 0px 0px 0px;

    /*  border: 2px blue solid;  */
}









.BodyContainer
{
    height:auto;
    width:1000px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    display: block;

    /*     border: 2px blue solid;  */
    /*  background: url(../images/body_frame.png);  */
}

.WelcomeContainer
{
    height:auto;
    width:auto;
    padding: 20px 20px 0px 30px;
    font-family:Arial;
    font-size:1.1em;
    line-height:1.1em;
    color:#000000;
    /*   text-align: center;  */
    border: 1px green solid;
}

.WelcomeFlowers
{
    height:auto;
    width:auto;
    padding: 0px 10px 50px 20px;
    position: relative;
    float: right;
    text-align: center;

    /*  border: 1px blue solid;  */
}

.TestimonialsFlowers
{
    height:auto;
    width: 700px;
    padding: 0px 0px 50px 80px;
    position: relative;
    float: left;
    clear: right;



}

.list_container
{
    height: auto;
    width: 780px;
    padding: 0px 0px 0px 0px;
    position: relative;
    float: left;
    clear: right;


}


.team_member
{
    height: auto;
    width: 880px;
    padding: 0px 0px 50px 0px;
    position: relative;
    float: left;

/*    border: red solid 1px;*/
}

.team_photo
{
    height: auto;
    width: 250px;
    padding: 0px 0px 0px 0px;
    position: relative;
    float: left;

}

.team_bio
{
    height: auto;
    width: 460px;
    padding: 0px 0px 0px 20px;
    position: relative;
    float: left;
}


.OutTeam
{
    height:auto;
    width:auto;
    padding: 0px 10px 0px 10px;
    position: relative;
    float: left;


}


.LowerBodyContainer
{
    height:auto;
    width:648px;
    margin-left:0px;
    padding: 20px 40px 0px 10px;
    font-family:Arial;
    text-align: center;
    
    /*border: 1px blue solid;*/
    
}

.AboutContainer
{
    height:630px;
    width:auto;
    padding: 20px 20px 0px 30px;
    font-family:Arial;
    font-size:1.1em;
    line-height:1.1em;
    color:#000000;
    /*   text-align: center;  */
    /*  border: 1px blue solid;  */
}

.outer
{
    height:auto;
    width:100%;
    float:left;
    clear:both;
    margin:0px 0 0px 0px;
    /*  border: 1px green solid;  */
}

.rightcol
{
    float: right;
    width: 73%;
    /*  border: 1px red solid;  */
}

.leftcol
{
    float:left;
    width: 26.5%;
    position:relative;
    font-family:Arial;
    margin:0px 0px 0px 0px;
    /*  border: 1px yellow solid;  */
}

.topPurpose
{
    height:auto;
    width:648px;
    padding: 0px 0px 0px 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    
    
    /*border: 1px dashed blue; */

}


.siteInfo
{
    height:150px;
    width:715px;
    padding: 8px 0px 8px 0px;
    font-family:Arial;
    font-size:12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    /*  border: 1px dashed blue;  */

}

.greenBlueBar
{
    height:19px;
    width:980px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    border: 2px #000000 solid;
    background:#FFFFFF url(../images/horizontalBar.png);
}

.SpecialTitle
{
    height:150px;
    width:550px;
    padding: 8px 0px 20px 10px;

}

.friendSpecial
{
    height:500px;
    width:650px;
    padding: 20px 0px 10px 20px;
    text-align: center;

}

.respiteSavings
{
    height:200px;
    width:650px;
    padding: 20px 0px 10px 20px;
    text-align: center;

}

.referalRewards
{
    height:100px;
    width:650px;
    padding: 20px 0px 10px 20px;
    text-align: center;

}



.cloud
{
    height:auto;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}









.CompassionServicesContainer
{
    height:200px;
    width:auto;
    font-family:Arial;
    font-size:0.9em;
    padding: 10px 10px 0px 0px;
    /* border: 1px solid red;  */
}

.ServicesOfferedContainer
{
    height:500px;
    width:216px;
    font-family:Arial;
    font-size:0.9em;
    padding: 20px 10px 0px 10px;
    border-left: 2px #2a62b9 solid;
    border-right: 2px #2a62b9 solid;
}

.PersonalSupportServicesContainer
{
    height:200px;
    width:auto;
    font-family:Arial;
    font-size:0.9em;
    padding: 5px 20px 0px 0px;
    /*  border: 1px solid red;  */
}

.ServicesContainer
{
    height:200px;
    width:285px;
    position:relative;
    float:right;
    padding: 20px 0px 0px 20px;

    /*  border: 1px solid yellow;   */
}

.ServicesContainer
{
    height:550px;
    width:960px;



    /*  border: 1px solid yellow;   */
}

img.services
{
    float:left;
    width:54px;
    height:50px;
}





































#SubFooter
{
    height:180px;
    width:980px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;

}



.Service1
{
    height:180px;
    width:164px;
    position:relative;
    float:left;
    padding: 30px 0px 0px 20px;
    border-right: 1px solid #ecf1f1;
    background:#FFFFFF url(../images/verticleStrip.png) repeat-x;

    /*  border: 1px solid blue;  */
}

.Service2
{
    height:180px;
    width:184px;
    position:relative;
    float:left;
    padding: 30px 0px 0px 20px;
    border-right: 1px solid #ecf1f1;
    background:#FFFFFF url(../images/verticleStrip.png) repeat-x;

    /*  border: 1px solid blue;  */
}

.Service3
{
    height:180px;
    width:174px;
    position:relative;
    float:left;
    padding: 30px 0px 0px 20px;
    border-right: 1px solid #ecf1f1;
    background:#FFFFFF url(../images/verticleStrip.png) repeat-x;

    /*  border: 1px solid blue;  */
}

.Service4
{
    height:180px;
    width:204px;
    position:relative;
    float:left;
    padding: 30px 0px 0px 20px;
    border-right: 1px solid #ecf1f1;
    background:#FFFFFF url(../images/verticleStrip.png) repeat-x;

    /*  border: 1px solid blue;  */
}

.AboutContainer
{
    height:180px;
    width:150px;
    position:relative;
    float:left;
    padding: 30px 0px 0px 20px;
    background:#FFFFFF url(../images/verticleStrip.png) repeat-x;

    /*  border: 1px solid cyan; */
}











.menu2 {
    padding:0 0 0 100px;
    margin:0;
    list-style:none;
    height:45px;
    position:relative;
}

.menu2 li {
    float:left;
    color:#000000;
}

.menu2 li a {
    display:block;
    float:left;
    height:35px;
    line-height:35px;
    color:#000000;
    text-decoration:none;
    font-size:18px;
    font-family:Arial;
    font-weight:bold;
    text-align:center;
    padding:0 0 0 8px;
    cursor:pointer;
}

.menu2 li.signup
{
    font-family:Arial;
    font-size:1.2em;
    color:#000000;
}


.menu2 li a b {
    float:left;
    display:block;
    padding:0 10px 0 8px;
    color:#000000;
}

.menu2 li.current a {
    color:#000000;
    /*      background:url(../images/button3.gif);  */
}

.menu2 li.current a b {
    /*    background:url(../images/button3.gif) no-repeat right top;  */
}

.menu2 li a:hover {
    color:#7fc143;
    /*      background:#000 url(../images/button4.gif);   */
}

.menu2 li a:hover b {
    color:#7fc143;
}

.menu2 li.current a:hover {
    color:#7fc143;
    /*     background:#000 url(../images/button3.gif);  */
    cursor:default;
}

.menu2 li.current a:hover b {
    color:#7fc143;
}

#horizontal_menu
{
    width:570px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align:center;
}

.fontSelection
{
    width:980px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.footerlink{
    font-family:Arial;
    font-size: 12px;
    color: #E8112D;
}


#footer
{
    height:75px;
    border-bottom:#CCCCCC;
    padding-top:10px;
}






div#Container800px
{
    width:700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}







.contact
{
    width:600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*  border: 1px solid black;  */
}


b.rtop, b.rbottom
{
    display:block;
    background:#788d8f url(../images/body_gradient_home.png) repeat-x;
}
b.rtop b, b.rbottom b
{
    display:block;
    height: 1px;
    overflow: hidden;
    background:#788d8f url(../images/box.png) repeat-x;
}

b.r1
{
    margin: 0 5px
}

b.r2
{
    margin: 0 3px
}

b.r3
{
    margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4
{
    margin: 0 1px;
    height: 2px
}



.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}



/*
        List Expander 
*/

.listexpander{width:100%;}

.listexpander, .listexpander ul, .listexpander li{
    margin:0;
    padding:0;
    list-style: none;
}

.listexpander ul{
    /*
    Uncomment this if you want to initially hide the child lists.
    If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
    display:none;
    */
}

.listexpander li{
    line-height:200%;
    margin-top:1px;
    cursor:default;
    text-indent:0px;
    font-weight:bold;
    width:100%;
    padding-bottom: 20px;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 




/* first level */

.listexpander li, .listexpander li.collapsed
{
    background:url(../images/collapsed.gif) no-repeat 5px .4em;
}

.listexpander li.expanded
{
    background:url(../images/expanded.gif) no-repeat 5px .4em;
}


/* second level */

.listexpander li ul, .listexpander li li
{

    font-weight:normal;
    text-indent:0;
    margin-left:0px;
    width:auto;
}

p.expanded_bullet{
    height: 100px;
    margin:1em 0;
    padding: 0px 0px 0px 40px;

/*    border: red 1px solid;*/
}

p.expanded_bullet_faq{
    height: 20px;
    margin:1em 0;
    padding: 0px 0px 0px 40px;

    border: red 1px solid;
}





p.listexpander{
    height:1.5em;
    margin:1em 0;
}



p.listexpander a{
    float:left;
    height:1.5em;
    line-height:1.5em;
    padding:0 10px;
    border:1px solid #eee;
    margin-right:5px;
    cursor:pointer;
}
p.listexpander a:hover{
    background:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
    height: 1%;
}
.listexpander li{
    display: block;
}
/* End hide from IE-mac */
/* end float fix */



/* Signup form */

form#two {

    width:650px;
    position:relative;
    float:left;
    margin-bottom:20px;

}

form#view {

    width:650px;
    position:relative;
    float:left;
    margin-bottom:20px;

}


form#two a {
    font-size:10px;
}


form#two dt {
    font-size:0.9em;
    height:28px;
    width:240px;
    position:relative;
    float:left;
    clear:none;
    /*  border:#CC6699 thin solid;  */

}


form#two dt.option {
    font-size:0.9em;
    height:28px;
    width:320px;
    position:relative;
    float:left;
    clear:none;
    /*border:#CC6699 thin solid;*/

}


form#two dt.option2 {
    color:#FF0000;
    font-size:0.9em;
    height:28px;
    width:320px;
    position:relative;
    float:left;
    clear:none;
    /*border:#CC6699 thin solid;*/

}

form#two dd.display{
    font-size:.8em;
    font-weight:bold;
    color:#000000;
    height:34px;
    margin-left:0px;
    padding-right:0px;
    /*border:green thin solid;*/
}

form#two dd.error{
    font-size:.8em;
    color:#FF0000;
    height:40px;
    margin-left:0px;
    padding-right:0px;

}


form#two dd.input{
    position:relative;
    float:left;
    clear:right;
    margin-left:0px;
    padding-right:0px;
    /*  border:#00FFFF thin solid;  */
}


form#two dd.emailInput{
    position:relative;
    float:left;
    clear:right;
    margin-left:0px;
    padding-right:0px;

    /*border:#00FFFF thin solid;*/
}


form#two dd.answer{
    position:relative;
    float:left;
    margin-left:0px;
    /*border:yellow thin solid;*/
}


form#two dd.password{
    position:relative;
    float:left;
    clear:right;
    margin-left:0px;
    padding-right:0px;
    /*border:yellow thin solid;*/
}


form#two dd.drops{
    padding-bottom:10px;
    position:relative;
    float:left;
    clear:right;
    padding-right:0px;
    /*border:blue thin solid;*/
}


form#two dd.dropsdept{
    padding-bottom:10px;
    position:relative;
    float:left;
    clear:right;
    width:200px;
    margin-left:0px;
    padding-right:0px;
    padding-left:0px;
    /*border:blue thin solid;*/
}


form#two dd.dropscamp{
    padding-bottom:10px;
    position:relative;
    float:left;
    clear:right;
    width:200px;
    margin-left:0px;
    padding-right:0px;
    padding-left:0px;
    /*border:blue thin solid;*/
}


form#two dd.dropsquest{
    padding-bottom:10px;
    position:relative;
    float:left;
    clear:right;
    width:220px;
    margin-left:0px;
    padding-right:0px;
    padding-left:0px;
    /*border:blue thin solid;*/
}


form#two dd.sharedata{
    padding-bottom:5px;
    position:relative;
    float:left;
    clear:right;
    margin-left:0px;
    padding-left:0px;
    padding-right:0px;
    /*border:blue thin solid;*/
}


form#two dl {
    margin:0px;
}

form#two fieldset {
    width:650px;
    display:block;
    border:1px solid #999999;
    padding:5px;
    font-family:Arial;
    margin-bottom:0.5em;
    line-height:1.5em;
}

/*
form#twoLogin fieldset {
        position:relative;
        float:left;
        width:480px; 
        display:block; 
        border:1px solid #999999; 
        padding:5px; 
        font-family:verdana, sans-serif; 
        margin-bottom:0.5em; 
        line-height:1.5em;
}
*/

#security {
    padding-top:10px;
}



form#two legend {

    margin-bottom:5px; padding:3px;
}

form#two label {clear:left; display:block; float:left; width:150px; text-align:right; padding-right:10px; color:#888; margin-bottom:0.5em; }


form#two input {
    border-top:solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom:solid 1px #999999;
    border-right:solid 1px #999999;
    background:#FFFFFF;
    margin-bottom:0.6em;
}


#inputradio {background:#dee; padding-left:0.5em; margin-bottom:0.6em;}

form#two textarea 
{
    width:510px;
    height:3em;
    border:1px solid #cccccc;
    padding:0.5em;
    overflow:auto;
    background:#FFFFFF;
}

form#view textarea
{
    width:510px;
    height:80px;
    border:1px solid #cccccc;
    padding:0.5em;
    overflow:auto;
    background:#FFFFFF;
}


form#two option {background:#FFFFFF; color:#000000;}

form#two optgroup {background:#abb; color:#000; font-family:Arial;}

form#two optgroup option {background:#9aa; color:#fff;}

form#two #button1 {
    /*      background-color:#CCE5D6;  */
    color:#000000;
    font-weight:bold;
    font-family:Arial;
    font-size:14px;
    padding-right:0.5em;
    cursor:pointer;
    width:170px;
    margin-left:8px;
}

form#two #button2 {
    background-color:#CCE5D6;
    color:#FF8000;
    font-weight:bold;
    font-family:Arial;
    font-size:14px;
    padding-right:0.5em;
    cursor:pointer;
    width:90px;
    margin-left:8px;
}


form#two #button1:hover {
    background-position:center left;
    color:#960fa4;
}

/* Pop up containers - used with forms */


a#popup:visited {color:#000; text-decoration:none;}


a#popup {
    color:#000;
    text-decoration:none;
    position:relative;
    left:40px;
}


a#popup b {display:block; position:absolute; left:0; top:0;}

a#popup span {display:none;}

a#popup:hover {color:#000; cursor:default;}

a#popup:hover #popbox {
    display:block;
    position:absolute;
    top:25px;
    right:10px;
    width:250px;
    height:auto;
    background-color:#FFFFFF;
    color:#000;
    border: double #000;
    font-family:Arial;
    font-size:11px;
    padding: 5px 5px 5px 5px;
    line-height:1em;
    text-align:center;
    z-index: 200;
}


a#studypopup {
    color:#000;
    text-decoration:none;
    position:relative;
}


.error {color:red;margin:0;padding:0; font-size:1.3em;}
.msg {color:green;margin:0;padding:0;}



.tooltipContainer
{
    clear:both;
    height:16px;
    display:none;
    margin:0px;
    font-size:10px;
    color: #666666;
    background-repeat:no-repeat;
    background-position:left center;
}

.tooltipContainer div
{
    clear:both;
    height:16px;
    margin:0px;
    font-size:10px;
    color: #666666;
    padding:0px 20px;
}

.cancelComment
{
    border: double #000;
}

textarea#styled 
{
    width: 300px;
    height: 120px;
    border: 3px solid #cccccc;
    padding: 5px;
    font-family: Arial;
    background-image: url(../images/bestBackground.png);
    background-position: bottom right;
    background-repeat: no-repeat;

    background-color: #666666;
}



TEXTAREA { background: #ccccff;color: blue }

.border1 { border: 0.5em double }


.signupRight
{
    height:450px;
    width:400px;
    position:relative;
    float:right;
    clear:none;
    font-size:14px;
    padding:0px 0px 0 0px;
    /*      border: 1px blue solid;   */
}


.chromestyle
{
    width: 99%;
    font-weight: bold;
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.chromestyle ul
{
    border: 1px solid #BBB;
    width: 100%;
    height: 23px;
    background: url(../images/navBar.gif) center center repeat-x;
    padding: 0px 0px 0px 0px;
    margin-left: 5px;
    text-align: center; /*set value to "left", "center", or "right"*/
    border: 2px #000000 solid;
}

.chromestyle ul li
{
    display: inline;
}

.chromestyle ul li a
{
    color: #000000;
    /*  color: #494949; */
    padding: 4px 7px 0px 0px;
    height: 20px;
    margin: 0;
    text-decoration: none;
    border-right: 60px solid #7fc143;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
    background-color: #7fc143;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position:absolute;
    top: 0;
    border: 1px solid #BBB;
    border-bottom-width: 0;
    font:normal 12px Arial;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
}


.dropmenudiv a
{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

* html .dropmenudiv a
{ /*IE only hack*/
  width: 100%;
}

.dropmenudiv a:hover
{
    background-color: #7fc143;
}


#admin_leftSide_container{
    position:relative;
    float: left;
    clear:none;
    width:150px;
    height:700px;
    color:#FFFFFF;
    font-family:Arial;
    font-weight:bolder;
    background-repeat:no-repeat;
    /*	border:#950fa4 2px dotted;   */
    padding-left:0px;

    /*border:#FF6666 thin dashed;*/
}


#admin_leftside_pad {
    padding: 40px 0px 0px 10px;
}


table {
    border-collapse:collapse;
    background:#f7edf8;
    border-left:1px solid #686868;
    border-right:1px solid #686868;
    font:0.8em/145% arial;
    color: #333;
}

td, th {
    padding:5px;
}

caption {
    padding: 0 0 .5em 0;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background: transparent;
}

/* =links
----------------------------------------------- */

table a {
    color:#950000;
    text-decoration:none;
}

table a:link {}

table a:visited {
    font-weight:normal;
    color: #0000FF;
    text-decoration: underline;
}

table a:hover {
    border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
    background:#4586c8;
    color:#fff
}

tfoot td {
    text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
    border-bottom: dotted 1px #333;
}

tbody th {
    white-space: nowrap;
}

tbody th a {
    color:#333;
}

.odd {}

tbody tr:hover {
    background:#bddba2
}




/*****************************************************/

table#sample {
    background:#EFF4FB;
    width: auto;
    border:none;
}

table#sample td {
    border:none;
    padding: 5px;
}


table#sample tbody th, table#sample tbody td {
    border:none;
}


table#exercise {
    background:#EFF4FB;
    width: auto;
    border:none;
}










































