/**************************************
 * THEME NAME: ability-to-learn
 *
 * Files included in this sheet:
 *
 *   ability-to-learn/styles_color.css
 *   ability-to-learn/afap_style.css
 **************************************/

/***** ability-to-learn/styles_color.css start *****/

/*******************************************************************
 styles_color.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 Styles are organised into the following sections:

  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  login
  message
  tabs
  user

  various modules

*******************************************************************/

/***
 ***  Core
 ***/

 body, table, td, th, li {
font-family:Calibri;
font-size:100%;
}
 
 
h1{font-size:25px}
h2{font-size:21px}
h3{font-size:20px}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
 
a:link,
a:visited {
  text-decoration:none;
  color:#4166A5;
}


a.dimmed:link,
a.dimmed:visited {
   text-decoration:none;
}

a:hover {
  text-decoration:none;
	color:#4166A5;
}

a.autolink:link,
a.autolink:visited {
  color:#000000;
}

a.autolink.glossary:hover {
  cursor: help;
}
.searchform a{
	font-size:13px;
}
.info bold a{
	font-size:13px;
}
.lastpost a {
	font-size:13px;
}
.post {
	font-size:13px;
}
.post .info{
	font-size:13px;
}
.activitydate {
	font-size:13px;
}
.activityhead {
	font-size:13px;
}
.subject {
	font-size:13px;
	font-family:Calibri;
}

img.userpicture,
img.grouppicture {
  border-color:#000
}

.block_online_users .listentry img {
  border:#888
}

body {
	background-color: #fff;
  	color: #000000;
  	font-family:Calibri;
  	padding:0px;
  	margin:0px;
}
.newbody {
background:url('pix/body.png') repeat-x top;
}

.prime_b_menu {
margin-left:10px;
margin-right:20px;
}

#page {
	width:992px;
	margin:0px auto;
  	background: #FFFFFF;
	margin-bottom:90px;
}

#content_footer {
	width:992px;
	margin:0px auto;

}

.socialButton {
float:right;
margin-top: 20px;
}

#header {
	width:992px;
	margin:0px auto;
	height:77px;
	color:#0558FF
}
.heightcontainer .header {
	background: #C0C0C0;
}

#logo-linked {

	display:block;
	height:240px;
	width:600px;
}


#header-home {
	width:992px;
	margin:0px auto;
	height:75px;
	color:#FFFFFF
}
.headermenu {
line-height: 30px;
	padding:10px 25px 0px 0px;
	float: left;
    font-size: 11px;
	line-height: 30px;
	width: 400px;
		display: block;
}
#banner {
	height:333px;
	background:url('pix/headertwo.png') no-repeat top;
	width:100%;
	
}
.headermain {
	height:68px;
}

#banner h1.headermain {
	color: #000000;
}

#content {
	padding:0px 10px 10px 10px;
	margin:0px 5px 0px 5px;
}
div.header {
	background:#d4d4d4 url('pix/linkutili.png') repeat-x top;
	margin:0px;
	border: medium none; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:0px;
	height:20px;
}
div.commands {
    background-color: #D4D4D4;
    float: left;
}
div.title {
	padding:5px 5px 0px 5px;
	color:#2790EA;
}
th.header,
td.header{
  background-color:#C0C0C0;
}

.menubox {
margin-top: 15px;
display: inline-block;
font-size:14px;
}

.menubox-footer{

display: inline-block;
margin-left:15px;
}

.logo-footer {
margin-top: 5px;
float:left;
}

.button_menu {
float:left;
}

.button_menu_margin {
margin-right:40px;
}

.button_menu a{
color:rgb(185, 185, 185);

}

.button_menu_footer {
float:left;
margin-top:30px;
margin-right:30px;
}

