/**************************************
 * THEME NAME: new_pastoral
 *
 * Files included in this sheet:
 *
 *   new_pastoral/ps_styles_layout.css
 *   new_pastoral/ps_styles_color.css
 *   new_pastoral/ps_styles_fonts.css
 *   new_pastoral/ps_styles_tabs.css
 **************************************/

/***** new_pastoral/ps_styles_layout.css start *****/

@charset "utf-8";
/* CSS Document */
/*******************************************************************
 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
  login
  message
  user

  various modules

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

html{
	min-height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
}
#header {
	width: 100%;
	margin: 0px auto;
	color:#FFFFFF;
}
#header .headermain {
  float:left;
  margin:0px;
  height:0px;
  padding-left:10px;
  padding-top:14px;
  padding-bottom:0px;
}
#header-home {
	margin:0px auto;
	/*height:54px;*/
	/*background:#5370a3;*/
	color:#FFFFFF;
}
#header-home .headermain {
  float:left;
  margin:0px;
  height:0px;
  padding-left:10px;
  padding-top:14px;
  padding-bottom:0px;
}
#header_bg {
	margin:0px auto;
	/*height:156px;*/
	/*background:url(pix/top_bg.jpg) top repeat-x;*/
}

#logowrapper {
	height: 172px;
	width: 100%;
	overflow:hidden;
}
#logo-graphic h1,#logo-text h1 {
	margin: 0;
	padding-top: 6px; /* logo - distance from top */
	padding-right: 0px; /* logo - distance from rigth */
	padding-bottom: 0px; /* logo - distance from bottom */
	padding-left: 8px;	/* logo - distance from left */
}
#logo-graphic h1 a {
	text-indent: -9999em;
	display: block;
	height: 156px;
	width: 450px;
}
#logo-text h1 a {
	text-decoration: none;
}
#logo-text h1 {
	margin: 0;
}
#banner {
	height:85px;
	padding-left:34px;
	padding-top:30px;
}
#banner_bg {
	
}
.headermenu {
	padding-top:20px;
	padding-bottom:0px;
	padding-right: 3px;
	padding-left:0px;
  	float:right;
  	text-align:right;
  	color: #ffffff;
	/*padding:3px 25px 0px 0px;*/
}

/*.headermenu a:link {
	color: #ffffff;
	text-decoration:none;
}

.headermenu a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}*/

.headermenu a {
	color: #ffffff;
	text-decoration: underline;
}

.headermenu .logininfo {
  	margin:0 12px 4px 0;
	color: #ced4db;
	text-decoration:none;
}
.headermenu .logininfo a:link {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

.headermenu .logininfo a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}

.headernewsflash {
float:right;
padding-right:15px;
margin-left:0px;
margin-top:62px;
width:100%;
/*height:*/
color:#fff;
font-style:italic;
font-weight:normal;
}
/* The Menu Container */

#navwrapper {
	margin: 0px auto;
	position: relative;
	width: 100%;
	padding-top: 8px;
}

#navcontainer {
	height: 60px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

#navcontainer span.separator {
	color: #ced4db;
}

#navbar {
 	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 99%;
	vertical-align:bottom;
	padding-left: 3px;
	padding-top:0px;
}
#navbar_bg {
 	margin: 0px auto;
	position: absolute;
}


.navbar_bg .breadcrumb {
  float:left;
  /*margin:5px 0.2em 0 12px*/
}
.navbutton {
  float:right;
  margin:0.2em 1em 0.2em 0
}

/* The Menu */


/* The Menu - All lists must float */

#navbar ul {
	margin: 0;
	padding: 0;
	float: left;
}

/* Hide 3rd Level */
#navbar ul ul ul {
	left: -20000px;
}

/* All list-items must obey parent selector */

#navbar li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}


/* Second level lists hide by default */

#navbar li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top:30px;
	height: 28px;
	overflow:hidden;
	left: 0;
	width:100%;
}

/* IE needs to know we are on a computer */

#navbar a {
	text-decoration: none;
	cursor: pointer;
}

/* Underline all sublevel hover a.links */

#navbar li ul a:hover,
#navbar li.active ul a:hover {
    text-decoration: underline;
    
}

/* Underline all sublevel active a.links */

#navbar li li.active a, 
#navbar li li.active:hover a,
#navbar li li.sfhover.active a {
	 text-decoration: underline;
	 
}


/* Keeps sublevel persistant */

#navbar li.active ul {
	display: block;
}

/* Makes sure sublevels stay on top */

#navbar li:hover ul, #navbar li.sfhover ul {
	display: block;
	z-index: 6000;
	height: 31px;
}

/* Top level a.links (sizes only) */

#navbar li a {
	display: block;
	float: left;
	padding: 0 15px;
	margin-right: 3px;
	height: 30px;
	line-height: 28px;
}



/* Second level a.links */

#navbar li ul a, #navbar li.active ul a {
	display: block;
	float: left;
	font-weight: normal;
	padding: 0 10px;
	background: none;
	height: 24px;
	line-height: 24px;

}

/* First level list-items */

#navbar ul li {
	background: url(images/style2/nav_right_up.png) no-repeat right top;
	margin-right: 1px;
	
}
/* First level list-items (hover) */

#navbar ul li:hover,
#navbar ul li.sfhover
 {
	background: url(images/style2/nav_right_hover.png) no-repeat right top;
}

/* First level list-items (active) */

#navbar ul li.active
 {
	background: url(images/style2/nav_right_up.png) no-repeat right top;
}



/* Second level normal a.link */


#navbar ul li:hover ul,
#navbar li.sfhover ul {
}



#navbar ul li.active a:link,
#navbar ul li.active a:visited,
#navbar ul li.active ul.sfhover
 {
	margin-right: 1px;
}




