/* main body attributes */

/* heading attributes */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	font-size: 8pt;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	font-family: Tahoma;
	color: #152065; /* #D15600; */
}

/* paragraph attributes */
p {
	font-family: Tahoma;
	font-size: 8pt;
	margin-bottom: 8pt;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
} 

/* list attributes */
ul {
	font-family: Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 40px;
}

li {
	font-family: Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* for filemanager */
li.folders {
	list-style: disc url('../../images/folder.gif') outside;
	font-family: Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* link attributes */
a:link {
	font-family: Tahoma;
	color: #0066FF;
text-decoration: none;

}
a:visited {
	font-family: Tahoma;
	color: #0066FF;
text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	color: #FF6699;
text-decoration: none;
}

/*  Table of content attributes*/
div#toc{
	font-family: Tahoma;
	background-color: #eeeeee;
	padding: 5px;
	margin: 5px 5px 5px 5px;
	border: 1px #D9EAFF solid;
	float: left;
	font-size: 8pt;
}

/* table border */
.tableborder {
	border: 1px #606060 solid;
}




/* page breakline */
hr {
	color: #98AAB1;
	background-color: white;
	height: 1px;
}

/* Editor boxes */
.editorsmallbox {
	font-family: Tahoma;
	background-color: #EEEEEE;
	padding: 2px;
	padding-right: 3px;
	border: 1px #99CCCC solid;
}
.editorlargebox {
	font-family: Tahoma;
	background-color: #EEEEEE;
	margin-left:1em;
	padding-left: .2em;
	padding-right: .5em;
	padding-top: .5em;
	padding-bottom: .4em;
	border: 1px #99CCCC solid;
}                                                          

/* feedback for translators and install */
.feedback2  {
  font-family : Tahoma;
  color : white;
  background: green;
  font-weight : bold;
  padding: 4px;
 }

/* search results */
.highlight, a.highlight {
	font-family: Tahoma;
	background-color: #FFFFE1;
}

a .highlight{
	font-family: Tahoma;
	background-color: #FFFFE1;
text-decoration: none;
	font-size: 8pt;

}

.results {
	font-family: Tahoma;
	padding-left: 20px;
}

h5.search-results {
	font-family: Tahoma;
	background-color: #FFF5A4;
	color: #006699;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 8pt;
	margin-left: 5px;
}

small.search-info {
	font-family: Tahoma;
	color: #006699;
}

p.search-description {
	font-family: Tahoma;
	background-color: #FFFCE5;
	color: #006699;
}

/* date attributes */
small.date {
	font-family: Tahoma;
	color: #8CACBB;	
	margin-bottom: 0px; 
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	font-size: 8pt
}

/* content editor tabs */

.etable {
	font-family: Tahoma;
	border-left:1pt solid black;
	border-right:1pt solid black;
	border-bottom:1pt solid black;
	width:90%;
}

/* button link on tab */
.buttontab {
	font-family: Tahoma;
	background-color: #ffffff;
	border: 0px;
	color: black;
	font-size: 8pt
}

/* button link for enrollment tabs */
.buttontab2 {
	font-family: Tahoma;
	background-color: #E0ECFF;
	border: 0px;
	color: black;
	font-size: 8pt
}

/* tab itself */
.etab {
	font-family: Tahoma;
	background-color: #ffffff;
	border-top: 1px #98AAB1 solid;
	border-left: 1px #98AAB1 solid;
	border-right: 1px #98AAB1 solid;
	text-align: center;
}

.etab-selected {
	font-family: Tahoma;
	background-color: #EFEFEF;
	text-align: center;
	padding: 2px;
	font-weight:bold;
}

div.top {
    /* Top section */
	font-family: Tahoma;
    background: transparent;
    margin: 0;
    padding: 0;
}
div.etabs {
	font-family: Tahoma;
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
	font-size:8pt;
}

div.etabs plain {
	font-family: Tahoma;
    background: transparent;
    border-color: #8CACBB;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #8CACBB;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

div.etabs selected {
	font-family: Tahoma;
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-bottom: #DEE7EC 1px solid;
    color: #436976;
    font-weight: normal;
}



/* status bar */
.unsaved, .saved {
	font-family: Tahoma;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:8pt;
}

.saved input, .unsaved input {
	font-family: Tahoma;
	border: 1px solid black;

    font-weight: normal;
}


/* side menu heading */
td.dropdown-heading {
	font-family: Tahoma;
	background-color: #D4E5FD;
	color: #006699;
	font-weight: bold;
	padding: 7px;
	direction: rtl;
	text-align: right;
}

td.dropdown-heading a, td.dropdown-heading a:hover, td.dropdown-heading a:visited {
	font-family: Tahoma;
	text-decoration: none;

}

td.dropdown-heading.closed {
	font-family: Tahoma;
	border-bottom: 1px solid #EAF2FE;

}

/* side menu content */
td.dropdown {
	font-family: Tahoma;
	direction: rtl;
	text-align: right;
	padding: 5px;
	background-color: white;
	color: black;
	border-left: 1px solid #EAF2FE;
	border-right: 1px solid #EAF2FE;
	border-bottom: 1px solid #EAF2FE;
	font-weight: normal;
}
td.dropdown a, td.dropdown a:visited  {
	font-family: Tahoma;
	color: #006699;
	text-decoration: none;

}
td.dropdown a:hover {
	font-family: Tahoma;
	color: #006699;
text-decoration: none;

}

td.dropdown strong {
	font-family: Tahoma;
	color: #51286C;

}

/* test listing on home page */

.test-box {
	font-family: Tahoma;
	background-color: #FFF5A4;
	color: #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-top: 1px solid #006699;
	font-weight: bold;
	padding: 2px;
}

/* message boxes */
div#feedback {
	font-family: Tahoma;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid green;
	padding: 5px;
	background-color: #c3fffc;
	color: green;
	font-weight: bold;
}

div#help {
	font-family: Tahoma;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid blue;
	padding: 5px;
	background-color: #c3ffff;
	color: blue;
}

