/**************************************
 * THEME NAME: dlc_test
 *
 * Files included in this sheet:
 *
 *   dlc_test/extension.css
 *   dlc_test/moodle_fix.css
 **************************************/

/***** dlc_test/extension.css start *****/

/* ------------------------------ */
/*        Color Reference         */
/* ------------------------------ */

/* #336699 (Blue)                 */
/* #CCCC99 (Gold)                 */
/* #339900 (Green Links)          */
/* #FF6600 (Orange Links)         */
/* #FFCC33 (Orange Borders)       */
/* #FF9900 (Orange Backgrounds)   */
/* #FFFFCC (Light Yellow)         */
/* #EEEEEE (Light Gray)           */
/* #666666 (Dark Gray Sidebar)    */
/* #333333 (Dark Gray Text)       */
/* #990000 (Red Alert Text)       */


/* ------------------------------ */
/*         Redefined Tags         */
/* ------------------------------ */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #336699;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #336699;
	/* margin-bottom: -9px; */
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	/* margin-bottom: -9px; */
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/* margin-bottom: -9px; */
}
p {
	line-height: 19px;
	margin-bottom: -2px;
}
.p_normal {
	line-height: normal;
	margin-bottom: 10px;
}
.p_first {
	line-height: 19px;
	margin-bottom: -2px;
	margin-top: -16px;
}
th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url("/images/courses/table_bg_black.gif");
	text-align: left;
	background-color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
a img {
	border: 0px;
}
a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: none;
}
dt {
	font-weight: bold;
}
dd{
	margin: 10px;
}

/* ------------------------------ */
/*           Page Body            */
/* ------------------------------ */

/* Note: <body> is redefined      */

.body_margins {
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.body_margins li {
	line-height: 15px;
	margin-bottom: 7px;
	margin-left: -10px;
}

/* ------------------------------ */
/*  Main Navigation (Silver Bar)  */
/* ------------------------------ */

#nav_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 20px;
}
#nav_main a {
	text-decoration: none;
	color: #333333;
	padding-right: 14px;
	border-right: 1px solid #336699;
	padding-left: 14px;
}
#nav_main a:hover {
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
	border-top: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
}
#nav_main a.first {
	text-decoration: none;
	color: #333333;
	padding-right: 14px;
	border-right: 1px solid #336699;
	padding-left: 14px;
}
#nav_main a.last {
	text-decoration: none;
	color: #333333;
	padding-right: 14px;
	border-right: none;
	padding-left: 14px;
}
#nav_main a.last:hover {
	text-decoration: none;
	color: #006699;
	padding-right: 14px;
	border-right: 1px solid #336699;
	padding-left: 14px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-bottom-color: #336699;
}
#nav_main a.first:hover {
	text-decoration: none;
	color: #006699;
	padding-right: 14px;
	border-right: 1px solid #336699;
	padding-left: 14px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336699;
	border-bottom-color: #336699;
}
.nav_main_bg {
	background-image:  url("./pix/template_06.gif");
}

/* ------------------------------ */
/*  Secondary Navigation (Gold)   */
/* ------------------------------ */

#nav_gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 28px;
}
#nav_gold a {
	text-decoration: none;
	color: #555555;
	padding-right: 6px;
	border-right: 1px solid #999900;
	padding-left: 6px;
}
#nav_gold a:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #666666;
	border-top: 1px solid #999900;
	border-right: 1px solid #999900;
	border-bottom: 1px solid #999900;
}
#nav_gold a.first {
	text-decoration: none;
	padding-right: 6px;
	border-right: 1px solid #999900;
	border-left: 1px solid #CCCC99;
	padding-left: 6px;
	margin-left: 9px;
}
#nav_gold a.last {
	text-decoration: none;
	padding-right: 0px;
	border-right: none;
	padding-left: 6px;
	padding-right: 6px;
}
.goldbar {
	background-image:  url("/pix/goldbar.gif");
}

/* ------------------------------ */
/*       Breadcrumb Trail         */
/* ------------------------------ */

#trail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #339900;
}
#trail a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #339900;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumbs {
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	background-image:  url(/pix/template_11.gif);
	background-repeat: repeat-x;
}

/* ------------------------------ */
/*  Sub Navigation - Left Column  */
/* ------------------------------ */

#subnav ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#subnav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* border-right-width: 1px; */
	/* border-right-style: solid; */
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
#subnav a {
	font-weight: bold;
	color: #FFFFCC;
	display: block; 
	padding: 4px 4px 4px 7px; 
	/* background-image: url("/images/template/subnav_off.gif"); */
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	display: block; 
	padding: 4px 4px 4px 7px; 
	/* background-image: url("/images/template/subnav_on.gif"); */
	background-color: #888888;
	color: #FFFFCC;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#indent li {
	padding: 2px 7px 2px 11px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* border-right-width: 1px; */
	/* border-right-style: solid; */
	border-bottom-color: #CCCCCC;
	border-right-color: #000000;
	background-color: #EEEEEE;
	font-weight: normal;
	color: #666666;
}
#indent a {
	font-weight: normal;
	font-weight: normal;
	color: #666666;
	display: block;
	padding: 1px 2px 1px;
}
#indent a:link, #indent a:visited {
	text-decoration: none;
	font-weight: normal;
	padding: 1px 2px 1px;
	color: #666666;
}
#indent a:hover {
	display: block;
	padding: 1px 2px 1px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #EEEEEE;
}

