/* main body attributes */
body {
	font-family: Helevetica, Arial, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* max-width: 760px; */
	margin-bottom: 0px;
	font-size: small;
	background-color: white;
	/*border-right: 1px solid #788CB3;*/
	width:100%;
}

html,body {
	height: 100%;
}

/* heading attributes */
h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet ms, Arial, sans-serif;
	clear:left;
	clear:right;

	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	color: #152065; /* #D15600; */
}

/* paragraph attributes */
p {
	font-family: Helevetica, Arial, sans-serif;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
} 

/* list attributes */
ul {
	font-family: Helevetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

li {
	font-family: Helevetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* for filemanager */
li.folders {
	list-style: disc url('../../images/folder.gif') outside;
	font-family: Helevetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

/* link attributes */
a:link {
	font-family: Helevetica, Arial, sans-serif;
	color: #384F89;
	text-decoration: underline;
}
a:visited {
	font-family: Helevetica, Arial, sans-serif;
	color: #51286C;
	text-decoration: underline;
}
a:hover {
	font-family: Helevetica, Arial, sans-serif;
	color: black;
	text-decoration: underline;
}

/*  Table of content attributes*/
div.toc{
	font-family: Helevetica, Arial, sans-serif;
	background-color: #eeeeee;
	padding: 5px;
	margin: 0px 5px 5px 5px;
	border: 1px #98AAB1 solid;
	float: left;
	font-size: smaller;
}

/* table border */
.tableborder {
	border: 1px #606060 solid;
}

/* main submit button */
.button {
	font-family: Helevetica, Arial, sans-serif;
	background-color: #EBEDF6;
	font-weight: bold;
	border:  #354A81  solid 1px;
	
}

input.button {
	border: 1px solid #999;
	background-color: white;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 100px;
	margin-left: 5px;
}
input.button:hover {
	background-color: #f5f5ff;
	border: 1px solid blue;

}

/* page breakline */
hr {
	color: #98AAB1;
	background-color: white;
	height: 1px;
}

/* Editor boxes */
.editorsmallbox {
	font-family: Helevetica, Arial, sans-serif;
	background-color: #EEEEEE;
	padding: 2px;
	padding-right: 3px;
	border: 1px #99CCCC solid;
}
.editorlargebox {
	font-family: Helevetica, Arial, sans-serif;
	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 : Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;
  color : white;
  background: green;
  font-weight : bold;
  padding: 4px;
 }

/* search results */
.highlight, a.highlight {
	background-color: yellow;
}

a .highlight{
	background-color: yellow;
	text-decoration: underline;
}

.results {
	padding-left: 20px;
}

h5.search-results {
	background-color: #FFF5A4;
	color: #006699;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 5px;
}

small.search-info {
	color: #006699;
}

p.search-description {
	background-color: #FFFCE5;
	color: #006699;
}

/* date attributes */
small.date {
	font-family: Verdana, Helevetica, Arial, sans-serif;
	color: #8CACBB;	
	margin-bottom: 0px; 
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	font-size:small;
}

/* content editor tabs */

.etable {
	border-left:1pt solid black;
	border-right:1pt solid black;
	border-bottom:1pt solid black;
	width:90%;
}

/* button link on tab */
.buttontab {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 0px;
	color: black;
	font-size:small;
}

/* button link for enrollment tabs */
.buttontab2 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 0px;
	color: black;
	font-size:small;
}

/* tab itself */
.etab {
	background-color: #ffffff;
	border-top: 1px #98AAB1 solid;
	border-left: 1px #98AAB1 solid;
	border-right: 1px #98AAB1 solid;
	text-align: center;
}

.etab-selected {
	background-color: #EFEFEF;
	border-top: 1px #98AAB1 solid;
	border-left: 1px  #98AAB1 solid;
	border-right: 1px #98AAB1 solid;
	text-align: center;
	padding: 2px;
	font-weight:bold;
}

div.top {
    /* Top section */
	background: transparent;
	margin: 0;
	padding: 0;
}
div.etabs {
	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:smaller;
}

div.etabs plain {
	background: transparent;
	border-color: #8CACBB;
	border-width: 1px; 
	border-style: solid solid none solid;
	color: #436976;
	font-weight: normal;
	height: 1.2em;
	margin-right: 0.5em;
	padding: 0em 2em;
	text-transform: lowercase;
}

div.etabs selected {
	background: #DEE7EC;
	border: 1px solid #8CACBB;
	border-bottom: #DEE7EC 1px solid;
	color: #436976;
	font-weight: normal;
}

/* status bar */
.unsaved, .saved {

	padding-right:20px;
	padding-top:5px;
	padding-bottom:10px;
}

.saved input, .unsaved input {
	border: 1px solid black;
	background-color: white;
	font-weight: normal;
}

/* side menu heading */
td.dropdown-heading {
	background-color: #D4E5FD;
	color: #006699;
	border-left: 1px solid #EAF2FE;
	border-right: 1px solid #EAF2FE;
	border-top: 1px solid #EAF2FE;
	font-weight: bold;
	padding: 2px;
}

td.dropdown-heading a, td.dropdown-heading a:hover, td.dropdown-heading a:visited {
	text-decoration: none;
}

td.dropdown-heading.closed {
	border-bottom: 1px solid #EAF2FE;
}

/* side menu content */
td.dropdown {
	padding: 2px;
	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  {
	color: #006699;
	text-decoration: none;
}
td.dropdown a:hover {
	color: #006699;
	text-decoration: underline;
}

td.dropdown strong {
	color: #51286C;
}

/* test listing on home page */

.test-box {
	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 {
	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 {
	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 {
	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 {
	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;
}


a#back-to {
	padding-left: 20px;
/*	background-image: url('../default/images/back.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	height:1.45em;
	width:1.45em;
}

div#breadcrumbs {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	font-size: .8em;
	background-color: #788CB3;
	color: white;
	white-space:nowrap;
}
div#breadcrumbs a, div#member-links a {
	color: white;
	font-weight:700;

}
div#member-links span{
	color: yellow;

}
div#breadcrumbs a:hover, div#member-links a:hover{
	text-decoration:none;
	color:black;
}

div#breadcrumbs a:focus, div#member-links a:focus {
	text-decoration:none;
	font-weight: bold;
	color: #FFFF00;
}

div#member-links {
	float:right;
	clear:both;
	width:100%;
 	background-color:#788CB3; 
}

h2.page-title {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	border-bottom: 1px solid #f0f0f0;
	clear: left;
}

h1 {
	margin-bottom: 5px;
}

div#sub-navigation {
	padding: 5px;
	background-color: #FFFCE5;
	border-bottom: 1px solid #9DAB9A;
	color: #9DAB9A;
}

div#sub-navigation strong {
	color: black;
}
.fl-force-right{
	float:right;
}
div#help {
	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: small;
}

h3#help-title {
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 1px;
	background-color: #efefef;
}
.line {
	border-bottom: 1px solid black;
}
div#help p {
	padding: 0px;
	margin: 0px;
}

div#toctoggle {
	float: left;
	font-size: smaller;
	padding-left: 10px;
}

h1#section-title {
	margin-left: 5px;
	display:inline;
	background-color: white;
	width:80%;
}

div#top-links {
	position: relative;
	padding-right: 5px;
	line-height: 170%;
	margin-top: 3px;
}

a#editor-link {
	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 {
	background-color: #fafafa;
	border: 1px solid #aaaaaa;
}

a#editor-link.off {
	background-image: url('../default/images/pen.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
a#editor-link.on {
	background-image: url('../default/images/pen2.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}


/* for data tables */
table.data {
	clear:right;
	border: 1px solid #f0f0f0;
	width: 90%; 
	margin-left: auto; 
	margin-right: auto;
	border-spacing: 0px;
	border-collapse: collapse;
} 

table.data th {
	background-color: #fafafa;
	padding: 3px;
	white-space: nowrap;
}

table.data tbody {
	background-color: #fdfdfd;
}

table.data tbody th {
	text-align: left;
	background-color: #fdfdfd;
	cursor: auto;
}

table.data td {
	padding: 3px;
}

table.data col.sort + td {
	padding: 7px;
	background-color: red;
}

table.data tbody tr:hover {
	background-color: #f5f5ff;
	cursor: pointer;
}

table.data tbody tr.selected {
	background-color: #f5f5ff;
	cursor: auto;
}

table.data tfoot {
	background-color: #fafafa;
}

table.data tfoot tr:first-child td {
	padding: 5px;
	background-image: url('../default/images/arrow_ltr.gif');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 40px;
}

table.data.static tfoot td, table.data.static tfoot tr:first-child td {
	padding: 5px;
	background-image: none;
	padding-left: 0px;
}

table.data tfoot input {
	border: 1px solid #999;
	background-color: white;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 60%;
	min-width: 100px;
	margin-left: 5px;
}

/* used for static tables with no form elements */
table.data.static tbody tr:hover {
	background-color: transparent;
	cursor: auto;
}

table.data tfoot input[type=submit]:hover {
	background-color: #f5f5ff;
}

/* course browser */

div#browse {
	margin-left: auto; 
	margin-right: auto; 
	width: 80%;
}

div.browse-selected {
	background-image: url('../default/images/side_arrow.gif'); 
	background-repeat: no-repeat; 
	padding-left: 9px; 
	background-position: center left;
}

div.browse-unselected {
	padding-left: 9px; 
}

ul.browse-list {
	list-style: none;
	padding:0px;
}

/* browse courses */
dl.browse-course {
	width: 100%;
	padding-bottom: 25px;
	background-color: #fffaf0;
	border:1px #9DAB9A solid;
	width:75%;
	margin:auto;
	margin-left:15em;
	margin-bottom:1em;
}
dl.browse-course dt {
	float: left;
	font-weight: bold;
	width: 25%;
	text-align: right;
	padding: 5px 10px 5px 0px;
	vertical-align: middle;
}
dl.browse-course dd {
	margin-bottom: 5px;
	padding: 5px 0px 5px 10px;
	margin-left: 26%;

}
img.headicon {
	float:  left;
	margin-top:1.2em;
	margin-right:.5em;
	height:6.45em;
	width:6.45em;
	vertical-align:top;
	border:1px solid white;
}
.header{
	background-image: url('images/pub_default.jpg'); 
	background-repeat: no-repeat; 
	background-position:0px .5em;
	margin-top: .8em;
	height:10.5em;
	text-align:right;
}
/* feedback/errors */
div#error {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid red;
	padding: 5px;
	background-color: #fffcf3;
	color: red;
	background: #FBF4ED url('../default/images/error-large.gif') no-repeat scroll 5px 5px;
	padding-left: 25px;
	font-weight: bold;
}
div#error h4 {
	color: black;
	margin-left: 0px;
}

div#error ul, div#feedback ul, div#help ul {
	position: relative;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
div#error li + li, div#feedback li + li {
	margin-top: 5px;
}

acronym {
	cursor: help;
}

div.news p {
	margin-left: 10px;
}
div.news span.date {
	color: #ACACAC;
}

/* home page links */
ul#home-links {
	list-style: none;
}
ul#home-links li {
	display: inline;
	float: left;
	padding: 0.5em;
	text-align: center;
	margin: 0.2em;
	width: 7.9em;
	height: 7.4em;
}
ul#home-links li a {
	text-decoration: none;
	border: 1px transparent;
	font-weight: bold;
}
ul#home-links li a img {
	border: 0px;
	display: block;
}

