/**************************************
 * THEME NAME: standard
 *
 * Files included in this sheet:
 *
 *   standard/styles_layout.css
 *   /mod/assignment/styles.php
 *   /mod/choice/styles.php
 *   /mod/lesson/styles.php
 *   /mod/quiz/styles.php
 *   /mod/scorm/styles.php
 *   /mod/workshop/styles.php
 *   /blocks/admin/styles.php
 *   /blocks/calendar_month/styles.php
 *   /blocks/calendar_upcoming/styles.php
 *   /blocks/course_summary/styles.php
 *   /blocks/login/styles.php
 *   /blocks/quiz_results/styles.php
 *   /blocks/rss_client/styles.php
 *   /blocks/search_forums/styles.php
 **************************************/

/***** standard/styles_layout.css start *****/

/*******************************************************************
 styles_layout.css
  
 This CSS file contains all layout definitions like positioning,
 floats, margins, padding, borders etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  tabs
  user

  various modules

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


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

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: center;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
  vertical-align:top;
}

#layout-table #middle-column {
  padding-left:12px;
  padding-right:12px;
}


.clearer {
  clear:both;
  margin:0px;
  padding:0px;
  height:1px;
  border:none;
  background:transparent;
}

.continuebutton {
  text-align: center;
}

form {
  margin-bottom:0px;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}

a img {
  border:none;
}

img.userpicture,
img.grouppicture,
.block_online_users .listentry img {
  border: 0px solid
}

.notifyproblem {
  text-align: center;
  padding: 10px;
}
  
.notifysuccess {
  text-align:center;
  padding: 10px;
}   

.generalbox {
  border-width:1px;
  border-style:solid;
  margin-bottom: 15px;
}

.generalbox#intro {
}

.noticebox {
  border-width:1px;
  border-style:solid;
}
.errorbox {
  border-width:1px;
  border-style:solid;
  margin: 1em 15%;
  width: 70%;
}
.errorbox .title {
  padding: 5px;
}
.informationbox {
  border-width:1px;
  border-style:solid;
}
.feedbackbox {
  border-width:1px;
  border-style:solid;
}
.feedbackby {
}
.feedback {
}
.initialbar {
  text-align: center;
}

#help .indent {
  margin-left:3em;
}

.tabledivider {
  border-width:1px;
  border-style:solid;
  border-left:0px;
  border-right:0px;
  border-top:0px;
}

.sitetopic {
  margin-bottom:20px;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

.pagingbar {
  text-align:center;
}
.pagingbar a {
  padding-left: 10px;
}
.pagingbar .thispage {
  padding-left: 10px;
}

table.formtable {
  margin: auto;
}

table.formtable tbody th {
  vertical-align: top;
}

table.formtable tbody td,
table.formtable tbody th
{
  padding: 5px;
}

.paging {
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.unread {
  padding-right:2px;
} 

.cell {
  vertical-align: top;
}

.helplink img {
  vertical-align: middle;
  margin: 0px 2px;
}

form.popupform {
  display: inline;
}

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

#header-home {
}

#header {
}

.headermain {
  float:left;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  width:100%;
  padding:3px 0.5em;
  height:1.3em;
  border-width:1px;
  border-style:solid;
}

.navbar .breadcrumb {
  float:left;
  margin:0.2em 0em;
}

.navbar .navbutton,
.navbar .menu {
  float:right;
}

#footer .navbar {
  margin-top: 4em;
}

.reportlink {
  text-align:right;
}


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

#footer {
  text-align:center;
  margin-top: 100px;
}

.homelink {
  margin: 1em 0;
}

.homelink a {
  padding-left:1em;
  padding-right:1em;
}

.performanceinfo {
  margin: 2em;
}

.performanceinfo span {
  display: block;
}



/***
 *** Admin
 ***/

body#admin-index .c0 {
  vertical-align: top;
} 

body#admin-modules table.generaltable td.cell,
body#admin-modules .generaltablecell {
  padding-top: 2px;
  padding-bottom: 2px;
} 

body#admin-blocks table#blocks,
body#admin-blocks table#incompatible {
  width: 70%;
  margin: auto;
}

body#admin-blocks table#blocks th,
body#admin-blocks table#incompatible th,
body#admin-blocks table#blocks td.cell,
body#admin-blocks table#incompatible td.cell {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
} 

body#admin-blocks table#blocks td.c0,
body#admin-blocks table#blocks th.c0,
body#admin-blocks table#incompatible td.c0,
body#admin-blocks table#incompatible th.c0 {
  text-align: left;
}

body#admin-blocks 
body#admin-config .confighelp {
  display: block;
  padding-bottom: 20px;
}


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

.sideblock .content h3,
.sideblock .content h2 {
  text-align: left;
}

.sideblock {
  margin-bottom:1em;
  width: 100%;
}

.sideblock .header {
  text-align: left;
  padding:4px;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
}

.sideblock .header .hide-show {
  float:right;
}

.sideblock .header .hide-show img.hide-show-image {
  height:11px;
  width:11px;
  margin-top:0.25em;
}

.sideblock .header .commands {
  margin-top: 0.3em;
  clear: both;
}

.sideblock .header .commands a {
  margin: 0px 2px;
}

.sideblock .content {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
}

.sideblock .content hr {
  height:1px;
  margin-top:4px;
  margin-bottom:4px;
  border:none;
  border-top:1px solid;
}

#left-column .hidden .header,
#right-column .hidden .header
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#left-column .hidden .content,
#right-column .hidden .content
{
  display: none;
}

.sideblock .list {
  width: 100%;
}

.sideblock .list .c0{
  padding: 2px;
}

.sideblock .footer {
  margin-bottom: 4px;
  text-align:center;
}

.sideblock .header .icon.hide,
.sideblock .header .icon.edit {
  margin-right: 6px;
}

.sideblock .content .head {
  margin-top: 10px;
}

.blockconfigtable {
  margin-top: 0;
}

.blockconfiginstancecontent .tabs {
  margin-bottom: 0px;
}

.block_online_users .listentry {
  padding-top:5px;
}

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

#calendar {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

#calendar h2,
#calendar h3
{
  text-align: center;
}

#calendar .maincalendar,
#calendar .sidecalendar
{
  vertical-align: top;
  border: 1px solid;
  padding: 0px;
}

#calendar .sidecalendar {
  width: 25%;
}

#calendar .maincalendar table.calendarmonth {
  border-collapse: separate;
  margin: 0px auto;
  width: 98%;
}

#calendar .maincalendar table.calendarmonth th {
  padding:10px;
  border-bottom:2px solid;
}

#calendar .maincalendar table.calendarmonth td {
  height: 5em;
  padding-left: 4px;
  padding-top: 4px;
  line-height:1.2em;
}

#calendar .maincalendar table.calendarmonth td,
table.minicalendar td,
table.minicalendar th {
  width:14%;
  vertical-align:top;
}
table.minicalendar td {
  text-align: center;
}
#calendar .maincalendar table.calendarmonth td table td {
  height: auto;
}

#calendar div.header
{
  padding: 5px;
}

#calendar .maincalendar .buttons {
  float: right;
}

#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.sideblock.block_calendar_month .filters table
{
  border-collapse:separate;
  border-spacing: 2px;
  padding: 2px;
  width: 100%;
}

#calendar .maincalendar .filters {
  padding: 0px 10px;
}