.button_menu_footer a{
color:rgb(185, 185, 185);

}
.navbar {
  height:40px;
-moz-border-radius:5px;  
-webkit-border-radius:5px;  
background-color:#1f5f86;
border-top-left-radius:4px;
border-top-right-radius:4px; 
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
border-top-color:#4040404;
border-bottom-color:#2790ea;
border-left-color:#4040404;
border-right-color:#4040404;
/*IE DOES NOT SUPPORT BORDER RADIUS*/  
-moz-box-shadow:0px 0px 3px rgb(90, 90, 90);  
-webkit-box-shadow:0px 0px 3px rgb(90, 90, 90);
box-shadow:0px 0px 3px rgb(90, 90, 90);
}



.coursesearchbox {
	color:#000000;
	font-size:12px;
	font-family:Calibri;
	font-weight:bold;
	margin:10px;
}
table.formtable tbody th {
  background-color: transparent;
}

.highlight {
  background-color:#AAFFAA;
}

.highlight2 {
  color:#AA0000;/* highlight missing terms in forum search */
}

/* Alternate rows even */
.r0 {  
	font-size:14px;
}

/* Alternate rows odd */
.r1 {  
	font-size:14px;
}

/* notification messages (can be good or bad) */
.notifyproblem {
  color:#660000;
}
.notifysuccess {
  color:#006600;
}

#admin-auth_config .required {
  background-color:#DDDDDD;
}

.generalbox .generalboxcontent {
  border-color:#C0C0C0;
  background-color:#DDDDDD;
  width:100%;
  margin-top:40px;
}

.informationbox {
  border-color:#C0C0C0;
}

.feedbackbox {
  border-color: #888888;
}
.feedbackby {
  background-color:#BBBBBB;
}

.noticebox {
  border-color:#C0C0C0;
}

.errorbox {
  color:#ffffff;
  border-color:#660000;
  background-color:#990000;
}

.errorboxcontent {
  background-color:#FFBBBB;
}

.tabledivider {
  border-color:#C0C0C0;
}

.sitetopiccontent {
  border-color:#DDDDDD;
  background-color:#FFFFFF;
  border-color:#C0C0C0;
}

.dimmed_text {
  color:#AAAAAA;
}

.teacheronly {
  color:#990000;
}

.unread {
  background-color: #FFD991;
} 

.censoredtext {
  color:#000000;
  background-color:#000000;
}


/* kept for backward compatibility with some non-standard modules
   which use these classes for various things */
.generaltab, .generaltabinactive {
  background-color:#BBBBBB;
}
.generaltabselected {
  background-color:#DDDDDD;
}
.generaltabinactive {
  color:#CCCCCC;
}



/***
 *** Header
 ***/
 
.logininfo {
width:100%;
} 
 
 .navbutton {
 float:right;
 
 }
.breadcrumb {
  height:25px;
  width: 98%;
  padding:10px;
  color: #000000;
  font-weight:normal;
  font-size:11px;
  float:left;
}
.breadcrumb .sep {
  color: #000000;
  font-weight:normal;
  margin:5px;
}
.first a:link {
	color:#4166A5;
	font-weight: normal;
}
.first a:visited {
	color:#4166A5;
	font-weight: normal;
}
.first a:hover {
	color:#4166A5;
	font-weight: normal;
	text-transform:none;
}
.first .accesshide {
	color:#000000;
	font-size:13px;
	font-weight: normal;
}
/***
 *** Footer
 ***/
#footer {
 height:80px;
 padding-top:4px;
 margin-top:20px;
 color: #000000;
 clear: both;
bottom:0px;
width:100%;

}
#footer a, #footer a:hover{
	font-size: 15px;
}

#content_footer  {

	width:992px;
	margin: auto;
}

.homelink a:link,
.homelink a:hover,
.homelink a:visited {
  background-color: none;

  text-decoration:none;
	font-size:11px;
  border:none;
  display: inline;
}

.navigation {
float:left;
}
.navigation ul {
float:left;
}
/***
 *** Admin
 ***/
 

.admin .informationbox {
  border-color:#BBBBBB;
  background-color:#FFFFFF;
}

body#admin-index .c0 {
  background-color: #FAFAFA;
}