a.sortable {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

/* sequence links */
div#sequence-links {
	float: right;
	padding-right: 5px;
	padding-top:.3em;
}
div#sequence-links a {
	text-decoration: none;
}

div.dropdown {
	width: 200px;
	padding: 2px;
	background-color: white;
	color: black;
	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;
	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: xx-large;
	float: left;
	position: relative;
	margin-top: -5px;
	height: 15px;
	padding-right: 2px;
}

div#content-text {
	margin-left: 5px;
	padding-right: 5px;
}

div#content-info {
	margin: 5px;
	font-size: smaller;
	color: #cacaca;
	clear: both;
}

form {
	clear: none;
	display:inline;
}

/* images in jump select box */
option#start-page {
	color: black;
	text-decoration: none;
	padding-left: 15px;
	border-bottom: 1px solid black;
}

#jump-button {
	padding: 0px;
	background-color: #5E6D89;
	color: white;
	border: 1px solid #cccccc;
	cursor: pointer;
}
#jump-button:focus, #jump-button:hover {
	padding: 0px;
	background-color: #AE8DA9;
	color: white;
	border: 1px solid #cccccc;
	cursor: pointer;
}
#jumpmenu, optgroup {
	font-size: smaller;
}

/* paging */
div.paging {
   width: 100%;
   text-align: center;
   margin: 0.5em auto;
}
div.paging ul {
   list-style: none;
   display: inline;
   padding: 0px;
   border: 1px solid #000;
}
div.paging li { 
	display: inline; 
	padding-left: 2px; 
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.paging li a {
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	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;
}


/* users/index.php */

div.course {
	position: relative;
	width: 300px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 3px;
	padding: 3px;
	height: 10.5em;
}

div.course.break {
	clear: left;
}

div.course h2 {
	border: 0px;
	font-weight: normal;
	font-size: large;

}

div.course:hover {
	background-color: #FFF8C8;
	border: #AAAAAA 1px solid;
}

div.course a {
	text-decoration: none;
}

div.course:hover a {
	color: #006699;
}

div.course a:hover {
	color: #000000;
}

div.course p {
	font-size: small;
}

div.course p a {
	font-weight: bold;
}

div.course img.icon	{
	float: left;
	margin: 2px;
	height:6.1em;
	width:6.1em;
}

div.course div.shortcuts {
	text-align: right;
	clear: left;
	vertical-align: middle;
}

fieldset#shortcuts {
	float: right;
	background-color: #FAFAFA;
	border: 1px solid #AAAAAA;
	margin: -5px 5px 5px 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

legend {
	padding-right: 10px;
	padding-left: 10px;
}

fieldset {
	margin-bottom: 10px;
}
#shortcuts legend {
	color: orange;
	background-color: white;
}
#shortcuts ul {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type:  none;
	padding-left: 0px; 
}


