/**************************************
 * THEME NAME: longrow_standard
 *
 * Files included in this sheet:
 *
 *   longrow_standard/gradients.css
 *   longrow_standard/navigation.css
 *   longrow_standard/overrides.css
 **************************************/

/***** longrow_standard/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;     
}
/***** longrow_standard/gradients.css end *****/

/***** longrow_standard/navigation.css start *****/

#navigation {
	clear: both;
	margin: 0 0 0 0px;
	padding: 5px 0 0 0;#
	align: center;
	font-size:0.95em;
}



#navigation li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	border: none;
}
	
#navigation a:link, #navigation a:visited {
 
 background: #B3DBEF;
 font-weight: normal;
 padding: 4px 10px;
 margin: 0 10px 0px 0;
 border: 0px solid #036;
 text-decoration: none;
 color: #00557F;
 font-size:110%;
 font-weight: bold;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #a1a1a1;
 border-right: 1px solid #a1a1a1;
 border-left: 1px solid #fff;
}
 
/* Not used
#navigation a:link.current, #navigation a:visited.current {
 border-bottom: 1px solid #fff;
 background: #fff;
 color: #393;
 font-weight: bold;
}
 
*/
 
#navigation a:hover {
 color: #00557F;
 background: #fff;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #a1a1a1;
 border-right: 1px solid #a1a1a1;
 border-left: 1px solid #fff;
}
 
#navigation li a:hover{
 background:#00557F;
 color: #fff;
 }/***** longrow_standard/navigation.css end *****/

/***** longrow_standard/overrides.css start *****/

/* needed to remove left & right bars */

#course-view .section .right a, #course-view .right {
display:none;
}

#course-view .section td.left {
display: none;
}

/* But display for editing */
.editing#course-view .section .right a, .editing#course-view .right {
display:inline;
}

.editing#course-view .section td.left {
display:inline;
}

/* Remove borders from middle column box */

td#middle-column div.generalbox {
	border: none;
}/***** longrow_standard/overrides.css end *****/

