/**************************************
 * THEME NAME: csvnapoli_19
 *
 * Files included in this sheet:
 *
 *   csvnapoli_19/styles_color.css
 *   csvnapoli_19/a.css
 **************************************/

/***** csvnapoli_19/styles_color.css start *****/

/* Minimal Default Theme by Charles Kelly (http://www.manythings.org/tesl/moodle/)
 * Last update: March 21, 2008
 * Cleans up "standard" so that
 * most other themes will look good.
 */
 
/* Background */
/*
body{
background-color:White;
color:Black;
}
*/

/* Nav Bar, Sides of the lessons */
#course-view .section td.side,th.header,td.header,.navbar{
background-color:#eeeeee;
color:Black;
}

/* Dates in Weekly Format */
#course-view .section .weekdates,
#course-view .weekscss .weekdates{
color:#888;
background-color:White;
}

/* Block Headers, Headings in Lessons, This week highlight color */
#course-view .weekscss .current,#course-view .current td.side,
.section h1,.section h2,.section h3,
.generaltable th.c0,.generaltable th.c1,.generaltable th.c2,.generaltable th.c3,.generaltable th.c4,th.header,td.header .left,.headingblock,.sideblock .header{
background-color:#888;
color:White;
}

/* Content should have white bg and black text for high contrast */
#course-view .section .content, .sideblock .content, .categoryboxcontent, .courseboxcontent, .info, .loginbox, .generalbox, .userinfobox, .content{
background-color:#fff;
color:#000000;
}

/* For Topic and Lesson Titles */
.summary{
font-size: 1.2em;
color:#444444; 
font-weight: bold;
border-bottom: 1px dotted #000000;
}


/* CK Fix summary and headings within topics and weeks */
.summary{
font-size: 1.2em;
color: #035b9b;
background-color: #fdedcd;
/* font-weight: bold; */
/* border-bottom: 1px dotted #000000; */
padding: 1px 1px 3px 5px;
border: none;
font-weight: normal;
}


.summary h2 {
font-family: Helvetica,Ariel;
color:#000000;
/* padding: 1px; */
margin: 6px 30px;
font-size:1em;
/* padding-left: 6px; */
font-weight: normal;
}

.section h1 {
font-family: Helvetica,Ariel;
background-color: #eeeeee;
text-align: left;
border-left: 12px solid #222222;
border-bottom: 2px solid #222222;
padding: 8px;
padding-left: 6px;
}

.section h2 {
font-family: Helvetica,Ariel;
background-color: #eeeeee;
text-align: left;
border-left: 10px solid #444444;
border-bottom: 2px solid #444444;
padding: 5px;
padding-left: 6px;
}

.section h3 {
font-family: Helvetica,Ariel;
background-color: #eeeeee;
text-align: left;
border-left: 8px solid #666666;
border-bottom: 1px solid #666666;
padding: 2px;
padding-left: 6px;
font-size:1em;
}

.content .weekdates{
font-family: Helvetica,Ariel;
background-color:transparent;
text-align: left;
border: none;
}

.section h4 {
font-family: Helvetica,Ariel;
text-align: left;
margin: 1px;
font-size:1em;
padding-left: 6px;
}





/* Clean up Forums */

.forumheaderlist,
.forumpost {
border-color:#777;
}

.forumpost .content {
background: #fff;
}

.forumpost .left {
background:#eee; 
}

.forumpost .topic  {
background:#f6f6f6; 
}

.forumpost .starter { 
background:#fdedcd; 
}

.forumheaderlist .discussion .starter,
.forumheaderlist .discussion .replies
{
background:#fdedcd; 
border-color:#777;
}

.forumheaderlist .discussion .author,
.forumheaderlist .discussion .lastpost
{
background:#f6f6f6; 
border-color:#777;
}

.forumheaderlist td {
border-color: #f6f6f6;
}

.forumheader .author {
border-color: #ffe;
}


fieldset.clearfix {
  background-color: #fcfcfc;
}
legend.ftoggler{
  background-color: #fcfcfc;
  padding:3px;

}