div#info {
	font-family: Tahoma;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #2905A1;
	padding: 5px;
	background-color: #CDE3E8;
	color: #2905A1;
	font-weight: bold;
}

div#warning {
	font-family: Tahoma;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #FF8400;
	padding: 5px;
	background-color: #FFF6ED;
	color: #D95900;
	font-weight: bold;
}

/***************************************************************/
/* NEW STUFF */

div#breadcrumbs {
	font-family: Tahoma;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 8pt;
	background-color: #D9EAFF;
	height: 17px;
	width: 790px;
}
div#breadcrumbs a {
	font-family: Tahoma;
	color: white;
	text-decoration:none;
	border-bottom: 1px solid;
}
div#breadcrumbs a:hover {
	font-family: Tahoma;
	text-decoration:none;
}

div#breadcrumbs a:focus {
	font-family: Tahoma;
	text-decoration:none;
	font-weight: bold;
	color: #FFFF00;
}

h2.page-title {
	font-family: Tahoma;
	margin-bottom: 8pt;
	margin-top: 8pt;
	margin-left: 2px;
	border-bottom: 1px solid #ffffff;
	clear: left;

	padding-bottom: 5px;
}

h3.page-title {
	font-family: Tahoma;
	margin-bottom: 8pt;
	margin-top: 8pt;
	margin-left: 2px;
	padding-right: 30px;
	padding-bottom: 0px;
}


h1 {
	font-family: Tahoma;
	margin-bottom: 5px;
}

div#sub-navigation {
	font-family: Tahoma;
	padding: 5px;
	background-color: #D9EAFF;
	border-bottom: 1px solid #7A9BC5;
	color: #A2C6E1;
}

div#sub-navigation strong {
	font-family: Tahoma;
	color: black;
}

div#help {
	font-family: Tahoma;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #efefef;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 8pt;
}

h3#help-title {
	font-family: Tahoma;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 1px;
	background-color: #efefef;
}
.line {
	font-family: Tahoma;
	border-bottom: 1px solid black;
}
div#help p {
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
}

