/* Odijoo.com 2009 - All rights reserved. */
/* reset the css */
body{margin:0;padding:0;}
img{border:none 0;}
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3,h4,h5,h6{margin:.5em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}
th,td{padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{/*margin-bottom:1em;*/}input[type=text],input[type=password],textarea{ width: 250px;}
table{border-spacing:0;padding:0;border-collapse:collapse; width: 100%;}

/* ===== FONTS ===== */
body{
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:125%;
}

h1{
	color: #999999;	
}

h2{
	color: #999999;	
}

h3{
	color: #999999;	
}

h4{
	color: #999999;	
}

h5{
	color: #999999;	
}

h6{
	color: #999999;	
}

.adminPage h3, .settingsBlock h3{
	margin: .25em 0;
}

.loginBlockHolder h2{
	padding:0;
	margin: .15em 0 .15em 0;
	color: #617a8e;
}

a{
	color: #09c;
	text-decoration:none;
}

a:hover{
	color: #737373;
}

h2 a {
	color: #737373;
}

h2 a:hover{
	color: #09c;
}

.reqInfo {
	color: red; 
	margin-right: -10px;
	vertical-align: top;
}

span.reqInfo2 {
	color: red; 
	vertical-align: top;
}

/* VERTICAL DOT USED TO DIVIED CONTENT
	works with div tags */
div.verticalDot {
	background: url('../../img/odijoo2/vertDot.gif') repeat-y;
	height: 100%;
}

/* ===== NAVBAR/MAINNAV/SECONDARYNAV & mainMenu ===== */
.navBar {
	
}
.mainNav {
	height: 69px;
	background: #dee6e9 url('../../img/odijoo2/mainNavBg.jpg') repeat-x;
	line-height: 1.35em; 
}
.mainNav ul{
	margin-left: 0;
	margin:0;
	padding: 10px 0 0 0;
}
.mainNav li{
	display: inline;
	float: left;
	text-align: left;
	list-style-type: none;
	font-size: 1.0em;
	margin: 5px 18px 3px 18px;
}

/* Places the icons for the main nav using an image sprite */
.mainNav li.home{
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 3px;
	padding:0 0 0 25px;
}

.mainNav li.profilePage{
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -297px;
	padding:0 0 0 25px;
}

.mainNav li.campus{
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -47px;
	padding:0 0 0 25px;
}

.mainNav li.community{
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -97px;
	padding:0 0 0 25px;
}

.mainNav li.marketplace, .marketplaceIcon{
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -147px;
	padding:0 0 0 25px;
}

/* end of icon image sprite */

.mainNav ul li span{
	white-space:nowrap; 
	padding:0;
	margin: 0;
	font-size: .65em;
	color: #999999;
}

.mainNav a{
	color: #666666; 
	font-weight:600;
}

.mainNav a:hover{
	color: #09c;
}
.mainNav img{
	float: left;
	padding:2px 8px 10px 0px;
	margin: 0;
}

/* Advanced main nav */
ul.mainMenu
{
	background: #dee6e9 url(../../img/odijoo2/mainNavBg.jpg) repeat-x center;
	height: 69px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 691px;
}

ul.mainMenu li
{
	border-width: 0px;
	color: #666;
	float: left;
	font-weight: 600;
	height: 54px;
	list-style: none;
	padding: 15px 24px 0px 23px;
	position: relative;
}

ul.mainMenu li a
{
	color: #666;
}

ul.mainMenu li.active a, ul.mainMenu li a:hover
{
	color: #09c;
}

ul.mainMenu li div.note
{
	color: #999;
	font-size: .75em;
	font-weight: normal;
	margin: 0;	
	padding: 0;
	white-space: nowrap;
}

ul.mainMenu .home, 
ul.mainMenu .profilePage,
ul.mainMenu .courses,
ul.mainMenu .community,
ul.mainMenu .marketplace,
ul.mainMenu .inbox,
ul.mainMenu .myPage,
ul.mainMenu .authorCourse
{
	background:url(../../img/odijoo2/icons/iconSprite.gif) no-repeat;
	float: left;
	height: 20px;
	margin-left: -23px;
	width: 20px;
}

ul.mainMenu .myPage {
	background-position: 0px -2102px;
}

ul.mainMenu .home {
	background-position: 0 3px;
}

ul.mainMenu .profilePage {
	background-position: 0 -297px;
}

ul.mainMenu .courses {
	background-position: 0 -47px;
}

ul.mainMenu .community {
	background-position: 0 -97px;
}

ul.mainMenu .inbox {
	background-position: 0 -199px;
}

ul.mainMenu .marketplace {
	background-position: 0 -147px;
}

ul.mainMenu .authorCourse {
	background-position: 0 -597px;
}

ul.mainMenu .arrow {
	bottom: 0px;
	position: absolute;
}

/* secondary nav */
.secondaryNav{
	height: 35px;
	background: #e7e7e7;
	border-bottom: solid 1px #b7b7b7;	
}

div.secondaryNav  ul{
	margin: 0;
	padding-left: 18px;
}

.secondaryNav ul li{
	float: left;
	display: inline; 
	list-style-type: none; 
	margin: 8px;
	font-size: .80em;
}

.secondaryNav ul li.active a, .secondaryNav ul li.active a:hover {
	color: #09c;
}

.secondaryNav a{
	font-weight:bold;
	color: #666666; 
}

.secondaryNav a:hover{
	color: #09c;
}

#container {
	width: 960px;
	margin:0 auto 0 auto;
	padding: 0;	
}

#container div.overflowScroll {
	overflow-x: auto;
}

#header{
	margin-top: 5px;
	min-height: 45px;
	background: url('../../img/odijoo2/headerBg.jpg') repeat-x bottom;
}

#header h1{
	display: none;
	font-size: 0;
	padding: 0;
	margin: 0;	
}

#header a{
	color: #3399cc;
	font-size: .85em;
	text-decoration:none;
}

#header a:hover{
	color: #737373;	
}

.headerMenu {
	float: left;
}

.headerMenu ul{
	margin:0;
}

.headerMenu li{
	float: left;
	display: inline; 
	list-style-type: none; 
	margin: 8px 10px 2px 10px;
	padding: 0;
	font-size: 1.0em;
}

.logoBlock {
	float: left;
	height: 40px;
	overflow: hidden;
	padding: 0;
	margin: 1px 0 0 20px;	
}

.logoBlock img{
	border: none;
}

.headerSecondaryMenu{
	text-align: right;	
	float: right;	
	margin: 0px; padding: 0px;
}

.headerSecondaryMenu form {
	padding: 0;
	margin: 0;
	display: inline;
}

.loggedInfo {
	padding: 5px;
}

.loginInfo {
	display: inline;
	margin: 0;
	padding: 0;
}


.forgotInfo {
	font-size: x-small;
	padding-right: 70px;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom:0;
	margin-top: -5px;
	line-height: 15px;
}

.loginInfo input{
	width: 165px;
}

.headerSecondaryMenu button.cleanButton{
	padding: 0px; margin: 0px; border: 0px; background-color: white; color: #09c; 
	font-size: 1em;
}

.headerSecondaryMenu .verticalDot{
	height: 38px;
	width: 8px;
	margin: 2px 10px 2px 15px;
	float: right;
}

.lookFor{
	float: right;
	font-size: .75em;
	margin: 8px 5px 3px 3px;
}

.profile {
	background: url('../../img/odijoo2/profileBg.gif') repeat-x;
	height: 104px;
	border-bottom: 3px solid white;
}

.profile .profileName {
	font-weight: bold;
	height: 2em; 
	line-height: 1em; 
	margin: 4px 0 3px;  
	overflow: hidden;
	text-align: center;
}

.profile .profileImage{
	float: left;
	margin: 2px; 
	height: 100px; 
	width: 100px;
}

.profile .profileInfo{
	float: left; 
	height: 104px;
	margin: 0 2px;  
	padding: 0px; 
	width: 137px;
}

.profile .profileInfo a{
	color: #fff;
}

.profile .profileInfo a:hover{
	color: #ddd;
}

.profile .profileInfo .profileMessages{
	margin-left: 5px;	
}

.profile .profileInfo .profileJoin {
	color: white;
	font-size: 1.1em;
	text-align: center;
}

.profile .profileInfo .profileMessages .inbox,
.profile .profileInfo .profileMessages .invitations,
.profile .profileInfo .profileMessages .notifications
{
	background: url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	padding: 2px 0 1px 23px;	
	font-size: 11px;
	line-height: 1.5em;
}

.profile .profileInfo .profileMessages .inbox{
	background-position:0 -197px;
}

.profile .profileInfo .profileMessages .invitations{
	background-position:0 -247px;
}

.profile .profileInfo .profileMessages .notifications{
	background-position:0 -297px;
}

/* start of block details - right column */
.blockDetails {
	border-bottom: solid #fff 3px;
}

.rightBlockDetails {
	border-bottom: solid #fff 3px;
	background-color: #E4E4E4;
}

#contentRightSide .courseDetail{
	color: #09c;	
	background-color: #ccc;
	padding: 10px 5px;
	font-size: 108%;
	font-weight: bold;
}

#contentRightSide .blockDetails .blockHeader{
	color: #09c;	
	background-color: #ccc;
	padding: 10px 5px;
	font-size: 108%;
	font-weight: bold;
}

#contentRightSide .blockDetails .blockContent{
	padding: 10px 5px;
}