#navbar li.active li a:link,
#navbar li.active li a:visited,
#navbar li.active li a:hover,
#navbar li:hover ul li a:link,
#navbar li:hover ul li a:visited,
#navbar li:hover ul li a:hover,
#navbar li.sfhover ul li a:link,
#navbar li.sfhover ul li a:visited,
#navbar li.sfhover ul li a:hover,
#navbar li li a:link,
#navbar li li a:visited,
#navbar li li a:hover
{
	border: none;
	padding: 1px 14px;
}
#navbar ul li.active ul li,
#navbar ul li ul li,
#navbar ul li.active ul li:hover,
#navbar ul li ul li:hover,
#navbar ul li.active ul li.sfhover,
#navbar ul li ul li.sfhover
{
	border: none;
	background-image: none;

}

/* @end */
#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 4px;
}

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

.page {
	width:100%;
	padding-top:0px;
	border: none;
	padding:0;
	/*padding-right:8px;*/
}
.loginbox {
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	height: 95%;
}
#middle-column {
	/*width:69%;*/
}
.maincontent {
	border:none;
}
.generalbox {
  border-width:0px;
  border-style:solid;
  margin-bottom: 5px;
  padding:5px;
}

.list_style ul {
	margin-left: 0;
	padding-left: 45px;
	list-style-type: none;
}
.list_style ul li {
	background:url(images/bullet.gif) no-repeat 0 7px;
	padding-left: 1.5em;
}

#footer p.helplink {
 margin-bottom: -5px;
}
#footer {
  	vertical-align:top;
  	margin:0px;
  	width:100%;
  	height:auto;
	padding-top:5px;
	padding-bottom:3px;
}
#footer .logininfo {
	color: #ced4db;
	text-decoration:none;
}
#footer .logininfo a:link {
	color: #ffffff;
	text-decoration:none;
}

#footer .logininfo a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}
/***
 *** Admin
 ***/

#admin-index #content,
#admin-lang #content {
  padding-top: 10px;
  margin-top: 13px;
}
#admin-maintenance #content {
  padding-bottom: 15px;
}
#adminsettings fieldset {
  border-width: 1px;
  border-style: solid;
}
form.mform div.textarea textarea {
  width: 35em;
}

/***
 *** Content
 ***/

#content {
  clear:both;
  margin:0;
}
#course-view #content,
#site-index #content {
  margin:0
}
#user-edit .userpicture,
#user-view .userpicture {
  margin-top:10px
}

/***
 *** Admin
 ***/
 
.logtable th.header {
  border-left:1px solid;
  border-right:1px solid;
}
#user-edit #content .generalbox,
#user-view .userinfobox tr {
  border-top:0 none
}

/***
 *** Blocks
 ***/
 
.sideblock,
.sideblock .searchform {
  text-align:left
}
.sideblock .header .hide-show-image {
  margin-top:0.1em;
}
.sideblock .searchform a {
  line-height:1.5em
}
#left-column .sideblock {
  margin-bottom:0.2em;
  /*/margin-left:0.5em;*/
}
#left-column .sideblock .header,
#left-column .sideblock .content,
#right-column .sideblock .header,
#right-column .sideblock .content {
  border:0 none
}
#right-column .sideblock .content {
  padding:0.2em 0.7em
}
#left-column .sideblock .header {
  /*border-bottom:1px solid*/
}
#left-column .sideblock .list .r0,
#left-column .sideblock .list .r1 {
  /* height:2em */
  min-height:2em
}
#left-column .sideblock .list td {
  vertical-align:middle;
  border-bottom:1px solid
}
#right-column .sideblock {
  margin-bottom:0.2em;
  /*padding-right:0.5em;*/
}
.sideblock .head {
  margin-top:0.5em
}
.sideblock .link {
  margin:0.3em 0;
  border-bottom:1px solid
}
.sideblock .post {
  margin-top:0.5em;
  padding-bottom:0.2em;
  border-bottom:1px solid
}
.block_rss_client .link {
  border-top:0 none
}

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

#calendar .today,
.minicalendar .today {
  padding-top:0;
  padding-bottom:0;
  border:1px solid !important
}
#calendar .maincalendar .calendarmonth {
  width:75%
}
.sideblock .calendar-controls .current {
  text-align: center;
}

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

#site-index .headingblock {
  border:0 none
}
#course-view .headingblock {
  margin-left:1em;
  padding-left:0.7em;
  border:0 none;
  border-left:1.2em solid
}
#course-view .topics {
  margin:0 0.5em 0 1em
}
#course-view .section .left {
  width:0.8em
}
#course-view .section .right {
  width:30px
}
#course-view .section .left a {
  display:none
}
#course-view .section .spacer {
  height:2em
}
#course-view .section .activity .spacer {
  height:12px
}
#course-view .section .content .section {
  margin-top:0;
  margin-left:0.7em
}
#course-view .section .content .section .activity {
  padding:0.3em 0.2em 0.2em;
  border-bottom:1px solid
}
.course .section .content .summary {
  margin:0 0 0 0.7em
}
#course-view .section .content .section .label img {
  margin-right:1em;
  margin-bottom:1em
}
#course-user #content,
#mod-forum-user #content {
  padding-bottom:0.2em
}
.coursebox{
	border: 1px solid #E4E6E7;
}
/***
 *** Login
 ***/

.loginbox {
  margin-top:12px
}
  
/***
 *** Modules:Forum
 ***/
 
.forumheaderlist {
  width:90%;
  margin-left:auto;
  margin-right:auto
}
.forumheaderlist .header {
	/*border-bottom:2px solid;*/
	/*border-top:2px solid;*/
 	/*border-right:2px solid;*/
  /*border-right:1px solid*/
}
.forumpost .topic {
	/*border-bottom:2px solid;*/
	/*border-top:2px solid;*/
}
.forumpost .left {
	/*border-top:2px solid;*/
	border-left:2px solid;
}
#mod-forum-index .generalbox {
  width:100%
}
  
/***
 *** Modules:Glossary
 ***/

.glossarydisplay {
  border-bottom:5px solid
}
.glossarypopup {
  margin-top:0.5em
}

