/**************************************
 * THEME NAME: paviasystemsroot
 *
 * Files included in this sheet:
 *
 *   paviasystemsroot/template.css
 *   paviasystemsroot/container.css
 *   paviasystemsroot/blocks.css
 *   paviasystemsroot/calendar.css
 *   paviasystemsroot/content.css
 *   paviasystemsroot/print.css
 **************************************/

/***** paviasystemsroot/template.css start *****/

/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0px;
  padding: 0px;
}

body {
	font-size: 80%;
	font-family: Verdana, Helvetica ,Arial , sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: #EEEEEE;
}

/* headings */

h1 {
	padding: .1em 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: bottom;
	border-bottom: solid 1px #ccc;
	color: #069;
	text-align: left;
	width: 100%;
}

h2, h3 {
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;	
}

h3 {
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
  color: #333;
  text-align: left;
}

/* paragraphs, lists, etc. */

p, table, td, ul, li, ol {
	font-size: 1em;
    line-height: 1.5em;
	color: #333;
}

img {
	border: none;
}
td {
	vertical-align: top;
}

ul {
	padding-bottom: 0.5em;
}

/* hyperlinks */

a {
	text-decoration:  underline;
	color: #069;
	border: none;
}

a:hover {
	color: #360;
	text-decoration:  underline; 
	border: none;
}

/* general formatting */

.clr {
	clear: both;
}

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

.separator {
    border-bottom: 1px dashed #ccc;
}

.strong {
    font-weight: bold;
}

.dimmed {
    color: #999;
}

/* main display area */

#contentarea {
	padding: 0px 8px 2px 8px;
	margin: 0;
	min-height: 300px;
	height: 100%;
}

#content {
	padding: 0px 0px;
}

/* content */

/* course content */

#courseheader {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#coursetitle {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	align: center;
}

#courseauthor {
	color: #999;
	float: right;
	font-size: .9em;
}

#courseauthor a {
	color: #999;
	text-decoration: underline;
}

/* breadcrumbs */

#pathway {
	color: #999;
	font-size: .9em;
}

/* Site Policy Page */

#sitepolicy {
 border-collapse: collapse;
 border: solid 1px #ccc;
}

/* course content */
.caption {
	text-align:center;
	font-weight: bold;
	font-size: 0.85em;
	color: #999;
	padding: 5px 0px;
	margin: 0;
}

.captiontable 
{
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.captiontable td {
	padding: 4px 4px;
	text-align:center;
	font-weight: bold;
	font-size: 0.85em;
	color: #999;
	vertical-align: top;
}

.texttable {
	margin-left:auto !important;
	margin-right:auto !important;
	border-collapse: collapse;
	border: solid 1px #333;
	margin-bottom: 1.5em;	
}

.texttable th {
	padding: 4px 4px;
	background-color: #069;
	color: #fff;
	border: solid 1px #ccc;
}

.texttable td {
	padding: 4px 4px;
	border: solid 1px #ccc;
}

.dashoutline {
    border: dashed 1px #069;
    background: #fcfcfc;
}

/* Shopping Cart */
.shoppingcarttable {
	margin: 0px 0px;
	border-collapse: collapse;
	width: 100%;
}

.shoppingcarttable th {
	padding: 4px 4px;
	background-color: #069;
	color: #fff;
	border: solid 1px #ccc;
}

.shoppingcarttable td {
	padding: 4px 4px;
	border-bottom: solid 1px #ccc;
}

.shoppingcartfooter td {
	text-align:right;
    font-weight: bold;
}

.checkoutcontainer {
	padding-left: 15px;
}

/* Group View */
.groupviewtable {
	margin: 0px 0px;
	border-collapse: collapse;
	width: 100%;
}

.groupviewtable th {
	padding: 4px 4px;
	background-color: #069;
	color: #fff;
	border: solid 1px #ccc;
}

.groupviewtable td {
	padding: 4px 4px;
	border-bottom: solid 1px #ccc;
}

.quizattempt {
	text-indent: 5%;
	font-family: Arial;
	font-style: italic;
	font-size: 1em;
}
.viewlabel {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1em;
}

.viewinfo {
	font-family: Arial;
	font-size: 1em;
}

.smalltext {
	color: #333;
	font-size: .9em;
	line-height: 100%;
}

/* Error button functions */
.continuebutton form {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.errorbox {
    padding: 10px 15px;
    border: solid 1px #900;
    background-color: #fcc;
}

.errorbox td {
    color: #900;
    font-weight: bold;
}

.lastmodified {
    width: 100%;
    text-align: center;
    font-size: 80%;
    color: #ccc;
}

/* standard  */
.simpletable, .verticalinputtable {
	margin: 0px 0px;
	border-collapse: collapse;
	width: 100%;
}

.simpletable th, .verticalinputtable th  {
    width: auto;
	padding: 4px 4px;
	background-color: #069;
	color: #fff;
	border: solid 1px #ccc;
}

.simpletable td, .verticalinputtable td {
	padding: 4px 4px;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}

.simpletable tr.alternatingrow {
    background-color: #fafafa; 
}

.highlight 
{
    background-color: #ffc;
}

/* standard  */
.inputtable {
	margin: 0px 0px;
	padding: 4px;
	border-collapse: collapse;
	width: 100%;
}
.inputtable th {
    text-align: right;
    padding-right: 5px;
	width: 180px;
}

.verticalinputtable, .verticalinputtable th {
    width: auto;
}


.copypaste {
    padding-left: 50px;
    font-size: 90%;
    font-family: Arial;
}

/* quizstuff  */
.quizanswercontainer {
	margin: 5px 0px 5px 80px; 
}

.quizanswercontainer table{
	padding: 5px 10px;
	border-collapse: collapse;
}
.quizquestionnumber {
    text-align: center;
    font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
}
.correctness {
    font-weight: bold;
    vertical-align: middle;
}
.correctness img {
    padding: 0px;
    margin: 0px;
}
.correctness .correct {
    color: #090;
}
.correctness .incorrect {
    color: #900;
}

.gradingdetails {
    color: #666;
}

#quizsummary {
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}
#productlisttable {
    border-top: dashed 1px #ccc;
}