#contentRightSide .blockDetails .blockContent div.centeredImg{
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0px 8px;
}
#contentRightSide .blockDetails .blockContent div.centeredImg img{
	margin: 0px auto;
	display: block;
}

#contentRightSide .blockDetails .blockContent .courseImage img, .searchBlock .courseImage img {
	margin: 0px auto;
	display: block;
}

.blockDetails h4{
	color: #666666;
	margin: .5em 0 0 0;
}

.blockDetails div.center{
	text-align: center;
	margin: 5px auto 5px auto;
}

.blockDetails #search {
	padding: 10px 0px;
	margin: auto;
}
.blockDetails form {
	padding: 0px; margin: 0px;
}

.blockDetails form input[type=text] {
	width: 130px;
	vertical-align: length;
}

.blockDetails form input[type=submit] {
	vertical-align: length;
}



/* CONTENT HOLDERS */
#contentLeftSide {
	width: 711px;
	float: left;
	margin: 3px 0 0 0;
	padding: 0px 0 3px 0;
}

#contentRightSide {
	width: 245px;
	height: auto;
	background: #E4E4E4;
	color: #666666;
	float: right;
	margin: 3px 0 3px 0;
	padding: 0 0 0 0px;
	
}

#loginContentLeftSide {
	width: 476px;
	height: 495px;
	float: left;
	background: #c3ccce url('../../img/odijoo2/loginLeftBg.jpg') repeat-x;
	margin: 3px 0 0 0;
	padding: 0px 0 3px 0;
}

#loginContentLeftSide h1 {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 30px;
}

#loginContentRightSide {
	width: 477px;
	height: 495px;
	background: #d0d6d7;
	float: right;
	margin: 3px 0 3px 0;
	padding: 0 0 3px 3px;
	
}

#content{
	clear: both;
	padding: 20px 0px 40px 0px;
	overflow: hidden;
	
}

.loginBlockHolder{
	padding: 40px 20px 10px 20px
}

.loginBlockHolder .loginBlock{
	padding: 80px 5px 10px 5px;
	border-top: dotted 1px #848484;
	text-align: center;
}

.loginBlockHolder input[type=text]{
	width: 170px;
	text-align: left;
}

.loginBlockHolder input[type=password]{
	width: 170px;
	text-align: left;
}

.loginBlockHolder input[type=submit]{
	margin-right: 0;
}

.loginBlockHolder form{
	margin: 10px 0 10px 10px;
}

.loginBlockHolder div.text, .loginBlockHolder div.password, .loginBlockHolder div.submit {
	width: 300px;
	text-align: right;
	margin-right: 0;
	margin-top:15px;
}

.loginBlockHolder div.text label, .loginBlockHolder div.password label {
	padding: 5px;
}

.marketingImg {
	margin: 0px;	
}
/* INNER PAGES BLOCKS */

.pageTitle{
	background: #e7e7e7;
	border-top: solid 1.5px #b7b7b7;
	border-bottom: solid 1.5px #b7b7b7;	
}

.pageTitle h2{
	margin: 5px 1em 5px 1em;
	color: #666666;
	font-size: 150%;
	font-weight: normal;
}

/* clear block simple with a title underline or block heaiding line */
.clearBlock{
	margin: 30px 0 10px 0;
}

.clearBlock h3{
	margin: 10px 0 3px 0;
}

.clearBlock h3 a {
	color: #999;
}

.clearBlock h3 a:hover {
	color: #09C;
}


.clearBlock div.body{
	border-top: solid 1px #b7b7b7;
	margin: 0px 0 10px 0;
	padding: 15px 20px 15px 0;
}

/* weird ie bug where border didn't stay at top */
.clearBlock div.body2{
	margin: 0px 0 10px 0;
	padding: 10px 20px 10px 0;
}

.clearBlock div.body4{
	margin: 0px 0 10px 0;
	padding: 0;
	clear: both;
}

.clearBlock div.body4 .display {
	margin-top: -10px;
}

.clearBlock div.body4 .input {
	margin: 0px 10px 0px 10px;
	width: 300px;
}

.clearBlock div.body4 form .buttons {
	margin: 5px 0px;	
}

.clearBlock .courseIcon{
	float: left;
	margin: 10px 12px;
	text-align: center; 
	width: 146px; 
	font-size: 0.9em;
}

.clearBlock .courseIcon .courseImage{ 
	width: 146px; height: 100px;
}

.userImage{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 7px 10px; 
	text-align: center; 
}

.clearBlock h5 {
	font-size:15px; font-style: bold; margin-bottom: 15px;
}

.clearBlock .body3 {
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
	margin: 10px;
	padding-bottom: 10px;
}
/* 	end of campus block */

/* homepage section */
.clearBlock .body3 div.content {
	font-size: 0.9em;
}

.clearBlock .body3 div.label {
	font-size: 0.9em;
	margin: 0px 10px;
	width: 90px;
	float: left;
	font-weight: bold;
	text-align: right;
}

/* 	block with fill and top and bottom boarders */
.block{
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background: #e7e7e7;
	margin: 0px 0 25px 0;
	padding: 15px 20px 15px 20px;		
}

.invalidBlock{
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background: #e7e7e7;
	margin: 0px 0 50px 0;
	padding: 15px 20px 15px 20px;
	text-align: center;
	font-weight: bold;
}

.settingsBlock input[type=text], .settingsBlock input[type=password], .settingsBlock textarea{ 
	width: 350px;
}
.settingsBlock .holder{
	text-align: right;
	width: 500px;	
}

.settingsBlock .holder ul {
	text-align: left;	
	margin-left: 115px;
}

.holder li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}

.settingsBlock .holder .buttons {
	margin: 10px 17px 0px 0px;
}

.settingsBlock .block{
	text-align: left;
}

.settingsBlock .block label{
	padding: 0 10px 0 0;
	margin: 0;
	vertical-align: top;
}

.settingsBlock .block label.teacher{
	margin-right: 55px;
}

.settingsBlock .block input[type="text"]{
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}

.settingsBlock .block input.half{
	width: 115px;
}

.settingsBlock .block input.number{
	width: 275px;
	margin-right: 5px;
}

.settingsBlock .block .twoCol {
	block: inline;
	float: left;
	margin-left: 60px;
}

.settingsBlock .block .holder .short {
	margin-left: 13px;
	float: left;
}

.settingsBlock .checkBoxList {
	background-color: white; 
	border: 1px solid #ccc;
	float: right;  
	height: 60px;
	width: 340px; 
	margin: 4px 0 7px 5px;
	overflow: auto;
	padding: 5px;
	text-align: left;   
}

/* Used in create rubric page */
#criteriaHeader {
	background-color: #ccc;
	font-weight: bold;
	padding: 9px;
	margin-bottom: 15px;	
}
#criteriaHeader label.markHeader {
	margin-left: 60px;	
	float: left;
}

#criteriaHeader label.commentHeader {
	margin-left: 69px;	
	float: left;
}

#criteriaHeader label.passingHeader {
	margin-left: 260px;	
	float: left;
}

.settingsBlock .block form {
	margin: 0px 20px auto auto;	
}

/* Used in Discussion Summary page */
.settingsBlock label.studentHeader {
	margin-left: 50px;	
	float: left;
}

.settingsBlock label.givenMarkHeader {
	margin-left: 80px;	
	float: left;
}

.settingsBlock label.criteriaHeader {
	margin-left: 80px;	
	float: left;
}

.settingsBlock a.studentName {
	margin-left: 50px;
	width: 190px;
	float: left;
	overflow: hidden;
}

.settingsBlock select.studentMark {
	clear: none;
	width: 90px;
}

.settingsBlock span.studentMetric {
	margin-left: 60px;
}


.settingsBlock input.mark[type=text] {
	width: 80px;
	margin-left: 5px;
	margin-top: 6px;
	margin-bottom: 8px;
}

.settingsBlock input.comment[type=text] {
	width: 350px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 8px;
}

.settingsBlock input.radio[type=radio] {
	float: none;
	margin-left: 80px;
}

.settingsBlock input[type=password].lessWidth {
	width: 300px;
	margin: 0px 0px 5px 5px;
}

.settingsBlock .blueBlock {
	background-color: #e9eff4;
	text-align: left;
	float: left;	
	width: 711px;
}

.settingsBlock .blueBlock form {
	clear: right;
	float: left;
}

.settingsBlock .bestWorst {
	height: 165px;
	width: 60px;
	float: left;
	font-size: 0.9em;
}

.settingsBlock .bestWorst .best {
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:48px -443px;
	padding:3px 15px 0px 1px;
	text-align: right;
}

.settingsBlock .bestWorst .worst {
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:48px -463px;
	padding:3px 15px 0px 1px;
	text-align: right;
}

.settingsBlock .bestWorst .spacer {
	height: 118px;
}

.settingsBlock #criteriaAddRemoveButtons {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px;
}

.settingsBlock #criteriaAddRemoveButtons .addNewRow {
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -550px;
	padding:0 0 0 5px;
	height: 18px;
	width: 120px;
	float: left;
	clear: none;
}

.settingsBlock #criteriaAddRemoveButtons .addNewRow a {
	padding-left: 17px;
}

.settingsBlock #criteriaAddRemoveButtons .removeLastRow {
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -564px;
	padding:0 0 0 5px;
	width: 150px;
	float: left;
	height: 18px;
	clear: none;
	margin-left: 10px;
}

