/**************************************
 * THEME NAME: shafston
 *
 * Files included in this sheet:
 *
 *   shafston/shafston_banners.css
 *   shafston/shafston_layout.css
 *   shafston/shafston_color.css
 *   shafston/shafston_fonts.css
 *   shafston/shafston_topmenu.css
 *   shafston/shafston_default.css
 **************************************/

/***** shafston/shafston_banners.css start *****/

/* Banners */

#banner {
	width:				508px;
}

	#banner .bannerTop {
		display:			block;
		width:				508px;
		height:				206px;
		text-indent:		-2000px;
		background:			url('images/banner1.mainImg.01.jpg') no-repeat;
	}
	
	#banner .bannerTxt {
		display:			block;
		float:				left;
		width:				410px;
		height:				48px;
		background:			url('images/background.bannertxt.01.gif') repeat-x;		
	}
		#banner .bannerTxt span {
			display:			block;
			color:				#ffffff;
			font-size:			8pt;
			padding:			8px;
		}
			#banner .bannerTxt span strong {
				display:		block;
			}
	
	#banner .bannerLnk {
		display:			block;
		float:				right;
		width:				98px;
		height:				48px;
		/*margin-left:		410px;*/
		text-indent:		-2000px;
		background:			url('images/Banner-txt-right.jpg') no-repeat;
	}
	
	.clear {
		clear:both;
	}/***** shafston/shafston_banners.css end *****/

/***** shafston/shafston_layout.css start *****/

/* Core */

body {
    margin: 0px;
    background: #dcdcdc url('images/background.tile.01.gif') repeat-x !important;
}

body, p, th, td, li, .sideblock .content {
  line-height:1.4;
}

.surround {
 display: block;
  margin-left: auto; 
  margin-right: auto;
  max-width: 960px;
  width: 960px;
  position: relative;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
  font-size:90%;
  color:#960e10;
} 

h1, h2, h3, h4 {
  text-align: left;
}

h1 {
  padding: 6px;
}

h2 {
  padding: 4px;

}

h2.headingblock.header  {
border: 1px;
	}

h2.main  {
border: 0px;
	}
h3 {
  padding: 3px;
}


#layout-table #left-column, #layout-table #right-column {
    /*border: 1px solid;*/
    border: none;
}

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

#layout-table {
  border: none;
}

#content {
	clear:both;
}
  
h1, h2, h3, th.header {
  border-width: 0px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input, select {
  padding: 0px;
}
#layout-table #middle-column{
  vertical-align:top;
  padding-left:5px;
  padding-right:5px;
}

#layout-table #left-column{
  vertical-align:top;
  padding-left:5px;
  padding-right:0px;
}

#layout-table #right-column{
  vertical-align:top;
  padding-left:0px;
  padding-right:5px;
}

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

.generaltable {
  border-width:0px; 
}

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


.generalbox {
  border-width:1px; 
  border-style:solid; 
  padding: 5px; 
  margin-bottom:10px;

}

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


}

.clearfix { 
 min-width: 0; 
 /* overflow: hidden; */ 
}

.clearfix:after {
  /* content: "<!-- -->";  */
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

#header-home {
  /* padding:1em 0.5em; */
  border-width:0px;
  border-style:solid;
}

#header {
  /* height:50px; */
  border-width:0px;
  border-style:solid;
}

.headermain, h1.headermain {
  float:left;
  margin:0%;
  padding:0%;
  border-width: 0px;
  padding-left: 5px;
}

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

.header-profilepic {

  text-align:right;
  margin: 5px;
  width: 80px;
  height: 80px;
  border: 1px solid #999999;

}
/* START OF NEW PROFILEBOX */