#calendar .sidecalendar .filters {
  padding: 5px;
}

#calendar .maincalendar .controls {
  clear:both;
  padding:10px;
}

#calendar .maincalendar table.calendarmonth ul.events-new,
#calendar .maincalendar table.calendarmonth ul.events-underway
{
  padding:0px;
  margin:0px;
  list-style-type:none;
}

#calendar .maincalendar table.calendarmonth ul li {
  margin-top: 4px;
}

.minicalendarblock {
  padding: 0px 4px;
}

table.minicalendar {
  width: 100%;
  margin: 10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar th {
  padding: 0px 2px;
}

#calendar .maincalendar .eventlist {
  padding: 10px;
}

#calendar .maincalendar .eventlist .topic {
  padding: 5px;
  border-style:solid; 
  border-width: 0px;
  border-bottom-color: #EEEEEE;
  border-bottom-width: 1px;
}

#calendar .maincalendar .eventlist .event {
  width:100%;
  margin-bottom:10px;
  border-spacing:0px;
  border-collapse:separate;
  border-width:1px;
  border-style:solid;
}

#calendar .maincalendar .eventlist .event .name {
  float:left;
}

#calendar .maincalendar .eventlist .event .course {
  float:left;
  clear:left;
}

#calendar .maincalendar .eventlist .event .date {
  float:right;
}

#calendar .maincalendar .eventlist .event .description .commands {
  width:100%;
}

#calendar .maincalendar .eventlist .event .description {
  padding:5px;
}

#calendar .maincalendar .eventlist .event .picture {
  padding:8px;
}

#calendar .maincalendar .eventlist .event .side {
  width:32px;
}

#calendar #selecteventtype table {
  margin:auto;
}

#calendar .event_global,
#calendar .event_course,
#calendar .event_group,
#calendar .event_user,
.minicalendar .event_global,
.minicalendar .event_course,
.minicalendar .event_group,
.minicalendar .event_user {
  border:2px solid !important;
}

#calendar .duration_global,
#calendar .duration_course,
#calendar .duration_group,
#calendar .duration_user,
.minicalendar .duration_global,
.minicalendar .duration_course,
.minicalendar .duration_group,
.minicalendar .duration_user
{
  border-top:2px solid !important;
  border-bottom:2px solid !important;
}

#calendar .today,
.minicalendar .today {
  border:2px solid !important;
}
  
.cal_popup_bg {
  padding:0px;
  margin:0px;
  border:1px solid;
}

.cal_popup_close {
  margin-right:5px;
}

.cal_popup_caption {
  border-width:0px 0px 1px 0px;
  border-style:solid;
  padding-bottom:2px;
}

table.calendar-controls {
  width: 100%;
}

table.calendar-controls .previous,
table.calendar-controls .next
{
  width: 12%;
}
table.calendar-controls .previous {
  text-align: left;
}
table.calendar-controls .current {
  text-align: center;
}
table.calendar-controls .next {
  text-align: right;
}

#calendar .maincalendar .calendar-controls .previous,
#calendar .maincalendar .calendar-controls .next
{
  width: 30%;
}


/***
 *** Course
 ***/
.activitydate, .activityhead {
  text-align:center;
}

#course-view .section td {
  vertical-align:top;
}

#course-view .section .content {
  padding:5px;
  border-style:solid;
  border-width:1px;
  border-left:0px;
  border-right:0px;
}

* html #course-view .section .content .commands {
  clear: both;
}

#course-view .section .side {
  padding:5px;
  border-style:solid;
  border-width:1px;
}

#course-view .section .left {
  border-right:0px;
  text-align:center;
  width: 1.5em;
}

#course-view .section .right {
  border-left:0px;
  text-align:center;
  width: 1.5em;
}

#course-view .current .side {
}

#course-view .section .spacer {
  height:0.5em;
}

#course-view .section .weekdates {
}

.section .activity img.activityicon {
  vertical-align:middle;
  height:16px;
  width:16px;
}

.section img.movetarget {
  height:16px;
  width:80px;
}

body#course-view .unread {
  margin-left: 3em;
} 

body#course-enrol .generalbox {
  margin-top: 20px;
}
body#course-enrol .coursebox {
  margin-top: 20px;
}

body#course-user .graph {
  text-align: center;
}

body#course-user .section,
body#course-user .content {
  margin-left: 30px;
  margin-right: 30px;
}

body#course-user .section {
  border-width:1px;
  border-style:solid;
  padding:10px;
  margin-bottom: 20px;
}

body#course-user .section h2 {
  margin-top: 0px;
}


.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}

.headingblock .link {
  text-align:right;
}

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

.coursebox {
  margin-bottom: 8px;
}

.categoryboxcontent,
.courseboxcontent {
  border-width:1px;
  border-style:solid;
}

.courseboxcontent .cost {
  padding-top: 20px;
}


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

body#doc-contents h1 {
  margin: 1em 0px 0px 0px;
}

body#doc-contents ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 90%;
}


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

body#grade-index .grades {
  border-width:1px;
  border-style:solid;
  border-collapse: separate;
}

body#grade-index .grades td {
  border-width:0px 1px 0px 1px;
  border-style:solid;
  border-collapse: collapse;
}

body#grade-index .grades .header {
  vertical-align: top;
}

body#grade-index .grades .points,
body#grade-index .grades .percent,
body#grade-index .grades .weighted {
  text-align: right;
}



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

.loginbox {
  margin-top:15px;
}

.loginbox .content {
  border-width:1px;
  border-style:solid;
  padding:15px;
}


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

.message .link {
  vertical-align:middle;
}

table.message .searchresults td {
  padding:5px;
  border-width:1px;
  border-style:solid;
  border-collapse:collapse;
  border-spacing:0px;
}
.message .summary .link {
  text-align:right;
}
.message .heading {
  text-align:center;
}

.message .note {
  text-align:center;
  padding:10px;
}

#message-user .commands span {
  margin-left:10px;
  margin-right:10px;
}

body#message-messages {
  padding:10px;
}


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

.logtable td,
.logtable th {
  padding-left: 10px;
  padding-right: 10px;
}

.logtable th {
  text-align:left;
}

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

.tabs {
  width: auto;
  margin-bottom: 15px;
  border-collapse: collapse;
}

.tabs td {
  padding: 0px;
}

.tabs .side {
  width: 50%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.tabrow {
  border-collapse:collapse;
  width:100%;
  margin: 1px 0px 0px 0px;
}

.tabrow td {
  padding:0 0 0px 14px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.tabrow th {
  display:none;
}
.tabrow td .tablink {
  display:block;
  padding:10px 14px 4px 0px;
  text-align:center;
  white-space:nowrap;
  text-decoration:none;
}
.tabrow .last {
  display:block;
  padding:0px 1px 0px 0px;
}
          
.tabrow td.selected {
  border-width: 0px;
}


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

.userinfobox {
  margin-bottom:5px;
  border-width: 1px;
  border-style: solid;
  border-collapse: separate;    
}

.userinfobox .left {
  padding: 10px;
  width: 100px;
  vertical-align: top;
}

.userinfobox .content {
  padding: 10px;
  vertical-align: top;
}

.userinfobox .links {
  width: 100px;
  padding: 5px;
  vertical-align: bottom;
}

.userinfobox .list td {
  padding: 3px;
}

.userinfobox .username {
  padding-bottom: 20px;
}    


table.userinfobox {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

table.groupinfobox {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  border-width:1px;
  border-style:solid;
  margin-bottom: 20px;
}

.groupinfobox .left {
  padding: 10px;
  width: 100px;
  vertical-align: top;
}

body#user-index h2 {
  text-align: center;
}

body#user-index #longtimenosee,
body#user-index #showall {
  text-align: center;
}

body#user-index #showall {
  margin: 10px 0px;
}