/***
 *** Modules:Resource
 ***/
 
.mod-resource #content {
  margin-top:0;
}

/***
 *** New stuff
 ***/
#message-index .page,
#message-user .page,
#message-history .page,
#mod-glossary-showentry .page,
#help .page,
#course-info .page {
width:auto;
}
#resource-pages {
	margin-left:20px;
	margin-right:20px;
}
#resource-pages h4 {
	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #bf802b;
	text-align: left;
	border-bottom: solid 1px #002b54;
}

/***
*** Books
***/
.book_chapter_title {

    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
	color:#2d456a;
    margin-left: 0px;
    margin-bottom: 20px;
}

.book_content {
    text-align: left;
}
.book_content p {
    text-align: left;
    font-size: .9em;
}

img.bigicon {
  vertical-align:middle;
  margin-right:4px;
  margin-left:4px;
  width:24px;
  height:24px;
  border:0px;
}

.book_content .title {

	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 1.9em;
	font-weight:bold;
	color:#2d456a;
    text-align: center;
	line-height:1.0em;
	letter-spacing: 1px;
	margin-top:0px;
	margin-bottom:0px;
}

.book_content .subtitle {

	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
	font-size: 1.3em;
	font-weight:normal;
    text-align: center;
	letter-spacing: 1px;
	color:#2d456a;
	margin-top:3px;
	margin-bottom:2px;
}

.book_content .author {
	font-size:1em;
	font-style:italic;
	color:#5370a3;
    text-align: center;
	margin-top:2px;
	margin-bottom:10px;
}

.book_content p.initial:first-line {text-transform:uppercase;}

.book_content p.initial:first-letter {font-size: 200%; float:left;color:#5370a3;}

.book_content .ref {font-size: .7em; color:#5370a3; line-height:1.1em;}

.book_content p.ref {font-size: .7em; color:#5370a3; line-height:1.1em;}

.book_content p.fnote {line-height: 0; font-size: .70em; font-weight:bold; vertical-align:super;}

.book_content .endnotes {
	font-size: 90%;
}

.book_content .endnotes p {
	font-size: 90%;
}

.book_content .endnotes h1 {
	font-size: 1.3em;
	font-style:italic;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
	color: #5370a3;
	background-image: url("/theme/new_pastoral/images/bullet.gif");
	background-position: 0 1;
	background-repeat: no-repeat;
	text-indent: 25px;
}
.book_content blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	/*background: url("/theme/new_pastoral/images/blockquote.gif") no-repeat left top;*/
    no-repeat left top;
	font-size:.9em;
	font-style:italic;
}
.book_content TABLE.feature
{ 
	background-color:#e5e5eb;
	color:#666699;
	border: solid 2px #666699;
	margin-top:10px;
	margin-left: 10px;
}
.book_content TABLE.feature TD {padding:8px 8px 8px 8px;}
.book_content TABLE.feature P, P.quote { font-size:.9em;}
.book_content TABLE.feature P.quotecite { font-size:.7em;}
.book_content TABLE.feature H3 {font-size:.9em }
.book_content ul {
	margin-left: 0px;
	padding-left: 35px;
	list-style-type:disc;
	line-height:1.1em;
}
.book_content ul li {
	/*background: url(/images/bullet.gif) no-repeat 0 7px;*/
	padding-left: 0em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-family: 'trebuchet ms', tahoma, verdana, arial, sans-serif; 
	list-style-image:url("/theme/new_pastoral/images/bullet.gif");
	font-size: 12px;
	font-weight:normal;
	line-height:1.0em;
}
/***** new_pastoral/ps_styles_layout.css end *****/

/***** new_pastoral/ps_styles_color.css start *****/

@charset "utf-8";
/* CSS Document */
/*******************************************************************
 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
  user

  various modules

*******************************************************************/
/*----------------------------------------------------
                 PRIMARY LINK COLORS
----------------------------------------------------
*/

a {
	color: #5370a3;
	text-decoration: underline;
}
a:hover {
	color: #6082c0;
	text-decoration: none;
}
a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
} 
/*a.dimmed:link,
a.dimmed:visited {
  color:#b6bab2
}*/
a.dimmed {
	color:#AAAAAA;
}
a.autolink {
  background-color:#b6bab2;
  /*border-bottom:1px solid #A74;*/
}
/*#content .page a {
	color: #5370a3;
	text-decoration: underline;
}

#content .page a:hover {
	text-decoration: none;
	font-weight:bold;
}*/
#content .sideblock a {
	color: #5370a3;
	text-decoration: none;
}

#content .sideblock a:hover {
	text-decoration: underline;
	font-weight:bold;
}

.breadcrumb a {
	color:#FFFFFF;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.breadcrumb a:active {
	color:#758cb7;
	text-decoration: none;
	font-weight:bold;
	font-size:1.0em;
}

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

body {
	background-color: #ced4db;
	color: #5f5f5f;
	/*color: #ffffff;*/
}
#logowrapper {
	background: #5370a3 url(images/style2/body_bg.png) repeat-x 0 top;
}
.heightcontainer .header {
	background: #C0C0C0;
}
#logo-graphic h1 a {
	background: url(images/logo_eCampus.png) no-repeat left center;
}
#logo-text h2 {
	color: #caddff;
}
#banner {
	background:#5370a3;
}
#banner_bg {
	background: #5370a3 url(images/body_bg.png) repeat-x 0 top;
}

#banner h1.headermain {
	color: #FFFFFF;
}
.navbutton {
	color:#FFFFFF;
}
.navbutton a {
	color:#FFFFFF;
}
.navbutton a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
#navwrapper {
	background: url(images/style2/nav_bg.png) repeat-x;
}
#navcontainer span.separator {
	color: #ced4db;
}

/* The Container */

#navcontainer {/*background:url(images/style2/topshadow.png) no-repeat left bottom;*/}

/* Top level a.links (sizes only) */

