﻿
html, body 
{
    /*
	height: 100%;
    */
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	color: #4b4b4b;
	line-height:1.2em;
	margin: 0px 0px 0px 0px;
}
body {
	background-image: url('images/bg.png');
}

html { 
	overflow-y: scroll;
	/*
	min-height: 100%;
	margin-bottom: 1px;
    */
}

#leftOneHalf {
	float: left;
	display: block;
	width: 48%;
	padding-top: 10px;
}

.oneHalfBG {
	background: url("images/one_half_bg.jpg") top left;
	background-repeat: repeat-y;
}

.lmsButtons 
{
    /*
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.04);
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.04);
*/
	/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    */
	background-color:#79bbff;
	background-image: url('images/icons/icon_bullet.png');
	background-repeat: no-repeat;
	background-position: 9px 9px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	padding:4px 12px 3px 24px;
	text-decoration:none;
}
.lmsButtons:hover 
{
    
	background-color:#dff4ff;
	background-image: url('images/icons/icon_bullet_hover.png');
    border:1px solid #808080;
    color:#222222;
    
}
.lmsButtons:active {
	position:relative;
	top:1px;
}


/* header buttons */
.text_buttons {
	    height: 22px;
	    font-size: 16px;
	    text-decoration: none; 
	    color: #ffffff;
	    float: left;
	    padding: 10px 20px 8px 20px;
	    border-right: solid 1px #a7a7a7;
    }
    .text_buttons a {
	    text-decoration: none;
	    color: #ffffff;
    }
    .text_buttons a:hover {
	    text-decoration: underline;
    }

    .text_buttons a:active {
	    text-decoration: underline;
    }
    
 /* end header buttons */
 
.extCatSignupRight 
{
    width: 350px;
    float: right;
}

.extCatSignupLeft
{
    width: 450px;
    float: left;
}

.normalPointer
{
    cursor:pointer;
}

 
.trialNotice
{
    position: absolute;
    padding: 6px;
    border: solid 1px #dadada;
    background-color: #ffffff;
    font-weight: bold;
    margin-left: 330px;
    margin-top: 25px;
}
 
.noBorderTable 
{
    border: solid 0px #dadada;
    margin-left: 20px;
    margin-top: 14px;
}


.roleDropDown {
	text-decoration: none; 
	color: #ffffff;
	float: right;
	padding: 10px 10px 8px 2px;
	width: 180px;
	text-align: right;
}

.roleDropDown a {
	text-decoration: none; 
	color: #000000;
}

.roleDropDownList 
{
	border-radius: 						3px;
	-moz-border-radius: 				3px;
	-webkit-border-radius: 				3px;
	z-index: 							999;
	padding: 10px 10px 10px 15px;
	position: absolute;
	width: 140px;
	margin-top: 10px;
	margin-left: 45px;
	font-size: 16px;
	text-align: left;
}

.roleDropDownList ul 
{
    margin: 							0;
	padding: 							0;
	list-style-type: 					none;
}

.roleDropDownList ul li
{
    margin-right: 6px;
    padding: 2px;

}

.roleDropDownList ul li a
{
	text-decoration: 					none;
	color: #ffffff;
}
.dropDownBox 
{
    background-color: #ffffff;
    padding: 4px 4px 2px 6px;
    margin-left: 4px;
    font-size: 16px;
    border: solid 0px #000000;
    display: inline;
    color: #000000;
}
.dropdownButtonImage 
{
    margin-bottom: -4px;
    border: 0px;
    
}
.plainTable 
{
    border: solid 0px #dadada;
}
.plainTable td
{
    border: solid 0px #dadada;
}
.widgetTable 
{
    border: solid 0px #dadada;
    margin-top: 10px;
}
.widgetTable td
{
    border: solid 0px #dadada;
}

.noBorderTable td
{
    border: solid 0px #dadada;
}