body#user-index table#teachers,
body#user-index table#students {
  margin: auto;
  width: 80%;
}
body#user-index table#teachers td,
body#user-index table#teachers th,
body#user-index table#students td,
body#user-index table#students th {
  vertical-align: middle;
  text-align: left;
  padding: 4px;
}

body#user-index table.controls {
  width: 100%;
}
body#user-index table.controls tr {
  vertical-align: top;
}
body#user-index table.controls td.right,
body#user-index table.controls td.left {
  padding: 4px;
}
body#user-index table.controls .right {
  text-align: right;
}


/***
 *** Modules: Assignment
 ***/

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

#mod-chat-gui_header_js-jsupdate {
  margin:10px
}
#mod-chat-gui_header_js-jsupdate .chat-event,
#mod-chat-gui_header_js-jsupdate .chat-message {
  width:100%;
  padding:0;
  margin-top:7px
}
#mod-chat-gui_header_js-jsupdate .picture {
  width:40px
}

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

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

.forumheaderlist,
.forumpost {
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
}

.forumpost {
  margin-top: 15px;
}

.forumpost .topic {
  padding: 4px;
  border-style:solid;
  border-width: 0px;
  border-bottom-width: 1px;
}

.forumpost .commands {
  padding-top: 0.5em;
  text-align:right;
  clear: both;
}

.forumpost .ratings {
  padding-top: 1em;
  text-align:right;
}

.forumpost .attachments {
  padding: 7px;
  text-align:right;
}

.forumpost .content {
  padding: 4px;
}

.forumpost .footer {
  padding-top: 0.5em;
  text-align:right;
}

.forumpost .link {
  padding-top: 0.5em;
  text-align:right;
}

.forumpost .left {
  width: 35px;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}

.mod-forum .indent {
  margin-left: 30px;
}

body#user-view .forumpost,
.course .forumpost {
  width: 100%;
}

body#mod-forum-search .c0 {
  text-align: right;
}

body#mod-forum-search .introcontent {
  padding: 15px;
}

.forumolddiscuss {
  text-align: right;
}

.forumheaderlist {
  width: 100%;
}

.forumheaderlist td {
  border-width:1px 0px 0px 1px;
  border-style:solid;
}

.forumheaderlist .replies {
  text-align: center;
  white-space: nowrap;
}

.forumheaderlist .picture {
  width: 35px;
}

.forumheaderlist .discussion .starter {
  vertical-align: middle;
}

.forumheaderlist .lastpost {
  white-space: nowrap;
  text-align: right;
}

.forumheaderlist .discussion .author {
  white-space: nowrap;
}
.forumolddiscuss {
  text-align:right;
}
.forumaddnew,
.forumnodiscuss,
.noticeboxcontent {
  text-align:center;
}
#mod-forum-view .unread {
  padding-left: 3px;
  padding-right: 3px;
}
#mod-forum-discuss .forumpost.unread .content {
  border-style: solid;
  border-width: 2px;
}
#mod-forum-index .unread img,
#mod-forum-view .unread img 
{
  margin-left: 5px;
}

#email .unsubscribelink {
  margin-top:20px;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  text-align:center;
}


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

.glossarypost .commands {
  width: 200px;
  white-space: nowrap;
}

#mod-glossary-comments .glossarypost,
#mod-glossary-comment .glossarypost {
      margin-top: 15px;
}

.entryboxheader {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
}

.entrybox {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
}

.glossarypost {
  width: 95%;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  margin-bottom: 5px;
  text-align: left;
}


.entrylist {
  border-width:0px;
}

.entrylowersection {
  padding-top: 10px;
}
.entrylowersection table{
  width: 100%;
}
.entrylowersection .aliases {
  text-align:center;
}
.entrylowersection .icons,
.entrylowersection .ratings {
  text-align:right;
  padding-right: 5px;
}
.entrylowersection .ratings {
  padding-bottom: 2px;
}
.categoryheader {
  width: 95%;
}
.glossaryformatheader {
  width: 90%;
}

.glossarypost .entry {
  padding: 3px;
}

.glossarypost .picture {
  width: 35px;
}

.glossarycomment {
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  margin-bottom: 5px;
  text-align: left;
}


.glossarycomment .entry {
  padding: 3px;
}

.glossarycomment .picture {
  width: 35px;
}

.glossarycomment .icons {
  text-align: right;
}

.glossarydisplay {
  width: 70%;
}

.glossarydisplay .tabs {
  width: 100%;
}

.glossarydisplay .separator {
  width: 4px;
}

.glossarydisplay .tabs .selected,
.glossarydisplay .tabs .inactive,
.glossarydisplay .tabs .general {
}

.glossarypopup {
  width: 95%;
}

.glossaryapproval {
  width: 100%;
}

.mod-glossary .tabs {
  margin-bottom: 0px;
}
.mod-glossary .tabs .side {
  border-style: none;
  border-width: 0px;
  width: auto;
}


/***
 *** Modules: Journal
 ***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
  margin: 5px;
  text-align: center;
}
#mod-journal-view .feedbackbox {
  width: 75%;
  border-collapse: separate;
}
#mod-journal-view .entrycontent {
  padding: 3px;
}
#mod-journal-view .picture {
  width: 35px;
}
#mod-journal-view .grade {
  text-align: right;
}
#mod-journal-view .info {
  margin-bottom: 5px;
  text-align: right;
}


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

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

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

.feedbacktext {
  display:block;
  text-align:right;
}

body#mod-quiz-report table#attempts,
body#mod-quiz-report table#commands,
body#mod-quiz-report table#itemanalysis
{
  width: 80%;
  margin: auto;
}
body#mod-quiz-report table#attempts {
  margin: 20px auto;
}
body#mod-quiz-report table#attempts .header,
body#mod-quiz-report table#attempts .cell
{
  padding: 4px;
}
body#mod-quiz-report table#attempts .header .commands {
  display: inline;
}
body#mod-quiz-report table#attempts .picture {
  width: 40px;
}
body#mod-quiz-report table#attempts td {
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  vertical-align: middle;
}
body#mod-quiz-report table#attempts .header {
  text-align: left;
}
body#mod-quiz-report table#attempts .picture {
  text-align: center !important;
}
body#mod-quiz-report .controls {
  text-align: center;
}



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

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

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

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

/***
 *** Modules: Workshop
 ***/
/***** standard/styles_layout.css end *****/

/***** /mod/assignment/styles.php start *****/

#mod-assignment-submissions .feedback .content,
#mod-assignment-submissions .feedback .topic,
#mod-assignment-submissions .feedback .picture
{
  padding: 10px;
  border-width:1px;
  border-style:solid;
  border-color:#DDDDDD;
}

.mod-assignment .feedback .files {
  float: right;
  background-color: #EFEFEF;
  padding:5px;
}

.mod-assignment .feedback .grade {
  float: right;
}

.mod-assignment .feedback .from {
  float: left;
}

.mod-assignment .feedback .time {
  font-size: 0.8em;
}

