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

/***** standardwhite/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;     
}
	


hr{
border: none;
background-color: #ccc;
color: #ccc;
height: 1px; 
margin-top:-3px;
}
html>body hr {
border: none;
background-color: #ccc;
color: #ccc;
width: 100%;
margin-bottom:6px; 
margin-top:3px;
height: 1px; 
}


button{
	background-color : #ff0000;
	color : #fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:2px;
}	

/* hide 1 topic only link
table.topics td.right a{
        display: none;
}*/



/* arrows to scroll down... */
/*.box .generalbox .generalboxcontent */.boxaligncenter 	{background:url(arrow_down.gif);}


/* hide search */
#site-index #coursesearch,#site-index #coursesearch2{
 display:none;
}

/* homepage intro text image */
#module-78 img	{margin:0 0 0 10px; border:0px solid red;}
#module-78 img a	{border:1px solid red;}




.info .name 	{font-size:16pt; font-weight:bold;}
.summary h3	{font-size:11pt;}
.summary ul	{padding: 0 0 0 20px;}

.coursebox {}

.name	{float:none;}
.accessicon	{float:none;}

.coursesearchbox	{display:none;}

.summary img {padding:0 0 10px 10px; float:right;}

.correctness, .gradingdetails	{display:none;}


/***** standardwhite/gradients.css end *****/