/* ------------------------------ */
/*     Sidebar - Right Column     */
/* ------------------------------ */

#sidebar ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar li {
	display: block;
	padding: 4px 7px 4px 7px;
	margin: 0;
	font-weight: bold;
}
#sidebar .pdf {
	background-image: url("/images/icons/pdf_small_14x17.gif");
	background-repeat: no-repeat;
}

#sidebar a {
	display: block;
    padding: 0px 0px 0px 7px;
	font-weight: normal;
	color: #FF6600;
	text-indent: 0px;
	
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	text-decoration: none;
	font-weight: normal;
}
#sidebar a:hover {
	text-decoration: none;
	font-weight: normal;
}
#sidebar .plaintext {
	display: block;
    padding: 4px 14px 0px;
	font-weight: normal;
	text-indent: 0px;
}
#sidebar .searcher {
	display: block;
    padding: 4px 14px 0px 7px;
	font-weight: normal;
	text-indent: 0px;
}
#sidebar .quote {
	display: block;
	padding: 4px 14px 0px;
	font-weight: normal;
	text-indent: 0px;
	font-style: italic;
}
#sidebar .Title {
	display: block; 
	padding: 4px 7px 4px 7px;
	color: #000000;
	text-decoration: none;
	background-image:   url("/images/template/sidebar_title.gif");
	background-repeat: repeat-x;
	font-weight: bold;
	white-space: nowrap;
}
.sidebar_bg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #666666;
}
.quote {
	font-style: italic;
	font-weight: normal;
	color: #336699;
	text-align: left;
}

.nav_rightcolumn {
	background-image:  url("/images/template/template_12.gif");
	background-repeat: repeat-x;
	border-left-style: dotted;
	border-left-color: #999999;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------ */
/*      Index/Overview Lists      */
/* ------------------------------ */

#indextable a:link, #indextable a:visited, #indextable a:active {
	display: block;
	font-weight: normal;
	padding-left: 20px;
	font-size: 95%;
	text-decoration: none;

}
#indextable li {
	display: block;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	margin-left: -20px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 7px;
	line-height: 12px;
}
#indextable .subcategory {
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	margin-left: -10px;
	padding-left: 0px;
	font-size: 95%;
}

/* ------------------------------ */
/*         Box Call-outs          */
/* ------------------------------ */

.box_yellow {
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 12px;
	border: 1px solid #FFCC33;
}

.box_gray {
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 12px;
	border: 1px solid #999999;
}

.box_info {
	background-color: #EEEEEE;
	background-image: url("/images/template/css_box_info_bg.gif");
	padding: 10px;
	font-size: 11px;
	border: 1px solid #336699;
	line-height: normal;
	color: #336699;
}

.box_info em {
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}

.box_button {
	background-color: #EEEEEE;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #336699;
	line-height: normal;
	color: #336699;
	font-weight: bold;
	float: right;
}

.box_button a:link, .box_button a:visited {
	color: #336699;
	font-weight: bold;
	margin: 0px 3px 0px 3px;
}

a.button, a.button:visited {
	background-color: #eeeeee;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #336699;
	line-height: normal;
	color: #336699;
	font-weight: bold;
	white-space: nowrap;
	margin: 1px;
}

a.button:hover  {
	background-color: #336699;
	color: #ffffff;
}

/* showdetails and showhide1, showhide2, etc. are for collapsable content */
/* some javascript (function called "toggleLayer") is required to make it work */
/* <script language="JavaScript" src="/includes/js/toggleLayer.js" type="text/JavaScript"></script> */

.box_showdetails {
	background-color: #FFFFCC;
	padding: 10px;
	font-size: 11px;
	border: 1px solid #FFCC33;
	line-height: normal;
	color: #333333;
	width:330px;
}
.box_showdetails em {
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}
.box_showdetails li {
	margin-bottom: 0px;
}
div#showhide1 { 
  display: none; 
}
div#showhide2 { 
  display: none; 
}
div#showhide3 { 
  display: none; 
}
div#showhide4 { 
  display: none; 
}
div#showhide5 { 
  display: none; 
}
div#showhide6 { 
  display: none; 
}

/* 150 pixel wide ad */
.box_ad {
	display: block;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 150px;
	border: 1px solid #336699;
	font-weight: normal;
	background-color: #EEEEEE;
	background-image: url("/images/template/css_box_info_bg.gif");
	font-size: 11px;
	line-height: normal;
	color: #336699;
}