.settingsBlock #criteriaAddRemoveButtons .removeLastRow a {
	padding-left: 17px;
}

#searchForm {
	float: left; padding-right: 30px;
}
.searchMarketplaceLink {
	float: left;
	font-size: 0.9em;
}

.searchBlock {
	float: left; 
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 100%;
	border-bottom: 1px solid #B7B7B7;
	clear: both;
}

.searchBlock h3 { margin-top: 0.2em; margin-bottom: 0.3em; }

.searchBlock .searchNumber {
	float: left;
	margin: 10px 0;
}

.searchBlock .courseImage {
	float: left;
	width: 146px;
	height: 100px;
	margin: 10px; 
	overflow: hidden;
	text-align: center;
}

.searchBlock .searchInfo {
	width: 520px;
	float: left; 
	margin: 10px 5px 10px 5px;
	font-size: 0.9em;
}

.searchBlock .searchInfo .searchInfoDetails {
	font-size: 0.9em;
	padding: 5px 0;
}

.searchBlock .searchIndent {
	padding: 0px 10px;
}

.searchBlock .userImage {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px; 
	overflow: hidden;	
	text-align: center;
}

.searchBlock .campusImage {
	float: left;
	width: 115px;
	height: 100px;
	margin: 10px; 
	overflow: hidden;
	text-align: center;
}

.searchBlock .editColumn
{
	float: left;
	margin-right: 10px;
	width: 120px;
}

.searchBlock .actionColumn
{
	float: left;
	margin-right: 10px;
	width: 140px;
}

.searchBlock .moreInfoBlock
{
	clear: both; 
	font-size: 0.9em; 
	margin: 0 5px;
}

.searchBlock .moreInfoBlock .metaColumn
{
	float: left; 
	margin-right: 10px;
	width: 300px; 	
}


.searchBlock .contentColumn {
	width: 300px;
	float: left;
	clear: none;
}

.searchBlock .contentDescription {
	line-height: 1.25em;
	height: 5em;
	overflow-y: hidden;	
}

.searchBlock .metaColumn
{
	margin-top: 5px;
	float: left; clear: none;
	border-left: 1px solid #ccc;
	padding-left: 5px;
	width: 210px;
}

.searchBlock .marketplaceIcon
{
	float: right;
	padding: 0px;
	width: 16px;
	margin-right: -20px;
}

.profilePage .userProfile{
	width: 100%;
	border-top: 1.25px solid #b7b7b7;	
}


.profilePage .userProfileImage{
	float: left;
	text-align: center;
	width: 100px;	
	height: 100px;
}

.profilePage .userProfileInfo{
	float: left;	
	height: 100px;
	width: 605px;
	margin-left: 5px;
}

.profilePage .userProfileName{
	height: 50px;	
	padding: 5px;
}

.profilePage .userProfile h3 {
	margin: 0px;
}

.profilePage .userProfileDetail{
	background-color: #eee; 
	font-size: 0.9em;
	height: 20px;
	margin: 0;
	padding: 10px 5px;;		
}




.userLists {
	float: left;
	width: 100%;
	border-top: 1px solid #b7b7b7;	
}

.addItem {
	margin: .5em 0;
	float: right;	
}

.invitePage {
	margin: auto; 
	overflow: hidden;
}

.invitePage .body {
	float: left;
	width: 705px;
	margin-right: 10px;
	padding: 5px;	
}

.invitePage .holder {
	text-align: right;
	width: 85%;	
}

.invitePage .emailDropDown {
	float: right;
	clear: none;
	height: 80px;
	margin-top: 4px;
	padding: 0 3px 0 3px;	
}

.invitePage label{
}

.invitePage .inputHolder {
	float: right;
	clear: none;
	width: 400px;
}

.invitePage .innerHolder{
	width:100%;
}

.invitePage input[type=text]{
	margin: 5px 0 0 5px;
	width: 250px;
}

.invitePage input[type=submit]{
	clear: both;
}

.invitePage input[type=password]{
	margin: 5px 0 0 5px;
	width: 250px;
}

.invitePage textarea{
	margin: 0 3px 3px 3px;
}

.sentInviteList.floatFix {
	float: left;
	margin-bottom: 5px; 
	width: 100%;
	border-bottom: 1px solid #ccc; 	
}

.sentInviteList.floatFix .body {
	float: left;
	padding: 5px 0 5px 0;
}

.sentInviteList.floatFix .image {
	float: left;
	padding: 5px;
	width: 100px;
	height: 100px;
}

.sentInviteList.floatFix .removalLink {
	padding:5px;
	margin: 0 5px 0 5px;
	float: right;
}

.addCourse {
	width: 100%; 
	margin: auto;
	padding: 3px 0 3px 0; 
	overflow: hidden; 	
}

.addCourse .body {
}

.addCourse .createCourse {
	 float: right;	
}

.addCourse .clearFix.solidBlock {
	float: left;
	margin-bottom: 30px;
	padding: 10px;
	background: #e7e7e7;
	/*border-bottom: 1.25px dashed #00709b;*/
}

.addCourse .addCourseInfo {
	float: left;
	width: 575px;
}

.addCourse .addCourseBtn {
	float: right;	
	width:110px;
}

.addCourseDetails .block{
}

.addCourseDetails .block .input select{
	width:251px;
}

.addCourseDetails .block .input, .addCourseDetails .block .input.text, .addCourseDetails .block .input.textarea{
	text-Align: right;
	width: 375px;
	margin: 0 auto 0 auto;
}

.addCourseDetails form {
	margin:0;
}

.addCourseDetails fieldset {
	margin:0;
	width:88%;
	padding:0;
}

.addCourseDetails ul {
	margin: 0 0 0 170px;
	padding: 0px;
}

.addCourseDetails li {
	list-style-type: none; 
	clear:both;
	margin-left: 10px;
}

h4.isAvailable {
	margin-left: 50px;
	font-size: 0.9em;
	font-weight: bold;
}

.addCoursePreview .body{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1.25px solid #666666;
	text-align: left;	
}

.addCoursePreview .courseRow { 
	clear: both;
}
.addCoursePreview .courseLabel { 
	float: left; font-weight: bold; margin-right: 5px; text-align: right; width: 275px; 
}
.addCoursePreview .courseValue { 
	clear: none; float: left; text-align: left; width: 325px; 
}

.courseViewPage {
	overflow: hidden;	
}

.courseViewPage .body {
	float: left;
	margin:0 10px 10px 10px; 
	padding: 5px;
}

.courseViewPage .courseImage {
	float: left;
	width: 146px;
	height: 100px;
	margin: 10px; 
	overflow: hidden;
}

.courseViewPage .courseInfo {
	width: 500px;
	float: left; 
	margin: 0px 5px 10px 5px;
	font-size: 0.9em;
}

.courseViewPage .courseInfo .label{
	color: #666666;
	font-weight: bold;
}

.courseViewPage .view{
	background-color: #EEEEEE;
	padding: 10px;
	clear: both;
}

.courseViewPage .adminHolder {
	 	
}

span.moreInfoButton{
	color: #09c;
}

span.moreInfoButton:hover{
	cursor: pointer;
}

.moreInformation {
	display: none;	
}


.membersPage input[type=text]{
	/*padding:0;*/
	margin: 0;
	padding: 3px 0 4px 0;
}

.course input[type=text]{
	padding: 3px 0 4px 0;
	margin: 0;
}

.course div.p {
	width: 540px;
	float: left;
}

.buttonLink{
	margin-top: 15px;
}

.buttonLink a {
	display: inline;
	color: #fff;
	min-height: 24px;
	padding: 2px 6px 4px;
	margin: 0px 4px;
	font-size: 1.10em;
	background: #eaf6fa url('../../img/odijoo2/buttonBg.gif') repeat-x;
	cursor:pointer; 
	width: auto;
	border:1px solid #2196d0;
}

.buttonLink a:hover {
	background: #eaf6fa url('../../img/odijoo2/buttonBgHover.gif') repeat-x;
	cursor:pointer;
}

/* 
FLASH MESSAGES 

.messageGood > for good messages

.messageInfo > for info messages

.messageBad > for bad messages

.message > same as info

*/

#flashMessage {
	margin: 10px 0 20px 0;
}

#flashMessage.message, #flashMessage.messageInfo, #flashMessage.messageGood  {
	background: #486e92;
	border: solid 1.5px #333333;
	color: #fff;
	padding: 5px;
	font-size: 1.15em;
	font-weight: 600;
}
div.lightbox.message, div.lightbox.messageInfo, div.lightbox.messageGood {
	margin: 10px 0 20px 0;
	background: #486e92;
	border: solid 1.5px #333333;
	color: #fff;
	padding: 5px;
	font-weight: 600;
}

#flashMessage.messageBad {
	background: #d63a1c;
	border: solid 1.5px #333333;
	color: #fff;
	padding: 5px;
	font-size: 1.15em;
	font-weight: 600;
}

div.lightbox.messageBad {
	margin: 10px 0 20px 0;
	background: #d63a1c;
	border: solid 1.5px #333333;
	color: #fff;
	padding: 5px;
	font-weight: 600;
}

/* END OF FLASH MESSAGES */

.paginateHolder {
	padding: 5px 0 5px 0;	
}