/* side-menu */
#side-menu{
  width:19em;
margin-right:.3em;
}
h4.box {

    border: 1px solid #788CB3;
}

h4.box span {
    background: #788CB3;
    border: 1px solid #788CB3;
    font-family: Helevetica, Arial, sans-serif;
    font-weight: normal;
    color: white;
    white-space: nowrap;
    padding-right:1em;
    padding-left:1em;
margin-left:-.5em;

}

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-size: 85%;
}

div.box a {
	text-decoration: none;
}

div.box a:hover {
	text-decoration: underline;
}

/* image relative sizing */

/* course home imgs */
.img-size-home {
	height:3.85em;
	width:3.9em;
	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;
	height:1.45em;
	width:1.45em;
}

/* filemanager */
.img-size-fm1 {
	vertical-align: middle;
	margin-top: 0px;
	height:1.35em;
	width:1.5em;
}
.img-size-fm2 {
	vertical-align: middle;
	margin-top: 0px;
	height:1.25em;
	width:1.25em;
}

.img-size-fm3 {
	vertical-align: middle;
	margin-top: 0px;
	height:1.2em;
	width:.86em;
}

.img-size-fm4 {
	vertical-align: middle;
	margin-top: 0px;
	height:1.15em;
	width:1.4em;
}

/* asc/desc arrows */
.img-size-ascdesc {
	height:1.95em;
	width:1.95em;
}