#navbar li a {background:url(images/style2/nav_left_up.png) no-repeat left top;color: #fdfeff;}

#navbar li a:hover,#navbar ul li:hover a,#navbar ul li.sfhover a {background:url(images/style2/nav_left_hover.png) no-repeat left top;color:#fff;}

/* First level list-items */

#navbar ul li {background:url(images/style2/nav_right_up.png) no-repeat right top;}

/* First level list-items (hover) */

#navbar ul li:hover,
#navbar ul li.sfhover {background:url(images/style2/nav_right_hover.png) no-repeat right top;}

/* First level list-items (active) */

#navbar ul li.active {background:url(images/style2/nav_right_up.png) no-repeat right top;}

/* Second level normal a.link */

#navbar ul li:hover ul,
#navbar li.sfhover ul {background:url(images/style2/topshadow.png) no-repeat center bottom;}

#navbar ul li ul,
#navbar ul li.active a:link,
#navbar ul li.active a:visited,
#navbar ul li.active ul:hover,
#navbar ul li.active:hover ul,
#navbar ul li.active ul.sfhover,
#navbar ul li.active.sfhover ul {color:#fff;}

#navbar ul li.active a:link,
#navbar ul li.active a:visited,
#navbar ul li.active ul.sfhover {background-color:#3d3d3d;background:url(images/style2/nav_left_active.png) no-repeat left top;color: #36455f;}

#navbar li.active li a:link,
#navbar li.active li a:visited,
#navbar li.active li a:hover,
#navbar li:hover ul li a:link,
#navbar li:hover ul li a:visited,
#navbar li:hover ul li a:hover,
#navbar li.sfhover ul li a:link,
#navbar li.sfhover ul li a:visited,
#navbar li.sfhover ul li a:hover,
#navbar li li a:link,
#navbar li li a:visited,
#navbar li li a:hover {background:url(images/style2/sublevel_divider.png) no-repeat 100% 60%;color: #2d3c58;}

.page {
	background-color: #ffffff;
	/*border: 1px solid #bcc3cb;
	border-bottom-color: #b2b8c0;*/
}
/*----------------------------------------------------
                        FOOTER
----------------------------------------------------
*/


/*#footer {
  	background:#5370a3;
  	vertical-align:top;
  	margin:0px;
  	width:100%;
  	height:auto;
	padding-top:5px;
	padding-bottom:3px;
  /*margin-top: 5px;
  margin-bottom: 5px;*/
  	/*text-align:center;
  	border-top-width:10px;
  	border-top-color:#36455f;
}*/

 
#footer {
	background: url(images/style2/footer_bg.png) no-repeat center top;
	background:#5370a3;
	border-top:solid #cccdd0 .5em;

}
/*LINKS*/
/*#footer a:link {
	color: #36455f;
	text-decoration: none;
}
#footer a:visited {
  color:#377305
}
#footer a.dimmed:link,
#footer a.dimmed:visited {
  color:#999
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}*/
#footer p.promo a {
	text-decoration: underline;
	border:none;
	color:#36455f;
} 

#footer a {
	/*font: 11px Arial, Helvetica, sans-serif;*/
	color: #36455f;
	text-decoration: underline;
}
#footer a:link {
	color: #36455f;
	text-decoration: underline;
}#footer a:hover {
	color: #efefef;
	text-decoration: none;
	font-weight: bold;
}

.homelink a:link,
.homelink a:visited,
.homelink a:hover {
  background-color:transparent;
  color:#FFF;
  text-decoration:none
}
.homelink a:link,
.homelink a:visited {
  border-top:1px solid #CECECE;
  border-bottom:2px solid #4A4A4A;
  border-left:1px solid #CECECE;
  border-right:2px solid #4A4A4A
}
.homelink a:hover {
  border-bottom:1px solid #CECECE;
  border-top:2px solid #4A4A4A;
  border-right:1px solid #CECECE;
  border-left:2px solid #4A4A4A
}
/***
 *** Admin
 ***/
 
.admin .generalboxcontent {
  background-color:#F5F5F5
}
.admin .generalbox {
  border-color:#BBB
}
.admin .informationbox {
  border-color:#BBB; 
  background-color:#FFF
}
body#admin-index .c0 {
  background-color:#FAFAFA
}
#admin-config .r0 {
  background-color:#F5F5F5
}
#admin-config .r0 .c0{
  background-color:#FFCECF
}
#admin-config .r1 {
  color:#666
}
#admin-config h2.main {
  background-color:#FFCECF
}
.logtable th.header {
  background-color:#FF9D9F;
  border-color:#FF3C41
}
#adminsettings fieldset span.form-shortname {
  color: #999;
}
#adminsettings fieldset {
  background-color: #f9fafa;
  border-color: #DDD;
}

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

.sideblock {
	color: #616161;
	background-color: #e6e7e6;
}
.sideblock .header {
  	background: url(images/style2/nav_bg.png) repeat-x;
  /*background: #36455f;*/
  /*border-top-color:#5370a3;
  border-top-width:2px;*/
  	color:#FFF;
	font: bold .7em Georgia, Verdana, Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align:center;
  	padding:5px 5px 5px 5px;
}