#footer {
	background: #e7e7e7;
	border-top: solid 1px #b7b7b7;
	clear: both;
	font-size: .8em;
	margin: 0px 0 0 0;
	padding: 0px 10px;
	text-align: center;
}

#footer #footerTop ul.centerList{
	margin:5px 0 0 0;
}
#footer #footerTop ul.centerList{
	margin-left:0;
	padding: 0px;
}

#footer #footerTop {
	border-bottom: dotted 1px #00709b;
	margin: 0 50px 0 50px;
}

#footer #footerBottom {
	color: #999999;
	padding: 0 0 20px 0;
	margin: 0;
}

#footer #footerBottom p{
	padding:0;
	margin: 0;
}

#footer #footerBottom a{
	color: #999999;
}

#footer #footerBottom a:hover{
	color: #09c;
}
/* Tables */

.cake-sql-log-container {
	overflow: auto;
	max-height: 250px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

table.cake-sql-log {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

table.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.cake-sql-log th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.cake-sql-log th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.cake-sql-log tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table.cake-sql-log tr.altrow td {
	background: #f4f4f4;
}
table.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}
table.cake-sql-log td.actions a {
	margin: 0px 6px;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}




/* Forms */
form {
	clear: both;
	padding: 0; margin: 0px;
}
fieldset {
	background: #e7e7e7;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	padding:.5em 10px .5em 1.5em;
	margin:0;
}
fieldset legend {
	color: #999999;
	/*font-size: 160%;*/
	font-weight: bold;		
}

fieldset fieldset {

}
fieldset fieldset legend {

	font-weight: normal;
}
fieldset fieldset div {
	clear: left;

}
form div {
	clear: both;
	vertical-align: text-top;
}

form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;	
}

form div.gradable {
	width: 110px;
	float: right;
	padding-right: 250px;	
	clear: none;
}

.error-message, label.error{
	color: red;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
}

.errorCheckBox {
	padding-bottom: 4px;
}

.errorCheckBox label{
	display: none;
}

input, textarea {
	clear: both;
	margin: 4px 0 7px 5px;
}
select {
	/* clear: both; by default it shouldn't clear both, if it breaks stuff uncomment, and set the date picker selects to clear: none manually  */
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}

div.radio label {
	margin: 0 0 6px 20px;
}

label.miniBlock {
	padding-left: 8px;
	linline: block;	
	font-size: 0.80em;
	padding-top: 5px;
}


input.orange[type=submit], input[type=submit], input[type=button], button[type=button] {
	display: inline;
	color: #fff;
	background: #eaf6fa url('../../img/odijoo2/buttonBg.gif') repeat-x;	
	min-height: 24px;
	padding:0px 5px 2px 5px;
	margin: 0px 4px;
	font-size: 1.10em;
	cursor:pointer; 
	width: auto;
	border:1px solid #2196d0;
	overflow: visible;		
}

input.orange[type=submit] {
	color: #000;
	background: #eaf6fa url('../../img/odijoo2/buttonBgYellow.gif') repeat-x;
	border:1px solid #9B7D03;
}

input[type=submit]:hover {
	background: #eaf6fa url('../../img/odijoo2/buttonBgHover.gif') repeat-x;
	cursor:pointer;
}

input.orange[type=submit]:hover {
	background: #eaf6fa url('../../img/odijoo2/buttonBgYellowHover.gif') repeat-x;
	cursor:pointer;
}

input[type=button]:hover {
	background: #eaf6fa url('../../img/odijoo2/buttonBgHover.gif') repeat-x;
	cursor:pointer;
}

input.miniText[type=text] {
	margin: 0px 0px 2px 8px;
	padding: 0px 0px 0px 8px;
	background: url('../../img/odijoo2/inputTextBg.gif') repeat-x;
	border:1px solid #b6b6b6;
	height: 21px;
	width: 220px;
}

input[type=text] {
	margin: 5px 0 0 5px;
	background: url('../../img/odijoo2/inputTextBg.gif') repeat-x;
	border:1px solid #b6b6b6;
	padding: 3px 0 4px 0;
}

input[type=password] {
	margin: 5px 0 0 5px;
	background: url('../../img/odijoo2/inputTextBg.gif') repeat-x;
	border:1px solid #b6b6b6;
	padding: 3px 0 4px 0;
}

/* use attribute size="39" */
input[type=file] {
	margin: 0;
	padding: 0;
}

input[type=checkbox] {
	margin: 2px; padding: 0px;
}

/* for buttons that are too small */
input.padSide {
	padding-left: 20px;
	padding-right: 20px;
}

div.campusBlock
{
	background-color: green;	
}

ul.centerList li {
	list-style: none;
	display: inline; margin: 0 1.7em;
}

form legend { display: none; }
form fieldset { border: 0; }
form fieldset { padding-bottom: 0px; padding-top: 0px;}

/*
.courselabel { float: right; padding: 2px 8px; clear: none;}
.coursevalue { float: right; width: 160px; padding: 2px 8px; text-align: left;}
.descvalue { float: right; width: 350px; padding: 2px 8px; text-align: justify;}
*/

/* BUTTON STYLES */
button.btnStrong {
	border:0 none;
	cursor:pointer;
	padding:0 10px 0 0;
	margin: 5px;
	text-align: center;
	width:auto; 
  	overflow:visible; 
}

button.btnStrong span{
	position:relative; 
  	display:block; 
  	white-space:nowrap; 
  	padding:0 0 0 12px;
  	margin-top:0px;
}

button.btnStrong { 
  background:url('../../img/odijoo2/buttonBgRight.gif') right no-repeat; 
  font-size:1.15em; 
}

button.btnStrong span { 
  height:32px; 
  line-height:32px;
  background:url('../../img/odijoo2/buttonBgLeft.gif') left no-repeat;
  color:#fff; 
}

button.btnStrong:hover {
	background:url('../../img/odijoo2/buttonBgHoverRight.gif') right no-repeat; 
}

button.btnStrong:hover span {
	background:url('../../img/odijoo2/buttonBgHoverLeft.gif') left no-repeat; 
}
/* accounts/regiter page */
.settingsBlock .block .registerCenter {
	padding-left: 149px;
}


/* this is for edit user page. */
.settingsBlock .block .holder select.regular{
	width: 352px;
	margin-bottom: 5px;
}
.settingsBlock .block .holder .profilePicture {
	float: left;
	margin-left: 280px;
	margin-bottom: 5px;
}
.settingsBlock .block .holder .mmyy {
	width: 510px;
}
.settingsBlock .block .holder .mmyy select {
	margin-bottom: 5px;
}
.settingsBlock .block .holder .checkbox input[type="checkbox"] {
	margin-right: 337px;
	margin-bottom: 5px;
}
.settingsBlock .block .holder .checkbox input[type="checkbox"].teacher {
	margin-right: 5px;
	margin-bottom: 5px;
}
.settingsBlock .block .holder .removeEmployer {
	margin-top: 10px;
	margin-left: 100px;
}
.settingsBlock .block .holder .endPresent {
	margin-right: 337px;
	margin-bottom: 5px;
}
.settingsBlock .block .holder .removeEmployer input[type="button"] {
	margin-top: 15px;	
}
.settingsBlock .block .holder label.required {
	color: #333333;
	font-weight: bold;
}
.settingsBlock .block .holder .errorHide {
	padding-left: 10px;
}
.settingsBlock .block .holder .errorHide label {
	display: none;
	text-align: left;
	float:left;
}
.settingsBlock .block .holder .school {
	width: 345px;	
	float: left;
}
.settingsBlock .block .holder .school input {
	width: 190px;
}
.settingsBlock .block .holder .concentration {
	width: 405px;
	float: left;
}
.settingsBlock .block .holder .concentration input {
	width: 250px;
}
.settingsBlock .block .holder .yearEnd {
	clear: none;
	float: left;
	margin-left: 5px
}
.settingsBlock .block .holder .collegeSeparator {
	margin-top: 5px;
	margin-bottom: 10px;
}
.settingsBlock .block .holder .highSchoolSeparator {
	margin-top: 1px;
	margin-bottom: 10px;
}
.settingsBlock .block .holder input[type="button"].removeEducation {
	clear: none;
}
.settingsBlock .block .holder .addNewSchool {
	float: left;	
}
.settingsBlock .block .centeredHolder {
	text-align: center;
	width: 100%;	
} 
/* ====================================================
2 column that looks like .settingsBlock .block
=======================================================*/
.settingsBlock .columnHolderLeft {
	width: 350px;
	float: left;
}

.settingsBlock .columnHolderRight {
	width: 350px;
	float: right;
}

.settingsBlock .binSearch {
	margin: 5px 0px 0px 5px;
}
.settingsBlock .binHeader {
	padding: 0px 5px 5px;
	height: 30px;
}

.settingsBlock .columnHolderLeft .block, .settingsBlock .columnHolderRight .block {
	margin: 10px auto;
}

.settingsBlock .outBin, .settingsBlock .inBin {
	background: #FFFFFF;
	width: 310px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}

.settingsBlock .outBin #account, .settingsBlock .outBin #deployedCourse {
	height: 100%
}

.settingsBlock .outBin #intro {
	padding: 30px 5px;
	font-weight: bold;
	font-size: 13px;
}

