html, body {
	margin: 0;
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

table.commandbar {
	background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
}

table.commandbarinner {
}

table.commandbar table.commandbar 
{
  border: 0px;
}

table.commandbar tr td a  {
	text-decoration:none; 
	font-weight:bold;
}

table.commandbarinner td 
{
  padding-right: 15px;
}


td 
{ 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

th
{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
}

html>body #wrapper1 {
    height: auto;
}

/* Links in the Page Body should be cyan, and turn DimGray on mouse activity */ 
/* Links in the Side Bar  should be DimGray, but turn cyan on mouse activity */

a:link {
	color: #3E7CD5;  
	text-decoration: none;
}

a:visited {
	color: #3E7CD5;
	text-decoration: none;
}

a:hover {
	color: DimGray;
}

a:active {
	color: #3E7CD5;
	text-decoration: none;
}

img {
	border-width: 0;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	margin-left: 25px;
	overflow: visible;
	margin-right: 25px;
}

#innerWrapper {
	padding-bottom: 125px;
	padding-top: 25px;
}
#headerWrapper {
	height: 100px;
}


#header { 
	height:80px; 
	width:100%; 
	background:url(/owlimages/css1/header_gradient_blue.gif) repeat-x;
	border: 1px solid rgb(204, 204, 204);  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

#headerTopRow { 
	height:40px;; 
}

#headerOwlLogoCell { 
	width:158px;
	padding-left:14px;
	padding-top:7px; 
}

#headerWelcomeCell { 
	padding-top:7px;
	padding-right:10px; 
}

#headerBottomRow { 
	height:32px; 
}

#headerDroppyMenuCell
{
	padding-top:6px;padding-left:5px;
}

#headerTitleCell
{
	padding-top:7px;
	padding-left:0px;
}

#headerLeft {
	float:left; 
	padding-top:8px; 
	height:80px;
}

.headerLinks {
	color:#333; 
	font-weight:bold; 
}

#owlLogo 
{
}

#pageTitle {
	font-size:16px; 
	font-weight:bold; 
}

#headerMenu {
	float:left; 
	margin-top:40px; 
	margin-left: 5px;
	margin-bottom: 1px;
	list-style:none; 
	position: absolute;
}

#headerMenu ul {
	width:140px;
}

#content {
	float: left;
}

#footerWrapper {
	height: 120px;
}

#footer {
	height:80px; 
	width:100%; 
	font-size:10px; 
	margin-top:20px;
	border-top: 1px solid rgb(204, 204, 204);  
	border-bottom: 1px solid rgb(204, 204, 204);  
}

#footerLeft {
	height:80px; 
	padding-top:20px; 
	padding-left:10px; 
	float:left;
}

#footerText {
	clear:both; 
	padding-top:10px;
}

#footerRight {
	 float:right; 
	 margin-right:10px; 
	 padding-top:20px;
}


.clear {
	clear: both;
}

.inactiveLink {
	color: #CCC;
}

/* The Side Bar text color should be DimGray, but turn electric blue on mouse activity */
/* The DroppyMenu text color is black, but turn electric blue on mouse activity */
/* Links in the body of the page should be electric blue, and turn DimGray on mouse activity */ 

#sidebar {
    width: 170px;
    float: left;
}

#sidebar ul {
    list-style: none;
    font-size: 13px;
    line-height: 26px;
    padding-left: 0;
    margin-left: 0;
}

#sidebar ul li {
	background: repeat-x;
	padding-left: 7px;
}

#sidebar ul a {
	padding-left: 0px;
	color: DimGray;
}

#sidebar ul a:visited {
	color: #3E7CD5;
	text-decoration: none;
}

#sidebar ul a:hover {
	color: #3E7CD5;
}

#sidebar ul a:active {
	color: #3E7CD5;
	text-decoration: none;
}

#sidebar ul li ul li {
    margin-left: 8px;
    padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 0px;
	font-weight: normal;
	line-height: 16px;
}

.sidebarSubHead {
    padding-left: 20px;
    font-weight: normal;
}

.sidebarHead {
	margin-bottom: 6px;
    font-weight: bold;
}

.sidebarHeadTitle {
	border: 1px solid rgb(204, 204, 204);  
	background:url(/owlimages/css1/header_gradient_blue.gif) repeat-x;
	margin-bottom: 5px;
	margin-top: 0;

}

.noToggleIcon {
    float: left;
    border: none;
    width: 20px;
    background-image: url('/owlimages/css1/toggle-expand-light.png');
    background-repeat: no-repeat;
    background-position: center;
}

.toggleIcon {
    float: left;
    border: none;
    width: 20px;
    background-image: url('/owlimages/css1/toggle-expand-dark.png');
    background-repeat: no-repeat;
    background-position: center;
}

#menuSidebar {
	float: left;
	width:90% ;
	background-color:pink;
	border-top: 1px solid rgb(204, 204, 204);  
	border-bottom: 1px solid rgb(204, 204, 204);  
	border-left: 1px solid rgb(204, 204, 204);  
	border-right: 1px solid rgb(204, 204, 204);  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	background-color: #F5F5F5;
}

#menuSidebar ul {
	font-size: 13px;
	line-height: 30px;
	list-style: url(none) none;
	padding-left: 0;
	margin-top: 0;
}

#menuSidebar ul li {
	padding-left: 0;
}

#menuSidebar ul li.disabled {
	color: #aaaaaa;
}