div#toctoggle {
	font-family: Tahoma;
	float: left;
	font-size: 8pt;
	padding-left: 8pt;
}

h1#section-title {
	font-family: Tahoma;
	margin-left: 5px;
	clear: none;
	display:inline;
	background-color: white;
}

div#top-links {
	font-family: Tahoma;
	position: relative;
	padding-right: 5px;
	line-height: 170%;
	margin-top: 3px;
}

a#editor-link {
	font-family: Tahoma;
	background-color: #EFEFEF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 8px;
	border: 1px solid #cccccc;
	font-weight: normal;
	text-decoration: none;
}

a#editor-link:hover {
	font-family: Tahoma;
	background-color: #fafafa;
	border: 1px solid #aaaaaa;
}

a#editor-link.off {
	font-family: Tahoma;
	background-image: url('images/pen.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px
}
a#editor-link.on {
	font-family: Tahoma;
	background-image: url('images/pen2.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px
}


/* for data tables */
table.data {
	font-family: Tahoma;
	border: 1px solid #D9EAFF;
	width: 90%; 
	margin-left: auto; 
	margin-right: auto;
	border-spacing: 1px;
	border-collapse: collapse;
border-style:solid;
 border-width:1px;
  border-collapse: collapse
} 

table.data th {
	font-family: Tahoma;
	background-color: #F4F9FF;
text-align: right;
	padding: 3px;
	white-space: nowrap;
border-left: 1px solid #D9EAFF;
border-top: 1px solid #D9EAFF;
border-bottom: 1px solid #D9EAFF;
 border-right-width: 1px;
  border-top-width:1px; border-bottom-width:20 
}

table.data tbody {
	font-family: Tahoma;
	background-color: #ffffff;
}

table.data td {
	font-family: Tahoma;
	padding: 3px;
}

table.data col.sort + td {
	font-family: Tahoma;
	padding: 7px;
	background-color: red;
}

table.data tbody tr:hover {
	font-family: Tahoma;
	background-color: #FFFFE1;
	cursor: pointer;
}

.tdborder {
	font-family: Tahoma;
	border: 1px solid #D9EAFF;
}


table.data tfoot {
	font-family: Tahoma;
	background-color: #fdfdfd;
}

table.data tfoot tr:first-child td {
	font-family: Tahoma;
	background-image: url('images/arrow_rtl.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 5px; padding-left:5px; padding-top:5px; padding-bottom:5px
}

table.data tfoot input {
	font-family: Tahoma;
	color: #ffffff
}

/* course browser */

div#browse {
	font-family: Tahoma;
	margin-left: auto; 
	margin-right: auto; 
	width: 98%;
}

div.browse-selected {
	background-image: url('images/side_arrow.gif'); 
	font-family: Tahoma;
	background-repeat: no-repeat; 
	padding-right: 8pt; 
	background-position:  right 20%;
}

div.browse-unselected {
	padding-right: 8pt; 
		font-family: Tahoma;
}

ul.browse-list {
	list-style: none;
		font-family: Tahoma;

}

/* feedback/errors */
div#error {
	margin:15px auto; width: 50%;
	font-family: Tahoma;
	border: 1px solid red;
	background-color: #fffcf3;
	color: red;
	background: #FBF4ED url('images/error-large.gif') no-repeat 5px 5px;
	padding-left: 25px;
	font-weight: bold; padding-right:5px; padding-top:5px; padding-bottom:5px
}
div#error h4 {
	font-family: Tahoma;
	color: black;
	margin-left: 0px;
}

div#error ul, div#feedback ul, div#help ul {
	font-family: Tahoma;
	position: relative;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
div#error li + li, div#feedback li + li {
	margin-top: 5px;
		font-family: Tahoma;
}

acronym {
	cursor: help;
		font-family: Tahoma;
}

div.news p {
	padding-right: 30px;
	margin-left: 8pt;
	font-family: Tahoma;	
}
div.news span.date {
	color: #ACACAC;
		font-family: Tahoma;
}