#quizSortable1, #quizSortable2, #quizSortable3 {
	list-style-type: none; 
	margin: 0;
	margin-top: 5px;
	padding: 0; 
	float: left; 
	margin-right: 10px;
	width: 290px;
	height: 95%;
}
#quizSortable1 li, #quizSortable2 li, #quizSortable3 li {
	margin: 0 5px 5px 5px; 
	font-size: 0.9em;
	padding: 5px; 
	list-style-type: none;
	min-height: 30px;
}

#duplicateMessage {
	margin: auto;
	position: relative;
	z-index: 2000;
}

#duplicateMessage div{
	background-color: #d63a1c;
	border: 2px solid black;
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 175px;
	left: 30px;
	text-align: center;
	padding: 5px;
	width: 275px;
}

li span.questionType {
	font-size: smaller;	
}

li span.tags {
	font-size: smaller;	
	float: left;
}

li span.questionText {
	font-weight: bold;	
}

li div.preview {
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -2334px;
	width: 18px;
	height: 18px;
	float: right;
}

/* --- quiz stuff --- */
.question .questionNumber {
	padding: 5px;
	float: left;
	width: 20px;
}

.question .questionText {
	float: left;
	padding: 5px;
	width: 580px;
	clear: none;
}

.question .questionText p {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.answer {
	margin-left: 30px;
}

.answer div.input {
	width: 580px;
}

.answer input[type=radio] {
	float: left;
}

.answer label {
	float: left;
	width: 535px;
}

.answer label.multi {
	padding-left: 20px;
	float: none;
}

.answer .feedback {
	border: 1px solid #E7E7E7;
	margin-left: 70px;
	padding: 10px;
	margin-right: 100px;
}
 
.answer .feedback .feedbackTitle {
	font-weight: bold;		
}
 
span.checkAnswer {
	float: left;
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 10px -350px;
	width: 30px;
}

span.xAnswer {
	float: left;
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 10px -400px;
	width: 30px;
}

span.checkSpacer {
	float: left;
	width: 30px;
}

ul.showAnswers li{
	list-style-type: disc;
}

.incorrectAnswer {
	border: 1px solid #CC0001;
	background-color: #F1B7B6;
	padding: 12px 20px;
}

.correctAnswer {
	border: 1px solid #00CD34;
	background-color: #BEFCC9;
	padding: 12px 20px 12px 10px;
}

.feedbackAnswer {
	border: 1px solid #6A6A6A;
	background-color: #E7E7E7;
	padding: 12px 20px 12px 10px;	
}

.incorrectAnswer .title, .correctAnswer .title, .feedbackAnswer .title {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 5px;
}

.overall {
	border: 1px solid #999999;
	background-color: #E7E7E7;
	padding: 12px 20px;
}

.quizPass {
	background: #E7E7E7 url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -2265px;
	width: 40px;
	height: 40px;
	float: left;
}

.quizNotPass {
	background: #E7E7E7 url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -2205px;
	width: 40px;
	height: 40px;
	float: left;
}

.overall .title {
	font-weight: bold;
	font-size: 17px;
	float: left;
}

.overall .mark {
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
}

.overall .quizComment {
	padding: 15px 40px;
}

table#quizTime{
	margin-left: 60px; 
	width: 450px;
}

table#quizTime tr td {
	padding: 3px;
	margin: 0px;
}

table#quizTime label {
	padding: 0px;
}

table#quizTime tr td input[type=text]{
	width: 130px;
	margin: 0px;
}

/* ====================================================
this is for NEW frontpage.
=======================================================*/
.header {
	background:transparent url('../../img/odijoo/mainBannerBg_scorm_compliant.jpg') no-repeat scroll 0 0;
	float:left;
	height:245px;
	width:713px;
}

.header .scorm { 
	height: 175px; 
	width: 150px;
	padding-left: 50px;
	padding-top: 70px; 
}

.header .scormLink {
	cursor: hand;
	width: 145px;
	height: 165px;
}

.header .mainBanner {
	float: right;
	padding-top: 28px;
	width: 513px;
	text-align: center;
}

#content {
	clear: both;
	overflow: hidden;
	padding: 0px;
}

#contentRightSide .topRightSignUpBlock {
	cursor: hand;
	height: 245px;
	background-color: #BFDBF0;
	border-bottom: 3px solid #FFFFFF;
}

#contentRightSide .registerForm {
	padding: 5px 0px;
}

#contentRightSide .registerButton{
	float: right;
	margin-right: 7px;
	margin-top: 3px;
}

#contentRightSide .signupTitle {
	text-align: center;
	background-color: #3BBAFF; 
	color: #054A71;
	height: 65px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	font-family: arial;
	padding-top: 5px;
}

#contentRightSide .signupTitle .shadow{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	text-shadow: #333333 1px 1px 1px;
	line-height: 1.2em;
	padding-bottom: 5px;
	width: 100%;
}


#contentRightSide .topRightBlock {
	height: 245px;
	background: #B6D7E0 url('../../img/odijoo/odijooDemoBlock.png') no-repeat scroll 0 0;
	overflow: hidden;
	border-bottom: 3px solid #fff;
}

#contentRightSide .middleRightBlock {
	height: 100px;
	overflow: hidden;
	background: #035B81 url('../../img/odijoo/signUpBlock.png') no-repeat scroll 0 0;
	border-bottom: 3px solid #fff;
}

#contentRightSide .middleShareRightBlock {
	height: 50px;
	overflow: hidden;
	background-color: #B6D7E0;
	border-bottom: 3px solid #fff;
}

#contentRightSide .bottomRightBlock {
	min-height: 300px;
	overflow: hidden;
	background-color: #B6D7E0;
	border-bottom: 3px solid #fff;
}

#contentRightSide .blogText{
	color: #000000;
	padding: 5px;
	margin: 7px;
}

.frontPageMarketing span {
	color: #069;
	padding: 0px 0px 10px 15px; 
	font-weight: bold;
}

.frontPageMarketing ol {
	margin-left: 0em;
}

.frontPageMarketing li {
	padding-bottom: 10px;
	color: #555;
	font-size: 0.85em;
}

.frontPageMarketing a {
	color: #069;	
}

.frontPageMarketing a:hover {
	color: #0FC0FF;	
}

.socialIcons {
	width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.socialIcons a {
	margin: 10px 15px;
}
/* =========================== 
3 column style stuff 
===========================*/

.frontPage .title{
	line-height: 17px;	
}

.frontPage .xSmallFont{
	color: #999999;
	line-height: 14px;	
}

.rowIcon {
	clear: both;
	padding: 4px 0px 10px;
}

.rowIcon a {
	cursor: pointer;	
}
.rowIcon .icon {
	height: 100px;
	float: left;
	padding-right: 6px;	
}

.rowIcon .title {
	float: right;
	width: 150px;
	padding-left: 0px;	
	color: #006699;
	font-weight: bold;
}

.frontPage .heighLight{
	color: #ff9800;
}

.rowIcon .content {
	float: right;
	width: 150px;
}

.rowIcon .left {
	float: left;
	width: 230px;
	padding: 10px 0px;
}

.rowIcon .left .iconBuySell {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px 0px;
	width: 80px;
	height: 100px;
	float: left;
}

.rowIcon .left .iconDevelopment {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -100px;
	width: 80px;
	height: 100px;
	float: left;
}

.rowIcon .middle {
	float: left;
	width: 230px;
	padding: 10px 0px;
}

.rowIcon .middle .iconOnline {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -200px;
	width: 80px;
	height: 100px;
	float: left;
}

.rowIcon .middle .iconManagement {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -380px;
	width: 80px;
	height: 100px;
	float: left;
}

.rowIcon .right {
	float: left;
	width: 230px;
	padding: 10px 0px;
}

.rowIcon .right .iconSocial {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -285px;
	width: 80px;
	height: 100px;
	float: left;
}

.rowIcon .right .iconRating {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -495px;
	width: 80px;
	height: 100px;
	float: left;
}

.rowIcon .iconPublish{
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -842px;
	width: 80px;
	height: 100px;
	float: left;	
}

.rowIcon .iconSyndicate {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -725px;
	width: 80px;
	height: 100px;
	float: left;
}

.rowIcon .iconOdijooCampus {
	background: #fff url('../../img/odijoo/featureButtons.png') no-repeat -15px -610px;
	width: 80px;
	height: 100px;
	float: left;
}

.keyMessage {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #EEEEEE;
	margin: 20px 0px;
	font-size: 19px;
	font-weight: normal;
	color: #999999;
	line-height: 1.25em;
	padding: 8px 6px;
}

.keyMessageClear {
	border-top: 1px solid #cecece;
	margin: 20px 0px;
	font-size: 19px;
	font-weight: normal;
	color: #999999;
	line-height: 1.25em;
	padding: 8px 6px;
	clear: both;
}

/*
.keyMessage a:link {
	color: #666666;
}
.keyMessage a:visited {
	color: #666666;
}
.keyMessage a:hover {
	color: #000000;
}
.keyMessage a:active {
	color: #666666;
}
*/
.rowText {
	height: 160px;
	padding: 0px 0px 8px;
}
.rowText .left {
	float: left;
	width: 220px;
	padding: 10px 10px 10px 0px;
}

.rowText .middle {
	float: left;
	width: 220px;
	padding: 10px 10px 10px 0px;
}

.rowText .right {
	float: left;
	width: 220px;
	padding: 10px 0px;
}

.blogBlock {
	background-color: #E4E4E4;
	min-height: 300px;
}

.blogContent {
	padding-bottom: 5px;
}

.blogContent h3 a {
	color: #666666;
}

.blogContent h3  {
	padding: 5px;
	margin: 7px;
}

.underline h3  {
	padding: 5px;
	margin: 7px;
}

.underline h3 a {
	color: #666666;
	font-weight: bold;	
}
/* =========================== 
pagination's NEW look!
===========================*/
div.pagination {
	margin: 5px;	
}
div.pagination .numbers span a {
	border:1px solid #9AAFE5;
	text-decoration:none;
	padding: 0.1em 0.3em;
	margin: 2px;
}
div.pagination .numbers .current {
	text-decoration:none;
	font-weight: bold;
	padding: 0.1em 0.3em;
}
/* =========================== 
completion report
===========================*/
/*completion report*/
span.statusImage.pass{
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -350px;
	padding-right: 12px;
}

span.statusImage.fail{
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -400px;
	padding:0 0 0 25px;
}

span.mark {
}

span.issuedCert {
	background: #FFFFFF url('../../img/odijoo2/icons/iconSprite.gif') no-repeat 0px -2461px;
	padding-right: 12px;
}

/* view single thread */
.singleThread .name {
 	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -500px;
	padding:0 0 0 20px;
 	float: left;
 	font-size: 0.9em;
 	font-weight: bold;
}

.singleThread .reply {
 	padding-left: 20px;
}

.singleThread .delete {
	padding-left: 10px;
}

.singleThread .message {
	padding-left: 20px;
	padding-top: 5px;
	display: block;
}

.singleThread .treeSpacer {
	border-top: solid 1px #B7B7B7; 
	padding-top: 10px;
}

/*thread viewall*/
#threadContent .settingsBlock .header2{
	width: 75%;
	float: left;	
}