body#admin-blocks table#blocks .r0,
body#admin-blocks table#incompatible .r0 {
  background-color: #f0f0f0;
}

body#admin-blocks table#blocks .r1,
body#admin-blocks table#incompatible .r1 {
  background-color: #fafafa;
}

body#admin-blocks table#incompatible td.c0 {
  color: #ff0000;
}

table.flexible  .r0 {
  background-color: #f0f0f0;
}

table.flexible .r1 {
  background-color: #fafafa;
}

body#admin-lang .generalbox {
  border-color:#C0C0C0;
  background-color:#FFFFFF;
   width:90%;
}

#adminsettings {
  background-color: #FFFFFF;
  border-color: #C0C0C0;
  color: #000000;
}

#adminsettings fieldset {
  background-color: #FFFFFF;
  border-color: #C0C0C0;
  color: #000000;
}

#adminsettings .form-shortname {
  color: #888888;
}

.block_admin_tree.sideblock .link.current {
  background-color:#FFFFFF;
 font-weight: bold;
}

/***
 *** Blocks
 ***/
.block_activity_modules .sideblock {
	border:1px solid #FF0000;
}

.sideblock .content {
  background-color:#FFFFFF;
  border:1px solid #C0C0C0;
}

.sideblock .content hr {
  border-top-color:#999999;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/arrow_minus.png') no-repeat bottom;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/arrow_plus.png') no-repeat bottom;
}

.blockconfigtable {
  background-color:#FFFFFF;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  border-color:#AAAAAA;
}


/***
 *** Blogs
 ***/

.blogpost.blogdraft .content {
  background-color:#FFFFFF;
}

.block_blog_tags .official {
  color: rgb(56, 73, 87);
}

.block_blog_tags .personal {
  color: #0066CC;
}


/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #DDDDDD;
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #000000;
}

table.minicalendar {
  border-color:#C0C0C0;
  background:#FFFFFF;
}

#calendar .maincalendar .eventlist .event {
  border-color:#C0C0C0;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#999999;
}

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}

#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#2EBA0E !important;
  border-bottom-color:#2EBA0E !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#FF9966 !important;
  border-bottom-color:#FF9966 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FBBB23 !important;
  border-bottom-color:#FBBB23 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#A1BECB !important;
  border-bottom-color:#A1BECB !important;
}

#calendar .weekend,
.minicalendar .weekend {
  color:#FF0000;
}

#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}

.cal_popup_fg {
  background-color:#FFFFFF;
}

.cal_popup_bg {
  border-color:#000000;
  background-color:#FFFFFF;
}

#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color: #FFFFFF;
}



/***
 *** Course
 ***/

/* course, entry-page, login */

/* course */
.headingblock .outline {
  border-color:#C0C0C0;
  color: #000000
}
h2.headingblock .header .outline {
  color: #000000
}

#course-view .section td {
  border-color:#C0C0C0;
}

#course-view .section .content {
  background-color: #FFFFFF;
}

#course-view .section .side {
  background-color: #FFFFFF;
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .current .side{
  background-color: #FFD991;
}

#course-view .topics {
}

#course-view .weeks {
}

#course-view .section .spacer {
}

#course-view .section .weekdates {
}

.categoryboxcontent,
.coursebox {
  border-color:#C0C0C0;
  background:url('pix/sfondobox.JPG') repeat-x top left;
}
body#course-user .section {
  border-color:#AAAAAA;
}

#course-report .plugin,
#course-import .plugin {
  margin-bottom: 20px;
  margin-left:10%;
  margin-right:10%;

  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;

  background-color: #fdfdfd;
}


/***
 *** Doc
 ***/

/***
 *** Grades
 ***/

body#grade-index .grades {
  border-color:black;
}

body#grade-index .grades td {
  border-color:#e0e0e0;
}

body#grade-index .grades .r0 {
  background-color: #ffffff;
}

body#grade-index .grades .r1 {
  background-color: #f0f0f0;
}


/***
 *** Login
 ***/

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:1px solid #C0C0C0;

}