.productattributetable {
    margin: 8px 0px 0px 10px;
}

.productattributetable td {
    color: #666;
}

.productlisting {
    padding: 0px 0px;
    margin: 0px 0px;
}

#comingsoon 
{
    color: #c00;
    font-weight: bold;
    text-align: center;    
}
.glossary {
    color: #333;
    text-decoration: none;
    border-bottom: dashed 1px #069;
    line-height: 100%;
}
.glossary:hover {
    color: #333;
    text-decoration: none;
    border-bottom: dashed 1px #360;
    line-height: 100%;
}

/* Hiding th euser picture */
.userpicture {
    display:none;
}

.defaultuserpic {
    display:none;
}
/***** paviasystemsroot/template.css end *****/

/***** paviasystemsroot/container.css start *****/

/* container */

#wrapper {
	width:770px;
	height: 100%;
	text-align:left;
	margin-left:auto !important;
	margin-right:auto !important;
	padding: 5px 0 0;
}

#popupwrapper {
	width: 95%;
	text-align:left;
	margin-top: 15px;
	margin-left:auto !important;
	margin-right:auto !important;
}

/* search box */

#searchbox {
	text-align: right;
	color: #999;
	margin: 0px 300px 0px 0px;
	padding: 0px;
	height: 20px;
	margin-top: -7px;
	margin-bottom: 0px;
}

#searchbox input {
	font-size: 14px;
	height: 18px;
	width: 145px;
	border: none;
	color: #999;
	background: transparent;
	margin-right: 6px;
}

/* logo */

#header_logo {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#header_logo img {
	padding: 0px 15px 0px 15px;
}

#header_right {
	float:right;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
   
/* tab menu */
 
#tabmenu {
    font-size:100%;
    padding:  17px 0 0 0;
	position: relative;
	z-index: 3;
}
   
#tabmenu ul {
    padding: 10px 10px 0 0;
    margin: 0;
    list-style:none;
}

#tabmenu li {
    float:left;
    margin: 0 1px 0;
    background:url("images/tabmenu_r.gif") no-repeat right top;
}

#tabmenu a {
    display:block;
    background:url("images/tabmenu_l.gif") no-repeat left top;
    padding: 5px 15px 4px;
    border-bottom: solid 1px #ccc;
	text-decoration:  none;
    color: #006699;
}

#tabmenu a:hover {
    text-decoration: none;
    color: #006699;
}

#tabmenu li.mainlevel_current_tab, #tabmenu li.mainlevel_active_tab {
		margin: -3px 1px;	
		background:url("images/activetabmenu_r.gif") no-repeat right top;
		position: relative;
		z-index: 3;
}
    
#tabmenu li.mainlevel_current_tab a, #tabmenu li.mainlevel_active_tab a {
		background: url("images/activetabmenu_l.gif") no-repeat left top;
		padding: 8px 15px 5px 15px;
		margin: 0px 0px 0px 0px;
		border-bottom: solid 1px #fff;
		color: #006699;
		position: relative;
		z-index: 3;
}