a#guide {
	background-image: url('../default/images/help.png'); background-repeat: no-repeat; background-position: 3px 3px;
	padding: 2px 10px 3px 28px;
font-weight:700;
color:white;
height:2.5em;

}
a#guide:hover {
background-color:#788CB3;

}
div#guide_box{
background-color:#788CB3;
	border-left:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-bottom:thin solid #cccccc;
	border-radius: 0em 0em .5em .5em;;
	-moz-border-radius: 0em 0em .5em .5em;
	height:1.8em;
	float:right;
	margin-right:2em;
	padding-left:.1em;
}
/* enrollment tabs */
#navlist {
	padding: 0px;
	margin-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	white-space: nowrap;
}

#navlist li {
	list-style: none;
	display: inline;
	margin: 0px;
}

#navlist li a {
	padding: 3px 9px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	background: #fafafa;
	text-decoration: none;
	margin-left: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	white-space: nowrap;
}

#navlist li a:hover, #navlist li a.active {
	color: #000;
	background: #fff;
}

/* MAIN TABS */
div#topnavlistcontainer {
	border-bottom: 1px solid #9DAB9A;
margin-top:-5.3em;
}
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 #9DAB9A;
	background: #FFF8C8;
	text-decoration: none;
	margin-left: 3px;
	-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: #FFFCE5;
	border-bottom: 1px solid #FFFCE5;
}