.loginbox{
  -moz-border-radius:8px; 
-webkit-border-radius:8px;

border-top-left-radius:8px;
border-top-right-radius:8px; 
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
border-top-color:#C0C0C0;
border-bottom-color:#C0C0C0;
border-left-color:#C0C0C0;
border-right-color:#C0C0C0;
/*IE DOES NOT SUPPORT BORDER RADIUS*/  
-moz-box-shadow:0px 0px 6px #C0C0C0;  
-webkit-box-shadow:0px 0px 6px #C0C0C0;  
box-shadow:0px 0px 6px #C0C0C0;  
}


.loginbox .content {
  background-color: #FFFFFF;
}


/***
 *** Message
 ***/

table.message_search_results td {
  border-color:#C0C0C0;
}

.message.other .author {
  color: #8888CC;
}

.message.me .author {
  color: #999999;
}

.message .time {
  color: #999999;
}

.message .content {
}

/***
 *** Logs
 ***/

.logtable .r1 {
  background-color:#FFFFFF;
}


/***
 *** Tabs
 ***/

.tablink a:link,
.tablink a:visited {
  color:#4166A5;
}

.selected .tablink a:link,
.selected .tablink a:visited {
  color:#4166A5;
}
.tabs .side,
.tabrow td {
  border-color: #AAAAAA;
}
.tabrow td {
  background:#fff;
}
.tabrow td .tablink {
  background: #fff;
}
.tabrow td:hover {
  background-image:url('pix/tab/left_hover.gif');
}
.tabrow td:hover .tablink {
  background-image:url('pix/tab/right_hover.gif');
}
.tabrow .last {
  background: url('pix/tab/right_end.gif') no-repeat top right;
}
.tabrow .selected {
  background:url('pix/tab/left_active.gif') no-repeat top left;
}
.tabrow .selected .tablink {
  background:url('pix/tab/right_active.gif') no-repeat top right;
}
.tabrow td.selected:hover {
  background-image:url('pix/tab/left_active_hover.gif');
}
.tabrow td.selected:hover .tablink {
  background-image:url('pix/tab/right_active_hover.gif');
}
.tabs .r0,
.tabs .r1 {
  background-color: #C0C0C0;
}

/***
 *** User
 ***/

.userpicture {
  background-color: #FFFFFF;
}

.userinfobox {
  border-color: #DDDDDD;
  background-color: #FFFFFF;
}
.groupinfobox {
  border-color: #DDDDDD;
}

#user-edit .formtable {
  background-color: #FFFFFF;
}

/***
 *** Modules: Chat
 ***/

#mod-chat-gui_header_js-jsupdate .text {
  color:#000
}
#mod-chat-gui_header_js-jsupdate .event,
#mod-chat-gui_header_js-jsupdate .title {
  color:#888
}

/***
 *** Modules: Choice
 ***/

/***
 *** Modules: Forum
 ***/

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

.forumpost .content {
  background-color: #FFFFFF;
}

.forumpost .left {
  background-color:#C0C0C0;
}

.forumpost .topic {
  border-bottom-color: #C0C0C0;
}

.forumpost .starter {
  background-color:#C0C0C0;
}

.forumheaderlist .discussion .starter {
  background-color:#C0C0C0;
}

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

.sideblock .post .head {
  color:#555555;
}

.forumthread .unread {
  background-color: #FFD991;
}
#mod-forum-discuss .forumpost {
  background-color: transparent;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #FFD991;
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

/***
 *** Modules: Glossary
 ***/

.entryboxheader {
  border-color: #BBBBBB;
}

.entrybox {
  border-color: #BBBBBB;
}

.entry {
}

.glossarypost {
  border-color: #DDDDDD;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #F0F0F0;
}

.glossarycomment {
  border-color: #DDDDDD;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #F0F0F0;

}

.glossarycategoryheader {
  background-color: #dddddd;
}

.glossaryformatheader {
  background-color: #dddddd;
}