#threadContent .settingsBlock .block {
	clear: both;
	height: 17px;
}

#threadContent .settingsBlock .block .comment{
	float:left;
	width: 120px;
	font-size: 0.85em;
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -1550px;
	padding:0 0 0 15px;
}

#threadContent .settingsBlock .block .author{
	float:left;
	margin-left: 5px;
	width: 200px;
	font-size: 0.85em;
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -600px;
	padding:0 0 0 15px;
}

#threadContent .settingsBlock .block .lastPost{
	float:left;
	margin-left: 0px;
	width: 300px;
	font-size: 0.85em;
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -500px;
	padding:0 0 0 15px;
}

#threadContent .settingsBlock .gradable {
	padding-top: 10px;
	vertical-align: middle;
}

/* mark all discussion page */
table.criteriaMarking {
	border-bottom: 1px solid #CCC;

}

table.criteriaMarking tr.odd {
	background-color: #e9eff4;
}

table.criteriaMarking tr.quiz {
}

table.criteriaMarking th {
	background-color: #CCC;
	border-right: 1px solid #fff;
}

table.criteriaMarking tbody {
	font-size: 0.9em;
}

table.criteriaMarking td {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 8px 16px;
}

table.criteriaMarking td.threeColFirst {
	border-left: none;
	font-weight: bold;
	height: 45px;
	width: 225px;
}

table.criteriaMarking td.threeColSecond {
	font-weight: bold;
	text-align: center;
	width: 80px;
}

table.criteriaMarking td.fileName {
	border-left: none;
	padding: 10px;
	width: 430px;
}

table.criteriaMarking td.quizName {
	border-left: none;
	width: 425px;
}

table.criteriaMarking td.quizName .icon {
	background-image: url('../../img/odijoo2/icons/iconSprite.gif');
	background-repeat: no-repeat;
	background-position: 0px -1772px;
	width: 30px;
	float: left;	
	overflow: hidden;
}

table.criteriaMarking td.threadName {
	border-left: none;
	padding-left: 40px;
	width: 425px;
	background-image: url('../../img/odijoo2/icons/iconSprite.gif');
	background-repeat: no-repeat;
	background-position: 15px -1719px;
}

table.criteriaMarking .minorInfo{
	padding-left: 20px;
	color: #C0C0C0;
}

table.criteriaMarking td.format {
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	width: 80px;
}

table.criteriaMarking td.actions {
	font-weight: bold;
	text-align: center;
	width: 95px;
}

table.criteriaMarking td.actions a{
	cursor: pointer;
	display: block;
}