div#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 90%;
}

div.column {
/*	border: 1px solid #e0e0e0;*/
	float: left;
	width: 30%;
	margin: 5px;
	padding: 0px;
	min-width: 170px;
}

div.column h3 {
	margin-left: 0px;
}

div.insidecol {
   min-height: 170px;
   height: 170px;
   padding:5px;
}
div[class] .insidecol {
   height: auto;
}
ul.horizontal{
	padding: 0px;
	margin: 0px;
}
ul.horizontal li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-right: 10px;
}

ul.rss_feed {
	padding-left:7px; 
	margin-left:7px; 
	padding-top: 0px; 
	margin-top:0px; 
	margin-bottom:0px;
}

/* the tools page */
ol#tools { width: 90%; }
/* ol#tools>li */ 
li.top-tool { 
	padding: 2px 2px 2px 15px; 
	margin-bottom: 5px; 
	line-height: 200%; 
	background-color: #fdfdfd; 
	border-bottom: 1px solid #efefef; 
	-moz-border-radius: 4px; 
	list-style-position: inside;  
	list-style: none;  
	border: 1px solid #eeeeff;}

ol#tools>li:hover {
	border: 1px solid #e0e0e0;
	background-color: #f5f5ff;
}

/* ol#tools>li>a */ 
li.top-tool a {  font-weight: bold; }

li.child-tool a { font-size: x-small; font-weight: normal; }

/* ol#tools>li>ul, */ ul.child-top-tool {
	margin-top: -5px;
	padding-left: 0px;
	margin-left: 0px;
	display: inline;
}
ul.child-top-tool:before {
	content: " : ";
}

/* ol#tools>li>ul>li, */ li.child-tool {
	display: inline;
	margin-right: 5px;
	font-size: x-small;
}
/* profile page */
dl#public-profile {
	width: 100%;
}
dl#public-profile dt {
	float: left;
	font-weight: bold;
	width: 30%;
	text-align: right;
	clear: left;
	border-right: 1px solid #f0f0f0;
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
	margin-right: 5px;
}
dl#public-profile dd {
	margin-bottom: 5px;
	clear: right;
	padding: 5px 0px 5px 5px;
}
/*  Table of content attributes*/

fieldset.toc {
	background-color: #FEFDEF;
	border: 1pt solid #B8AE9C;
	width:50%;
}

#toc a {
	clear:left;
	float:left;
	margin:3px;
}
/* format of "table of contents" on content page */
#toc a 		{ display:block; margin:3px; }
#toc .h2		{ padding:0 0 0 10px;}
#toc .h3		{ padding:0 0 0 30px;}
#toc .h4		{ padding:0 0 0 40px; }
#toc .h5		{ padding:0 0 0 50px; }
#toc .h6		{ padding:0 0 0 60px; }

/* jQuery tooltip styles */
#tooltip{
	position:absolute;
	z-index:3000;
	border:3px solid #111;
	background-color:#eeeeee;
	padding:5px;

}
#tooltip h3,#tooltip div{
	margin:0;
}
a.tooltip{
	color:blue;
	font-size:100%;
	padding-left:.2em;
	padding-right:.2em;
	padding-bottom:.2em;
	text-decoration:none;
		border-bottom:1px dashed;
}

