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

/***** csdltheme/gradients.css start *****/

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

th.header,
td.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;     
}

/***** csdltheme/gradients.css end *****/

/***** csdltheme/nav.css start *****/

#topbar_container {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0px
}

#topbar {
	z-index: 100;
	background-color: transparent;
}

#menu {
	margin: 0 auto 0 auto;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	width: 990px;
	text-align: left;
	height: 29px
}

#menu .logo {
	float: left;
	margin: 0;
	margin-top: -12px;
        margin-right: 15px;
	padding: 0
}

#menu ul.menu li.upload_tab {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: -8px
}

#menu ul.menu li.upload_tab a {
	background: none;
	display: inline;
	line-height: 0;
	margin: 0;
	padding: 0
}

#menu ul.menu li.upload_tab a img {
	margin: 0;
	padding: 0
}

#menu ul.menu li.upload_tab a:hover {
	background: none
}

#menu ul.menu {
	margin: 0px 0 0 130px;
	padding: 9px auto 0 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	overflow: visible
}

#menu ul.menu li {
	float: left;
	margin-right: 7px;
	font-weight: bold;
	overflow: visible;
	margin-bottom: 0
}

#menu ul.menu li a {
	text-decoration: none;
	background: url(/courses/theme/csdltheme/images/button-inactive.jpg);
        padding-left: 10px;
	display: block;
	line-height: 2em;
	float: left;
        color: #8dd35f
}

#menu ul.menu li.upload a {
	background: #fff6c1
}

#menu ul.menu li a span {
	background: url(/courses/theme/csdltheme/images/button-inactive.jpg) 100% 0;
	display: block;
	padding-top: 2px;
	line-height: 2.1em;
	padding-right: 10px
}

#menu ul.menu li.current a, #menu ul.menu li.current a:hover {
        background: url(/courses/theme/csdltheme/images/button-active.jpg);    
	color: #ffffff
}

#menu ul.menu li.current a span, #menu ul.menu li.current a:hover span {
        background: url(/courses/theme/csdltheme/images/button-active.jpg) 100% 0;)
	/* background-position: 100% -76px; */
	color: #fff;
	font-weight: bold
}

#menu ul.menu li a:hover {
	background-color: #48f;
	background-position: 0 -38px;
	color: #1B6FBF
}

#menu ul.menu li a:hover span {
	background-position: 100% -38px;
	color: #1B6FBF
}

#search_bar_blue { 
                   padding-top: 10px;
                   margin-top: 0px;
                   padding-left: 10px;
                   padding-right: 10px;
                   padding-bottom: 10px;
                   text-align: left;
                   /* height: 40px; */ 
                   clear: both;
                   /*background: url(/images/search_bar.gif) no-repeat center top;*/ 
                   background: #8dd35f;
                   z-index: 1;
                   margin-bottom: 10px
                   }
.white { 
         color: #ffffff;
 }
 
 .green {
 	color: #8dd35f;
 }
 
 .darkgreen {
 	color: #3EA347;
 }/***** csdltheme/nav.css end *****/


