/**************************************
 * THEME NAME: aif2
 *
 * Files included in this sheet:
 *
 *   aif2/styles_aif.css
 **************************************/

/***** aif2/styles_aif.css start *****/

/*******************************************************************
 styles_color.css
  
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  tabs
  user

  various modules

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

/*@import "noie_aif.css" all;*/

/***
 *** Core
 ***/
body {
	margin:0;
	padding:0;
	background:#ffffff;
}

body, table, td, th, li {
	font-family: Arial;
	color:#000;
}

a:link,
a:visited {
	color:#336699;
}

blockquote 
{
    margin:1em;
    padding:0 0 0 40px;  
    color:#666;
    background:url(pix/blockquote.gif) no-repeat left top;
}

li {
	padding-bottom:2px;
}

#layout-table {
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
}

#middle-column {
	border: none;
	padding: 0px;
	margin:  0px;
}

#left-column {
	padding-right: 0px;
}

#right-column {
	padding-left: 0px;
}

#page {
	margin:0px;
	padding: 0px;
	background:/*#f0f0d8*/ #fff;
	width: 100%;
	border: 0px none;
	text-align: left;
}

#content {
	padding-top:4px;
	font-size: 0.85em;
	width: 850px;
	text-align: left;
}

.cell {
	background: none !important;
}

.r1 {
	background-color: #eee7de !important;
}

.generaltable .cell {
	border-color:#DAD7CB;
}

/***
 *** Header
 ***/

#header
{
	background: #454c52 url("pix/header_bg.gif") repeat-x top left;
	margin:0;
	border-top: solid #393f3f 5px;
}

#header-narrow
{
	background: #454c52 url("pix/header_right.gif") no-repeat right;
	margin:0;
	height:82px;
	width: 850px;
}

.header_image
{
	margin:0px;
	padding: 0px;
	border-bottom: solid #6dab24 8px;
	height: 183px;
	width: 830px;
	background: #fff url("pix/header_main.jpg") no-repeat center;
}

#logo {
	/*background: url("pix/logo.gif") no-repeat top left;*/
	float:left;
	clear:left;
	margin-top:10px;
	width: 180px;
	height: 54px;
}

#header-home h1.headermain,
#header h1.headermain {
	margin:0px 0 0 0px;
	padding-left: 40px;
	z-index: 3;
	position: absolute;
}

.headermenu {
	padding:4px 4px 0 0;
}

.navbar {
 	height:30px;
	text-align: center;
	padding:0;
	margin-top:2px;
	margin-bottom:2px;
	background: url("pix/navbar_bg.gif") top left repeat-x;
	color: #454d52;
	border:none;
}

.navbar_narrow {
	text-align: left;
	width:830px;
}

.navbar .nav_heading {
	padding-left: 50px;
	padding-top: 7px;
	float: left;
}

.navbar .nav_menu {
	float: right;
	padding-top:3px;
	font-size: .6em;
	white-space: nowrap;
}

.navbar .nav_menu .logininfo {
	float: left;
	padding-top: 3px;
	padding-right: 30px;
	font-size: 1.2em;
}

.navbar .nav_menu .logininfo a{
	color:  #454d52;
	text-decoration: underline;
}

.navbar .navbutton {
	margin-top:1px;
}

.navbar .breadcrumb {
	color:#454d52;
	font-size:0.9em;
	padding-left: 0px;
	padding-top:  4px;
	font-weight: normal;
}

.navbar .breadcrumb a {
	color:#454d52;
}

.navbar .breadcrumb .sep {
	color:#454d52;
	font-size:0.7em;
}

/***
 *** Footer
 ***/

#footer .logininfo {
	padding-top: 25px;
}

#footer .helplink {
	margin:0;
	padding-top: 20px;
}

#footer .sitelink {
	display:none;
}

#footer .homelink {
	display:none;
}

#footer .homelink a{
	color: #000;
}