.box_ad em {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

/* ------------------------------ */
/*   Blue/Orange Box Navigation   */
/* ------------------------------ */

#nav td {
	font-weight: bold;
	border: 1px solid #003366;
	background: #FFFFFF;
	border-width: 1px 0;
	font-size: 10px;
}
#nav a {
	display: block; 
	padding: 1px 2px 1px; 
	border-left: 1px solid #003366; 
	color: #FF6600; 
	text-align: center; 
	text-decoration: none;
} 
#nav a:hover {
	background: #FF9900; 
	color: #FFFFFF;
}
#nav .first a {
	border-left-style: solid;
}
#nav .last {
	border-top-color: #003366; 
	border-right: 1px solid #003366;
}
#nav .last a {
	font-size: 10px; padding: 1px 2px 1px;
}
#nav .last a:hover {
	background: #FF9900; 
	color: #FFFFFF;
}
#nav .hi a {
	background: #336699; 
	color: #FFFFFF;
}
#nav .firsthi a {
	border-left-style: solid;
	background: #336699;
	color: #FFFFFF;
}
#nav .lasthi a {
	background: #336699; 
	color: #FFFFFF; 
	border-right: 1px solid #003366;
}

/* ------------------------------ */
/*             Header             */
/* ------------------------------ */
div.header {
    background-image: url("./pix/goldbar.gif");
    background-position: top;
    background-repeat: repeat-x;
}
.header_bg {
	background-image:  url("./pix/template_02e.gif");
	text-align: right;
	background-repeat: no-repeat;
}
.header2_bg {
	background-image:  url("./pix/template_03b.gif");
}
#header a {
	color: #336699;
	background-color: #FFFFFF;
	padding: 0px 7px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #336699;
	border-right: 0px none;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
}
#header a:active {
	color: #336699;
	background-color: #FFFFFF;
} 
#header a:hover {
	color: #FFFFFF;
	background-color: #336699;
}
#header .last {
	border-right: 1px solid #336699;
}
#header .input {
 	top:0;
 	height:20px;
 	font-size:1em;
 	border:1px solid #000000;
 	line-height:20px;
 	height:20px;
 	padding:0;
 	color: #336699;
}
.searchform {
	padding:0;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* ------------------------------ */
/*              Footer            */
/* ------------------------------ */

#footer td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:  url("./pix/template_17.gif");
	font-weight: normal;
	color: #999999;
}
#footer a, #footer a:link {
	color: #999999;
	font-weight: bold;
}

/* ------------------------------ */
/*             Tables             */
/* ------------------------------ */

/* <th> should replace all .sectionheader classed <td> tags */
/* Note: <td> is redefined above  */
/* Note: <th> is redefined above  */

.sectionheader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url("/images/courses/table_bg_black.gif");
	background-color: #000000;
}
.table_standard {
	border: 1px solid #000000;
}
.table_altrow {
	background-color: #EEEEEE;	
}

/* ------------------------------ */
/*             Homepage           */
/* ------------------------------ */

.home_box {
	display: block;
	border: 1px solid #999999;
	list-style-type: none;
	padding: 0px;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
}
.home_box a {
	display: block;
	padding: 0px 0px 0px 7px;
	color: #FF6600;
	text-indent: 0px;
	font-weight: normal;
}
.home_box a:link, .home_box a:visited {
	text-decoration: none;
	font-weight: normal;
}
.home_box a:hover {
	text-decoration: none;
	background-repeat: repeat-y;
	font-weight: normal;
}
.home_box li {
	display: block; 
    padding: 4px 7px;
	margin: 0;
	font-weight: normal;
}
.home_title {
	display: block; 
	padding: 4px 7px 4px 7px;
	color: #000000;
	text-decoration: none;
	background-image:   url("/images/courses/table_bg_gold.gif");
	background-repeat: repeat-x;
	font-weight: bold;
}
.home_paragraph {
	font-size: 11px;
	color: #666666;
}
.home_bg {
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	background-image:  url("/images/template/template_11.gif");
	background-repeat: repeat-x;
}

.home_row2 {
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	background-repeat: repeat-x;
}

/* ------------------------------ */
/*            Pressroom           */
/* ------------------------------ */

.media_contact {
	display: block;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 150px;
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* ------------------------------ */
/*   Alert / Error Message Text   */
/* ------------------------------ */

.alert {
	color: #990000;
}

/* ------------------------------ */
/*           List Icons           */
/* ------------------------------ */

#questions li {
	list-style-image: url(/images/icons/list_Q.gif);
	list-style-type: image;
}
#questions_numbers li {
	list-style-image:none;
	list-style-type:decimal;
}
#questions_bullets li {
	list-style-image:none;
	list-style-type:square;
}
#questions_alpha li {
	list-style-image:none;
	list-style-type:lower-alpha;
}
/***** dlc_test/extension.css end *****/

/***** dlc_test/moodle_fix.css start *****/

#course-view .section .activity {
    padding: 0;
    padding-bottom:0.4em;
} 
/***** dlc_test/moodle_fix.css end *****/