/* style for home page sublinks view */
div.home_box {
	width: 23.5em;
	height: 150px;	
	margin-top: 15px;
	padding-bottom: 13px;
	margin-left:1em;
	float:left;
}

.outside_box{
	margin-left:.4em;
	background:#eeeeee;
	width:23.5em;
	height:9.3em;
	padding:.2em;
}

.inside_box{
	width:100%;
	margin:auto;
	height:52%;
	margin-bottom:.2em;
	background:#f8f8f8;
}

.home-title{
	font-size:12pt;
}
.buttonbox{
	float:right;
}
.details_text{
	margin-left:1em;
}
.draggable_selected {
	background-color: #788CB3;
	cursor: move;
}

/* 1pxgs current box on My Start */
.current_box{
    float:left;
    margin-left:1em;
    width:30%; 
    padding:.5em;
    border: 1px solid #cccccc;
 }

ul.current_list{
      line-height:2em; 
      list-style-type:none;
      margin-left:-1.5em;
}
.current_list img{
      vertical-align:middle;
}
#my_courses_container{
	  width:58%; 
	  margin-left:1em;
	  border:none;
	  float:left;
	  border-radius: .5em .5em .5em .5em;
	-moz-border-radius: .5em .5em .5em .5em;
	-moz-box-shadow:.2em .2em .2em #999999;
	 box-shadow: .2em .2em  .2em #999999;
}
/* Preference Editor tabs */
/* Preferences tabs */

table.etabbed-table	{
	padding-left:5em;
	font-size:10pt;

}
.tab-spacer {
	background-color: transparent;
	width: 5px;
}

/* Preference Editor tabs */
.etabbed-list-container {

    font-size:10pt;
    width:95%;

}
.etabbed-list{
	width:100%;
}
.prefs-tab-spacer {
    background-color: transparent;
    width: 1em;
}
.prefs_buttontab {
    color:#000555;
    white-space: nowrap;
    background-color: #ffffff;
    margin-bottom: .5px;
    border:0;
    font-weight:500;
    padding:0em 0em 0em;
    border-radius:.3em;
    -moz-border-radius: .3em .3em .3em .3em;

}
.prefs_tab{
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-radius: .3em .3em 0em 0em;
    -moz-border-radius: .3em .3em 0em 0em;
    padding: .2em .5em 0em .5em ;
    -moz-box-shadow:.1em .1em 0 #999999;
    box-shadow: .1em .1em 0 #999999;
    display: inline;
    padding-bottom: .9px;
    margin: .5em;
}
    
.prefs_buttontab:hover, .prefs_tab:hover {
      background-color: #eeeeee;
}

.prefs_tab_selected{
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom:0;
    background-color: #eeeeee;
    margin: .5em;
    font-weight:bold;
    text-align:center;
    padding: .3em .5em 0em .5em ;
    white-space: nowrap;
    text-decoration:none;
    border-radius:.3em;
    -moz-border-radius: .3em .3em 0em 0em;
    -moz-box-shadow:.1em .1em .0 #999999;
    box-shadow: .1em .1em .1em #999999;
    display: inline;
}



/* Transformable repository search */

.browse-result{
	border:thin solid #cccccc;
	padding:.5em;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-radius: .3em .3em .3em .3em;
	-moz-border-radius: .3em .3em .3em .3em;
	-moz-box-shadow:.1em .1em .1em #999999;
	box-shadow: .1em .1em .1em #999999;
}

.tr_results_tools{
	float:right;
	padding-left:.2em;
	padding-right:.2em;
	padding-top:.2em;
	border:thin solid #cccccc;
	border-radius: .3em .3em .3em .3em;
	-moz-border-radius: .3em .3em .3em .3em;
	-moz-box-shadow:.1em .1em .1em #999999;
	box-shadow: .1em .1em .1em #999999;
}

div.pageinator_box{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: -.5em;
	border-top:thin solid #cccccc;
	border-left:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-radius: .3em .3em 0em 0em;
	-moz-border-radius: .3em .3em 0em 0em;
}
#previewText{
    font-family: monospace;
    border: 2px solid rgb(0, 0, 0);
    padding: 2em;
    width: 80%;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
