html {
/*	margin: 0;
	padding: 0;    */
}
body {
	font: normal normal 80% "Trebuchet MS",Arial,sans-serif;
	text-align: center;
  margin: 0;
	min-width: 790px;
}
div#container {
	text-align: left;
	margin: 0pt auto 5px;
	width: 770px;
	padding: 20px 0 10px 20px;
}






h1 {
	color: #23b1ec;
	font-weight: bold;
}
/* links */
a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC6505;
}

a:hover {
	color: #CC6505;
	background: #F3F39D;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}


/* Tabella corso singolo*/
table#course-infos {
	width: 70%;
/*	background: #aaa;
*/}
table#course-infos td{
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}

table#course-infos td.label {
	text-align: right;
	width: 15%;
/*	background: #ccc;
*/	font-weight: bold;
}
table#course-infos td#colors-cell {
padding: 0;
margin: 0;
}
table#colors-table {
	width: 100%;
	border: 0;
	text-align: center;
}
tr#color-selector td a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
ul#admin-lessons-list {
	list-style: none;
	margin-top: 0;
}
ul#admin-lessons-list {
	padding-left: 0;
	margin-left: 0;
	text-indent: 0px;
}
table#lessons-table {
	width: 480px;
	background: #999;
}
table#lessons-table td {
	vertical-align: top;
	padding: 5px;
}
table#lessons-table tr.lessons-table-day {
	background: #eee;
	font-size: 120%;
	font-weight:bold;
}
table#lessons-table tr.lessons-table-day td{
	padding: 15px;
}
table#lessons-table td.lessons-table-time {
	text-align: right;
	width: 20%;
	background: #ccc;
	
}
table#lessons-table td.action {
	width: 12%;
	text-align: center;
	background: #ccc;
}

td {
	border: 2px solid #fff;
}
/* Navigazione*/
/*div#menu .menu-tab, div#menu .menu-tab-active { 
	float: left;   /* Indica su quale lato sta il menu
	
	width: 65px;
	height: 25px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
}
div.menu-inner-div {
	padding: 1px 0 5px 0;
	margin-bottom: 5px;
}
div#menu .menu-tab a , div#menu .menu-tab-active {
	text-decoration: none;
	color: black;
}    */

#submenu, #submenu-logout {
	float: right;
	width: 150px;
}
#submenu .submenu-item, #submenu-logout .submenu-item {
	padding: 8px 5px 8px 5px;
	margin-bottom:20px;
}
#submenu .submenu-item {
	background: #eee;
}
#submenu-logout .submenu-item {
	background: #fae5ad;
}
#submenu .submenu-item a {
	color: #23b1ec;
}

/* User data box*/
div#user-box {
	padding: 3px;
	background: #fae5ad;
	float: left;
	width: 500px;
	height: 20px;
	margin-top: 0;
	font-size: 90%;
}
div#user-box-internal {
	padding: 5px;
	background: green;
}
div#logout-user {
	float: right;
	width: 80px;
	text-align: right;
	
}
#upload_frame {
	background: none;
	border: 0;
}         
span.warning {
	color: red;
	font-weight: bold;
}     
/* Specific course pages stuff*/
img.course-0 {
	display: inline;
	margin: 20px 20px;
	float: right;
}
img.course-1 {   
	
	margin: 20px 20px !important;;
	float: left;
}
#course-description img { display: block;
    margin-left: auto;
    margin-right: auto; 
		margin-top: 10px; 
		margin-bottom: 10px;
	
}