.buttonBar 
{
    margin: 12px 0px 12px 0px;
    text-align: center;
    width: 100%;
}

table, th, td
 {
    border-collapse:collapse;
    border: solid 0px #dadada;
 }

 .tableHeader {
	 background-color: #fafafa;
}
 
a {
color: #4b4b4b;
}

.courseTitle 
{
    font-size: 19px;
    font-weight: bold;
    padding-left: 3px;
}
.groupTitle 
{
    font-size: 21px;
    font-weight: bold;
    padding-left: 3px;
}
.leftPadding 
{
  padding-left: 28px;  
}
.rightPadding 
{
  padding-right: 28px;  
}
.topPadding
{
  padding-top: 20px;
}
.fullPadding
{
  padding: 12px 20px 12px 20px;
}
.smalltext 
{
    font-size: 14px;
    position: relative;
    display: inline;
    padding-left: 6px;
}

.resourceUploader
{
    width: 600px;
	margin: 0 auto;
}

.button-style 
{
    font: 'arial';
    font-size: 13px;
    color: #666666;
    border:1px solid;
    border-color: #666666;
    padding: 6px 6px 6px 6px;   
}
.AjaxUploaderCancelAllButton
{
    font: 'arial';
    font-size: 13px;
    color: #666666;
    border:1px solid;
    border-color: #666666;
    padding: 3px 3px 3px 3px; 
    }
    
    .AjaxUploaderProgressInfoStyle
{
    font: 'arial';
    font-size: 15px;
    color: #666666;
    }

.inputText {
	font-size: 15px;
}
.searchItem 
{
    margin: 4px 4px 4px 4px;
}
.alignRight 
{
    text-align: right;
}
#pageLoader 
{
    position: fixed;
    width: 100%;
    text-align: center;
	margin: 0 auto;
	margin-top: 300px;
}

/* header buttons */
.text_buttons {
	    height: 22px;
	    font-size: 16px;
	    text-decoration: none; 
	    color: #ffffff;
	    float: left;
	    padding: 10px 18px 8px 18px;
	    border-right: solid 1px #a7a7a7;
    }
    .text_buttons a {
	    text-decoration: none;
	    color: #ffffff;
    }
    .text_buttons a:hover {
	    text-decoration: underline;
    }

    .text_buttons a:active {
	    text-decoration: underline;
    }
    
 /* end header buttons */
 
 
 /* catalog divs */
 .categoryHeader 
 {
    margin-left: 20px;
	margin-top: 6px;
	float: left;
	display: block;
	padding: 4px 8px 0px 8px;
	width: 600px;
	vertical-align: middle;
	background-color: #fafafa;
	border: solid 1px #dadada;
 }
  .categoryHeaderFull 
 {
    margin-left: 20px;
	margin-top: 6px;
	height: 34px;
	float: left;
	display: block;
	padding: 4px 8px 0px 8px;
	width: 940px;
	vertical-align: middle;
	background-color: #fafafa;
	border: solid 1px #dadada;
 }
   .categoryHeaderIcon
 {
    padding: 3px 3px 3px 3px;
    float: left;
 }

  .categoryHeaderName
 {
    padding: 3px 3px 3px 8px;
    float: left;
	width: 550px;
 }
   .categoryHeaderNameFull
 {
    padding: 3px 3px 3px 8px;
    float: left;
	width: 800px;
 }
   .categoryLessonIcon
 {
    padding: 6px 7px 0px 3px;
    float: left;
 }
  .categoryLessonName
 {
    padding: 9px 3px 0px 3px;
    float: left;
 }
.catalogLesson 
{
    width: 560px;
    border: solid 1px #dadada;
    padding-left: 12px;
    margin-top: -1px;
}
.courseItem 
{
    margin-left: 35px;
    height: 28px;
}
 .courseIcon 
 {
    margin-top: -1px;
    padding: 6px 2px 4px 3px;
    float: left;
    border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	height: 100%;
 }