#previewArea{
    padding: 0em;
    border-bottom-width: 0px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    width: 70%;
    float:left;
    clear:right;
}
#display-settings-preview{
    width:70%;
    float:left;
    height:20em;   
}
#feedback{
    width: 90%;
}
#defaultfontsize-wrapper{
    width:25%;
    float:left;
}

div .profile_container {
	background-color:#eee; 
	border: 1px solid #8e8e8e; 
	width:80%; 
	padding:0.5em; 
	margin-bottom: 0.5em;
}

div .profile_container .top_right {
	float: right;
}

dl.public-profile dd{
	margin-left:0px;
}
dl.public-profile dt {
	float: left;
	font-weight: bold;
	min-width:12em;
}

/* Search form */
div .search_form {
	margin-bottom: 1em;
}

div .search_form .row{
	background-color: #DEDEC0;
	padding: 8px;
}
div .button {
	background-color: #eee;
	border: 1px solid #aaa;
}
div .button:hover{
	background-color: #cccccc;
	color: #000000;
}

/* Side menu */


ul.social_side_menu {
	padding-left: 2em;
}
ul.social_side_menu li {
	padding-bottom: 0.2em;
	list-style: circle;
}

div .divider {
	border-bottom:1px solid #C1C157; 
	padding-bottom:0.5em; 
	margin-bottom:0.5em;
}

.activity{
 	line-height:18pt;
	font-size:.8em;
}

div.headingbox, h3.headingbox, a.headingbox{
	border:1px #cccccc solid;
	padding:.2em;
	background-color: #eeeeee;
	text-decoration:none;
	line-height:1em;
	font-size:.7em;
}

div.contentbox, input-form{
	margin-left:.2em;
	margin-right:.2em;
	border-left:1px #cccccc solid;
	border-right:1px #dddddd solid;
	border-bottom:1px #cccccc solid;
	padding:.5em;
	background-color: #ffffff;
        overflow:hidden;
}

div.suggestions{
	border:1px solid #a50707;
	margin-left:10px; 
	width:50%;
}
li.inlinelist{
	display: inline; 
	padding-right: 1em;
}
ul.social_inline_menu{
	background-color: #eeeeee;
	border:thin #cccccc solid;
	padding:.5em;
	width:90%;
	margin:auto;
}
div.social-wrapper{
	border:thin solid #cccccc; 
	width:95%;
	padding:.5em;
	margin:auto;
}


.network-activity{
    float:left;
    width:55%;
}
.my-contacts{
    float:right;
    width:38%;
    min-width:38%;
}
.my-network-groups{
    float:right;
    clear:right;
    width:38%;
    max-width:38%;
}
.people-you-may-know{
    padding-top:1em;
    float:right;
    clear:right;
    width:38%;
    min-width:38%;
 }
.contentbox-a{
    width: 100%;
}
.contentbox-b{
    padding-bottom:0.2em;
}
 
.content-settings{
	width: 30%;
	float: left;
}

ul#content-tool-links {
	list-style: none outside none;
}
ul#content-tool-links li{
	display: inline;
	float: left;
	width: 5em;
	padding: 0 3em 0 0;
	text-align: center;
	font-size: 0.7em;
	font-weight:bold;
	color: #1A4A72;
	line-height:120%;
}
ul#content-tool-links img{
	border: 0 none;
	display: block;
	padding-left: 10px;
}
.bfl-force-right{
float:right;
}
.hidden {
    display: none;
}
.clickable {
    cursor: pointer;    
}
div#shortcuts{
	border-left:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-bottom:thin solid #cccccc;
	border-radius: 0em 0em .5em .5em;;
	-moz-border-radius: 0em 0em .5em .5em;
	float:right;
	-moz-box-shadow:.1em .1em .2em #999999;
	 box-shadow: .1em .1em  .2em #999999;
	margin-right:2em;
	padding:.1em;
}
#shortcuts legend {
	border-radius:.5em;
	-moz-border-radius: .5em .5em .5em .5em;
	padding:.2em
}
#shortcuts ul {
	position: relative;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	list-style-type:  none;
	padding-left: 0pt; 
}
#shortcuts li{
	display: inline;

}
.shortcut_icon{
	border:0;
	vertical-align:middle;
}