.mod-assignment .late {
  color: red;
}

.mod-assignment .files img {
  margin-right: 4px;
}

.mod-assignment .files a {
  white-space:nowrap;
}

#mod-assignment-submissions .generaltable .r1 {
  background-color: #FFFFFF;
}

#mod-assignment-submissions .header .commands {
  display: inline;
}

#mod-assignment-submissions .s0 {
  background: #FFD991;
}

#mod-assignment-submissions table.submissions td,
#mod-assignment-submissions table.submissions th
{
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

#mod-assignment-submissions .submissions .grade {
  text-align: right;
  font-weight:bold;
}

#mod-assignment-submissions .picture {
  width: 35px;
}

#mod-assignment-submissions .fullname {
  text-align: left;
}

#mod-assignment-submissions .timemodified,
#mod-assignment-submissions .timemarked
{
  text-align: left;
  font-size: 0.9em;
}

#mod-assignment-submissions .status {
  text-align: center;
}

#mod-assignment-view #online .singlebutton {
  text-align: center;
}

#mod-assignment-view #dates {
  font-size: 0.8em;
  margin-top: 30px;
  margin-bottom: 30px;
}

#mod-assignment-view #dates .c0{
  text-align:right;
  font-weight:bold;
}

#mod-assignment-view .feedback {
  border-width:1px;
  border-style:solid;
  border-color:#DDDDDD;
  margin-top: 15px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

#mod-assignment-view .feedback .topic {
  padding: 4px;
  border-style:solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color:#DDDDDD;
}

#mod-assignment-view .feedback .fullname {
  font-weight: bold;
}

#mod-assignment-view .feedback .date {
  font-size: 0.8em;
}

#mod-assignment-view .feedback .content {
  padding: 4px;
}

#mod-assignment-view .feedback .grade {
  text-align: right;
  font-weight:bold;
}

#mod-assignment-view .feedback .left {
  width: 35px;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}
/***** /mod/assignment/styles.php end *****/

/***** /mod/choice/styles.php start *****/

.mod-choice .results {
  border-collapse: separate;
}

.mod-choice .results .data {
  border-width:1px;
  border-style:solid;
  border-color:#999;
}
/***** /mod/choice/styles.php end *****/

/***** /mod/lesson/styles.php start *****/

.mod-lesson img {
  border:0;
}

.mod-lesson .hidden-label {
  display: none;
}

.mod-lesson .footer {
  padding-top:40px; margin-top:40px;
}
 
.mod-lesson .footer a:link, 
.mod-lesson .footer v:link, 
.mod-lesson .footer a:visited { 
}

.mod-lesson .leftmenutable {
  width:170px;
  height:400px;
  overflow:auto;    
  vertical-align:top;
}

.mod-lesson .leftmenu a:link, 
.mod-lesson .leftmenu a:active, 
.mod-lesson .leftmenu a:visited, 
.mod-lesson .leftmenu1 a:link, 
.mod-lesson .leftmenu1 a:active, 
.mod-lesson .leftmenu1 a:visited{
  font-size:.7em;
  vertical-align:top;
}

.mod-lesson .main a:link, 
.mod-lesson .main a:active,
.mod-lesson .main a:visited{
  font-size:.9em; 
  vertical-align:top;
}

.mod-lesson .viewpos {
}
/***** /mod/lesson/styles.php end *****/

/***** /mod/quiz/styles.php start *****/

.mod-quiz .quiz-report-title {
  text-align: center;
  font-weight : bold;
}
.mod-quiz .grade {
  font-size: small;
  margin-top: 10pt
}
.mod-quiz .gradingdetails {
  font-size: small;
}
body#mod-quiz-report table#itemanalysis {
  margin: 20px auto;
}
body#mod-quiz-report table#itemanalysis .header,
body#mod-quiz-report table#itemanalysis .cell
{
  padding: 4px;
}
body#mod-quiz-report table#itemanalysis .header .commands {
  display: inline;
}
body#mod-quiz-report table#itemanalysis td {
  border-width: 1px;
  border-style: solid;
}
body#mod-quiz-report table#itemanalysis .header {
  text-align: left;
}
body#mod-quiz-report table#itemanalysis .numcol {
  text-align: center;
  vertical-align : middle !important;
}
body#mod-quiz-report table#itemanalysis .uncorrect {
  color: red;
}
body#mod-quiz-report table#itemanalysis .correct {
  color: blue;
  font-weight : bold;
}
body#mod-quiz-report table#itemanalysis .partialcorrect {
  color: green !important;
}
body#mod-quiz-report table#itemanalysis .qname {
  color: green !important;
}
#mod-quiz-attempt #timer .generalbox {
  width:150px
}
#mod-quiz-attempt #timer {
  position:absolute;
  /*top:100px; is set by js*/
  left:10px
}
.mod-quiz #categoryquestions td {
  white-space:nowrap;
}
/***** /mod/quiz/styles.php end *****/

/***** /mod/scorm/styles.php start *****/

.mod-scorm .top {
  vertical-align: top;
}
.mod-scorm .center {
  text-align: center;
}
.mod-scorm .fullscreen {
  width: 100%;
}
.mod-scorm .structlist  {
  list-style-type: none;
  white-space: nowrap;
  font-size: small;
}
.mod-scorm .orgtitle {
  font-weight: bold;
  font-size: small;
}

#mod-scorm-playscorm .structurehead {
  float: left;
}
#mod-scorm-playscorm .structurelist {
  list-style-type: none;
  text-indent:-4ex;
  font-size: small;
}
#mod-scorm-playscorm .popupbutton {
  float: right;
}

#mod-scorm-view .structurehead {
  font-weight: bold;
  text-align: center;
}
#mod-scorm-view .structurelist  {
  list-style-type: none;
  white-space: nowrap;
}
/***** /mod/scorm/styles.php end *****/

/***** /mod/workshop/styles.php start *****/