.header-profileblock {
  position:					absolute;
  float:					right;
  right: 					10px;
  top: 						10px;
  width: 					300px;
  height: 					115px;
  color:					#ffffff;
  background: 				#ac191f;
}

	.header-profileblock a {
		  color:					#ffffff !important;
	}
	.header-profileblock a:hover {
		  color:					#f36e71 !important;
	}

	.profile-header {
		color: 					#ffffff;
		font-weight: 			bold;
		background: 			#bc2f37;
		font-size:				90%;
		font-weight:			bold;
		padding:				3px 0px 3px 6px;
	}
	
	.profile-mainBox {
		clear:					both;
		height: 				70px;
		border-bottom: 			1px solid #980c0f;
		*margin-top: 			12px;
		
	}

	.profile-mainBox .loginform .itemRow {
		display: block;
		height: 10px;
		width: 200px;
		*margin-bottom: -7px;
	}
		.profile-mainBox .loginform .itemRow label {
			display: block;
			float: left;
			width: 70px;
		}
		.profile-mainBox .loginform .itemRow input {
			display: block;
			float: right;
			width: 120px;
		}
		.profile-mainBox .loginform .itemRow input.submitButton {
			display: block;
			float: right;
			width: 80px;
			margin-top: 5px;
		}
		
		.profile-mainBox-pic {
			float:					left;
			width:					50px;
			height:					50px;
			margin:					8px 0 0 8px;
			border: 				2px solid #fff;
		}
		
		.profile-mainBox-info {
			float:					right;
			width:					220px;
			margin:					7px;
			font-size:				90%;
			text-align:				left;
		}
			.profile-mainBox-info .usernameLink {
				font-size:				110%;
				font-weight:			bold;
			}
	
	.profile-footer {
		display:				block;
		border-top: 			1px solid #bd3134;
		padding:				2px 6px 3px 3px;
		font-size:				80%;
		text-align:				right;
	}

/* END OF NEW PROFILEBOX */

/* START OF OLD PROFILEBOX */

.header-profileblock_OLD {
  float:right;
  text-align:right;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 300px;
  height: 115px;
  background: #ac191f;
}

.header-profilename {
  text-align:right;
  margin-right: 5px;
}

.header-profileoptions {
  text-align:right;
  margin-right: 5px;
}

.header-profileoptions ul li { 
padding-left: 10px;
display: inline; 
}

.header-profileoptions .loginform { 
width: 5em;
margin-left:4px;
display: inline; 
}

/* END OF OLD PROFILEBOX */

.navbar {
  width:100%;
  padding:3px 0.5em;
  border-width:0px;
/*  border-style:solid; */
}

div.navbar {
  width: auto;
}

table.navbar {
  width: 100%;
}

.navbar .navbutton form {
  float: left;
}

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

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

.breadcrumb ul {
  padding:0%;
  margin:0%;
  text-indent:0%;
  list-style:none;
}
.breadcrumb li {
  display:inline;
}

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

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


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

TABLE.loginbox {
  margin-top: 40px;
}

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** Footer
 ***/
 
#footer {
  text-align:center;
  margin-top: 4px;
  margin-bottom: 0px;
  padding: 4px;
  border-top:2px solid #6d0b0a;
  background:#9b0d0c url('images/background.topmenu.01.gif') repeat-x;
   color: #ffffff;
}

#footer a {
	color:			#ffffff !important;
	font-weight:	bold;
}

#footer a {
	color:			#f36e71 !important;
}


 
#footer p.helplink {
 margin-bottom: 0px;
}


/***
 *** Blocks
 ***/
.sideblock {
}

.sideblock .content {
  padding: 4px;
  border-bottom: 1px;
  border-top: 0px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
}

.sideblock .header, {
  border-bottom: 0px;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
 }

.sideblock .header h2 {
  border-width: 0px;
  padding-top: 4px;
 }

.sideblock .header .hide-show-image {
 padding-top: 4px;
}

.sideblock .content ul {
	margin-left: -20px;
}
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
  margin-top: 4px;
  margin-bottom: 4px;
}
/***
 *** Calendar
 ***/
 
 
#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event {
  border:1px solid;
  padding:4px;
}
 
#calendar .sideblock .header {
  border-left:0px solid !important;
  border-top:0px solid !important;
  border-right:0px solid !important;
  border-bottom:0px solid !important;

}
 
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
}

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

table.minicalendar tr.weekdays th {
   border-style: none;
}



table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }
  


table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
  border: none;
}



table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}

.cal_popup_bg {
position:relative;
  left:-350px;
  padding:0px;
  margin:0px;
  border:1px solid;
}

/***
 *** Course
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:4px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}

#course-view .section td.content ul.section.img-text {
	line-height: 22px;
}

#course-view .section td.content ul.section.img-text li.activity.label {
	line-height: 16px;
	margin-bottom: 5px;
}

.coursebox .info .name {
  padding-bottom: 5px;
  }


.tabrow0 { 
   padding-top: 4px; 
} 

.courseboxes {
 width: 95%;
}
/***
 *** Modules: glossary
 ***/