.catalogItemName {
	margin-top: -1px;
	float: left;
	display: block;
	padding: 6px 8px 4px 8px;
	width: 393px;
	height: 100%;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
}
.catalogItemType {
	margin-top: -1px;
	float: left;
	display: block;
	padding: 6px 8px 4px 8px;
	width: 50px;
	text-align: center;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	height: 100%;
}
.catalogItemDetails {
	margin-top: -1px;
	float: left;
	display: block;
	padding: 6px 8px 4px 8px;
	width: 50px;
	text-align: center;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	height: 100%;
}
.catalogItemEnroll {
	margin-top: -1px;
	float: left;
	display: block;
	padding: 6px 8px 4px 8px;
	width: 72px;
	text-align: center;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	height: 100%;
}
.catalogDetails 
{
    border: solid 0px #dadada;
	margin-left: 20px;
	float: left;
	margin-top: -1px;
	margin-bottom: 12px;
	padding: 4px 5px 4px 15px;
	width: 560px;
	/*border: solid 1px #dadada;*/
}

.courseDetails
{
   border: solid 1px #dadada;
   margin-left: 38px;
   margin-top: -1px;
   font-size: 16px;
   padding: 10px;
   width: 578px;
}
/* end catalog divs */

/* instruction divs */
.instructionArea {
	float: top;
	padding-top: 15px;
	padding-bottom: 15px;
	/*border-bottom: solid 1px #dadada;
*/
}
.instructionArea .icon {
	float: left;
	margin-left: 15px;
	width: 40px;
}
.instructionArea .iconName {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	font-family: 'Sansita One', serif;
	font-size: 26px;
	color: #4b4b4b;
	height: 40px;
 
}
.instructionArea .instructionText {
	float: top;
	margin-left: 15px;
	margin-right: 5px;
}
/* end instruction divs */

/* user divs */

.userPager 
{
    margin: 20px 5px 0px 26px; 
}
 
.userTable 
{
   border: solid 1px #dadada;
   margin-left: 20px;
   margin-top: 14px;
   font-size: 16px;
   
}
.userTable td
{
    border: solid 1px #dadada;
}

.claimsDashTable 
{
   border: solid 1px #dadada;
   margin-left: 0px;
   margin-top: 10px;
   font-size: 15px;
   
}
.claimsDashTable td
{
    border: solid 1px #dadada;
}

.lpChartTable 
{
   border: solid 1px #dadada;
   margin-left: 5px;
   margin-top: 6px;
   font-size: 16px;
   
}
.lpChartTable td
{
    border: solid 1px #dadada;
}

.contentTable 
{
   border: solid 1px #dadada;
   margin-top: -1px;
   margin-left: 50px;
   font-size: 16px;
}
.contentTable td
{
    border: solid 1px #dadada;
}
.tableTitle
{
   margin-left: 20px;
   font-weight: bold;
   margin-bottom: -8px;
}
.catalogTable 
{
   border: solid 1px #dadada;
   margin-left: 28px;
   margin-top: -1px;
   font-size: 16px;
}
.catalogTable td
{
    border: solid 1px #dadada;
}

.checklistTable 
{
   border: solid 2px #dadada;
   font-family: Arial;
   margin-left: 20px;
   margin-top: 14px;
   font-size: 22px;
   padding: 10px;
}
.checklistTable td
{
    border: solid 2px #dadada;
}


ol 
{
    margin-left: 24px;
}

.iconImage 
{
    margin-bottom: -7px;
    border: 0px;
}


.deactivated
{
    background-color: #f1e8e8;
    font-style: italic;
}


.twoThirdsSubmitArea
{
    padding-left: 550px;
    padding-top: 10px;
    text-align: right;
}
.twoThirdsSubmitAreaTable
{
    width: 645px;
    padding-top: 10px;
    text-align: right;
}
.fullSubmitArea
{
    padding-left: 880px;
    padding-top: 10px;
    text-align: right;
}
.groupManagerStyle 
{
    padding-left: 220px;
    
}
.groupManagerFeatures 
{
    padding-left: 180px;
    
}
.groupMemberStyle 
{
    padding-left: 20px;
    
}