.sideblock .content {
	color: #616161;
	background-color: #e6e7e6;
}
.sideblock .content hr {
  border-top-color:#999
}
.sideblock .list {
}
#left-column .sideblock .header {
  /*border-bottom-color:#F9FAFA*/
}
#left-column .sideblock .list td {
  border-color:#FFF
}
#right-column .sideblock {
	color: #616161;
	background-color: #e6e7e6;
  /*background-color:#F9FAFA*/
}
#right-column .sideblock .header {
  	/*border-bottom-color:#CCDDEF*/
}
#right-column .sideblock .content {
	color: #616161;
	background-color: #e6e7e6;
}
.sideblock .link {
  	border-bottom-color:#FFF
}
.sideblock .post {
  border-bottom-color:#FFF
}
.sideblock h1.main:first-letter,
.sideblock h2.main:first-letter,
.sideblock h3.main:first-letter,
.sideblock h4.main:first-letter,
.sideblock h5.main:first-letter,
.sideblock h6.main:first-letter {
  color:#999
}


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

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color:#DDD
}
#calendar .maincalendar table.calendarmonth th {
  border-color:#000
}
table.minicalendar {
  border-color:#DDD
}
#calendar .maincalendar .eventlist .event {
  border-color:#DDD
}
#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#F5F5F5
}
#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#999
}
#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:#F96 !important;
  background-color:#F96
}
#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:#F96 !important;
  border-bottom-color:#F96 !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:#F00
}
#calendar .today,
.minicalendar .today {
  border-color:#DDD !important
}
.cal_popup_fg {
  background-color:#FFF
}
.cal_popup_bg {
  border-color:#000;
  background-color:#FFF
}
#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,

.block_calendar_month .filters table {
  background-color:transparent
}


/***
 *** Course
 ***/
.course-content .outline h2 {
	color:#36455f;
}
#course-view .headingblock {
  border-left-color:#494F58;
}
#course-view .section td {
  border-color:#DDD
}
#course-view .section .content .section {
  background-color:#F9FAFA
}
#course-view .section .content .section .activity {
  border-bottom-color:#FFF
}
#course-view .section .content .section .label {
  background-color:#FFF
}
#course-view .section .side {
}
#course-view .section .left {
  background-color:#36455f;
  color:#FFFFFF;
}
#course-view .section .right {
}
#course-view .current .side{
}
#course-view .topics {
}
#course-view .weeks {
}
#course-view .section .spacer {
}
#course-view .section .weekdates {
  color:#999
}
#course-view .weekcss .current {
  background-color:#ced4db;
}
#course-view .current td.side {
  background-color:#bf802b;
  /*border:solid 2px #5370a3;*/
}

/*.editing .section .content .summary {
  background-color:#FFF
}*/
.categoryboxcontent,
.courseboxcontent {
  border-color:#DDD;
  background:#FFF
}
#course-user .section {
  border-color:#999
}
#course-user #content,
#user-view #content,
#user-edit #content,
.admin #content,
.course #content,
#files-index #content {
  background-color:#F5F5F5
}
#user-edit #content .generalbox,
#user-view .userinfobox tr {
  background-color:#FFF
}
#site-index #content,
#course-view #content {
  background-color:#FFF
}
#course-user .logtable .r1 {
  background-color:#DFDFDF
}
#course-view .section.hidden *,
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#F5F5F5;
  color:#999
}
#course-view .section.hidden .left {
  background-color:#F5F5F5
}
/***
 *** Login
 ***/

.loginbox {
  background-color:#F9FAFA
}

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#DDD
}

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

table.message_search_results td {
  border-color:#DDD
}
.message.other .author {
  color:#88C
}
.message.me .author {
  color:#999
}
.message .time {
  color:#999
}
.message .content {
}

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

.userpicture {
  background:#F5F5F5
}
.userinfobox {
  border-color:#DDD;
  background-color:#F7F7F7
}
.groupinfobox {
  border-color:#DDD;
  background-color:#FCFCFC
}

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

.assignmentsubmission {
}
.assignmentnew .assignmentfeedback{
  background-color:#FFCECF
}   
  
.assignmentold .assignmentfeedback{
  background-color:#BBB
}
.assignmentheading {
  background-color:#BBB
}

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

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

/***
 *** Modules:Forum
 ***/
 
.mod-forum #content {
  background-color:#F9FAFA
}
#mod-forum-user #content {
  background-color:#F5F5F5
}
.forumheaderlist,
.forumpost {
  border-color:#DDD;
  background-color:#FFF;
}
.forumheaderlist .header {
  	/*background:#36455f url(images/style2/nav_bg.png) repeat-x;*/
  	background-color:#36455f;
  	border-top-color:#758cb7;
	color:#FFFFFF;
  /*background-color:#002b54;
  border-color:#bf802b*/
}
.forumpost .content {
  background:#FFF
}
.forumpost .left {
  background:#36455f;
  /*border-bottom-color:#bf802b;*/
  border-left-color:#758cb7;
}
.forumpost .topic {
  /*background-color:#36455f;*/
  background-color:#36455f;
  border-top-color:#758cb7;
}
.forumpost .topic .author a {
	color:#FFFFFF;
	text-decoration:underline;
}
.forumpost .topic .author a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.forumpost .starter {
  background-color:#36455f
}
.forumheaderlist .discussion .starter {
  background-color:#ced4db;
}
.forumheaderlist td {
  border-color:#FFF
}
.sideblock .post .head {
  color:#555
}
.forumthread .unread {
  background:#FFD991
}
#mod-forum-discuss .forumpost {
  background:none
}
#mod-forum-discuss .forumpost.unread .content {
  border-color:#FFD991
}
#mod-forum-discuss .forumthread .unread {
}
#mod-forum-index .unread {
}

/***
 *** Modules:Glossary
 ***/
 
.mod-glossary #content {
 background-color:#F9FAFA
}
.entryboxheader {
  border-color:#BBB
}
.entrybox {
  border-color:#BBB;
  background-color:#FFF
}
.glossarypost {
  border-color:#DDD;
  background-color:#FFF
}
.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color:#F0F0F0
}
.glossarycomment {
  border-color:#DDD
}
.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color:#F0F0F0
}
#mod-glossary-report .generalbox .teacher {
  background:#F0F0F0
}
.glossarycategoryheader {
  background-color:#FF9D9F
}
.glossaryformatheader {
  background-color:#FFCECF
}
.glossarydisplay {
  border-bottom-color:#F9FAFA
}

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

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color:#FFCECF
}
/***
 *** Modules:Label
 ***/

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

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

body#mod-quiz-report table#attempts td {
  border-color:#DDD
}
body#mod-quiz-report table#attempts .r1 {
  background-color:#F5F5F5
}

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

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

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

