/**************************************
 * THEME NAME: Isis01
 *
 * Files included in this sheet:
 *
 *   Isis01/user_styles.css
 **************************************/

/***** Isis01/user_styles.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
  
/* Change to header and navbar to Isis_100324 gradient */  

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

.navbar {
    background-image:url(ngradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}


/* Fine Controls over the Isis Footer */

.rkFooterMenu {
	font-size: 12px;
	
}

.rkFooterMenu a:link {
    color: #000000;
}	

.rkFooterMenu a:visited {
    color: #000000;
}

.rkFooterMenu a:hover {
    color: #000000;
	text-decoration: underline;
}

.rkFooterMenu: a:active {
    color: #000000;
}

.rkFooterBackground {
	background-image: url(Footer_Background_40.jpg);
	background-repeat: repeat;
	font-weight: 600;
}
.rkFooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
}
.rkFooterSpacer {
	font-size: 28px;
}

/* Set the general background colour to Isis_100324 */
body {
	background-color: #E4E4CC;
}

/* Set the white background on front page box */
.generalbox {
	background-color: #FFFFFF;
}

/* Set the white background on course menu */
.coursebox {
	background-color: #FFFFFF;
}

/* Set the white background on course pages 
#course-view .weeks {
	background-color: #FFFFFF;
}

#course-view .topics {
	background-color: #FFFFFF;
}
*/

/* Try this instead */
#course-view .section td
{
background-color: #FFFFFF;
}

/* Set the header gradients to Isis_100324 */
.headingblock {
	background-image: url(ngradient.jpg);
}

/* Set the forum topic colors to complementary to Isis_100324 */
.forumpost .topic {
    background-color: #DFFEF3;
}	

.forumpost .left {
    background-color: #DFFEF3;
}	

/* Set General Link Colours: based on colour palette */

a:link, a:hover, a:active, a:visited {
    color: #006666;
}	

a:hover {
    color: #004747;
	text-decoration: underline;
}

/* Breadcrumb separator */
.breadcrumb .sep
{
color: #006666;
}

/* Login Block Experiments */

.block_login .form-item label
{
display: block;
font-weight: bold;
}

.block_login .loginform 
{
display: block;
}

.block_login .loginform div.c1.btn {
  text-align:left;
}

.block_login .loginform div
{
margin-top: 0.3em;
margin-right: 0.8em;
margin-bottom: 0.3em;
margin-left: 0.8em;
text-align: left;
display: block;
}

/***** Isis01/user_styles.css end *****/