.entry .concept,
.entryheader .concept {
   margin-top: 5px;
   margin-bottom: 10px;

}

.glossarypost.continuous {
	padding: 5px;
}

/***
 *** Error message
 ***/

.errorbox {
/*   color:#ffffff; */
   border-width: 2px;
}

/***** shafston/shafston_layout.css end *****/

/***** shafston/shafston_color.css start *****/

/* Core */

body {
  background-color: #eeeeee;
  color:#555555;
}

.surround {
  background: #f3f3f3;
  border-top: 0px;
  border-right: 1px solid #b4b4b4;
  border-bottom: 0px;
  border-left: 1px solid #b4b4b4;
 }

h1 {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}

h2 {
  background: #960e10 ;
  border-color:#cccccc;
  color: #ffffff;
}

h2 .headingblock, .header  {
 	background: #960e10 url('images/background.newsheader.0.01.gif') repeat-x;
    color: #ffffff;
    font-size:80%;
}



h3 {
  border-color:#cccccc;
}
h4 {
  border-color:#cccccc;
}

.headermenu {
  color: #cccccc;
}

.headermenu a {
  color: #999999;
}


th {
 	background: #960e10 url('images/background.newsheader.0.01.gif') repeat-x;
    color: #ffffff;
    font-size:80%;
}

th.header,
td.header,
div.header {
 	background: #960e10 url('images/background.newsheader.0.01.gif') repeat-x;
    color: #ffffff;
    font-size:80%;
}

th.header a,
td.header a,
div.header a {
  color: #F36E71;
}

th.header {
  /*border-color: #cccccc;*/
}

#left-column .hidden .header, #right-column .hidden .header {
  border-color:#cccccc;
}


#layout-table #left-column, #layout-table #right-column {
    /*background-color: #ffffff;*/
  /*border-color: #cccccc;*/
}



.generalbox {
  border-color:#cccccc;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#cccccc;
  /* background-color:#FFFFFF; */
}

/* .generaltable .r0 td.cell.c0 {
 background-color:#cccccc; 
} */

.generaltable .r0 {
 background-color:#ffffff; 
}

.generaltable .r1 {
 background-color:#ffffff; 
}

.generaltable .r1 td.cell.c0 {
border-color:#cccccc; 
/* background-color:#555555; */
}

.navbar, .navbar a {
  background: none;
  color: #555555;
}


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

.highlight {
  background-color:#cccccc;
}

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

/***
 *** Roles
 ***/

.rolecap .inherit.capdefault, .rolecap .allow.capdefault {
  background-color:#555555;
}

#admin-roles-override .capcurrent {
  background-color:#555555;
}

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


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


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

.loginbox .content {
  border-color:#cccccc;
}

/***
 *** Footer
 ***/
 
#footer {
}

 
#footer p.helplink {

}


/***
 *** Blocks
 ***/
 
.sideblock {
   color:#555555;
   background-color: transparent;
   border-color: #cccccc;

}

.sideblock, .sideblock .content {
   border-color: #cccccc;
   background-color:#ffffff;
   color:#555555;
}


.sideblock .header, .sideblock .header h2 {
 background: #960E10;
 color: #ffffff;
 border-color: #cccccc;
 font-size: 90%;
}

.sideblock hr {
  color:#cccccc;
}

.sideblock table th {
	background:		none;
	color:			#990D10;
}

.sideblock .footer {
  border-top-color:#cccccc;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #555555;
}


/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .eventlist .event {
  border-color: #cccccc;
  background: #ffffff;
}

#calendar .maincalendar .header {
  border-color: #cccccc;
  color: #555555;
  background: #d7d7db url('images/sideheader.jpg') repeat-x;
}

#calendar .sideblock {
  border-left: #cccccc !important;
  border-top: #cccccc !important;
  border-right: #cccccc !important;
  border-bottom: #cccccc !important;

}

#calendar .sideblock, {
  background: #ffffff;
}

#calendar .event {
  border-color: #ff0000;
}

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

#calendar .maincalendar table.calendarmonth td {
  border-color: #cccccc;
}


table.calendarmonth tr td {
   border-color:#cccccc;
}


table.minicalendar {
  border-color:#cccccc;
  
}



table.minicalendar tr.weekdays th {
  background-color:#ffffff;
  border-color:#cccccc;
}

table.minicalendar tr td.day {
   border-color:#cccccc;
  }
  