/***** csvnapoli_19/styles_color.css end *****/

/***** csvnapoli_19/a.css start *****/

 * Easy-to-Change Colors Template by Charles Kelly
 * http://www.manythings.org/tesl/moodle
 * March 22, 2008
 *
 ***** Instructions
 *
 * You can easily change places that say "background-color" or "color."
 * The word "color" refers to the color of the text font.
 * The word "background-color" refers to what's behind the text.
 *
 * For colors, you can use the X11 color names or HEX.
 * Reference = http://en.wikipedia.org/wiki/Web_colors#X11_color_names
 * If you use HEX, don't forget the #.
 * If you use words, of course there is no #.
 *
 * Colons (:) and semi-colons (;) are important. Don't delete them.
 *
 ****/


/****** Background
 *
 * It's best to only use a (not-so-dark) background-color that 
 * allows blue links to be visible.
 */

body{

    color: Black;
    margin: 5px;
}

#page {
	background-color: #ffffff;
}

/****** Nav Bar, Sides of the lessons
 *
 * It's best to only use a (not-so-dark) background-color that 
 * allows blue links to be visible.
 */
 
 
#course-view .section td.side {
	background-color: #f6f6f6;
}
 
.navbar {
	border-bottom: #FA8C2A dotted 1px;
	border-left: #FA8C2A solid 3px;
	border-top: none;
	border-right: none;
	background-color: #ffffff;
	color: #035b9b;
} 
.breadcrumb a:link, .breadcrumb a:visited {
	color: #035b9b;
} 
 
#header-home {
	background-image: url(headermain_bg.gif);	
}

#header {
	background-image: url(header_bg.gif);	
}

/* TODO cambiare */
th.header,td.header{

    background-color: #000099;
    color: #ffffff;

}

#course-view .hidden td.side {
	background-color: #ffffff;
}

h2.headingblock {
	background-color: #ffffff;
	color: #035b9b;
	border: #035b9b solid 1px;
}
	
/****** Block Headers, Headings in Lessons, This week highlight color
 *
 * If you use a dark "background-color,"
 * then the text "color" should be White.
 *
 * If you use a light "background-color,"
 * then the text "color" should be Black.
 *
 * If you make the "background-color" too dark,
 * then the editing icons in the blocks will be
 * difficult for teachers to see.
 */


#left-column, #right-column {
	background-color: #f6f6f6;
}

.sideblock .header {
	color: #f55a32;
	border-bottom: #FA8C2A dotted 1px;
	border-left: #FA8C2A solid 3px;
	border-top: none;
	border-right: none;
	background-color: #ffffff;
}

	
.sideblock .content {
	background-color: #ffffff;
	margin: 2px 7px 7px 7px;
	border: #e5e5e5 solid 1px;
	color: #035b9b;
}
.sideblock .content a:link, .sideblock .content a:visited {
	color:  #035b9b;
}

.sideblock .content a:HOVER {
	color: blue;
} 
.section h1,.section h2,.section h3,
th.header,td.header .left,.headingblock {
    background-color: #ffffff;
    color: #035b9b;
	border-left-color: #FA8C2A;
	border-bottom-color: #FA8C2A;
}

#course-view .weekscss .current,#course-view .current td.side {
	background-color: #FA8C2A;
	color: #ffffff;
}


.generaltable th.c0,.generaltable th.c1,.generaltable th.c2,.generaltable th.c3,.generaltable th.c4 {
	background-color: #035b9b;
	color: #ffffff;
}


/****** Content of Blocks
 * 
 * It's best to only use a (not-so-dark) background-color that 
 * sallow blue links to be visible.
 */
 



.credits {
	font-size: 8pt;
}



.sideblock .content {
	/* Tolgo stondamenti sotto blocchi */
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
} 

.block_course_summary, .block_course_summary .content {
	/* Tolgo stondamenti sotto blocchi */
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
} 

/***** csvnapoli_19/a.css end *****/