/***
 *** Modules: Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #dddddd;
}

/***
 *** Modules: Label
 ***/

/***
 *** Modules: Lesson
 ***/

/***
 *** Modules: Quiz
 ***/

body#mod-quiz-report table#attempts td {
  border-color: #dddddd;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #FFFFFF;
}


/***
 *** Modules: Resource
 ***/

#mod-resource-view table {
  background-color: #FFFFFF;
}

.ims-nav-dimmed {
  color: #AAAAAA;
  text-decoration: none;
}

.ims-nav-button a:link,
.ims-nav-button a:visited,
.ims-nav-button a:hover {
  color: #4166A5;
  text-decoration: none;
}

.ims-nav-dimmed,
.ims-nav-button a:link,
.ims-nav-button a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}

.ims-nav-button a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}


/***
 *** Modules: Scorm
 ***/

/***
 *** Modules: Survey
 ***/

#mod-survey-view .r0 {
  background-color: #FFFFFF;
}
#mod-survey-view .r1 {
  background-color: #DDDDDD;
}


/***
 *** Modules: Wiki
 ***/

/***
 *** Modules: Workshop
 ***/

.workshoppostpicture {
  background-color:#FEE6B9;
}

.workshopassessmentheading {
  background-color:#DDDDDD;
}

.error {
  color:#ff0000;
}

#left-column div.header, #right-column div.header {
	border: none;
	color:#FFFFFF;
	min-height: 45px;
}

#message-index #page,
#message-user #page,
#message-history #page,
#mod-glossary-showentry #page,
#help #page,
#course-info #page {
width:auto;
}

.buttons{
float:right;
}
/***
 *** Tabs
 ***/

.tabtree {
margin-bottom:15px;
}

.gradedisplay {
margin-top:15px;

}
/*globalnav*/
.tabtree ul {
    text-align: left;
	  list-style:none;
}

.tabtree .tabrow0 {
width: 100%;
height: 22px;
padding: 0px;
margin: 0px;
	
}

.tabtree .tabrow0 li {
	display:inline;
	margin: 0px;
	padding: 0px;
}

.tabtree .tabrow0 li.here {
    font-weight: bold;
}

.tabtree .tabrow0 li.here a {
    position: relative;
}

.tabtree .tabrow0 li a {
    background: #f7f7f7;
    padding: 8px 10px 5px;
    border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 0 2px;
}

.tabtree .tabrow0 .here a {
    background: #fff;
}

.tabtree .tabrow0 li a:hover {
    background: #fff;
}

.tabtree .tabrow0 ul,
.tabtree .tabrow0 div {
    font-weight: normal;
    border-top: 2px solid #ddd;
    padding: 0.25em 0px;
    margin: 0px;
}

.tabtree .tabrow0 li.here .empty {
    display: block;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    bottom: 29px;
}

.tabtree .tabrow0 .tabrow1 {
   
}

.tabtree .tabrow1 li a,
.tabtree .tabrow1 li a:hover,
.tabtree .tabrow1 li a span,
.tabtree .tabrow1 li a:hover span {
    padding: 0 10px;
    border: none;
}

.tabtree a.nolink,
.tabtree .here ul a.nolink,
.tabtree a.nolink:hover,
.tabtree .here ul a.nolink:hover {
    color: #888;
    text-decoration: none;
}

.tabtree .here a.nolink,
.tabtree .here ul .here a.nolink,
.tabtree .here a.nolink:hover,
.tabtree .here ul .here a.nolink:hover {
        text-decoration: none;
}

.ie7 .tabtree .tabrow0 li {
    margin-left: 0;
}

.ie7 .tabtree .tabrow0 li.first {
    margin-right: -4px;
}

.ie7 .tabtree .tabrow0 li.onerow {
    margin-right: 0;
}

.ie7 .tabtree .tabrow0 a {
    display: inline-block;
    padding: 8px 0 0.35em 13px;
    line-height: 1.5em;
}

.ie7 .tabtree .tabrow0 a span {
    padding: 10px 1em 10px 0;
}