#tabmenu li.mainlevel_current_tab a:hover {
    text-decoration: none;
    color: #006699;
}

/* White box definitions */

#whitebox {
	background: #fff;
	width: 100%;
	min-height: 300px;
	margin: -1px 0;
	position: relative;
	z-index: 1;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: url(images/whitebox_topbg.gif) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(images/whitebox_topleft.gif) 0 0 no-repeat;
	position: relative;
	z-index: 2;
}

#whitebox_tr {
	background: url(images/whitebox_topright.gif) 100% 0 no-repeat;
	height: 8px;
	overflow: hidden;
}

#whitebox_m {
	background: url(images/whitebox_middleleft.gif) 0 0 repeat-y;
	height: 100%;
}

#whitebox_mr {
	background: url(images/whitebox_middleright.gif) 100% 0 repeat-y;
	height: 100%;
}

#whitebox_b {
	background: url(images/whitebox_bottombg.gif) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(images/whitebox_bottomleft.gif) 0 0 no-repeat;
	position: relative;
}

#whitebox_br {
	height: 8px;
	overflow: hidden;
	background: url(images/whitebox_bottomright.gif) 100% 0 no-repeat;
}

/* navigation bar */

#navigationbar {
	padding: 5px 2px;
}

#breadcrumb {
	padding: 0px;
    font-size:.85em;
    font-weight:bold;
 }

#editbutton {
	float: right;
}

/* footer */

#copyright {
	font-size: 94%;
	color: #999;
}
#compliance {
	font-size: 88%;
}

#compliance, #compliance a {
	color: #CCC;
}


/* accessibility menu */

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

.headingblock 
{
	display:none;
}

.section .left 
{
	display:none;	
}

.section 
{
	padding-left: 40px	
}/***** paviasystemsroot/container.css end *****/

/***** paviasystemsroot/blocks.css start *****/

/**** Blocks ****/

/* general */

.sideblock {
  border:solid 1px #069;
  margin-bottom: 1em;
  width: 100%;
}
 
/* header */

.sideblock .header 
{
  font-weight: bold;
  text-align: left;
  padding: 0;
  width: 100%;
}

.sideblock .header .title {
  color: #fff;
  background-color: #069;
  padding: 0px 4px 2px 4px;
}

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

.sideblock .header .hide-show img.hide-show-image {
  height:11px;
  width:11px;
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}.

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

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

.sideblock .header .commands {	
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: dashed 1px #999;
}

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

/* content */

.sideblock .content {
  text-align: left;
  background-color:#fff;
  padding: 5px;
}

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

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

/* lists */

.sideblock .list {
  width: 100%;
}

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

/* footer */

.sideblock .footer {
  font-size: 0.9em;
  text-align: center;
  border-top:dashed 1px #999;
  padding: 0 0 0 0;
  margin-top: 5px;
}

.sideblock .footer a {
  color: #999;
}

/* */

#layout-table 
{
	width: 100%;
	padding: 0;
	margin: 0;
}

/***** paviasystemsroot/blocks.css end *****/

/***** paviasystemsroot/calendar.css start *****/

/***
 *** 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;
}

#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%;
}


/*** mini calendar ***/
table.minicalendar th {
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 12%;
    border: none;
}
table.minicalendar td {
    padding: 0;
    margin: 0;
    width: auto;
    vertical-align: bottom;
    text-align: center;
    border: none;
}

table.minicalendar a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    vertical-align: middle;
    border: none;
}
table.minicalender .event_course, 
table.minicalender .today {
    border: none;
}


.minicalendar .today,
.minicalendar .event_global,
.minicalendar .event_course,
.minicalendar .event_group,
.minicalendar .event_user {
      border: none !important;
}
/***** paviasystemsroot/calendar.css end *****/

/***** paviasystemsroot/content.css start *****/

/***** paviasystemsroot/content.css end *****/

/***** paviasystemsroot/print.css start *****/


/* handle for printing */

@media print 
{
    .noprint {
        display: none; 
    }
    
    #wrapper {
	    width: 100%;
	    text-align:left;
    }
    
    #searchbox {
	    text-align: right;
	    color: #999;
	    margin: 0px 300px 0px 0px;
	    padding: 0px;
	    height: 20px;
	    margin-top: -7px;
	    margin-bottom: 0px;
	    background: #fff;
    }

    #searchbox input {
	    font-size: 14px;
	    height: 18px;
	    width: 145px;
	    border: none;
	    color: #fff;
	    background: transparent;
	    margin-right: 6px;
    }
}
/***** paviasystemsroot/print.css end *****/