#mod-survey-view .r0 {
  background-color:#F5F5F5
}
#mod-survey-view .r1 {
  background-color:#FFCECF
}

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

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

.workshoppostpicture {
  background-color:#FEE6B9
}
.workshopassessmentheading {
  background-color:#FFCECF
}
/***** new_pastoral/ps_styles_color.css end *****/

/***** new_pastoral/ps_styles_fonts.css start *****/

@charset "utf-8";
/* CSS Document */
/*******************************************************************
 ps_styles_fonts.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
  help
  login
  message
  user

  various modules

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


/***
 *** Core
 ***/
html{
	font-size:100%;
}
body {
	/*font-family: "Times New Roman", Times, Georgia, serif;*/
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 150%;
	font-size:100%;
}
#navbar {
	font: bold 12px Georgia, Verdana, Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
}
.breadcrumb {
  	padding-left: 6px;
  	padding-top: 0px;
  	color: #FFFFFF;
  	font-weight:normal;
  	font-size:1.0em;
	text-decoration:none;
}
.breadcrumb .sep {
  color: #bf802b;
  font-weight:normal;
  margin:5px;
}
/*.breadcrumb .active a:link {
	color: bf802b;*/
}
.first a:link {
	color: #FFFFFF;
	font-size:1.0em;
	font-weight: normal;
	text-decoration:underline;
}
.first a:visited {
	color: #FFFFFF;
	font-size:1.0em;
	font-weight: normal;
	text-decoration:underline;
}
.first a:hover {
	color: #FFFFFF;
	font-size:1.0em;
	font-weight: bold;
	text-decoration:none;
}
.first .accesshide {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight: normal;
}


th {
  font-weight:bold
}
/*----------------------------------------------------
                 PRIMARY LINK COLORS
----------------------------------------------------
*/

a {
	color: #5370a3;
	text-decoration: underline;
}
a:hover {
	color: #6082c0;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	font-weight:bold;
}
a:link,
a:visited {
  text-decoration:underline
}
a:hover {
  text-decoration:none;
  font-weight:bold;
}
a.autolink {
  font-size:100% !important;
}
a.autolink:hover {
  text-decoration:none;
  cursor:help
}
/***
 *** Footer
 ***/

#footer p.promo{
	font-size: 0.8em;
	color: #bbb7b1;
	text-align:center;
}
/***
 *** Special
 ***/
p.ref { font-size: .9em; color:Navy; line-height:1.3em; text-align:center;}
.post-title, .page-title {
	font-family:Georgia, Arial, Serif;
	font-size:1.3em;
	margin:0;
	font-weight:bold;
}
/***
 *** Special End
 ***/

.breadcrumb .sep {
  font-family: verdana, arial, helvetica, sans-serif;
}
.generalboxcontent {
  font-size:0.8em
}
.generaltable .header {
  font-size:0.9em;
  font-weight:normal;
  white-space:normal !important
}
.generaltable .cell {
  font-size: 0.8em;
}
.warning {
  font-weight:bold;
  font-style:italic
}
.errorbox .title {
  font-weight:bold;
  font-size:1.2em;
  text-align:center
}
.pagingbar .title {
  font-weight:bold
}
.pagingbar .thispage {
  font-weight:bold
}
.paging {
  font-size:0.8em
}
.categorybox .category {
  font-size:1.2em;
  font-weight:bold
}
.helplink {
  font-size:0.8em
}
.headingblock {
  font-weight:bold;
  font-size:1.1em
}
.headingblock .link {
  font-size:0.9em
}
.files .file {
  font-size:0.9em
}
.files .folder {
  font-size:0.9em
}
.files .folder .size {
  font-weight:bold
}
.sitetopiccontent {
  font-size:0.8em
}

h1.page,
h2.page,
h3.page,
h4.page,
h5.page,
h6.page {
  font-weight:bold
}
h1 {
  font-size:1.4em
}
h2 {
  font-size:1.2em
}
h3 {
  font-size:1.0em
}
h4 {
  font-size:0.8em
}
/***
 *** Header
 ***/
#logo-text h1 a {
	color: #fff;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 28px;
	text-indent: 10px;
}
#logo-text h2 {
	margin-left: 14px;
	font-size: 1.8em;
}
.headermain {
  font-weight:bold;
  color:#ffffff;
}
#header-home .headermain {
  color:#ffffff;
}
.headermain a:link {
	color: #ffffff;
	text-decoration:none;
}

.headermain a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
  font-size:0.8em
}
#header-home .headermain {
  font-size:1.2em
}
#header .headermain {
  font-size:1.2em
}
#banner h1.headermain {
  font-size:1.8em;
  font-family: Tahoma;
  font-weight:normal;
}
.breadcrumb {
  font-size:.9em;
  font-weight:normal
}
/***
 *** Footer
 ***/

.homelink {
  font-size:0.8em
}

.performanceinfo {
  font-size:0.6em
}

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

table.formtable tbody th {
  font-weight:normal;
  text-align:right
}
#admin-index .generalboxcontent,
#admin-config .generalboxcontent {
  font-size:0.9em
}
#admin-config .linklist {
  font-size:0.9em
}
#admin-config .r1 {
  font-size:0.9em
}
#admin-config #content > center {
  font-size:0.8em
}
#admin-index .generaltable .cell {
  line-height: 1.9em;
}
#adminsettings fieldset span.form-shortname {
  font-size: 90%;
}
#adminsettings fieldset {
  font-size: 80%;
}

/***
 *** Blocks
 ***/
 
.sideblock {
  font-size:0.8em
}
.sideblock .header {
  font-weight:bold
}
.sideblock .content {
  line-height:1.2em
}
.sideblock .content *,
.sideblock .content .message {
  text-align:left
}
.sideblock .content h3,
.sideblock .content h2 {
  font-size:1.2em
}