.ie7 .tabtree .tabrow0 div {
    top: 2.6em;
    padding: 0.2em 0;
}

.ie7 .tabtree .tabrow0 div.empty {
    margin-right: 0;
}

.ie7.mod-quiz div.tabtree a span img.iconsmall {
    margin: 0;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}

.ie6 .tabtree {
    height: 100%;
}

.ie6 .tabtree .tabrow0 {
    padding-top: 10px;
}

.ie6 .tabtree .tabrow0 li {
    margin-left: 0;
}

.ie6 .tabtree .tabrow0 li.first {
 
}

.ie6 .tabtree .tabrow0 li.last a {
    margin-right: 0;
}

.ie6 .tabtree .tabrow0 li.onerow {
    margin-right: 0;
}

.ie6 .tabtree .tabrow0 a {
    padding: 0 0 0 13px;
}

.ie6 .tabtree .tabrow0 a span {
    padding: 12px 1em 4px 0;
}

.ie6 .tabtree .tabrow0 div {
    top: 3.5em;
    padding: 0.2em 0;
}

select {
width:80%;
}

.alignColText {
text-align:left;
}

.block_site_main_menu .footer select {

float:left;}/***** ability-to-learn/styles_color.css end *****/

/***** ability-to-learn/afap_style.css start *****/

#course-view .headingblock {
    display: none;
}

#cssmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 40px;
    text-transform: uppercase;
    font-size: 13px;
    background: transparent url('black.jpg') repeat-x top left;
    font-family: Calibri;
}

#cssmenu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ffffff;
}

#cssmenu li a {
    display: block;
    float: left;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px 0 20px;
    height: 24px;
    height: 40px;
}

#cssmenu li a:hover {
    background: transparent url('blue.jpg') repeat-x top left;
}

body, table, td, th, li {
    font-family: Calibri;
    font-size: 100%;

}

.coursebox .info {
    font-size: 0.9em;
}

a:link, a:visited {
    text-decoration: none;

}

.coursebox .info {
    font-size: 0.9em;
    font-weight: bold;
}

.coursebox .cost {
    padding-top: 10px;
    padding-left: 10px;
}

.categorybox .category {
    font-size: 1em;
    font-weight: bold;
}

.coursebox .name {
    font-weight: bold;
}

.breadcrumb {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
}

.headermenu {
    background: transparent;
    padding: 10px 25px 10px 10px;
}

.logininfo, #header-home .headermenu font {
    color: #1F8AD0;
    font-size: 1.2em;
    float: left;
}

.generalbox {
    border-style: solid;
    border-width: 0;
    margin-bottom: 15px;
    padding: 10px;
    width: 97%;
}

#header .headermain {
    font-size: 1em;
    color: #FFFFFF;
}

#course-view .weekscss .section, #course-view .section td.side {
    background: none repeat scroll 0 0 #F2F2F2;
}

#course-view .section .content {
    background-color: #F2F2F2;
}

input[type=submit]:not(.bonifici) {

    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;

    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
    margin-left: 10px;
}

input[type=button] {

    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;

    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
    margin-left: 10px;
}

input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}

input[type=button]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}

input[type=submit]:active {
    position: relative;
    top: 1px;
}

input[type=button]:active {
    position: relative;
    top: 1px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */

input[type=reset] {

    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
}

input[type=reset]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}

input[type=reset]:active {
    position: relative;
    top: 1px;
}

ul.list-bull {
    position: relative;
    list-style: none;
    width: auto;
    padding-bottom: 10px;
    overflow: hidden;
}

ul.list-bull li {
    position: relative;
    vertical-align: top;
    background: url(/theme/ability-to-learn/bull.gif) 0px 7px no-repeat;
    padding: 2px 0px 9px 20px;
    margin: 0px;
    float: none;
    list-style: none;
}

ul.list-bull.coll {
    width: 47%;
}

ul.list-bull li a {
    display: inline-block;
}/***** ability-to-learn/afap_style.css end *****/