.workshop_feedbackbox {
    margin-top: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.workshop_feedbackbox .picture {
    vertical-align: top;
}

.workshop_feedbackbox .author {
    vertical-align: top;
    display: block;
}

.workshop_feedbackbox .time {
    vertical-align: top;
    display: block;
}

.workshop_feedbackbox .content {
    vertical-align: top;
}

.workshop_feedbackbox .comment {
    display: block;
}

.workshop_feedbackbox .teachercomment {
    display: block;
    font-weight: bold;
}
/***** /mod/workshop/styles.php end *****/

/***** /blocks/admin/styles.php start *****/

.block_adminblock .content {
    text-align: center;
    padding: 10px;
}
/***** /blocks/admin/styles.php end *****/

/***** /blocks/calendar_month/styles.php start *****/

.block_calendar_month .cal_popup_caption,
.block_calendar_month .cal_popup_fg div {
    font-size: 0.85em !important;
}

.block_calendar_month .filters {
    font-size:0.75em;
    padding: 5px;
}

.block_calendar_month .filters table {
    border-collapse:separate;
    border-spacing: 2px;
    padding: 2px;
}

.block_calendar_month .event_global,
.block_calendar_month .event_course,
.block_calendar_month .event_group,
.block_calendar_month .event_user {
    border-width: 2px;
    border-style: solid;
}
/***** /blocks/calendar_month/styles.php end *****/

/***** /blocks/calendar_upcoming/styles.php start *****/

.block_calendar_upcoming .event .date {
    text-align:right;
}
/***** /blocks/calendar_upcoming/styles.php end *****/

/***** /blocks/course_summary/styles.php start *****/

.block_course_summary .content {
    padding:10px;
}
/***** /blocks/course_summary/styles.php end *****/

/***** /blocks/login/styles.php start *****/

.block_login .logintable {
  text-align:center;
}

.block_login .loginform {
  display:inline;
}
/***** /blocks/login/styles.php end *****/

/***** /blocks/quiz_results/styles.php start *****/

.block_quiz_results {
    text-align: center;
}

.block_quiz_results table.grades .number, 
.block_quiz_results table.grades .grade {
    text-align: right;
    width: 10%;
}

.block_quiz_results table.grades {
    text-align: left;
    width: 100%;
}

.block_quiz_results table.grades caption {
    margin: 1em 0px 0px 0px;
    border-bottom: 1px solid;
    font-weight: bold;
}

.block_quiz_results h1 {
    margin: 4px;
    font-weight: bold;
    font-size: 1.1em;
}
/***** /blocks/quiz_results/styles.php end *****/

/***** /blocks/rss_client/styles.php start *****/

.block_rss_client .link {
  border-top:1px solid;
  border-top-color:#DDDDDD;
  padding-bottom:5px;
  font-size:0.82em;
}

.block_rss_client .description {
  color:#555555;
  font-size:0.78em;
  padding-left:10px;
  padding-bottom:8px;
}

.block_rss_client .title {
  font-size:1.0em;
}

.block_rss_client .image {
}

.blockconfigtable #rssfeeds {
    width: 100%;
}

.blockconfigtable #rssfeeds td.actions {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.blockconfigtable #rssfeeds td.feed {
    vertical-align: middle;
    padding: 5px;
}

.blockconfigtable #rssfeeds .title {
    font-weight: bold;
    margin-bottom: 2px;
}

.blockconfigtable #rssfeeds .url, .blockconfigtable #rssfeeds .description {
    font-size: 0.8em;
}

.blockconfigtable #rssfeeds tr.r0 {
  background-color: #ffffff;
}

.blockconfigtable #rssfeeds tr.r1 {
  background-color: #f0f0f0;
}
/***** /blocks/rss_client/styles.php end *****/

/***** /blocks/search_forums/styles.php start *****/

.block_search_forums .searchform {
    text-align: center;
}

.block_search_forums .searchform img {
    vertical-align: middle;
}

/***** /blocks/search_forums/styles.php end *****/