.sideblock .footer {
  text-align:left
}
.sideblock .head,
.sideblock .info,
.sideblock .event {
}
.sideblock .date {
  font-style:italic
}
.activitydate, .activityhead {
  /*font-size:0.8em*/
}

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

#calendar .maincalendar .eventlist .event .referer {
  font-weight:bold
}
#calendar .maincalendar .eventlist .event .course {
  font-size:0.8em
}
#calendar .maincalendar .eventlist .event .description .commands {
  text-align:right
}
#calendar .maincalendar .calendarmonth {
  font-size:0.8em
}
#calendar .sidecalendar {
  font-size:0.8em
}
#calendar div.header {
  font-weight:bold
}
#calendar .sidecalendar .filters,
#calendar .maincalendar .filters {
  font-size:0.8em
}
.sideblock .filters td {
  font-size:1em
}
#calendar .maincalendar .controls {
  font-size:1em
}
#calendar .maincalendar .day {
  font-weight:bold
}
table.minicalendar {
  font-size:0.85em
}
.cal_popup_close {
  font-family:sans-serif;
  font-size:0.8em;
  font-weight:bold
}
.cal_popup_bg {
  font-size:1.2em
}
.cal_popup_cg {
  font-size:0.95em;
  font-weight:bold
}
#calendar .maincalendar .calendar-controls .current {
  font-weight:bold
}
.block_calendar_month .filters {
  font-size:0.9em
}
.block_calendar_month .day {
  text-align:center
}

/***
 *** Course
 ***/
.coursesearchbox {
	color:#000000;
	font-size:13px;
	font-family:Tahoma;
	font-weight:bold;
}

#course-view .section {
  font-size:0.8em;
  line-height:1.4em
}
#course-view .section .label {
  font-size:1.2em;
  line-height:1.4em
}
#course-view .section .activity {
  padding:0.2em 0;
  vertical-align:bottom
}
#course-view .section .activity a {
  font-size:1.2em;
  line-height:1em
}
#course-view .section .left {
  font-weight:bold
}
.course .generalbox{
  font-size:0.8em
}
.weeklydatetext {
  font-size:0.8em;
  font-weight:bold
}
.coursebox .info {
  font-size:0.9em;
}
.coursebox .teachers,
.coursebox .cost {
  font-size:0.8em
}
.coursebox .summary {
  font-size:0.8em
}
#course-recent h2.main {
  font-size:1.1em
}

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

body#doc-contents h1 {
  font-size:0.9em
}
body#doc-contents ul {
  font-size:0.8em
}

/***
 *** Help
 ***/

#help {
  font-size:0.8em
}

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

#login-index #content .left,
#login-index #content .right {
  font-size:0.8em;
  text-align:left
}

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

.message .link {
  font-size:0.8em
}
.message_form {
  font-size:0.8em
}
.message .heading {
  font-size:1.0em;
  font-weight:bold
}
.message .date,
.message .contact,
.message .summary {
  font-size:0.9em
}
.message .note, 
.message .pix {
  font-size:0.8em
}
.message .author {
  font-weight:bold;
  font-size:0.8em
}
.message .time {
  font-style:italic;
  font-size:0.8em
}
.message .content {
  font-size:0.8em
}
#message-user .commands span {
  font-size:0.7em;
  white-space:nowrap
}
#message-user .name {
  font-weight:bold;
  font-size:1.1em
}

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

#user-view .userinfobox .content {
  font-size:0.8em
}
#course-user .section .content td {
  font-size:0.8em
}
#course-user .section .content ul {
  font-size:1.2em
}
#course-user .logtable {
  font-size:0.8em
}
#course-log .logtable {
  font-size:0.8em
}
.userinfobox .username {
  font-weight:bold
}
.userinfobox .links {
  font-size:0.7em
}

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

#mod-assignment-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Chat
 ***/

#mod-chat-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Choice
 ***/

#mod-choice-index .cell {
  font-size:0.85em
}
  
/***
 *** Modules:Forum
 ***/
.forumpost,
.forumheaderlist  {
  font-size:0.8em
}
.forumnodiscuss {
  font-weight:bold
}
.forumpost .topic .subject {
	font-weight:bold;
	color:#FFFFFF;
}
.forumpost .topic .author {
	color:#FFFFFF;
	font-size:0.8em
}
.forumpost .commands,
.forumpost .link {
  font-size:0.9em
}
.forumheaderlist .discussion .lastpost {
  font-size:0.7em
}
body#mod-forum-search .introcontent {
  font-weight:bold
}
body#mod-forum-index .cell {
  font-size:0.85em
}

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

.glossarydisplay,
.glossarysearchbox {
  font-size:0.8em
}
.glossarypost .commands {
  font-size:0.8em
}
.glossarypost .entryheader .author,
.glossarypost .entryheader .time {
  font-size:0.8em
}
.glossarypost .entryheader .time {
  font-style:italic
}
.glossarypopup {
  font-size:0.8em
}
.concept {
  font-weight:bold
}
.glossarycomment .time {
  font-size:0.8em;
  font-style:italic
}
.entrylowersection .aliases {
  font-size:0.8em
}
.entrylowersection .icons,
.entrylowersection .ratings {
  font-size:0.8em
}
#mod-glossary-index .cell {
  font-size:0.85em
}

/***
 *** Modules:Journal
 ***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
  font-size:0.7em
}
#mod-journal-view .author {
  font-size:1em;
  font-weight:bold
}
#mod-journal-view .time {
  font-size:0.7em;
  font-style:italic
}
#mod-journal-view .grade {
  font-weight:bold;
  font-style:italic
}
#mod-journal-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Label
 ***/

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

#mod-lesson-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Quiz
 ***/

.editorhelptext {
  font-size:0.7em
}
#mod-quiz-index .cell {
  font-size:0.85em
}

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

#mod-resource-index .cell {
  font-size:0.85em
}
/*.mod-resource font {
  font-size:0.8em
}*/

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