#footer {
	background: url("pix/footer_bg.gif") repeat-x top left;
	color:#000;
	font-size: .7em;
	padding-top:  5px;
}

#footer a {
	color:#000000;
}



#login-index #footer .homelink {
	display: none;
}



/***
 *** Blocks
 ***/

.sideblock .header,
.sideblock h2.header {
    border:none;
}

.block_adminblock .header {
  font-family:Arial, serif;
  color: #fff;
 }
 
.sideblock .header {
	background: #01a6de url("pix/block_bg.gif") repeat;
	font-family:Arial;
	text-transform: uppercase;
	padding: 0;
}

.sideblock .content {
	background:#ffffff;
	border-width: 1px;
	border-color: #ccc;
	border-top-color: #6dab24;
	border-top-width: 3px;
}

.sideblock h2 {
	color:#fff;
	font-weight: normal !important;
	padding-top: 5px;
	padding-left: 2px;
	padding-bottom: 3px;
}
	
.sideblock .header .hide-show img.hide-show-image {
	background: url(pix/t/switch_minus.gif) no-repeat top;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url(pix/t/switch_plus.gif) no-repeat top;
}

.sideblock .icon {
  padding: 0 6px 1px 0;
}
.sideblock .title {
	margin:0 6px 1px 12px;
	padding-bottom: 3px;
}

.sideblock {
	margin-bottom:8px;
}

.sideblock h2 a {
	color:#fff;
}

.block_rss_client ul li {
  padding-left: 4px;
}

.sideblock ul li,
.section li,
#calendar .calendarmonth li {
	list-style-image: none;
}

.sideblock ul li {
  margin-bottom: 4px;
}

.block_login .btn {
}

.sideblock .r0,
.sideblock .r1 {
	background: none !important;
}

.sideblock .message {
	text-align:center;
}

.sideblock .date {
	font-size: 0.8em;
}

.sideblock .date a {
	color:#2F221D;
}

.sideblock .footer {
	font-size:0.8em;
}

.block_site_main_menu .footer select {
	font-size: .9em;
}

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

#calendar .maincalendar .controls {
  background: #D7D2C7;
  border-bottom: 2px solid #aaa;
  padding-bottom:3px;
}

#calendar .maincalendar .filters {
	font-size: 0.8em;
}

#calendar .maincalendar .eventlist .event .date {
  font-size:0.8em;
}

#calendar .maincalendar .eventlist .event .name {
  font-weight: bold;
}

.boxaligncenter {
	text-align: center;
 }

.boxaligncenter table {
	margin:auto;
}

.generaltable tbody tr td {
	font-size: 0.8em;
}

.calendar-controls .previous,
.calendar-controls .next {
	font-size: 0.8em;
}

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

h2.headingblock {
	border:none;
	background: #01a6de;
	color:#fff;
	padding:5px;
	text-transform: uppercase;
	font-weight:normal !important;
	font-size: .8em;
}

.headingblock a {
	color:#F6EEDE;
	font-size:0.8em;
}	

body#site-index .headingblock,
body#course-view .headingblock {
  margin-bottom: 5px;
}

.coursebox {
	border:1px #aaa solid;
}


.courseboxcontent {
	border:1px #aaa solid;
	background-color:#e9e6d9;
}

#bdb8ade-view .weekscss .content {
  background: #f0f0d8;
  border:1px #aaa solid;
}

#course-view .section td.content {
	border:1px #aaa solid;
}

#course-view .weekscss .section,
#course-view .section td.side {
  background: #fff;
  border:1px #aaa solid;
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #BCCFDF;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #DDDDDD;
}

#course-view .section td.content {
	width: 100%;
}

.generalbox.sitetopic {
	border:none;
	padding-left:0;
	padding-right:0;
	font-size:0.9em;
	margin-bottom: 10px;
}

#mod-resource-view .generalbox table.files{
	margin:auto;
}

.message #page {
	margin: 0;
}

.glossarycontrol .helplink,
.message .helplink {
	float:none;
}