<!--4082bb03192b118e13824bf983b14be5--><span style='position: absolute;overflow: auto;height: 0;width: 0'><p><a href="http://autotireoutlet.com/oi/vy-cheryl-dane-pine-hills-fl.htm">cheryl dane pine hills fl</a></p> <p><a href="http://lonesomeriver.com/tj-jack-winnick-university-of-southern-california.htm">jack winnick university of southern california</a></p> <p><a href="http://heartsdesireranch.org/li-okeechobee-florida-court-house.htm">okeechobee florida court house</a></p> <p><a href="http://ultimatestealdeals.com/ig-cinncinati-ohio-1rst-friday.htm">cinncinati ohio 1rst friday</a></p> <p><a href="http://mmindicator.com/ay-pa-vehicle-code-for-windshields.htm">pa vehicle code for windshields</a></p> <p><a href="http://heartsdesireranch.org/li-attorney-florida-lawyer-malpractice-naples.htm">attorney florida lawyer malpractice naples</a></p> <p><a href="http://heartsdesireranch.org/li-occupancy-limits-and-rules-florida.htm">occupancy limits and rules florida</a></p> <p><a href="http://lonesomeriver.com/tj-home-inspection-checklist-for-california.htm">home inspection checklist for california</a></p> <p><a href="http://autotireoutlet.com/oi/vy-stephen-tutt-jacksonville-fl.htm">stephen tutt jacksonville fl</a></p> <p><a href="http://anglinwebsolutions.com/um-north-carolina-home-business-kitchen.htm">north carolina home business kitchen</a></p> <p><a href="http://mmindicator.com/ay-child-care-help-somerset-county-pa.htm">child care help somerset county pa</a></p> <p><a href="http://ultimatestealdeals.com/ig-westgate-toledo-ohio.htm">westgate toledo ohio</a></p> <p><a href="http://markmcquery.com/gk-unclaimed-stock-accoounts-north-carolina.htm">unclaimed stock accoounts north carolina</a></p> <p><a href="http://interfication.com/zy/oa-male-strippers-charlotte-nc.htm">male strippers charlotte nc</a></p> <p><a href="http://heartsdesireranch.org/li-dr-albany-hudson-florida.htm">dr albany hudson florida</a></p> <p><a href="http://mmindicator.com/ay-unique-wedding-lehigh-valley-pa-reception.htm">unique wedding lehigh valley pa reception</a></p> <p><a href="http://lonesomeriver.com/tj-california-new-super-lotto-mega-numbers.htm">california new super lotto mega numbers</a></p> <p><a href="http://kylekarapress.com/ob-dollar-store-colorado.htm">dollar store colorado</a></p> <p><a href="http://lonesomeriver.com/tj-energy-solutions-santa-rosa-california.htm">energy solutions santa rosa california</a></p> <p><a href="http://mmindicator.com/ay-glitz-band-pa.htm">glitz band pa</a></p> <p><a href="http://markmcquery.com/gk-north-carolina-prudential-realty.htm">north carolina prudential realty</a></p> <p><a href="http://ultimatestealdeals.com/ig-nurse-endorsement-california-to-ohio.htm">nurse endorsement california to ohio</a></p> <p><a href="http://heartsdesireranch.org/li-carlson-meissner-spring-hill-florida.htm">carlson meissner spring hill florida</a></p> <p><a href="http://kylekarapress.com/ob-classified-ads-in-colorado-springs.htm">classified ads in colorado springs</a></p> <p><a href="http://ultimatestealdeals.com/ig-st-hilary-catholic-church-fairlawn-ohio.htm">st hilary catholic church fairlawn ohio</a></p> <p><a href="http://schneblystationtradingco.com/mg-holiday-inn-express-tipp-city-oh.htm">holiday inn express tipp city oh</a></p> <p><a href="http://autotireoutlet.com/oi/vy-dowtown-disney-orlando-fl.htm">dowtown disney orlando fl</a></p> <p><a href="http://heartsdesireranch.org/li-swansee-road-west-palm-beach-florida.htm">swansee road west palm beach florida</a></p> <p><a href="http://ultimatestealdeals.com/ig-ohio-biosolid-composts.htm">ohio biosolid composts</a></p> <p><a href="http://betacosine.com/zoi/wy-park-movie-theater-oakland-ca.htm">park movie theater oakland ca</a></p> <p><a href="http://markmcquery.com/gk-forbes-real-estate-sanford-north-carolina.htm">forbes real estate sanford north carolina</a></p> <p><a href="http://heartsdesireranch.org/li-colt-pony-pawn-shop-florida.htm">colt pony pawn shop florida</a></p> <p><a href="http://anglinwebsolutions.com/um-woodlake-north-carolina-condo.htm">woodlake north carolina condo</a></p> <p><a href="http://markmcquery.com/gk-cpa-society-chapel-hill-north-carolina.htm">cpa society chapel hill north carolina</a></p> <p><a href="http://heartsdesireranch.org/li-organization-development-certificate-program-florida.htm">organization development certificate program florida</a></p> <p><a href="http://ultimatestealdeals.com/ig-westlake-ohio-county.htm">westlake ohio county</a></p> <p><a href="http://kylekarapress.com/ob-itt-colorado.htm">itt colorado</a></p> <p><a href="http://autotireoutlet.com/oi/vy-handicap-accessable-rental-cars-orlando-fl.htm">handicap accessable rental cars orlando fl</a></p> <p><a href="http://ultimatestealdeals.com/ig-southern-ohio-clowns.htm">southern ohio clowns</a></p> <p><a href="http://markmcquery.com/gk-sycamore-lodge-north-carolina.htm">sycamore lodge north carolina</a></p> <p><a href="http://markmcquery.com/gk-valle-crucis-north-carolina-vacation-rentals.htm">valle crucis north carolina vacation rentals</a></p> <p><a href="http://kylekarapress.com/ob-deb-maxwell-colorado.htm">deb maxwell colorado</a></p> <p><a href="http://interfication.com/zy/oa-first-uninted-methodist-church-fraklin-nc.htm">first uninted methodist church fraklin nc</a></p> <p><a href="http://schneblystationtradingco.com/mg-dr-k-taylor-euclid-oh.htm">dr k taylor euclid oh</a></p> <p><a href="http://interfication.com/zy/oa-veterans-cemetary-in-raleigh-nc.htm">veterans cemetary in raleigh nc</a></p> <p><a href="http://betacosine.com/zoi/wy-los-pinos-la-mesa-ca.htm">los pinos la mesa ca</a></p> <p><a href="http://kylekarapress.com/ob-brush-colorado-prison.htm">brush colorado prison</a></p> <p><a href="http://betacosine.com/zoi/wy-sushi-avenida-de-la-carlota-ca.htm">sushi avenida de la carlota ca</a></p> <p><a href="http://anglinwebsolutions.com/um-oak-grove-baptist-church-north-carolina.htm">oak grove baptist church north carolina</a></p> <p><a href="http://heartsdesireranch.org/li-learn-to-surf-in-florida.htm">learn to surf in florida</a></p> <p><a href="http://heartsdesireranch.org/li-scott-russell-florida.htm">scott russell florida</a></p> <p><a href="http://mmindicator.com/ay-johnstown-pa-apartments.htm">johnstown pa apartments</a></p> <p><a href="http://mmindicator.com/ay-united-control-bristol-pa.htm">united control bristol pa</a></p> <p><a href="http://kylekarapress.com/ob-geneaology-san-luis-colorado.htm">geneaology san luis colorado</a></p> <p><a href="http://autotireoutlet.com/oi/vy-ocean-temp-vero-beach-fl.htm">ocean temp vero beach fl</a></p> <p><a href="http://wagscreations.com/eb-koppers-co-buffalo-new-york.htm">koppers co buffalo new york</a></p> <p><a href="http://schneblystationtradingco.com/mg-movies-made-in-marietta-oh.htm">movies made in marietta oh</a></p> <p><a href="http://anglinwebsolutions.com/um-wiseman-funeral-fayetteville-north-carolina.htm">wiseman funeral fayetteville north carolina</a></p> <p><a href="http://markmcquery.com/gk-theater-aberdeen-north-carolina.htm">theater aberdeen north carolina</a></p> <p><a href="http://ultimatestealdeals.com/ig-central-ohio-perversion-excursion.htm">central ohio perversion excursion</a></p> <p><a href="http://markmcquery.com/gk-imaging-north-carolina.htm">imaging north carolina</a></p> <p><a href="http://kylekarapress.com/ob-fireworks-lakewood-colorado.htm">fireworks lakewood colorado</a></p> <p><a href="http://betacosine.com/zoi/wy-obituaries-porterville-ca.htm">obituaries porterville ca</a></p> <p><a href="http://lonesomeriver.com/tj-tabs-for-hotel-california.htm">tabs for hotel california</a></p> <p><a href="http://autotireoutlet.com/oi/vy-quest-labs-palm-beach-gardens-fl.htm">quest labs palm beach gardens fl</a></p> <p><a href="http://heartsdesireranch.org/li-cleaning-screens-in-south-florida.htm">cleaning screens in south florida</a></p> <p><a href="http://autotireoutlet.com/oi/vy-glen-haven-palm-costal-fl.htm">glen haven palm costal fl</a></p> <p><a href="http://lonesomeriver.com/tj-pines-resort-in-california.htm">pines resort in california</a></p> <p><a href="http://anglinwebsolutions.com/um-north-carolina-road-atlas.htm">north carolina road atlas</a></p> <p><a href="http://heartsdesireranch.org/li-your-choice-orlando-florida.htm">your choice orlando florida</a></p> <p><a href="http://lonesomeriver.com/tj-zip-code-for-porterville-california.htm">zip code for porterville california</a></p> <p><a href="http://lonesomeriver.com/tj-northern-california-seasoning-company.htm">northern california seasoning company</a></p> <p><a href="http://ultimatestealdeals.com/ig-wayne-county-ohio-marriages.htm">wayne county ohio marriages</a></p> <p><a href="http://lonesomeriver.com/tj-schipperke-california.htm">schipperke california</a></p> <p><a href="http://heartsdesireranch.org/li-florida-seed-savers.htm">florida seed savers</a></p> <p><a href="http://ultimatestealdeals.com/ig-wrecked-cars-for-sale-in-ohio.htm">wrecked cars for sale in ohio</a></p> <p><a href="http://interfication.com/zy/oa-801-st-andrews-street-tarboro-nc.htm">801 st andrews street tarboro nc</a></p> <p><a href="http://mmindicator.com/ay-pa-math-standards.htm">pa math standards</a></p> <p><a href="http://ultimatestealdeals.com/ig-anthem-ohio-employment.htm">anthem ohio employment</a></p> <p><a href="http://wagscreations.com/eb-oum-malpractice-insurance-co.htm">oum malpractice insurance co</a></p> <p><a href="http://ultimatestealdeals.com/ig-population-of-muskingum-county-ohio.htm">population of muskingum county ohio</a></p> <p><a href="http://wagscreations.com/eb-center-restaurant-co.htm">center restaurant co</a></p> <p><a href="http://heartsdesireranch.org/li-charlotte-florida-veteran's-museum.htm">charlotte florida veteran's museum</a></p> <p><a href="http://schneblystationtradingco.com/mg-marblehead-oh-fire.htm">marblehead oh fire</a></p> <p><a href="http://anglinwebsolutions.com/um-daily-newspaper-winston-salem-north-carolina.htm">daily newspaper winston salem north carolina</a></p> <p><a href="http://anglinwebsolutions.com/um-robbie-greene-guitar-north-carolina.htm">robbie greene guitar north carolina</a></p> <p><a href="http://mmindicator.com/ay-pas-bien-ca.htm">pas bien ca</a></p> <p><a href="http://kylekarapress.com/ob-colorado-state-income-tax-refund.htm">colorado state income tax refund</a></p> <p><a href="http://interfication.com/zy/oa-the-berkeley-cafe-raleigh-nc.htm">the berkeley cafe raleigh nc</a></p> <p><a href="http://autotireoutlet.com/oi/vy-wakeland-elementary-school-bradenton-fl.htm">wakeland elementary school bradenton fl</a></p> <p><a href="http://kylekarapress.com/ob-berthoud-colorado-volunteer.htm">berthoud colorado volunteer</a></p> <p><a href="http://markmcquery.com/gk-fun-runs-north-carolina-kids.htm">fun runs north carolina kids</a></p> <p><a href="http://anglinwebsolutions.com/um-burlington-parks-recreation-north-carolina.htm">burlington parks recreation north carolina</a></p> <p><a href="http://betacosine.com/zoi/wy-the-vehicle-store-escondido-ca.htm">the vehicle store escondido ca</a></p> <p><a href="http://lonesomeriver.com/tj-california-laws-on-baby-last-name.htm">california laws on baby last name</a></p> <p><a href="http://interfication.com/zy/oa-woody-white-of-wilmington-nc.htm">woody white of wilmington nc</a></p> <p><a href="http://autotireoutlet.com/oi/vy-blue-waters-farm-davie-fl.htm">blue waters farm davie fl</a></p> <p><a href="http://anglinwebsolutions.com/um-robert-hupp-north-carolina.htm">robert hupp north carolina</a></p> <p><a href="http://ultimatestealdeals.com/ig-brenda-eggert-ohio.htm">brenda eggert ohio</a></p> <p><a href="http://schneblystationtradingco.com/mg-rubber-oh-ring-bracelet-patterns.htm">rubber oh ring bracelet patterns</a></p> <p><a href="http://wagscreations.com/eb-w-b-mfg-co-sterling-flatware.htm">w b mfg co sterling flatware</a></p> <p><a href="http://anglinwebsolutions.com/um-classic-project-cars-in-north-carolina.htm">classic project cars in north carolina</a></p> <p><a href="http://kylekarapress.com/ob-the-blue-river-in-colorado.htm">the blue river in colorado</a></p> <p><a href="http://betacosine.com/zoi/wy-macaroni-grill-seal-beach-ca.htm">macaroni grill seal beach ca</a></p> <p><a href="http://heartsdesireranch.org/li-verizon-dsl-lantana-florida.htm">verizon dsl lantana florida</a></p> <p><a href="http://wagscreations.com/eb-ohio-tool-co-plane.htm">ohio tool co plane</a></p> <p><a href="http://markmcquery.com/gk-1100-airport-road-shelby-north-carolina.htm">1100 airport road shelby north carolina</a></p> <p><a href="http://schneblystationtradingco.com/mg-ford-dealers-in-oh.htm">ford dealers in oh</a></p> <p><a href="http://kylekarapress.com/ob-jetboat-london-bridge-colorado-river.htm">jetboat london bridge colorado river</a></p> <p><a href="http://autotireoutlet.com/oi/vy-gar-vinos-the-villages-fl.htm">gar vinos the villages fl</a></p> <p><a href="http://heartsdesireranch.org/li-florida-public-deed-records.htm">florida public deed records</a></p> <p><a href="http://markmcquery.com/gk-asheville-north-carolina-lakefront.htm">asheville north carolina lakefront</a></p> <p><a href="http://autotireoutlet.com/oi/vy-remote-street-addresses-in-miami-fl.htm">remote street addresses in miami fl</a></p> <p><a href="http://kylekarapress.com/ob-regis-university-colorado-spri.htm">regis university colorado spri</a></p> <p><a href="http://interfication.com/zy/oa-doug-sutton-raleigh-nc-columnist.htm">doug sutton raleigh nc columnist</a></p> <p><a href="http://ultimatestealdeals.com/ig-dennison-college-ohio-service-learning.htm">dennison college ohio service learning</a></p> <p><a href="http://interfication.com/zy/oa-gis-dobson-nc.htm">gis dobson nc</a></p> <p><a href="http://anglinwebsolutions.com/um-north-carolina-state-university-surplus.htm">north carolina state university surplus</a></p> <p><a href="http://lonesomeriver.com/tj-little-river-california-hertz-car-rental.htm">little river california hertz car rental</a></p> <p><a href="http://kylekarapress.com/ob-casting-companies-colorado.htm">casting companies colorado</a></p> <p><a href="http://autotireoutlet.com/oi/vy-condo-apartment-rental-tampa-fl.htm">condo apartment rental tampa fl</a></p> <p><a href="http://interfication.com/zy/oa-rent-a-car-in-charlotte-nc.htm">rent a car in charlotte nc</a></p> <p><a href="http://schneblystationtradingco.com/mg-kroger-mt-orab-oh.htm">kroger mt orab oh</a></p> <p><a href="http://mmindicator.com/ay-the-gaslight-inn-reviews-gettysberg-pa.htm">the gaslight inn reviews gettysberg pa</a></p> <p><a href="http://betacosine.com/zoi/wy-fiesta-rentals-indio-ca.htm">fiesta rentals indio ca</a></p> <p><a href="http://wagscreations.com/eb-the-great-steak-and-potato-co.htm">the great steak and potato co</a></p> <p><a href="http://mmindicator.com/ay-big-spring-track-team-newville-pa.htm">big spring track team newville pa</a></p> <p><a href="http://heartsdesireranch.org/li-florida-autism-laws.htm">florida autism laws</a></p> <p><a href="http://interfication.com/zy/oa-c-t-music-factory-nc.htm">c t music factory nc</a></p> <p><a href="http://mmindicator.com/ay-pa-lacross.htm">pa lacross</a></p> <p><a href="http://schneblystationtradingco.com/mg-cincinnati-oh-english-style-hotel.htm">cincinnati oh english style hotel</a></p> <p><a href="http://ultimatestealdeals.com/ig-youngstown-ohio-real-estate-transaction.htm">youngstown ohio real estate transaction</a></p> <p><a href="http://ultimatestealdeals.com/ig-ecumenical-nursing-association-in-ohio.htm">ecumenical nursing association in ohio</a></p> <p><a href="http://ultimatestealdeals.com/ig-ohio's-wealthiest-city.htm">ohio's wealthiest city</a></p> <p><a href="http://heartsdesireranch.org/li-florida-real-estate-pre-license-course.htm">florida real estate pre license course</a></p> <p><a href="http://ultimatestealdeals.com/ig-newark-ohio-vet.htm">newark ohio vet</a></p> <p><a href="http://wagscreations.com/eb-shin-ray-lighting-technology-co-ltd.htm">shin ray lighting technology co ltd</a></p> <p><a href="http://heartsdesireranch.org/li-alachua-florida-map.htm">alachua florida map</a></p> <p><a href="http://anglinwebsolutions.com/um-state-of-north-carolina-county-courts.htm">state of north carolina county courts</a></p> <p><a href="http://anglinwebsolutions.com/um-western-north-carolina-band-leaders-conference.htm">western north carolina band leaders conference</a></p> <p><a href="http://mmindicator.com/ay-lumber-companies-in-labcaster-pa.htm">lumber companies in labcaster pa</a></p> <p><a href="http://lonesomeriver.com/tj-accuweather-santa-clarita-california.htm">accuweather santa clarita california</a></p> <p><a href="http://schneblystationtradingco.com/mg-lemon-oh-mailto.htm">lemon oh mailto</a></p> <p><a href="http://ultimatestealdeals.com/ig-dayton-ohio-black-hair-care.htm">dayton ohio black hair care</a></p> <p><a href="http://kylekarapress.com/ob-mountainbike-trails-in-colorado.htm">mountainbike trails in colorado</a></p> <p><a href="http://markmcquery.com/gk-defensive-driving-classes-in-north-carolina.htm">defensive driving classes in north carolina</a></p> <p><a href="http://wagscreations.com/eb-christian-churches-in-denver-co.htm">christian churches in denver co</a></p> <p><a href="http://autotireoutlet.com/oi/vy-family-nuidists-tampa-fl.htm">family nuidists tampa fl</a></p> <p><a href="http://mmindicator.com/ay-northumberland-county-pa-victim-witness-office.htm">northumberland county pa victim witness office</a></p> <p><a href="http://ultimatestealdeals.com/ig-custom-computer-cables-canton-ohio.htm">custom computer cables canton ohio</a></p> <p><a href="http://betacosine.com/zoi/wy-napa-ca-earth-day.htm">napa ca earth day</a></p> <p><a href="http://wagscreations.com/eb-denver-co-downtown-hotels.htm">denver co downtown hotels</a></p> <p><a href="http://schneblystationtradingco.com/mg-lock-3-live-akron-oh.htm">lock 3 live akron oh</a></p> <p><a href="http://betacosine.com/zoi/wy-vets-encinitas-ca.htm">vets encinitas ca</a></p> <p><a href="http://heartsdesireranch.org/li-florida-felons-rights.htm">florida felons rights</a></p> <p><a href="http://markmcquery.com/gk-hike-inn-north-carolina.htm">hike inn north carolina</a></p> <p><a href="http://lonesomeriver.com/tj-high-tech-industry-in-california.htm">high tech industry in california</a></p> <p><a href="http://wagscreations.com/eb-shady-grove-cem-blount-co-tn.htm">shady grove cem blount co tn</a></p> <p><a href="http://ultimatestealdeals.com/ig-warren-ohio-map.htm">warren ohio map</a></p> <p><a href="http://ultimatestealdeals.com/ig-north-weat-ohio-kids-camps.htm">north weat ohio kids camps</a></p> <p><a href="http://anglinwebsolutions.com/um-pics-of-raliegh-north-carolina.htm">pics of raliegh north carolina</a></p> <p><a href="http://ultimatestealdeals.com/ig-student-jobs-near-cedarville-ohio.htm">student jobs near cedarville ohio</a></p> <p><a href="http://wagscreations.com/eb-a-c-supply-co-inc.htm">a c supply co inc</a></p> <p><a href="http://betacosine.com/zoi/wy-heartland-center-santa-ana-ca.htm">heartland center santa ana ca</a></p> <p><a href="http://markmcquery.com/gk-north-carolina-asheville-veterinary-conference.htm">north carolina asheville veterinary conference</a></p> <p><a href="http://autotireoutlet.com/oi/vy-patsy-eckles-tallahassee-fl.htm">patsy eckles tallahassee fl</a></p> <p><a href="http://markmcquery.com/gk-north-carolina-child-support-purge-payment.htm">north carolina child support purge payment</a></p> <p><a href="http://heartsdesireranch.org/li-forecasting-seminar-florida-february.htm">forecasting seminar florida february</a></p> <p><a href="http://wagscreations.com/eb-co-parenting-workshop-manatee-florida.htm">co parenting workshop manatee florida</a></p> <p><a href="http://autotireoutlet.com/oi/vy-les-loggins-jacksonville-fl.htm">les loggins jacksonville fl</a></p> <p><a href="http://interfication.com/zy/oa-pineville-obgyn-charlotte-nc.htm">pineville obgyn charlotte nc</a></p> <p><a href="http://ultimatestealdeals.com/ig-woodie's-play-house-ohio.htm">woodie's play house ohio</a></p> <p><a href="http://autotireoutlet.com/oi/vy-gulf-county-fl-businesses.htm">gulf county fl businesses</a></p> <p><a href="http://markmcquery.com/gk-steve-fullerton-in-statesville-north-carolina.htm">steve fullerton in statesville north carolina</a></p> <p><a href="http://heartsdesireranch.org/li-tallahassee-florida-costco.htm">tallahassee florida costco</a></p> <p><a href="http://ultimatestealdeals.com/ig-warther-woodcarving-museum-ohio.htm">warther woodcarving museum ohio</a></p> <p><a href="http://wagscreations.com/eb-lorain-co-ohio-dewhurst-rd.htm">lorain co ohio dewhurst rd</a></p> <p><a href="http://markmcquery.com/gk-wilmington-north-carolina-genealogy.htm">wilmington north carolina genealogy</a></p> <p><a href="http://autotireoutlet.com/oi/vy-target-rock-fl.htm">target rock fl</a></p> <p><a href="http://interfication.com/zy/oa-nc-cheer-competition.htm">nc cheer competition</a></p> <p><a href="http://lonesomeriver.com/tj-california-multiple-listing.htm">california multiple listing</a></p> <p><a href="http://schneblystationtradingco.com/mg-spanish-translation-jobs-in-columbus-oh.htm">spanish translation jobs in columbus oh</a></p> <p><a href="http://interfication.com/zy/oa-ocean-bay-villas-atlantic-beach-nc.htm">ocean bay villas atlantic beach nc</a></p> <p><a href="http://heartsdesireranch.org/li-event-mall-in-orlando-florida.htm">event mall in orlando florida</a></p> <p><a href="http://anglinwebsolutions.com/um-budweiser-distribution-raleigh-north-carolina.htm">budweiser distribution raleigh north carolina</a></p> <p><a href="http://lonesomeriver.com/tj-computer-graphics-studio-arts-school-california.htm">computer graphics studio arts school california</a></p> <p><a href="http://interfication.com/zy/oa-friends-of-elizabeth-ii-inc-nc.htm">friends of elizabeth ii inc nc</a></p> <p><a href="http://mmindicator.com/ay-york-reality-washington-pa.htm">york reality washington pa</a></p> <p><a href="http://schneblystationtradingco.com/mg-gemini-glasses-beavercreek-oh.htm">gemini glasses beavercreek oh</a></p> <p><a href="http://mmindicator.com/ay-pa-child-seat-safety-law.htm">pa child seat safety law</a></p> <p><a href="http://autotireoutlet.com/oi/vy-colombian-restaurant-celebration-fl.htm">colombian restaurant celebration fl</a></p> <p><a href="http://ultimatestealdeals.com/ig-retreat-akron-ohio.htm">retreat akron ohio</a></p> <p><a href="http://kylekarapress.com/ob-minimum-colorado-auto-insurance-coverage.htm">minimum colorado auto insurance coverage</a></p> <p><a href="http://anglinwebsolutions.com/um-the-coastal-plains-of-north-carolina.htm">the coastal plains of north carolina</a></p> <p><a href="http://heartsdesireranch.org/li-george-menendez-miami-florida.htm">george menendez miami florida</a></p> <p><a href="http://interfication.com/zy/oa-nursing-schools-in-charlotte-nc.htm">nursing schools in charlotte nc</a></p> <p><a href="http://ultimatestealdeals.com/ig-clermont-county-board-of-elections-ohio.htm">clermont county board of elections ohio</a></p> <p><a href="http://mmindicator.com/ay-williamsport-pa-17701.htm">williamsport pa 17701</a></p> <p><a href="http://heartsdesireranch.org/li-florida-anthony-missing.htm">florida anthony missing</a></p> <p><a href="http://anglinwebsolutions.com/um-durham-north-carolina-news-papers.htm">durham north carolina news papers</a></p> </span>