#mod-scorm-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Survey
 ***/

#mod-survey-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Wiki
 ***/

#mod-wiki-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Workshop
 ***/

#mod-workshop-index .cell {
  font-size:0.85em
}

/***** new_pastoral/ps_styles_fonts.css end *****/

/***** new_pastoral/ps_styles_tabs.css start *****/

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

.userinfobox {
  border-top:0 none;
  padding-top:0;
  margin-top:0;
}

#mod-forum-user .forumpost,
#course-user .section .content {
  border-top:0 none;
}

#course-user .section {
  background-color:#fff;
  padding:1em;
}

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

#user-view .tabs td,
#user-edit .tabs td,
#mod-forum-user .tabs td {
  padding-bottom:0;
}

#user-edit .generalbox {
  width:100%
}

.mod-glossary .glossarydisplay tr,
.mod-glossary .glossarydisplay td {
  border:0 none !important;
  padding-bottom:0;
}

.mod-glossary td.entryboxheader {
  height:0 !important;
  background-color:#fff;
}

.mod-glossary .entrybox {
  padding:0;
}

.tabs {
  width:auto;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0 none;
}

#user-view .tabs {
  width:80%;
}

.tabs tr,
.tabs .left,
.tabs .right {
  background:url(pix/tab/tabsbg_x2.gif) bottom left repeat-x
}

.tabs .side {
  border-bottom:0 none
}

.tabs td {
  padding:0
}

.tabs .left {
  width:0
}

.tabs .right {
  width:75%
}

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

.tabrow td {
  padding:0 0 0 14px;
  height:34px;
  border-width:0
}

.tabs .r1 {
  margin-bottom:1px
}
.tabrow td.selected {
  border-width: 0px
}

.tabs .r0 .active {
  background:url(pix/tab/left.gif) bottom left no-repeat
}

.tabs .r1 .active {
  background:url(pix/tab/left2.gif) bottom left no-repeat
}

.tabs .r0 .inactive {
  background:url(pix/tab/left_inactive.gif) bottom left no-repeat
}

.tabs .r1 .inactive {
  background:url(pix/tab/left_inactive2.gif) bottom left no-repeat
}

.tabs .r0 .activetwo {
  background:url(pix/tab/left_active2.gif) bottom left no-repeat
}

.tabs .r1 .activetwo {
  background:url(pix/tab/left_active2.gif) bottom left no-repeat
}

.tabs,
.tabs tr,
.tabs .td,
.tabrow,
.tabrow tbody,
.tabrow tr,
.tabrow td {
  background-color:transparent
}

.tabrow th {
  display:none
}

.tabrow td .tablink {
  padding:0 14px 0 0;
  /*display:block;*/
  white-space:nowrap;
  line-height:32px;
  text-align:center;
  text-decoration:none;
  height:34px;
  width:auto
}

.tabs .r0 .active .tablink {
  background:url(pix/tab/right.gif) bottom right no-repeat
}

.tabs .r1 .active .tablink {
  background:url(pix/tab/right2.gif) bottom right no-repeat
}

.tabs .r0 .inactive .tablink {
  background:url(pix/tab/right_inactive.gif) bottom right no-repeat
}

.tabs .r1 .inactive .tablink {
  background:url(pix/tab/right_inactive2.gif) bottom right no-repeat
}

.tabs .r0 .activetwo .tablink {
  background:url(pix/tab/right_active2.gif) bottom right no-repeat
}

.tabs .r1 .activetwo .tablink {
  background:url(pix/tab/right_active2.gif) bottom right no-repeat
}

.tabrow td .tablink a {
  width:auto;
  line-height:32px
}

.tabs .r0 .active:hover {
  background:url(pix/tab/left_hover.gif) bottom left no-repeat
}

.tabs .r0 .active:hover .tablink {
  background:url(pix/tab/right_hover.gif) bottom right no-repeat;
  line-height:32px
}

.tabs .r0 .inactive:hover {
  background:url(pix/tab/left_inactive.gif) bottom left no-repeat
}

.tabs .r0 .inactive:hover .tablink {
  background:url(pix/tab/right_inactive.gif) bottom right no-repeat;
  line-height:32px
}

.tabs .r1 .active:hover {
  background:url(pix/tab/left_hover2.gif) bottom left no-repeat
}

.tabs .r1 .active:hover .tablink {
  background:url(pix/tab/right_hover2.gif) bottom right no-repeat;
  line-height:32px
}

.tabrow .last span {
  padding:0 1px 0 0;
  display:block;
  background:url(pix/tab/right_end.gif) bottom right no-repeat
}

.tabs .r0 .selected {
  background:url(pix/tab/left_active.gif) bottom left no-repeat
}

.tabs .r1 .selected {
  background:url(pix/tab/left_active2.gif) bottom left no-repeat
}

.tabs .r0 .selected .tablink {
  background:url(pix/tab/right_active.gif) bottom right no-repeat;
  line-height:32px
}

.tabs .r1 .selected .tablink {
  background:url(pix/tab/right_active2.gif) bottom right no-repeat;
  line-height:32px
}

/*.tabrow td.selected:hover  {
  background:url(pix/tab/left_active.gif) bottom left no-repeat;
}

.tabrow td.selected .tablink:hover {
  background:url(pix/tab/right_active.gif) bottom right no-repeat;
}*/

.user-content h2 {
  margin:0;
  padding:0 1em
}

.user-content {
  background-color:#FFFFFF;
  border:1px solid #D1D7DC;
  border-top-width:0;
  padding:0.5em
}


/*******************************************************************
*** Tabs
*******************************************************************/
.tabs {
  font-size:0.8em
}
.tablink a:link,
.tablink a:visited {
    color:#000066;
}

.tablink a:hover {
    text-decoration: none;
}

.selected .tablink a:link,
.selected .tablink a:visited {
    color:#000000;
}/***** new_pastoral/ps_styles_tabs.css end *****/

onfig);
   
?>