/***
 *** Modules: Assignment
 ***/
 
#calendar .maincalendar .controls {
	background-color: #01a6de;
	border-bottom-color: #6dab24;
	color:  #fff;
}

#calendar .maincalendar .controls a{
	color: #fff;
}

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

#calendar .nottoday, .minicalendar .nottoday {
	border-top-color: #6dab24;
	border-right-color: #6dab24;
	border-bottom-color: #6dab24;
	border-left-color: #6dab24;
}


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

.forumpost {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    border: none;
}

.forumpost .side  {
    background-color: #fff;
    background-image: url('pix/bottom-left.png'); 
    background-repeat:  no-repeat;
    background-position: bottom right; 
}

.forumpost .picture  {
    background-color: #fff;
    background-image: url('pix/top-left.png'); 
    background-repeat:  no-repeat;
    vertical-align: bottom;
    background-position: top right; 
    padding-right: 15px;
    padding-top: 0;
}
.forumpost .topic  {
    background-color: #fff;
    background-image: url('pix/top-right.png'); 
    background-repeat:  no-repeat;
    background-position: top right; 
    padding-right: 15px;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    border: none;
}
.forumpost .content  {
    background-image: url('pix/bottom-right.png'); 
    background-repeat:  no-repeat;
    background-position: bottom right; 
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 0;
    padding-left: 0;
    border: none;
}

.forumpost .picture img {
    margin-bottom: 0;
    padding: 0;
}

/***
 *** Misc: Other
 ***/


fieldset.invisiblefieldset {
	background: none;
	padding-top:6px;
}

fieldset {
	background-color: #f0fbfd;
	border:1px dashed #0e3f72;
}

legend {
	padding-left: 6px;
	padding-bottom: 1px;
	padding-right: 6px;
	padding-top: 1px;
	font-style: italic;
	font-family: Arial;
	background: #d6d1c7;

}

.generaltable .header,
.forumheaderlist .header,
.logtable th,
.generalbox th {
	background:#01a6de;
	color:  #fff;
	border-bottom: 2px solid #6dab24;
	border-right: 1px solid #f3ece3;
	font-size:0.9em;
}

.paging {
	font-size: 0.8em;
}

#intro.box.generalbox {
	margin-top:10px;
	border-style: dotted;
}

.singlebutton.forumaddnew {
	margin-bottom:15px;
}

#adminsettings #admin-calendar_weekend table td label {
	font-size:0.8em;
}

#message-history #page,
#message-user #page,
body#message-user,
body#message-history,
body#message-messages,
body#message-index,
body#message-send,
#message-index #page,
body#course-info,
#course-info #page,
#help #page,
body#help,
body#mod-resource-view,
#mod-resource-view #page,
#mod-glossary-showentry #page,
#course-group #page,
body#course-group,
body#question-preview,
#question-preview #page,
body#mod-quiz-comment,
#mod-quiz-comment #page,
#mod-quiz-comment #footer {
  margin: 0 !important;
  background:#fff !important;
  min-width:0px !important;
}

.message .credits,
#mod-resource-view .credits,
#help .credits{
	display:none;
}
	
.block_admin_tree.sideblock .link.current {
  background: #e0d8c9 url(pix/bullet.gif) no-repeat right;
  padding-right:15px;
}

.profileeditor,
.logselectform {
	text-align: center;
}

.singlebutton {
	padding:4px;
}

img.userpicture,
img.grouppicture {
   background-color: #f9f9f9;
   padding-left: 3px !important;
   padding-right: 3px !important;
   padding-top: 3px !important;
   padding-bottom: 10px !important;
   border: 1px solid #ddd;
   border-bottom-color: #888;
   border-right-color: #888;
}

a:hover img.userpicture,
a:hover img.grouppicture {
    background-color: #c2e5fa;
}

.userinfobox img.userpicture {
   background-image: url('pix/frame.jpg');
   padding: 25px !important;
   border: none !important;
}/***** aif2/styles_aif.css end *****/