hr {
	border-bottom: solid 1px #dadada;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	clear: both;
}

#bodyFrame {
	display: block;
	float: top;
}
#leftTwoThirds {
	float: left;
	display: block;
	width: 64%;
	padding-top: 10px;
}

.pageFull {
	background-color: #ffffff;
}

.twoThirdsInner 
{
    background-color: #ffffff;
    display: block;
    width: 100%;
}


#rightOneThird {
	display: block;
	float: right;
	width: 34%;
	border-left: solid 1px #e8e8e8;
	background: #f8f8f8;	
	padding-top: 10px;
	border-left: solid 1px #dadada;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.04);
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.04);
}
.leftHalf {
	float: left;
	display: block;
	width: 48%;
	padding-top: 10px;
	margin-left: 10px;
}
.rightHalf {
	float: right;
	display: block;
	width: 48%;
	padding-top: 10px;
	margin-right: 10px;
}
#leftHalf {
	float: left;
	display: block;
	width: 48%;
	padding-top: 10px;
	margin-left: 10px;
}
#rightHalf {
	float: right;
	display: block;
	width: 48%;
	padding-top: 10px;
	margin-right: 10px;
	
}

.smallPart {
	float: left;
	display: block;
	width: 31%;
	padding-top: 10px;
	margin-left: 10px;
}

.welcomeImage {
	margin: 20px 20px 10px 45px;
	padding-left: 8px;
	width: 550px;
	text-align: center;
}
.welcomeText {
	width: 600px;
	margin: 5px 5px 0px 20px;
}
.greyBox {
	float: left;
	margin-bottom: 5px;
	width: 290px;
	padding: 4px 4px 4px 4px;
	border: solid 1px #dadada;
	float: top;
	display: block;
	background-color: #fafafa;
	background-image: linear-gradient(top, #fafafa, #f6f6f6);
}
.widgetContainer {
	float: left;
	margin-left: 15px;
	margin-bottom: 18px;
	width: 290px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #dadada;
	float: top;
	display: block;
	background-color: #fafafa;
	background-image: linear-gradient(top, #fafafa, #f6f6f6);
}
.widgetHeader {
	font-weight: bold;
	font-size: 15px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: -1px;
	margin-right: 13px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #dadada;
	float: top;
	display: block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fafafa;
	background-image: linear-gradient(top, #fafafa, #f6f6f6);
}
.horizontalDivider {
	padding-top: 10px;
	border-bottom: solid 1px #dadada;
	margin-bottom: 15px;
}

.loginTopPadding 
{
    margin-top: 120px;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#wrapper_wide {
	width: 1050px;
	margin: 0 auto;
}

.footertext {
	width:100%;
	text-align: right;
	height: 20px;
	margin: 4px 20px 4px 4px;
}
.pageBlock {
	background-color: #ffffff;
	width: 100%;
	/*border: solid 1px #dadada;*/
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
	margin-bottom: 10px;
	/*
	-webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.06);
	
    background: url("images/shadowAlpha.png") no-repeat bottom right;
    padding-right: 6px;
    padding-bottom: 6px;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='#11000000');"
    */
    background: url("images/shadowAlpha.png") bottom right;
    padding-right: 6px;
    padding-bottom: 6px;
    background-repeat: repeat-y;
}
.shadowBlock 
{
    background: url("images/shadowAlpha.png") no-repeat bottom right;
    padding-right: 6px;
    padding-bottom: 6px;
}

.twoThirdsBG {
	background: url("images/two_third_bg.jpg") top left;
	background-repeat: repeat-y;
}

#instructionToggle {
	
}
#instructionToggle a {
	text-decoration: none;
}
.topHeader {
	width: 99%;
	height: 22px;
	padding: 3px 5px 3px 5px;
	text-align: right;
	font-size: 15px;
}
.headerImage {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}



#container {
	
	margin: 0 auto;
}