table.criteriaMarking td.actions a.up{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -1812px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions a.down{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -1844px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions .edit{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -1886px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions .disabledEdit{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -2381px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions a.hidden{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -2146px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions a.unhidden{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -1922px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions .deleteQuiz{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -1680px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions .disabledDeleteQuiz{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -2422px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.actions a.download{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -1630px;
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 20px;
}

table.criteriaMarking td.actions a.delete{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -1680px;
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 20px;
}

table.criteriaMarking td.actions a.preview{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -2334px;
	width: 18px;
	height: 18px;
	float: left;
}

table.criteriaMarking td.twoColFirst {
	border-left: none;
	font-weight: bold;
	height: 45px;
	width: 35%;
}

table.criteriaMarking td.gap {
	border: none;
	height: 10px;
	padding: 0;
}

table.criteriaMarking td.mark, table.criteriaMarking th.mark {
	padding-left: 50px;
	text-align: left;
}

table.criteriaMarking tr.whiteRow th {
	border: none;
	background-color: white;
}

table.criteriaMarking select.studentMark {
	max-width: 250px;
}

.inOrderNav{
	background-color: #E7E7E7;
	border-top: solid 1px #B7B7B7;
	padding: 5px 8px;
	text-align: right;
}

.inOrderNav span.inOrderContent {
	padding: 0px 8px;
}

.inOrderNav span.prevNext {
	color: grey; 
	font-size: 0.8em;
}

.inOrderNav span.prevNext.next {
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -1300px;
	padding:0 0 0 12px;
}

.inOrderNav span.prevNext.prev {
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:0 -1350px;
	padding:0 0 0 12px;
}

.inOrderNav img {
	vertical-align: middle;
}

.inOrderNav span.returnStyle {
	border-left: 2px white solid;
	padding: 5px 8px;
	font-size: 0.9em;
	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:10px -1500px;
	padding:0 10px 0 30px;
}

.inOrderNav span.leftSeparator {
	border-left: 2px white solid;
	padding: 5px 8px;
	font-size: 0.9em;
	padding:0 10px 0 10px;
}

.inOrderNav span.rightSeparator {
	border-right: 2px white solid;
	padding: 5px 8px;
	font-size: 0.9em;
	padding:0 10px 0 10px;
	float: left;
}

.profileBlock {
}

.profileBlock .profileImage {
	float: left; height: 100px; width: 100px; 
}

.profileBlock .profileContent {
	float: left; margin-left: 5px; width: 605px;  
}

.profileBlock .profileName {
	height: 50px;
	padding: 5px;
}

.profileBlock h3 {
	margin: 0px;
}

.profileBlock .profileBody, .profileBlock .profileBodySummary {
	background-color: #eee; 
	padding: 10px 5px;
	height: 20px;
	font-size: 0.9em;
}

.profileBlock .profileNameSummary {
	height: 25px;
}

.profileBlock .profileBodySummary {
	height: 55px;
}

	
.profileBlock form { 
	margin-right: 0px;
}	
/* next two needed are hacks */
.profileBlock input[type="text"] {
	margin: 0px;
	width: 300px;
}

.profileBlock .profileRow {
	padding: 5px 0px;
}

.profileBlock .profileLeft {
	float: left; width: 100px;
}

.profileBlock .profileRight {
	float: left; clear: none;
}

.profileBlock .profileRight div.radio label {
	margin: 0px 0px 6px 3px;
	float: left;
}

.profileBlock .profileRight div.radio input {
	margin-left: 10px;
	float: left;
	clear: none;
}

/* communcation and social buttons for the profile block */

.profileBlock ul
{
	font-size: 0.9em;
	margin: 0 0 0 100px; padding: 5px 0px;
}

.profileBlock li,
.profileBlock li.rightSide
{
	margin: 0px; padding: 0 10px;
	list-style-type: none;
}
.profileBlock li
{
	float: left;
}

.profileBlock li.rightSide
{
	float: right;
}

/* publishing stuff */
.courseViewPage .courseDescribe div.label {
	width: 150px;
	text-align: right;
	margin: 10px 10px 0px 0px;
	font-weight: bold;
	float: left;
	height: auto;
}

.courseViewPage .courseDescribe div.content {
	width: 545px;
	float: right;
	margin-top: 10px;	
}

/* student discussion summary */
.markSingleDiscussion table.criteriaMarking td.comment {
 	background:url('../../img/odijoo2/icons/iconSprite.gif') no-repeat;
	background-position:15px -1540px;
	padding:15px 0 15px 35px;
 	width: 70%;
}

.markSingleDiscussion table.criteriaMarking .odd td.comment {
	background-color: #E9EFF4;
}

.markSingleDiscussion div.threadTitle {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.markSingleDiscussion div.threadTitle a {
	float:left;
	width: 80%;
}

.markSingleDiscussion div.threadTitle span.posted {
	font-size: 0.9em;
	color: #666666;	
}
	
table.criteriaMarking td.time {
 border-left: none;	
 padding: 0px;
}

/* css for reporting pages */
table.criteriaMarketing input.begin {
	width: 100px;
}

table.criteriaMarketing input.end {
	width: 100px;
}

.whiteboardPost
{
	border-bottom: 1px solid #e6e6e6;
	font-size: 0.9em;
	margin: 0 10px 10px 10px;
	padding-bottom: 10px;
	width: 600px;
}

#whiteboardButton {
	color: #09c;
	cursor: pointer;
}

.campusSide {
	border-bottom: 1px solid #ddd;
	padding: 3px 0px;
	margin-bottom: 5px;
	text-align: center;
	font-size: small;
}

/* classroom page */

.courseViewPage .teacherRole, .courseViewPage .studentRole, .courseViewPage .ownerRole 
{
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll;
	float: right;
	padding: 10px 12px 0px;
	clear: none;	
}

.courseViewPage .teacherRole {
	background-position: 0 -1957px;
}

.courseViewPage .studentRole {
	background-position: 0 -2005px;
}

.courseViewPage .ownerRole {
	background-position: 0 -2048px;
}

.columnOneOfTwo {
	width: 345px;
	float: left;
	margin-bottom: 10px;
}

.columnTwoOfTwo {
	width: 345px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	
}

.menu .manageIcon {
	float: right;
	background-color: #E4E4E4;
	padding: 5px 8px;
	border-left: 1px solid #fff;
	margin-top: -5px;
	text-transform: capitalize;
}

.menu .manageOptions {
	margin-top: -5px;
}

.menu .manageSubOptions {
	margin: 0px;	
}

.menu .manageSubOptions div {
	margin-bottom: 10px;	
}


.menu .preview,
.menu .issueCert,
.menu .upload,
.menu .addQuiz,
.menu .addTopic,
.menu .changePassword,
.menu .manageQuestions {
	background: #E4E4E4 url('../../img/odijoo2/icons/iconSprite.gif') no-repeat 5px -2331px;
	font-size: 0.9em;
	padding: 5px 7px 5px 27px;
	float: right;
	border-right: 1px solid #fff;	
}

.menu .preview {
	background-position: 5px -2331px; 
}

.menu .issueCert {
	background-position: 5px -2455px; 
}

.menu .upload {
	background-position: 5px -1589px; 
}


.menu .addQuiz {
	background-position: 5px -543px; 
}

.menu .addTopic {
	background-position: 5px -543px; 
}

.menu .changePassword {
	background-position: 5px -595px; 
}

.menu .manageQuestions {
	background-position: 5px -1881px; 
}

.menu .viewAll {
	background-color: #E4E4E4;
	font-size: 0.9em;
	padding: 5px 7px 5px 10px;
	float: right;
	border-right: 1px solid #fff;
}

/* register pages */
.settingsBlock .block .recaptcha {
	margin-left: 300px;
}

.settingsBlock .block .terms {
	margin-left: 295px;
}

/* edit user privacy page */
.settingsBlock input.privacy {
 	margin-right: 10px;
 	margin-left: 65px;
 }
 
/* =========================== 
tabs section for new style!
===========================*/
/* thanks to http://www.shivanjaikaran.com/examples/css_tabs/index.php */
ul.tabbed {
	border-bottom: 1px solid #ccc;	
	border-collapse: collapse;
	font-weight: bold;
	height: auto;
	line-height: normal;
	list-style: none;
	margin: 20px 0px 5px 5px;
	padding: 0em 0em 0.2em 1em;
	white-space: nowrap;
}

ul.tabbed li { 
	display: inline;
	margin-right: 0.5em;
	text-decoration: none; 	
}

ul.tabbed li a {
	background-color: #E9E9E9;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid solid none solid;
	color: #666;
	padding: 0.2em 0.5em;
}


ul.tabbed li.active {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-bottom: #FFF 1px solid;
	color: #09c;
	padding: 0.2em 0.4em;
}

ul.tabbed li.active a{
	margin: 0px;
	padding: 0px 1px;
	border: none;
	color: #09c;
	background-color: #FFF;
}

ul.tabbed li a:hover {
	background-color: #FFF;
}

ul.tabbed li.active a:hover {
	color: #07a; 
}

ul.tabbed li.greyedOut { 
	border: #ccc solid 1px; 
	color: #999;
	background-color: #E9E9E9;
	padding: 0.2em 0.5em;
}

/* inbox styles */

.messages{
}

ul.buttonBar {
	background-color: #DEE6E9;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;	
	margin: 0px;
	padding: 0px;
}

ul.buttonBar li {
	border-right: 1px solid white;
	display: block;
 	float: left;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
}

ul.buttonBar li.right {
	float: right;
}

ul.buttonBar li a {
	padding: 7px 10px 7px 10px;
}

ul.buttonBar li.active a, ul.buttonBar li.activeText {
	background-color: white;
}

ul.buttonBar li.activeText {
	padding: 0px 10px;	
}

ul.buttonBar  li a:hover, ul.buttonBar li.active a:hover {
	background-color: #eee;
}

ul.buttonBar li.empty {
	border: none;
	padding: 0 5px;
	cursor: auto;
}

table.messages tr {
	background-color: #EAF7FB;
}

table.messages tr.new, table.messages tr.messageHeader{
	background-color: white;
}

table.messages tr.messageHeader:hover {
	background-color: #fff;
}

table.messages tr:hover {
	background-color: #eee;
}

table.messages td {
	border-bottom: 1px solid #b7b7b7;
	vertical-align: top;
	font-size: 12px;
	padding: 3px;
	margin: 0px;
	vertical-align: top;
}

table.messages td.action {
	width: 25px;
}
table.messages td.sender {
	width: 130px;
}
table.messages td.body {
	vertical-align: middle;
}
table.messages td.date {
	width: 80px;
	white-space: nowrap;
}
table.messages td.delete {
	width: 25px;
}

table.messages td.time {
	width: 25px;
	padding-left: 15px;
}

table.messages .accept {
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -350px;
	float:left;	
	width: 65px;
	padding-left: 18px;
	margin: 10px 0px;
	cursor: pointer;
}

table.messages .decline {
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0px -400px;
	float:left;
	width: 65px;
	padding-left: 18px;
	margin: 10px 0px;
	cursor: pointer;	
}

table.messages tr.notifications td {
	padding-left: 20px;	
}

.mail {
	border-bottom: 1px solid #ccc;
	margin: 0px 10px;
}

.mailOdd {
	background-color: #eee;
}

.mailActive {
	background-color: #eef;
}

.mail .mailHeader{
	margin-left: 160px;
	padding: 5px 0px;
}

.mail .mailSender{
	float: left; width: 130px;
	margin: 10px;
}

.mail .mailBody{
	float: left; clear: none;
	margin: 10px;
	width: 521px;
}

.mailReply input[type=text] {
	background-image: none;
	border: 1px solid #ccc;
	width: 400px;
}

.mailReply {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 126px;
}

.mailReply textarea {
	background-image: none;
	border: 1px solid #ccc;
	width: 400px;
}

textarea.mailCompose {
	height: 100px;
}


.campusSignUp {
	background-image: url(../../img/odijoo2/joinCampus.gif);
	height: 100px; 
	width: 247px;
	background-repeat: no-repeat;
}

#whatIsCampus {
	cursor: hand;
	height: 55px; 
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	width: 227px;
	padding: 10px;
}

#whatIsCampus a{
	color: black;
}

#whatIsCampus a:hover{
	color: #666;
}

input.summaryDate {
	width: 150px;
}

.groupButtonRight {
	margin-right: 10%; margin-bottom: 20px;
	text-align: right;
}

/* Styles for the classroom enrollments/invites */
.displayNone { display:none; }
input.inviteButton, input.removeButton { 
	background: none; 
	background-color: white; 
	border: none; 
	color: #2a2; 
	min-height: none;
}
input.removeButton { color: red; }
input.inviteButton:hover { background: none; color: #282;}
input.removeButton:hover { background: none; color: #C11;}

.inviteRow { border-bottom: 1px solid #B7B7B7; }
.inviteLeft { 
	float: left; clear: none; padding: 5px; 
	background-color: white; 
	border: 1px solid grey; 
	margin-right: 5px;
	overflow-x: hidden; 
	overflow-y: scroll; 
	height: 265px; 
	width:320px; 
}
.inviteRight{ width:320px; float: left; clear: none;  padding: 5px; background-color: white;  border: 1px solid grey; }
.inviteSearchContacts {
	float: right;
	width:375px; 
}

/* Classroom 2 */
/* popup menu */

input.classroomName {
	background: none; 
	color: #09c; 
	font-size: 1.4em; font-weight: bold; font-family: Verdana,sans-serif; 
	width: 350px; 
}

.sortBox {
	margin: auto; 
	padding: 0px;
	width: 700px; 
}

ul#addModuleList {
	float: right;
	margin:0px;
	padding:0px;
	width: 200px;
}

ul#addModuleList li {
	display:inline; 
	float:right; 
	list-style:none; 
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	position:relative;
}

ul#addModuleList li a {
	font-weight: normal;
	text-decoration:none;
}

ul#addModuleList li a:hover {
	color: blue; text-decoration:underline;
}

ul#addModuleList li ul {
	border: 1px solid #B7B7B7;
	margin:0px; padding:0px; display:none; position:absolute; right:0px; top:25px; background-color: white;
}

ul#addModuleList li li {
	list-style:none; display:list-item; width: 12em; display: block; margin: 5px;
}

ul#addModuleList li li a:hover {
	color: #09c; text-decoration:underline;
}

/* sortable containers */
#sortable1, #sortable2, #numberList{
	background-color: #CFE4F9;
	float: left;
	list-style-type: none;
	margin: 0; padding: 0;
}

