/**************************************
 * THEME NAME: procare
 *
 * Files included in this sheet:
 *
 *   procare/gradients.css
 *   procare/procare.css
 **************************************/

/***** procare/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** procare/gradients.css end *****/

/***** procare/procare.css start *****/

/*

blue -  #0096D6
gray - #666



*/


body,p,td {

font-family: Calibri,arial,sans-serif;
font-size:0.95em;
color:#111111;

}

body {
padding:0px;
background-color:#F4EFE0;
}



h1 {
color:#087DC6;
}

/* front page header*/
#header-home {
background-color:#63C0EB;
background-image:url(headerBG4.jpg);
background-repeat:no-repeat;
background-position:center;
height:145px;
padding:0px;
}

/* every other page header*/
#header {
background-color:#63C0EB;
background-image:url(headerBG3a.jpg);
background-repeat:no-repeat;
background-position:center;
height:91px;
padding:5px;
}

#containerpage {
width:994px;
margin:0 auto;
padding:5px;
background-color:#fff;
}

#content{
width:994px;
margin:0 auto;
background-color:#fff;
}

#featureimage {
width:994px;
height:1px;
background-image:url(xplogo.jpg);
background-repeat:no-repeat;
background-position:center;
}

.headermenu {
color:gray;
}

.headermenu a:link,a:visited{
color:blue;
}

.headermenu a:hover{
color:cyan;
}





#footer {
background-image:url(footerBG.png);

}


#left-column {
/* background-color:#f0f0f0; */
}

.sideblock {
width:220px;
}

.sideblock .header {
color:gray;
background-color:#60BCEB;
background-image:url(gradient.jpg);
font-size:1.05em;
}

.sideblock .content {

background-color:#eee;
background-image:url();
}

#course-view .section td.left  {
background-color:#eee;
background-image:url(leftside.jpg);}

#course-view .section td.right  {
background-color:#AECFDD;
}

#course-view .section .content {
border:solid 1px #cccccc;
background-color:#fff;
}


.sitetopic {
background-image:url(bg-gandalf.jpg);
background-repeat:no-repeat;
background-position:center;
}/***** procare/procare.css end *****/