.button {
	border: 1px solid #CCC;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	font-weight: bold;
}

div.progressBarSelectedItem {
  /* white letters on the purple background */
  background-color: #757AB6;
  color: #fff;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

div.progressBarUnselectedItem {
  /* purple letters on the pale purple background */
  background-color: #DEDEEE;
  color: #757AB6;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

/** Course Section Navigation Bar using the droppy menu **/
#coursenavbar 
{
  float: left;
  /* padding: 5px 20px; */
  /* background-color: #F0F0F0; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}




/**
Owl Tables
**/

table.owltbllogin
{
  border: 1px solid #aaa;
  border-collapse: collapse;
  background-color: #f8f8f8;
}

table.owltbllogin td
{
  padding: 10px;
  border: none;
}

table.owltbl 
{
  border: 1px solid #888;
  border-collapse: collapse;
}

table.owltblnobrdr
{
    border-collapse: collapse;
}

table.owltbllite 
{
  background-color: #f8f8f8;
}

table.owltbldark
{
  background-color: #e3e3e3;
}

table.owltbl td, th
{ 
  border: 1px solid #888;
  border-collapse: collapse;
  padding: 5px;
}



table.owltblnobrdr td, th
{ 
  padding: 5px;
}

tr.owltrdark
{
  background-color: #e3e3e3;  
}

tr.owltdlite
{
  background-color: #f5f5f5;
}

td.owltddark
{
  background-color: #e3e3e3;  
}

td.owltdlite
{
  background-color: #f5f5f5;
}

td.owlborder
{
  border: 1px solid #888;
  border-collapse: collapse;
}

.owlBorderNoTop
{
  border: 1px solid #888;
  border-top-width: 0px;
}

.owlBorderNoBottom
{
  border: 1px solid #888;
  border-bottom-width: 0px;
}

table.owltbl th
{
  font-size: 11px;
  color: #333;
}

table.owltblnobrdr th
{
  font-size: 11px;
  color: #333;
}


/*mainly for the vertical table header*/
td.owltdtitle
{
  font-size: 11px;
  font-weight: bold;
  color: #333;
}


/**
Collapsilble Div
**/
div.collapsibleWrapper
{
  border:1px solid #DDDDDD;width:100%;
}

div.collapsibleHeader
{
  padding:3px;background:#EEEEEE;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.cesdDataTableClass {
  clear: both;
  background-color: #FFF;
  border: 1px solid #888888;
  border-collapse: collapse;
}

table.cesdDataTableClass thead tr th {
  padding: 5px 10px;
  background-color: #e4e9fa;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border: 1px solid #888888;
}

table.cesdDataTableClass tbody tr td
{
  border: 1px solid #888888;
}
tr.odd {
	background-color: #FFF;
}

tr.even {
	background-color: #FFF;
}

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #FFF;
}

tr.odd td.sorting_2 {
	background-color: #FFF;
}

tr.odd td.sorting_3 {
	background-color: #FFF;
}

tr.even td.sorting_1 {
	background-color: #FFF;/*#D5D5D5;*/
}

tr.even td.sorting_2 {
	background-color: #FFF;
}

tr.even td.sorting_3 {
	background-color: #FFF;
}

/**
Folder Table Display
**/
.collapseframeclass
{
  padding:3px;
  border:1px solid #ddd;
  /* width:100%; */
  background:#fff;
}

.collapseframebannerclass
{
  background:#fff;
  /* border-bottom: 1px solid #888; */
}

.collapseframebannerclass a
{
  vertical-align: middle;
}

.collapseframebannerclass a img
{
  vertical-align: middle;
}

.collapseframecontentclass
{
  padding: 4px;
  padding-left: 11px;
}

.owltabelem {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
 -moz-border-radius-topleft: 5px;  
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topright: 5px;
 -webkit-border-top-right-radius: 5px;
    background-color: #ccc;
	font-size: 16px;
	text-decoration:none; 
	font-weight:bold;
z-index: 1;
}

.owltabelem a {
  text-decoration:none;
  color: black;
  padding-right: 2px;
}

.owltabheader
{
padding-bottom: 4px;
/* padding: 4px; */
margin: 0px;
border: none;

}
  .owltabselected {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #aaa;
  }

  .owltabselected a:hover {
    background-color: #fff;
    color: #3E7CD5;
  }

  .owltabnotselected { 
    border-bottom: 1px solid #aaa;
  }
  
  .owltabnotselected:hover { 
    background-color: #eee;
  }
  
  .owltabnotselected a:hover { 
    /* background-color: #eee; */
    color: #3E7CD5;
  }
  
  .owltabdisabled { 
    color: #aaa;
    border-bottom: 1px solid #aaa;
  }
  
  .owltabseparator {
    border: none;
    padding: 1px;
  }
  
  .owltabcontent {
    border: 1px solid #aaa;
    padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
 -moz-border-radius-topleft: 0px;  
 -webkit-border-top-left-radius: 0px;
  }
  .owltabcontentempty {
    border-top: 1px solid #aaa;
    padding: 0px;
  }
  
  .owltabcontentempty {
    border-top: 1px solid #aaa;
    padding: 4px;
  }

.owltabcontainer 
{
  width: 100%;
    padding-top: 10px;
    padding-bottom: 4px;
}

#coursenavbar a{
 	color: #3E7CD5;
}

#coursenavbar a:visited{
 	color: #3E7CD5;
}

#coursenavbar a:hover {
	color: DimGray;
}