table.minicalendar tr td.weekend {
  border-color:#cccccc;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#ff0000 !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  color:	#ffffff;
  border-color:#cccccc !important; 
  background-color:#f36e71;
}

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

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

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

.cal_popup_fg {
  background-color:#ffffff;
}

.cal_popup_bg {
  border-color:#cccccc;
  background-color:#ffffff;
}


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

.headingblock {
 	background: #960e10 url('images/background.newsheader.0.01.gif') repeat-x;
    color: #ffffff;
    font-size:80%;
}

/* course */
.headingblock .outline {
 	background: #960e10 url('images/background.newsheader.0.01.gif') repeat-x;
    color: #ffffff;
    font-size:80%;
}


.coursebox {
  border-color:#cccccc;
  background: #ffffff;
}

.coursebox .info {
 background: #ffffff;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#cccccc;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #cccccc;
}

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

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

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #cccccc;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#cccccc;
 }




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


ul.tabrow li {
  background:url(pix/tab/left.gif) top left no-repeat;
}

.tabs .side {
  border-color: #cccccc;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}

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

.forumpost {
	margin-top: 5px;
}


.forumheaderlist,
.forumpost {
 border: 0px;
}

.forumpost .header, .forumpost .picture {
 background: #960e10 url('images/background.newsheader.0.01.gif') repeat-x;
}

.forumpost .picture a img {
 border: 1px solid #ffffff;
}

.forumpost .header {
	padding: 8px;
}

.forumpost .content {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.forumpost .content .link {
 font-size: 80%;
}

.forumpost .side {
  background:#ffffff url('images/background.newsleft.0.01.gif') repeat-x; 
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.forumpost .topic {
  border: none !important;
  padding: 0px;
}

.forumheaderlist .discussion .starter {
  background:#ffffff; 
}

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

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

.forumthread .unread {
  background: #ffffff;
}
#mod-forum-discuss .forumpost {
  background: none;
}

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

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

#mod-forum-index .unread {
}

/***
 *** Modules: glossary
 ***/

.picture,
.entryattachment,
.entryapproval {
  background-color: #3b5998;
 } 

.entrybox {
  border-color: #cccccc;
 }

.glossarypost.dictionary,
.glossarypost.fullwithauthor,
.glossarypost.fullwithoutauthor,
.glossarypost.continuous, 
.glossarypost.encyclopedia,
.glossarypost.faq {
  border-color: #cccccc;
  background-color: #FFFFFF;
}

.glossarycategoryheader th  {
  background-color: #F7F6F1;
}


.glossarycategoryheader h2, 
.glossarypost .concept h3 {
  background-color: #FFFFFF
}


/***
 *** Error message
 ***/

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

.errorboxcontent {
   background-color:#ffffff;
}
 

/***
 *** Grade
 ***/

.grade-report-grader table#user-grades td.cell span.gradepass {
  background-color: #C2EBBD; 
}

.grade-report-grader table#user-grades td.cell span.gradefail {
  background-color: #EBC4BD;
}

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

.userinfobox {
 border-color: #cccccc;
}

.userinfobox .side {
 background-color: #ffffff;
}

.userinfobox .content {
 background-color: #ffffff;
}

/***** shafston/shafston_color.css end *****/

/***** shafston/shafston_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li, input, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
	letter-spacing: -1px;
}

h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

.headermain {
  font-size: 1.7em;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
}


.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:1em;
    font-weight:normal;
}

.breadcrumb a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:1em;
    font-weight:normal;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

.header-profilename a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:1.8em;
	letter-spacing: -3px;
	text-decoration: none;
	font-weight:bold;

}

.header-profileoptions a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: -1px;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:1em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:1em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

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

/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
.arrow, .arrow_button input {
  font-family: Arial,Helvetica,sans-serif;
}

/*
span.arrow {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} */

p.arrow_button input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}

/***
 *** Footer
 ***/
 #footer {
 	font-size: 80%;
 }
 
 

.forumpost .topic {
	color: #ffffff;
	font-size: 9pt;
	padding: 0 0 2px 8px;
}
.forumpost .topic .subject {
  font-weight: bold;
}
.forumpost .topic .author {
  font-size: 80%;
}
.forumpost .topic .author a {
	color: #F36E71;
}

/***
 *** Glossary
 ***/
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
/***** shafston/shafston_fonts.css end *****/

/***** shafston/shafston_topmenu.css start *****/

/* Core */