.clear{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-bottom: -1px
}

.text {
	border: solid 1px #dadada;
}

.text_plain {
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
}

.bottomPadding
{
    padding-bottom: 16px;   
}

/* BUTTONS */
.buttons {
	font-size: 16px;
}
.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
    border:1px solid #808080;
    border-top:1px solid #808080;
    border-left:1px solid #808080;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    color:#ffffff;
    cursor:pointer;
    padding:5px 9px 5px 6px; /* Links */
	
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #808080;
    color:#222222;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #808080;
    color:#fff;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(images/tooltip/black_arrow_med.png);
	font-size:17px;
	height:116px;
	width:245px;
	padding: 24px 30px 32px 30px;
	color:#fff;	
}

/* Overlay */
#simplemodal-overlay 
{
    background-color:#000;
    cursor:wait;
    }

/* Container */
#simplemodal-container 
{
    color:#bbb;
    background-color:#333;
    border:4px solid #444;
    padding:12px;
    }
#simplemodal-container .simplemodal-data 
{
    padding:8px;
    }
#simplemodal-container code 
{
    background:#141414;
    border-left:3px solid #65B43D;
    color:#bbb;
    display:block;
    font-size:12px;
    margin-bottom:12px;
    padding:4px 6px 6px;
    }
#simplemodal-container a 
{
    color:#ddd;
    }
#simplemodal-container a.modalCloseImg 
{
    background:url(images/x.png) no-repeat;
    width:25px; 
    height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-15px; 
    right:-16px; 
    cursor:pointer;
    }
#simplemodal-container h3 
{
    color:#84b8d9;
    }
    
#blanket {
	background-color:#111;
	opacity: 0.40;
	filter:alpha(opacity=40);
	position:absolute;
	z-index: 10;
	top:2px;
	left:2px;
	width:100%;
}

#cwWindow {
	width: 1024px;
	height: 768px;
	z-index: 10;
	color:#bbb;
    background-color:#333;
    position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	margin-bottom: 25px;
}

#waitMessage {
	float: left;
	width: 480px;
	height: 200px;
	z-index: 100;
	color:#bbb;
    background-color:#333;
	border: 1px;
}

.jquery-pager
{
    TEXT-ALIGN: center;
    PADDING-TOP: 0px;
    margin-top: -18px;
}
.jquery-pager A
{
    TEXT-INDENT: -9999em;
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    WIDTH: 15px;
    DISPLAY: inline-block;
    BACKGROUND: url(images/global-sprite.png) no-repeat -740px -179px;
    HEIGHT: 15px;
    MARGIN-RIGHT: 12px;
    z-index: 1000;
}
.jquery-pager .activeSlide
{
    BACKGROUND: url(images/global-sprite.png) no-repeat -725px -179px
}

.fronttab 
{
    font-size: 20px;
    background-color: #ffffff;
    font-weight: bold;
    border-bottom: 0px;
    border-top: solid 1px #dadada;
    border-right: solid 1px #dadada;
    border-left: solid 1px #dadada;
}

.backtab 
{
    font-size: 18px;
    background-color: #fafafa;
    font-weight: normal;
    border-bottom: solid 1px #dadada;
    border-top: solid 1px #dadada;
    border-right: solid 1px #dadada;
    border-left: solid 1px #dadada;
}

.tabTable 
{
   
   margin-left: 20px;
   margin-top: 14px;
   font-size: 16px;
   
}

.tabTableBox 
{
    border-bottom: solid 1px #dadada;
    border-top: 0px;
    border-right: solid 1px #dadada;
    border-left: solid 1px #dadada;
    padding: 8px;
}