/* home page links */
ul#home-links {
	font-family: Tahoma;
	list-style: none;
}
ul#home-links li {
	display: inline;
	float: right;
	font-family: Tahoma;
	padding: 5px;
	text-align: center;
	margin: 5px;
	width: 7.9em;
	height: 7.4em;
}
ul#home-links li a {
	text-decoration: none;
	font-family: Tahoma;	
	border: 1px transparent;
	font-weight: bold;
}
ul#home-links li a img {
	border: 0px;
	font-family: Tahoma;	
	display: block;
}

a.sortable {
	color: blue;
	font-family: Tahoma;	
text-decoration: none;
	font-weight: bold;
}

/* sequence links */
div#sequence-links {
	font-family: Tahoma;
	float: right;
	margin-top: 8pt;
	padding-right: 5px;
}
div#sequence-links a {
	text-decoration: none;
	font-family: Tahoma;	
}

div.dropdown {
	width: 200px;
	padding: 2px;
	background-color: white;
	color: black;
	font-family: Tahoma;	
	border-left: 1px solid #EAF2FE;
	border-right: 1px solid #EAF2FE;
	border-bottom: 1px solid #EAF2FE;
	font-weight: normal;
}

div.dropdown-heading {
	background-color: #DFE1C7;
	color: #006699;
	font-family: Tahoma;	
	border-left: 1px solid #EAF2FE;
	border-right: 1px solid #EAF2FE;
	border-top: 1px solid #EAF2FE;
	font-weight: bold;
	padding: 2px;
}

div.required {
	font-weight: bold;
	color: red;
	font-size: 8pt;
	float: right;
	margin-top: -5px;
	font-family: Tahoma;	
	height: 15px;
	padding-right: 2px;
}

div#content-text {
	margin-left: 5px;
	padding-right: 5px;
	font-family: Tahoma;	
}

div#content-info {
	margin: 5px;
	font-size: 8pt;
	font-family: Tahoma;	
	color: #CC3300;
	clear: both;
}

form {
	clear: none;
	display:inline;
	font-family: Tahoma;	
}

/* images in jump select box */
option#start-page {
	color: black;
	text-decoration: none;
	padding-left: 15px;
	font-family: Tahoma;	
	border-bottom: 1px solid black;
}

#jump-button {
	padding: 0px;
	background-color: #5E6D89;
	color: white;
	border: 1px solid #cccccc;
	font-family: Tahoma;	
	cursor: pointer;
	height: 17;
}
#jump-button:focus, #jump-button:hover {
	padding: 0px;
	background-color: #AE8DA9;
	color: white;
	font-family: Tahoma;	
	border: 1px solid #cccccc;
	cursor: pointer;
}
#jumpmenu, optgroup {
  height: 18;
	font-size: 8pt;
	font-family: Tahoma;	
border: 1px solid #298CC6;
}

/* paging */
div.paging {
   width: 100%;
   text-align: center;
	font-family: Tahoma;   
   margin: 0.5em auto;
}
div.paging ul {
   list-style: none;
   display: inline;
	font-family: Tahoma;
   padding: 0px;
   border: 1px solid #000;
}
div.paging li { 
	display: inline; 
	padding-left: 2px; 
	padding-right: 2px;
	font-family: Tahoma;	
	padding-top: 0px;
	padding-bottom: 0px;
}

div.paging li a {
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Tahoma;	
	border-left: 1px solid white;
	border-right: 1px solid white;
}

div.paging li a:hover, div.paging li a.current {
   background-color: #efefef;
   border-left: 1px solid #000;
   border-right: 1px solid #000;
	font-family: Tahoma;   
}


/* users/index.php */

div.browse {
	width: 180px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 4px;
	padding: 3px;
	font-family: Tahoma;	
}

legend {
	padding-right: 8pt;
	padding-left: 8pt;
	font-family: Tahoma;	
}

fieldset {
	margin-bottom: 8pt;
	font-family: Tahoma;	
}