#top_menu {
	height:36px;
	background:url('images/background.topmenu.01.gif') repeat-x;
	clear:both;
	margin-right:0px;
	margin-left:0px;
	font-size:10px;	
}	

#top_menu ul {
	position:relative;
	display: block;
	float:left;
	padding:0;
	margin:0;
	list-style:inline;
	z-index: 9999;
}

#top_menu ul li {
	position:relative;
	display:block;
	float:left;
	height:36px;
	list-style:none;
	white-space:nowrap;
	z-index: 9999;
	_width: 120px !important;
}

#top_menu ul li.home {
	_width: 50px !important;
}

#top_menu ul li{
	position:relative;
	zoom:1;
	z-index:10000;
}

#top_menu ul li a {
	display:block;
	height:20px;
	margin-left:2px;
	padding: 9px 17px 0 17px;
	color: #ffffff;
	text-align:center;
	}
	
#top_menu ul li a:hover{
	color:#cccccc;	
}

#top_menu ul li.home a:hover{
	background:none;
}
#top_menu ul li.line {
	padding:0;
}

#top_menu ul li.home a {
	padding-top:10px;
}

#top_menu ul ul{
	padding:10px 25px;
	margin:0;
	list-style:none;
	position:absolute;
	background:#ffffff;
	left:-2px;
	border-bottom: solid 1px #990d10;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	display:none;
	top:36px;
	z-index: 1000;
	float:left;
}

#top_menu ul ul hr{
	border: 0;
	color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
	}

#top_menu ul li:hover ul{
	display: block;
}
#top_menu ul li:hover ul li ul{
	display:none;
}

#top_menu li ul li{
	display: block;
	list-style:none;
	float:left;
	background:none;
	padding:0;
	margin:0;
	height:18px;
	line-height:18px;
	min-width: 50px;
	width: 100% !important;
}
#top_menu li ul li a:hover {
	background:none;
	color:#A9120F;
}
#top_menu li ul li a {
	display:block;
	padding:0;
	margin:0;
	height: auto;
	color:#363636;
	min-width: 50px;
	text-align:left !important;
}
#top_menu_date a {
	display:block;
	float:right;
	width: 140px;
	height: 20px;
	padding: 10px 10px 0 17px;
	color: #ffffff;
	text-decoration:none;
	text-align: right;
}

#top_menu ul ul ul{
	padding:10px 25px;
	float:left;
	margin-left:2px;
	list-style:none;
	position:relative;
	top:-28px;
	background:#ffffff;
	left:100%;
	z-index: 1000;
}

#top_menu ul ul ul hr{
	border: 0;
	color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;

	}

#top_menu ul li ul li:hover ul{
	display:block;
}
#top_menu li ul li ul li{
	
	background:none;
	padding:0;
	margin:0;
	z-index:1;
	
}

#top_menu li ul li ul li a:hover {
	background:none;
	color:#83c8ff;

}
#top_menu li ul li ul li a {
	padding:0;
	margin:0;
	height: auto;
	color:#363636;
}
/***** shafston/shafston_topmenu.css end *****/

/***** shafston/shafston_default.css start *****/

/* Core */

a:link {
    color: #990d10;
}

a:visited {
    color:#990d10;
}

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

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

/***
 *** Top Menu
 ***/


#top_menu {
	border-top:2px solid #6d0b0a;
}

#top_menu ul li {
	background:url('images/default/top_menu_line.gif') right top no-repeat;
}	

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

#logo { 
display: block;
background: url('images/default/logo.shafston.01.gif') no-repeat left top; 
width:207px;
height: 92px;
margin-top:22px;
} 

#header {
  background: #990d10;
  height: 136px;
  border-bottom: 1px solid #a9120f;
}

#header-home {
  background: transparent;
  width: 398px;
  height: 107px;
  position: absolute;
  left: 0px;
}

h1.headermain {
  background-color: transparent;
}

.header-profilename, .header-profilename a {
	background-color: transparent;
	color:#999999;

}

.header-profilename, .header-profilename a:hover {
	background-color: transparent;
	color: #83c8ff;
	text-decoration:none;

}

.header-profileoptions {
	background-color: transparent;
	color:#dfdfdf;

}

.header-profileoptions, .header-profileoptions a {
	background-color: transparent;
	color:#999999;

}


.header-profileoptions a:hover {
	background-color: transparent;
	color: #83c8ff;
	text-decoration:none;

}
/***** shafston/shafston_default.css end *****/