#sortable1 {
	border-left: none;
	margin-right: 5px;
	margin-top: 0px;
	min-height: 360px;
	max-height: 590px;	
	width: 330px;
}

#sortable2 {
	width: 330px;
	min-height: 360px;
}

#rightSortColumn {
	clear: none;
	float: left;
	width: 345px;
}

/* fix for different scroll bars. overflow-y auto will cause it to appear inside for all browsers*/
div#rightSort {
	max-height: 590px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 345px;
}

#numberList {
	margin-top: 0px;
	width: 15px;

	min-height: 360px;
	max-height: 590px;
}

#sortable1 li, #sortable2 li {
	border:1px solid gray;
	height: 100px;
	list-style-type: none;
	margin: 5px; padding: 5px;
	width: 310px;
}

/* parent of position: absolute, needs the position set */
li.sortDefault {
	background: white;
	position: relative;
}

li.sortHighlight {
	background: #EAF7FB;
}

#numberList li
{
	font-weight: bold;
	height: 100px;
	list-style-type: none;
	margin: 5px 12px 5px 2px;
	padding: 6px 0px 6px 0px;
	display: none;
}

.sortImage {
	height: 100px;
	float: left;
	width: 146px;
	text-align: center;
}

.sortContent
{
	clear: none;
	float: left;
	margin: 0 0 0 5px;
	width: 159px;
	font-size: 0.9em;
	line-height: 1.25em;
}

.sortContent h2
{
	color: black;
	margin: 0px;
	font-size: 1em;
	overflow: hidden;
	padding: 0px;
	line-height: 1.25em;
	height: 1.25em;
}

.sortContent .sortDescription 
{
	height: 5em;
	overflow: hidden;
}

#sortable1 li#emptyList, #sortable2 li#emptyList
{
	border: none;
	border-left: 5px #bbb solid;
	font-weight: bold;
	color: black;
	background-color: white;
	height: auto;
	width: 275px;
	margin: 30px 20px;
}

span.remove {
	clear: none;
	cursor: pointer;
	position: absolute;

	bottom: 0px;
	right: 0px;
	height: 16px;
	width: 16px;
	background-image:url(../../css/odijooui/images/ui-icons_cd0a0a_256x240.png);
	background-position:-96px -128px;
	text-indent:-99999px;
}

span.remove:hover {
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	background-color: #F6CECE;
	margin: 0 1px 1px 0;
}

/* in ie span.remove adds a padding to bottom, this is hack so the numbering lines up with the boxes */
span.ieNumber {
	position:absolute;
}

#sortMessage{
	margin: auto;
	position: relative;
	z-index: 2000;
}

#sortMessage div{
	background-color: #d63a1c;
	border: 2px solid black;
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 175px;
	left: 175px;
	text-align: center;
	padding: 5px;
	width: 350px;
}

ul#moduleTab {
	margin: 0px; padding: 0px;
}

ul#moduleTab li {
	float: left;
	list-style-type: none;
	height: 15px;
	margin: 0px; padding: 8px 7px 7px;

	font-weight: bold;
	color: gray;
	background-color: #def;
}

ul#moduleTab li.active {
	color: black;
	background-color: #CFE4F9;
}

#sortPagination {
	text-align: right;
	height: 30px;
	margin-right: 15px;
}

.sortField {
 	height: 18px;
 	background-color: #CFE4F9;
 	margin: 0px;
 	border: none;
 	width: 320px;
 	padding: 2px 5px 0px;
	text-align: right;
}

li.sortPlaceholder {
background-color: #deefff;
}

.sortMarketplaceIcon {
	display: inline;
	padding: 0 8px;
	background: transparent url(../../img/odijoo2/icons/iconSprite.gif) no-repeat scroll 0 -149px;
}

.sortStepHeader {
	clear: none;
	display: inline; 
	float: left;  
	line-height: 1.3em; 
	margin: 0 0 10 0;
} 

.sortStep {
	clear: both;
	color: black;
    display: block;
    float: right;
    font-weight: bold; margin: 5px 0px;
}

.sortStep a {
	display: block; clear: both;
	width: 29px; height: 30px; float: right; background: transparent url('../../img/odijoo2/stepRightBg.png') no-repeat scroll top right;
}

.sortStep div {
	clear: none; background: transparent url('../../img/odijoo2/stepLeftBg.png') no-repeat;
	display: block; float: right; line-height: 21px; padding: 4px 5px 5px 15px; margin-right: 0px;
}

.sortMetaColumn {
	clear: none;
	float: left; 
	width: 325px;
}

.courseImageRight {
	color: #069;
	float: right; 
	font-size: smaller;
	height: 120px; 
	margin-right: 30px; 
	width: 146px; 
	text-align: center;  
}


.classroomModule {
}

#sortModule {
	padding: 0 0 0 20px; 
	margin: 0px;
}

#sortModule li {
	border:1px solid gray;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
	display:list-item;
	width: 635px; /* ie7 needs a width or number disappears */
	height: 105px;
	z-index: 0;
}

li.sortModulePlaceholder {
	list-style: none;
	height: 135px;
	background-color: #deefff;
}

.sortModuleContent
{
	border-right: solid #ccc 1px;	
	position: relative;
	width: 250px;
	padding-right: 5px;	
}

.sortModuleDescription {
	line-height: 1.25em;
	height: 6.25em;
	overflow: hidden;
	clear: none;
}

.sortModuleMeta {
	width: 215px;
}

.sortModuleLabel {
	width: auto;
}

.sortModuleMetaEdit {
	line-height: 1.25em;
	width: 230px;
}

.sortModuleMetaEdit input{
	padding: 0px;
	margin: 0px;
}

.sortModuleMetaEdit input[type=checkbox] {
	vertical-align: middle;
}

/* End Classroom 2 */

/* =========================== 
generic class stuff
===========================*/
.textCenter { text-align: center}
.textRight { text-align: right; }
.textLeft { text-align: left; }
.floatFix { clear: both; }

.underline {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

.mediumFont {
	font-size: medium;	
}

.smallFont {
	font-size: small;
}

.smallerFont {
	font-size: smaller;
}

.xSmallFont {
	font-size: x-small;
}

.xxSmallFont {
	font-size: xx-small;
}

.bold {
	font-weight: bold;
}

.highlightRow {
	background-color: red;
}

.floatRight {
	float: right; 
}

.floatLeft {
	float: left;
}

.greyLine{
	border-top: solid 1px #B7B7B7; 
}

hr { border: none; border-bottom: 1px solid #B7B7B7; }

.greyDottedLine{
	border-top: dotted 1px #B7B7B7; 
}

.greyFont, .greyText {
	color: #666666;
}

.padding {
	padding: 10px;
}

.tooltip {
	cursor: pointer;
}

.selected {
	color: black; 
}

.redText {
	color: red;
}

.greenText {
	color: green;
}

.indentLeftBold {
	margin-left: 50px;
	font-weight: bold;
}

/* google style buttons from - http://stopdesign.com/eg/buttons/3.1/code.html thx:) */
	
button[type=button].gButton, input[type=submit].gButton  {
background: none;
color: black;
border: none;
padding: 0;
font-size: 13px;
margin: 0px;
line-height: 1.7em;
}

ul.buttonBar li a.gButton{
	padding: 0;
	line-height: 22px;
}

/* Start custom button CSS here
---------------------------------------- */
.gButton {
	display:inline-block;
	background:none;
	margin:0;
	padding:3px 0;
	border-width:0;
	overflow:visible;
	font:125%/1.2 Arial,Sans-serif;
	text-decoration:none;
	color:#333;
	font-size: 13px;
	}
* html button.gButton {
	padding-bottom:1px;
	}
/* Immediately below is a temporary hack to serve the 
	 following margin values only to Gecko browsers
	 Gecko browsers add an extra 3px of left/right 
	 padding to button elements which can't be overriden.
	 Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.gButton {
	margin:0 -3px;
	}
.gButton span {
	background:#f9f9f9;
	z-index:1;
	margin:0;
	padding:3px 0;
	border-left:1px solid #ccc;
	border-right:1px solid #bbb;
	}
* html .gButton span {
	padding-top:0;
	}
.gButton span span {
	background:none;
	position:relative;
	padding:3px .4em;
	border-width:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #bbb;
	}
.gButton b {
	background:#e3e3e3;
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	height:40%;
	border-top:3px solid #eee;
	}
* html .gButton b {
	top:1px;
	}
.gButton u {
	text-decoration:none;
	position:relative;
	z-index:3;
	}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span, a.pill-l span {
	border-right-width:0;
	}
button.pill-l span span, a.pill-l span span {
	border-right:1px solid #ccc;
	}
button.pill-c span, a.pill-c span {
	border-right-style:none;
	border-left-color:#fff;
	}
button.pill-c span span, a.pill-c span span{
	border-right:1px solid #ccc;
	}
button.pill-r span, a.pill-r span {
	border-left-color:#fff;
	}
	
/* only needed if implementing separate hover state for buttons */
.gButton:hover span, .gButton:hover span span {
	cursor:pointer;
	border-color:#9cf !important;
	color:#000;
	}

/* use if one button should be the 'primary' button */
.gButtonActive {
	font-weight:bold;
	}