/* side-menu */
h4.box {
	margin-top: 8pt;
	font-family: Tahoma;
    background: #788CB3;
    border-left: 1px solid #788CB3;
    border-top: 1px solid #788CB3;
    border-bottom: 1px solid #788CB3;
    border-right: 1px solid #788CB3;
	font-size: 8pt;
    color: white;
    padding: 0em 2em 0em 2em;
    display: inline;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 1000px;
	white-space:nowrap;
}

div.box2 {
    background: #788CB3;
    color: white;
    border-collapse: collapse;
    border-left: 1px solid #788CB3;
    border-top: 1px solid #788CB3;
    border-bottom: 1px solid #788CB3;
    border-right: 1px solid #788CB3;
    padding: 0em 2em 0em 2em;
	font-family: Tahoma;    
	font-size: 8pt;
	font-weight:bold;	
	vertical-align: middle;
	
}

div.box {
    background: transparent;
    border-collapse: collapse;
    border-left: 1px solid #788CB3;
    border-top: 1px solid #788CB3;
    border-bottom: 1px solid #788CB3;
    border-right: 1px solid #788CB3;
    padding: 1em;
	font-family: Tahoma;    
	font-size: 11px;

}


div.box a {
	text-decoration: none;
	font-family: Tahoma;
}

div.box a:hover {
	text-decoration: none;
	font-family: Tahoma;
}

/* image relative sizing */

/* course home imgs */
.img-size-home {
	font-family: Tahoma;	
	margin-left: auto;
	margin-right: auto;
}
/* prev/next imgs */
.img-size-prevnext {
	height:1.45em;
	width:1.45em;
}

/* star */
.img-size-star {
	height:1.15em;
	width:1.2em;
}

/* tree */
.img-size-tree {
	vertical-align: middle;
	margin-top: 0px;
}

/* filemanager */
.img-size-fm1 {
	vertical-align: middle;
	margin-top: 0px;
}
.img-size-fm2 {
	vertical-align: middle;
	margin-top: 0px;
}

.img-size-fm3 {
	vertical-align: middle;
	margin-top: 0px;
}

.img-size-fm4 {
	vertical-align: middle;
	margin-top: 0px;
}

/* asc/desc arrows */
.img-size-ascdesc {

}


/* MAIN TABS */
div#topnavlistcontainer {
	border-bottom: 1px solid #7A9BC5;
}

ul#topnavlist {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	white-space: nowrap;
	margin-top: -20px;
}

ul#topnavlist li {
	list-style: none;
	display: inline;
	margin: 0px;
}

ul#topnavlist li a {
	padding: 3px 9px;
	border: 1px solid #7A9BC5;
	background: #FFF8C8;
	text-decoration: none;
	margin-left: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	white-space: nowrap;
	font-weight: bold;
}

ul#topnavlist li:first-child a {
	margin-left: 8px;
}

ul#topnavlist li a:hover, ul#topnavlist li a.active, ul#topnavlist li a:focus {
	color: #000;
	background: #D9EAFF;
	border-bottom: 1px solid #D9EAFF;
}

div#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 90%;
}

div.column {
	border: 1px solid #7A9BC5;
	float: left;
	width: 30%;
	margin: 5px;
	font-family: Tahoma;
	padding: 0px;
	min-width: 170px;
}

div.column h3 {
	margin-left: 0px;
		font-family: Tahoma;
}

div.insidecol {
   min-height: 170px;
   	font-family: Tahoma;
   height: 170px;
   padding:5px;
}

div[class] .insidecol {
   height: auto;
   	font-family: Tahoma;
}
ul.horizontal{
	padding: 0px;
		font-family: Tahoma;
	margin: 0px;
}
ul.horizontal li {
	list-style: none;
	display: inline;
		font-family: Tahoma;
	margin: 0px;
	padding-right: 8pt;
}

ul.rss_feed {
	padding-left:7px; 
	margin-left:7px; 
		font-family: Tahoma;
	padding-top: 0px; 
	margin-top:0px; 
	margin-bottom:0px;'
}