div.shortcuts, a {
	text-align:right;
	text-decoration:none;
}
/* Content editor tabs */
.editor_buttontab {
	color:#000000;
	font-size:10pt;
	border:0;
	white-space: nowrap;
	background-color: #ffffff;
	margin: 0px;
	font-weight:500;
	text-align:center;
	padding:0em 0em 0em;

}
.editor_tab{
	float:left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:0;
	margin-bottom:-.5em;
	text-align: center;
	white-space: nowrap;
	background-color: #ffffff;
	border-radius: .3em .3em 0em 0em;
	-moz-border-radius: .3em .3em 0em 0em;
	padding: 0em .2em .0em .2em ;
	height:1.3em;
}
.editor_tab:hover, .editor_tab input[type=submit]:hover{
	background-color:#eeeeee;
}

.editor_tab_selected{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:0;
	padding: .0em .3em .1em .2em ;
  	background-color: #eeeeee;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
	text-decoration:none;
	border-radius:.3em;
	-moz-border-radius: .3em .3em 0em 0em;
	height:1.4em;

}
.editor_tab input[type=submit]{
	height:1.2em;
}

div#menutoggle{
	text-align: right; 
	padding-bottom: 10px; 
	padding-right: 10px; 
	float: right; 
	margin-top: 5px; 
	padding-right: 5px; 
	font-size:0.95em;
}
fieldset.toc {
	background-color: #FEFDEF;
	border: 1pt solid #B8AE9C;
	width:50%;
}

.fl-force-right{
	float:right;
	padding: .2em;
}
.hidden {
	display: none;
}
.clickable {
		cursor: pointer;    
}

.del-content-icon{
	border:0;
	height:.8em;
}
div.logout{
	white-space:nowrap;
	background-color:#788CB3;;
	padding-bottom:.2em;
	width:45%;
	float:right;
	clear:both;
}
div.bypass{
	height:1px;
}
div#subnavlistcontainer {
	width:95%;
	margin:auto;
	height:auto;

}
div#subnavbacktopage {
	padding-top:5px;
	padding-left:20px;
	float:left;
}

div.toolcontainer{
	width:95%;
	margin:auto;
	border:1px solid #e8e8e8;
	padding-top:1em;
	padding-bottom:1em;
	border-radius:.5em;
	-moz-border-radius: .5em .5em .5em .5em;
}

ul#subnavlist {
	padding-top: 4px;
	margin-top: 0px;
	font-family: Verdana,Helvetica,Arial,serif;
	font-size:.8em;


}

ul#subnavlist li {
  	background-color: #FFFFFF;
	list-style: none;
	display: inline-block;
	font-weight:700;
	text-align:center;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-radius: .3em .3em 0em 0em;
	-moz-border-radius: .3em .3em 0em 0em;
	height:1.0em;	
	padding: 0em .5em .6em .5em ;
}

ul#subnavlist li a:hover, ul#subnavlist li a:focus, ul#subnavlist li.active, ul#subnavlist li:hover{
  	color: black;
	text-decoration:none;
	background-color: #E6E6E6;
}

ul#subnavlist li a {
    /* The normal, unselected tabs. They are all links */
   	color: #555;
    	height: 1.5em;
   	text-decoration:underline;
	font-weight:500;
}

fieldset.group_form{
	width:97%;

	border:1px #70A1CA solid;
   	min-height: 190px;
	padding:.5em;
	margin-right:1em;

} 
fieldset.group_form legend{
	border:1px #70A1CA solid;
	background-color: #F4F9FE;
	font-weight: 600;
	color: black;
	padding-left: 1em;
	padding-right: 1em;
	border-radius:.2em;
	-moz-border-radius: .2em .2em .2em .2em;
}
div.input-form{
	width:95%;	
}
.site-name{
	font-size:small;
	font-weight:bold;
	padding-left:1em;
	color:gray;
	white-space:nowrap;
	margin-right:1em;
	float:right;
}

