small {
	color: #F00;
}

td {
	padding: 0 0 15px;
}
table td, table td * {
    vertical-align: top;
}
input[type="submit"] {
	background-color: #5D5D5D;
    border: medium none;
   /* border-radius: 6px 6px 6px 6px;*/
	/*-moz-border-radius: 6px 6px 6px 6px;*/
    color: #FFFFFF !important;
    display: block;
    /*float: left;*/
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

input[type="submit"]:hover {
	background-color: #000;
}
input[type="text"] {
	/*margin:5px 0 10px 0;*/
}

input[type="button"] {
	background-color: #5D5D5D;
    border: medium none;
   /* border-radius: 6px 6px 6px 6px;*/
	/*-moz-border-radius: 6px 6px 6px 6px;*/
    color: #FFFFFF !important;
    display: block;
    /*float: left;*/
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}


input[type="button"]:hover {
	background-color: #000;
}

#course_outline_form_buttons{
	/*position:relative; left:416px; top:38px;*/
	float:left;
	position:relative;
	top:10px;
}
.button {float:left;}

.requestbtn {
	background-image: url(../images/button.png);	
	display:block;
	height:51px;
	margin: 10px 25px 0;
	width:100px;
}

.requestbtn:hover {
	background-image: url(../images/button-hover.png);	
}

#mainContent {
	/*width: 850px;*/
	width: 735px;
	min-height:450px;
	/*padding: 0px 15px 15px 50px;*/
	background-color:#FFFFFF;
	/* border:1px solid #cccccc;    test 
	position:relative;
	clear:both;*/
	margin:0px 0px 0px 25px;
	float:left;
}
#homeContent {
	width: 850px;
	/*width: 745px;*/
	min-height:450px;
	padding: 0px 15px 15px 50px;
	background-color:#FFFFFF;
	/* border:1px solid #cccccc;    test */
	position:relative;
	clear:both;
	/*margin:0px 0px 0px 15px;*/
	float:left;
}
#mainMenu{
	background-color:#ffffff;
	margin-left:30px;
	float:left;
	width:150px;
}
#welcomeMenu{
	background-color:#ffffff;
	margin-left:50px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-image: url(../images/formfield_bg.gif);
	border: 1px solid #ccc;
	padding-left: 2px;
}

.invisibleformfield { /* this is required for the Live Chat tool */
	visibility: hidden;
}

.buttonform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

.disabled {
	color: #F00 !important; 
	text-decoration: none;
}

div#qTip {
	padding: 8px; border: 3px solid #3e85c6; display: none; background: #b8cee0;
	color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 1em;	font-weight: bold;
	line-height: 150%; position: absolute; z-index: 1000;
}

/******************* FIELD SETS **********************/

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
  border: 1px solid #666666;
  padding: 0;
  margin: 0 0 10px 0;
}
legend {
  color: #333;
}

legend {
  padding: 0 10px;
  font-weight: bold;
  font-size: 110%;
}
fieldset p {
	padding: 10px;
	margin: 0px;
}
dl {
/*	background-color: #b8cee0; */
	padding: 10px;
	margin: 0px;
}
dl dt {
  float: left;
  width: 24.5%; /* was 200px */
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin: 0 3px 0 0;
  padding: 1px 0 0 0;
}

dl dd {
	margin: 0 0 0 25%;/* was 200px */
	padding: 0 0 5px 0;
}

.buttonarea {
	background-color: #ccc;
	padding: 5px; 
	text-align: center;
	margin-bottom: 20px;
}
.buttonarea .buttonform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

.alert {
	font-weight: bold;
	color: #c00;
}

/******************* Site Specific Styles **********************/

#container {
	margin:0 auto;
	width:940px;		
}
#content {
	border: 1px solid #aaaaaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:20px 30px 30px 30px;
	
	
}
#content li {
		line-height: 1.5em;
}
#header {
	height: 102px;
	position: relative;
	margin:0 0 10px;
}
/*#header h1 {
	color: #909090;
	font-size: 28px;
	letter-spacing: -1px;
	margin: 40px 0 0;
	float: left;
}*/
#logoarea h1 {
	margin: 48px 0 0 0;
	float: left;
	color: #4782AD;
}
#logoarea p {
	float:left;
}

#commentNav img {margin:0px !important; padding:0px;}
#header img {
	/*position: absolute;
	left: 0px;
	top: 18px;*/
	margin: 15px 5px 0 0;
	/*float: left;*/
}
ul#topnav {
	float: right;
	list-style:none;
	margin:20px 0 0 0;
	text-align:right;
}
ul#topnav a {
	color:#4782AD;
	margin: 0 0 0 12px;
}
ul#topnav a:hover {
	color:#39698C;
}
ul#topnav li {
	margin:0 0 10px 0;
}
#headercontact {
	font-size: 12px;
	color: #346492;
}
#headercontact img{
	position: inherit;
}
#column1, #column2 {
	width: 460px;
	float:left;
}
.gutter {
	margin:0 20px 0 0;	
}
a.button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:url("../images/bg-button.png") no-repeat scroll 12px 11px #5D5D5D;
	color:#FFFFFF !important;
	display:inline-block;
	font-weight:normal;
	font-size:14px !important;
	margin:10px 0 0 3px;
	overflow:hidden;
	padding:8px 28px;
	text-decoration:none;
}

a:hover.button, a:hover.buttontab, button:hover {
	background:url("../images/bg-button.png") no-repeat scroll 12px 11px #000;
}
#submit {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #5D5D5D;
	color:#FFFFFF !important;
	font-weight:bold;
	font-size:14px !important;
	padding:3px 28px;
	text-decoration:none;
} 
a.buttontab, button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #a3a3a3;
	color:#FFFFFF !important;
	display:inline-block;
	font-weight:bold;
	font-size:14px !important;
	margin:10px 0;
	overflow:hidden;
	padding:6px 24px;
	text-decoration:none;
}
.domtabs li.active a.buttontab {
	background: #5d5d5d;
}
a:hover.buttontab {
	background: #000;
}
.left {
	float:left;	
}
.inline-fix {
	margin-left:20px;
	position:relative;
	top:-18px;
}
.tab1, .tab2 {
	clear:both;
	padding:18px 30px 30px;
}
.domtabs {
	list-style-type:none;

}
.domtabs li {
/*	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;*/
	background:none repeat scroll 0 0 #EBEBEB !important;
	border-bottom:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-top:1px solid #EBEBEB;
	display:inline;
	float:left;
	height:46px;
	margin:0;
	text-align:center;
	width:228px;
}
.domtabs li.active{

	background:none repeat scroll 0 0 #fff !important;
	border-bottom:1px solid #fff;
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	display:inline;
	float:left;
	height:46px;
	margin:0;
	text-align:center;
	width:228px;
}
.tab1 table,.tab2 table  {
	width: 400px;
	margin-bottom: 28px;
}
.tab1 table tr th,.tab2 table tr th{
	padding-bottom: 4px;
	border-bottom:solid 1px #cccccc;
	color:#666666;
}
.tab1 table tr td,.tab2 table tr td{
	padding-top: 6px;
	padding-bottom: 7px;
	border-bottom:solid 1px #cccccc;
}
.domtab {
	background:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#footer {
    clear: both;
    color: #BCBCBC !important;
    font-size: 11px;
    margin: 0 auto;
    padding: 15px 0 0 210px;
    width: 940px;
	height: 20px;
}
#footer p, #footer a {
    color: #9F9F9F !important;
}
#footer ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#footer li{
	float:left;
	border-right:1px solid #d7d4b6;
	padding-left: 6px;
	padding-right: 6px;
}
#header #mainSelect{
	position:relative;
	top:28px;
	font-weight:bold;
	color:#bbb;
	font-size:12px;
}
#topmenu {
color: #BCBCBC !important;
    font-size: 11px;
    margin: 0 auto;
    padding: 15px 10px 0 0;
    width: 940px;
	height: 20px;
}
#topmenu  p, #footer a {
    color: #9F9F9F !important;
}
#topmenu  ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:right;
}
#topmenu  li{
	float:left;
	border-right:1px solid #d7d4b6;
	padding-left: 6px;
	padding-right: 6px;
}

/************* Text-Based Menu Styles *****************/
#navbg {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 16px 0;
 /* overall top menu width */
	height:50px; /* overall top menu height - was 27 */
	width:940px;
	background: #7F7F7F;
}

ul#nav{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 16px 0;
	padding:0 0 0 20px;
 /* overall top menu width */
	height:50px; /* overall top menu height - was 27 */
	width:920px;
	background: #7F7F7F;
	list-style: none;

}

ul#nav li{
	float:left;
	font-family:Arial,sans-serif;
	font-size:17px;
	margin:0;
	position:relative;
}

ul#nav li a {
	display: block;
	text-decoration: none;
	color: #fff !important;
	padding:8px 20px;
	margin: 6px 0 0 6px;
}
ul#nav li a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	background: #666;
	color: #FFFFFF;
}

ul#nav>li{

}

/************* Text-Based Dropdown Menu Styles *****************/
ul#nav li ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color:#FFFFFF; /* dropdown menu items background */
	z-index:4;
}
ul#nav li>ul{
	top: auto;
	left: auto;
}
/* IE 6 hack */
ul#nav li:hover ul{
	margin-top:43px;
	display: block;
	background-image: none; /*TLH*/
}
ul#nav li.over ul{
	display: block;
	margin-top:43px;
}
/* undo the IE6 hack */
ul#nav > li:hover > ul{
	margin-top:44px;
	display: block;
	background-image: none; /*TLH*/
}
ul#nav > li.over > ul{
	display: block;
	margin-top:44px;
}
/* sub menu item styles */
ul#nav ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262223; /* dropdown menu items text */
	background-color:#FFFFFF; /* dropdown menu items background */
	clear:left;
	width:200px;
	text-align:left;
	margin-left:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	letter-spacing: 0em;
}

ul#nav ul li:hover{
	background-color:#CEE6E8;
}
ul#nav ul li a{
	display:block;
	color: #262223; /* dropdown menu items text */
	text-decoration:none;
	font-weight:normal;
	padding: 5px;
	background-image: none; /*TLH*/
}

ul#nav ul li a:hover{
	display:block;
	background-color:#E2CEA9;
	background-image: url(../images/subnav-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

html>body ul#nav ul li a:hover{
	display:block;
	background-color:#E2CEA9;
	text-decoration: none;
}
.smallList{
	text-align:left;
	font-size:1em;
	list-style-type:none;
	margin-left:15px;
}
.smallList li{
	padding-bottom:5px;
}
.smallList li a{
	color:#2f6681;
}
#homeNav {
	/*margin-left:50px;
	width:890px;*/
	margin:0px 10px 0px 20px;
	text-align: left;
	/*position:relative;
	left:20px;
	height:55px;*/
}
#homeNav .navLeft {
	background: url('../layout/bridge-left.gif') no-repeat;
	float:left;
	text-align:center;
	height:55px;
	padding-left:50px;
}
#homeNav .navCenter {
	width:70px;
	float:left;
	
}
#homeNav .navRight {
	background: url('../layout/bridge-double.gif') no-repeat;
	float:left;
	text-align:center;
	height:55px;
	padding-left:50px;
}


#homeNav p {
	font-weight:bold;
	text-align:left;
	color:#333;
}

ul.topNav{
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:2px;
	margin:0px;
	background-color:#FFFFFF;
}
ul.topNav li{
	/*float:left;*/
	padding:4px 0px 4px 0px;
	margin:0px;
	background-color:#FFFFFF;
}
ul.topNav li.divider{
	border-left:1px solid #87afc3;
}
ul.topNav li a{
	color: #2f6681;
}


/*for listing courses for client on homepage*/
.courseList{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 550px;
}
ul.courseList {
	background-color: #EDF1F7;
    border: 1px solid #87AFC3;
	margin: 0 0 5px 0px;
	padding:10px;
}

ul.courseList li {
    margin-left:3em;
}
ul.courseList li li {
	//list-style-image: url(../layout/folder.gif);
	//background-repeat:no-repeat;
	
}

ul.courseList li p{
	//margin-left:3em;
}

//for listing packages and attachments on homepage

ul.packages {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.packages li {
	border:none;
	/*color:#2f6681;
	border-bottom: none;
	padding:2px;*/
}
.packages li a{
	//background-image:url(../layout/folder.gif);
	//background-repeat:no-repeat;
	//padding-left:15px;
}
ul.courseList li ul.packages li ul li {
	color:#2f6681;
	border-bottom: none;
	padding:2px;
}
ul.courseList li ul.packages li ul li .attachments ul li {
	color:#2f6681;
	border-bottom: none;
	padding:2px;
}
.attachments ul li {
	color:#2f6681;
	border-bottom: none;
	padding:2px;
}
li.sep{
	border-bottom:1px solid #7692b9;
}
//controls blog on superadmin home page
#blog{
	/*width:100%;*/
	text-align:left;
	font-size:.9em;
}

#blog ul{
	list-style-type:none;
	text-align:left;
	float:left;
	width:425px;
}
#blog ul li{
	
	margin-top:10px;
	margin-bottom:15px;
	background-color:#FFFFFF;
}
#blog .blogRight .currentBlog li {
	border:1px dotted #ccc;
	padding:5px;
}
#blog .blogRight .currentBlog li a{
	float:right;
	position:relative;
	bottom:4px;
}
#blog .commentinfo{
	background-color:#5D5D5D;
	font-size:.9em;
	padding:4px;
	color:#fff;
}
#blog .commentinfo a{
	background-color:#5D5D5D;
	font-size:.9em;
	padding:4px;
	color:#ccc !important;
}
#blog .commentinfo a:hover{
	background-color:#5D5D5D;
	font-size:.9em;
	padding:4px;
	color:#fff !important;
}
//for layout in main content area 
.contentLeftCol {width:440px; float:left; border:1px solid black;}
.contentRightCol {width:440px; float:left; border:1px solid black; margin-left:10px;}


/* 
	inputForm1 - used for data entry on larger items 
*/

.inputForm1{
	font-size:1em;
}
ul.inputForm1{
	list-style-type:none;
	width:520px;
	margin:0px;
	padding-top:15px;
}
ul.inputForm1 label{
	display:block;
	float:left;
	width: 125px;
}
ul.inputForm1 li{
	text-align:left;
	clear:both;
	padding-top:2px;
	padding-bottom:2px;
}
ul.inputForm1 li a{
	text-decoration:underline;
	color:#666666;
}
.textInput{
	width:255px;
}
.textInputShort{
	width:155px;
}
.textInputMedium{
	width:125px;
}
.instruction{
	color:#4e4e4e;
	font-size:1em;
	font-weight:bold;
}
.instruction2{
	color:#4e4e4e;
	font-size:1.3em;
	font-weight:bold;

}

/*COURSE MENU
#courseNav{
	font-size:0.9em;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:1em;
}
#courseNav a{
	text-decoration:underline;
	margin:0px 5px;
}*/
/*COURSE OUTLINE*/
#courseOutlineBorder{
	text-align:left;
	width:720px;
	border:1px dotted #cccccc;
	margin:0px 0 20px 0;
	padding:10px;
}
#courseOutline{
	
}
#courseOutline ul{
	line-height:1.7em;
	list-style-type:none;
}
#courseOutline ul li ul{
	margin-left:10px;
}
#courseOutline ul li ul li ul{
	margin-left:10px;
}


/*course outline for html export*/
#courseOutlineHTML{
	background-color:#666;
	width:354px;
}
#courseOutlineHTML p {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	padding-left:7px;
	padding-top:3px;
	height:30px;
}
#courseOutlineHTML a {
	display:block;
	width:350px;
	height:50px;
	border:1px solid black;
	background-color:#999;
}
#courseOutlineHTML a:hover {
	display:block;
	width:350px;
	height:50px;
	border:1px solid black;
	background-color:#ccc;
}
#courseOutlineHTML ul{
	line-height:1.7em;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#courseOutlineHTML ul li {
	margin:0px;
	padding:0px;
}
#courseOutlineHTML ul li ul{
	/*margin-left:10px;*/
}
#courseOutlineHTML ul li ul li ul{
	/*margin-left:10px;*/
}


/*emh: from avaya collab agent css*/
#menu {
	position:absolute;
	padding:2 10;
	left:0;
	top:0;
	width:100%;
	font-family: verdana;
}

#menubutton {
	float:left;
	display:block;
	float:left;
	height:30px;
	padding:7px 12px 0px 5px;
	background-color:#000;
	border:1px solid black;
	border-bottom-right-radius:6px;
}
#menu a{
	color:white;
	text-decoration:none;	
}
#menu ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	/*padding: 6px;*/
	margin: 0px;
	width:100%;
	height:40px;
	background: rgba(0,0,0,0.7);
	background-image:url('images/button-bg.png');
	background-repeat:repeat-x;
}

#menu li{
	display:block;
	float:left;
	width:139px;
	height:28px;
	text-align:center;
	padding-top:10px;
	background-image:url('images/separator.png');
	background-repeat:no-repeat;
	background-position: top right;	
}

#menu li:hover {
	list-style-type: square;
	list-style-image: url(images/arrowhover.png);
	display:block;
	float:left;
	width:139px;
	height:28px;
	/*background-color:#000;*/
	text-align:center;
	padding-top:10px;
	/*
	background-image:url('images/button-bg.png');
	background-repeat:repeat-x;
	*/
}
#menu button, .button:hover {
	cursor: pointer;
}

/* course level */
#courseOutline ol{
	list-style:upper-roman;
	border:1px solid #ededed;
}
#courseOutline ol li{
	font-size:1.2;
	font-weight:normal;
	
}
/* lesson level */
#courseOutline ol li ol{
	list-style:upper-alpha;
	border:none;
}
#courseOutline ol li ol li{
	font-size:1em;
	font-weight:bold;
	background-color:#e0e7e7;
	padding-left:12px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
}
/* topic level */
#courseOutline ol li ol li ol{
	list-style:decimal;
	border:none;
}

#courseOutline ol li ol li ol li{
	background-color:#f4f4f4;
	font-weight:normal;
}

/* slide level */
#courseOutline ol li ol li ol li ol{
	list-style:decimal-leading-zero;
	border:none;
}
#courseOutline ol li ol li ol li ol li{
	background-color:#ffffff;
	font-weight:normal;
	font-size:.9em;
}
#courseOutline img {margin:5px 5px 0 0; padding:0px;}

/*quick add styles*/
/* 
	end course outline styles
*/

#quickAdd{
	text-align:left;
	margin-bottom:10px;
	margin-left:5px;
	font-size:1.2em;
}
#quickAdd form{
	display:none;
	background-color:#f0f5f8;
	text-align:left;
	padding:5px 0 10px 10px;
	margin:10px 0 10px 0;
	border:1px dotted #cccccc;
}
#quickAdd form #txtTitle{
	margin-top:5px;
	margin-bottom:5px;
}
#quickAdd form #selectLesson{
	margin-top:5px;
	margin-bottom:5px;
}
#quickAdd form #selectTopic{
	margin-top:5px;
	margin-bottom:5px;
}
#quickAdd form #txtTitle input{
	width:350px;
	font-size:.9em;
}
#quickAdd a{
	text-decoration:underline;
	display:block;
	padding-left:18px;
	/*background-color:#f0f0f0;*/
}
#quickAdd a.closed{
	background-image:url(../layout/bridge-arrow.gif);
	background-repeat:no-repeat;
}
#quickAdd a.open{
	background-image:url(../layout/bridge-arrow.gif);
	background-repeat:no-repeat;
}
/*course controls navigation*/
#courseControls{
	text-align:left;
	margin-top:10px;
}
#courseControls .button a{
	text-align:center;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #5D5D5D;
    border: medium none;
    font-size: 1.1em;
    font-weight: normal;
    padding: 7px 15px;
    color: #FFFFFF !important;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:5px;
	line-height:1em;
}
#courseControls .button a:hover {
	background-color: #000;
}
#courseControls .buttonSmall a{
	text-align:center;
	-moz-border-radius: 3px 3px 3px 3px;
    background-color: #9EB5C3;
    border: 1px solid #2F6681;
    font-size: 1.2em;
    font-weight: normal;
    padding: 2px;
	width:145px;
    color: #FFFFFF !important;
	text-decoration:none;
	display:block;
	height:20px;
	float:left;
	margin-left:8px;
	/*margin-top:20px;*/
}
#courseControls .buttonSmall a:hover {
	background-color: #6b90a6;
}
/*this is where topics get listed in Lesson View*...need to find preexisting elementList id */
/* sortable list of lessons */
ul.lessonList{
	width:450px;
	list-style-type:none;
	margin:0px;
}
ul.lessonList li{
	background-color:#ebecec;
	margin-bottom:1px;
	padding:4px;
	text-align:left;
}
ul.lessonList li a{
	font-weight:bold
}
ul.topicList{
	width:450px;
	list-style-type:none;
	margin:0px auto;
}

/* sortable list of topics */
ul.topicList li{
	background-color:#ebecec;
	margin-bottom:1px;
	padding:4px;
	text-align:left;
}
ul.lessonList li a{
	font-weight:bold
}

#saveResult {
margin-left:0px;
text-align:center;
width:178px;
height: 100px;

}

/*breadcrumb and outline styles*/
.breadcrumbs{
	margin-bottom:10px;
	font-weight:normal;
	color: #000 !important;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
}
/*
.breadcrumbs, #courseOutline a.control{
	font-weight:normal;
	text-decoration:none;
	color:#999999;
}
.breadcrumbs a.control:hover{
	text-decoration:underline;
}*/
.breadcrumbs a{
	text-decoration:none;
	color: #5D5D5D !important;
	font-weight:normal;
	font-size: 1em;
}
.breadcrumbs a:hover{
	color:#000000 !important;
	text-decoration:none;
	font-style:italic;
}
.breadcrumbs img {margin:5px 5px !important;padding:0px;}

/*2 column forms*/

.formLeft {width:470px; float:left; border:1px dotted #999; padding:10px 0px 0px 10px; /*height:325px;*/}

.formRight{width:240px; float:right; border:1px dotted #999; padding:20px 0px 0px 10px; height:519px;}

.formFull{width:720px; border:1px dotted #999; padding:5px;}

/* lists*/
.listData {
	text-align:left;
	font-size:1.1em;
	width:700px;
}
.listData th{
	background-color:#e0e7e7;
	padding:5px;
}
.listData th.sortDESC{
	background-image:url(../images/desc_white.gif);
	padding-left:18px;
	background-repeat:no-repeat;
}
.listData th.sortASC{
	background-image:url(../images/asc_white.gif);
	padding-left:18px;
	background-repeat:no-repeat;
}
.listData tr{
	border-bottom:1px solid #efefef;
}
.listData td{
	padding-left:5px;
	padding-right:5px;
	background-color:#efefef;
}
.listData td.company_admin{
	background-color:#ffb0b0;
}
.listData td.inactive{
	background-color:#e2e2e2;
}
.listData td a{
	color:#20374e;
}
.listData td a.unclicked{
	font-weight:bold;
}

/*for looking at things like user profile
/* 
	viewForm1 - used for data entry on larger items 
*/

.viewForm1{
	font-size:1em;
	width:100%;
	margin:0px;
}
.viewForm1 label{
	font-weight:bold;
}
ul.viewForm1{
	list-style-type:none;
}

ul.viewForm1 label{
	display:block;
	float:left;
	width: 150px;
}
ul.viewForm1 li{
	text-align:left;
	clear:both;
	padding:3px 0;
}
/*slides in this topic area*/
/* sortable list of slides */
ul.slideList{
	width:450px;
	list-style-type:none;
	margin:0px;
}
ul.slideList li{
	background-color:#ebecec;
	margin-bottom:1px;
	padding:4px;
	text-align:left;
}
ul.slideList li a{
	font-weight:bold
}
/*select a course format thumbnails*/
.thumbnailContainer {margin-left:5px;}
.thumbnailContainer p {margin-bottom:20px;}
.thumbnailContainer img {border:1px solid #666666;}

#slide {text-align:center; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; padding-top:10px; padding-bottom:10px;}

/*course comments*/
.commentcomments textarea{
	/*width:244px;*/
	width:400px;
	height:140px;
}
.commentcomments .commentinfo{
	background-color:#cad7ea;
	font-size:.9em;
}
.commentcomments ul{
	list-style-type:none;
	text-align:left;
}
.commentcomments ul li{
	/*border:1px solid #cad7ea;*/
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	left:-10px;
}
 .responseboxLEFT {float:left; padding-left:5px;}
 .responseboxRIGHT {float:right; padding-right:5px;}
 .responseboxHEADER {background-color:#cad7ea;}
 .responseboxMAIN {border:1px solid #cad7ea; padding:5px;}
 
/*comment response box*/
.commentresponse {width:490px;text-align:left;padding-bottom:10px;margin-left:150px;}
.separateMe {width:100%; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; padding: 10px; margin:20px 0;}

/*comment nav*/
#commentNav {text-align:left;margin:0px !important;}


/*used in view company*/

ul.menuTabs{
	list-style-type:none;
	width:350px;
	margin:0px;
}
ul.menuTabs li{
	padding-left:4px;
	padding-right:4px;
	margin-left:4px;
	margin-right:4px;
	background-color:#e0e7e7;
	border:1px solid #87afc3;
	float:left;
}

/*on edit groups*/
/* generic list of items for editing */
ul.editList{
	width:450px;
	list-style-type:none;
	margin:0px;
}
ul.editList li{
	background-color:#ebecec;
	margin-bottom:1px;
	padding:4px;
	text-align:left;
}
ul.editList li a{
	font-weight:bold
}
/*link next to header ie. comment details*/
.nexttoheader {float:left; padding:8px 0 0 10px;}
.nexttoheader a {text-decoration:none;}

/*sortable tabular data*/
.checkSelect td{
	/*border:1px solid #cccccc;*/
	text-align:left;
	vertical-align:middle;
	font-size:1em;
	background-color:#EFEFEF;
	padding:10px;
	/*width:175px;*/
}
.checkSelect th {
    background-color: #E0E7E7;
    padding: 5px;
}
#courseNav {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
	display:block;
	height:15px;
}

#courseNav a {
	display:block;
	float:left;
	width:102px;
	height:19px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	padding-top:5px;
	margin-left:1px;
	color:#000 !important;
	text-decoration: none;
	background-image:url('../images/tab_grd.gif');
	background-repeat:repeat-x;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
#courseNav a:hover {
	background-color: #5D5D5D;
	background-image:url('../images/tab_grd_2.gif');
	background-repeat:repeat-x;
}
/*
.one {
	background-color: #efeded;
	background-image:url('../images/tab_grd.gif');
	background-repeat:repeat-x;
}
.two {
	background-color: #e7e7e7;
	background-image:url('../images/tab_grd.gif');
	background-repeat:repeat-x;
}
.three {
	background-color: #dad9d9;
}
.four {
	background-color: #cdcbcb;
}
.five {
	background-color: #c2c0c0;
}
.six {
	background-color: #b8b7b7;
}
.seven {
	background-color: #aeadad;
}
*/
#courseNav p {
	display:block;
	float:left;
	width:100px;
	height:21px;
	text-align:center;
	padding-top:3px;
	margin-right:1px;
}
.courseOutlineslideTAG {border:1px dotted #ccc;padding:5px; margin:3px 0 0 42px; background-color:#e5e4e4;}
/*.courseOutlineslideTAG p {float:left; padding:0 5px;margin:0 0 0 12px;}*/
#leftNavBlock {
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding: 5px 0px 5px 7px;
	margin-bottom:10px;
	background-image:url('../images/tab_grd_3.gif');
	background-repeat:repeat-x;
}
#leftNavBlock img {
	margin:0px;
	padding:0px 7px 0px 0px;
	float:left;
	position:relative;
	bottom:4px;

}
/*dashboard menu styles*/
#dashboardMenu {
	text-align:left;
	float:left;
	display:block;
	width:418px;
	height: 175px;
	border:1px dotted #ccc;
	margin-left:16px;
	padding-right:8px;
	padding-top:10px;
	
}
#dashboardMenu p {
	/*float: left;*/
    font-weight: bold;
    margin-left: 7px;
    margin-right: 10px;
    margin-top: 15px;
}
#dashboardMenu div{
	margin-left:7px;
}

#dashboardMenu a {
	color: #4782AD !important;
    font-size: 0.9em;
    font-weight: bold;
	display:block;
	height:30px;
	position: relative;
	top:20px;
	margin-bottom:10px;
	
}

#dashboardMenu img {
	float:left;
}

#halfwidthbox {
	float: left;
    margin: 12px;
    width: 47%;
}
#elem_container{
	position: absolute;
	left:     100px;
	top:      200px;
	height:   100px;
}
#dashboard table {
	background-color: #EDF1F7;
    border: 1px solid #87AFC3;
    margin: 0px !important;
    padding: 0px !important;
}
#attachments {
	width:300px;
	float:left;
	margin:0px !important;
	padding:0px !important;
}
#attachments img {
	position:relative;
	top:5px;

}
#dashboard td {
	padding-top:10px;
}
.slideflags {
	/*padding-top:10px;*/
	border-bottom:1px solid #ccc;
}
#visibleResponse {
margin-left:110px;

}
.header {background-color:#E0E7E7;}

.red {color:red;}


/*from php image gallery tutorial*/
#dataGrid{
  width: 800px;
  margin: auto;
}
#dataGrid th{
	height:25px;
} 
#dataGrid tr {
	height:110px;
} 
.thumb{
  width: 175px;
  height: 100px;
  float: left;
  clear: none;
  margin: 5px;
}
.clip {
   /* position: absolute;*/
    clip:rect(0px 175px 100px 0px);
}
 
.pagination{
    padding: 2px;
}
 
.pagination ul{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}
 
.pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}
 
.pagination a, .pagination a:visited{
    padding: 0 5px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
}
 
.pagination a:hover, .pagination a:active{
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #FFFF80;
}

#formblock {
	display:block;
	
	padding-bottom:10px;
}

#formblock .heading {
	display:block;
	width: 690px;
	height:30px;
	background-color: #e8f1fb;
	border: 1px solid #666;
}
#formblock .subheading {
	display:block;
	width: 690px;
	height:30px;
	background-color: #ebeaea;
	border: 1px solid #666;
}

#formblock .body {
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
	display:block;
	width: 690px;
	background-color: #fff;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	background-image:url('../images/formBlock_bg.gif');
}
#formblock .bodyleft {
	display:block;
	width:440px;
	float:left;
}
#formblock .bodyright {
	display:block;
	width:250px;
	height:100px;
	float:right;
}
#formblock .bodyright a {
	background-color: #5D5D5D;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF !important;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;
    margin-right: 22px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}
#formblock .bodyright a:hover {
	background-color: #000000;
}
#formblock .short a {
	background-color: #5D5D5D;
    border:1px solid #707070;
    border-radius: 6px 6px 6px 6px;
    color: #000 !important;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
	width:67px;
	height:10px;
	background-image:url('../images/formbutton_bg.gif');
	background-repeat:repeat-x;
}


#formblock .col_1 {
	float:left; 
	width:75px;
}
#formblock .col_2 {
	float:left; 
	width:120px;
}
#formblock .col_3 {
	float:left; 
}
#asset_list {
	margin-top:20px;

}
#asset_listing p {
position:relative;
top:5px;
}

/*emh - templates*/
#selectedTemplates {
	background-color:#eee;
	border:1px solid #666;
	padding:10px;
	width:700px;
}
#selectedTemplate {
	float:left;
	width:120px; 
	height: 135px;
	border:1px solid #ccc; 
	background-color:#fff; 
	text-align:center;
	margin:7px;
	text-overflow:ellipsis;
}

.templateType {
	display:block;
	width:100%;
	background-color:#d5f2fb;
	color:#333;
	font-weight:bold;
	text-align:left;
	padding-left:3px;
}

#templateCat {
	float:left;
}
.formbuttons a {
	display:block;
	float:left;
	width:62px;
	height:20px;
	background-color:#999;
	color:#eee;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:1px;
	margin-right:1px;
	margin-top:7px;
	border:1px solid #666;
}
.formbuttons a:hover {
	background-color:#333;
	color:#fff;
}
.darkbutton a {
	display:block;
	float:left;
	width:58px;
	height:20px;
	background-color:#999;
	color:#eee;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	border:1px solid #666;
}
.darkbutton a:hover {
	background-color:#333;
	color:#fff;
}
.subjectSelectStoryboard {
	background-color: #e0e7e3;
	font-size:1em;
	margin-right:10px;
}
#storyboard {
	width:100%;
	margin-left:49px;
	margin-right:15px;
	color:#000;
}

#storyboard .lessontitle {
	width:870px;
	background-color:#B1B6B6; 
	color:#fff;
	padding:10px;
	border:none;
	font-size:16px;
}
#storyboard .topictitle {
	width:98%;
	background-color:#797A7A;
	color:#fff;
	padding:10px;
	border:none;
	font-size:16px;
}
#storyboardHeader {
	width:87%;
	background-color:#000;
	color:#fff;
	padding:10px;
	margin-left:48px;
	font-size:16px;
	border-bottom:1px solid #797A7A;
}
.storyboardCell {
	/*margin-top:10px;
	margin-bottom:20px;*/
	color:#000;
	
}

#leftCol {
	width:3%;
	float:left;
	padding:10px;
}
#rightCol {
	width:87%;
	float:left;
	padding:10px;
	background-color:#ecf2f2;
	border: 1px solid #b1b6b6;
}
#rightColleftCol {
	width:48%;
	float:left;
	padding:7px;
}
#rightColrightCol {
	width:48%;
	float:left;
	padding:7px;
}
#rightColbottomCol {
	clear:both;
	width:100%;
}
/*
#storyboardCell .area {
	display:block;
	background-color:#fff;
	border:1px solid #999;
	padding:10px;
	margin:10px 0 10px 0;
	min-height:18px;
}
*/
.area {
	display:block;
	background-color:#fff;
	border:1px solid #999;
	padding:10px;
	margin:10px 0 10px 0;
	min-height:18px;
}
.header p{
	height:25px;
	margin-top:10px;
	padding:4px;
	font-weight:bold;
	font-size:16px;
}
.area p {
	font-size:14px;
	font-weight:normal;
	line-height:18px;
}

.storyboardCell a .button{
	width:150px;
	height:50px;
	display:block;
	background-color:#333;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
.centerme {
	margin-left: 10px;
}

.slidenum {
	color:#666;
	height:14px;
}
#clientApprovalControls {
	border:1px dashed #ccc;
	padding:3px;
}
#approvalBox{
	float:left;
	padding-right:16px;
}

#clientApprovalLeft {
	width:40%;
	float:left;
}
#clientApprovalRight {
	width:60%;
	float:right;
}
#row1 {
	height:14px;
	width:100%;
}
#row2 {
	height:22px;
	width:100%;
}

.approvalLabel {
	text-align:right;
	padding:14px 30px 0px 0px;
	font-weight:bold;
}
.col {
	float:left;
	width:33%;
	display:block;
	text-align:center;
	font-size:9px;
}
.collapseMe {
	background-image:url('../images/collapse_button.jpg');
	background-repeat:no-repeat;
	display:block;
	width:25px;
	height:24px;
}
.expandMe {
	background-image:url('../images/expand_button.jpg');
	background-repeat:no-repeat;
	display:block;
	width:25px;
	height:24px;
}
/*progress bar*/
#progressBar {
	width:100%;
}
#progressBar div {
	float:left;
	display:block;
	width:12%;
	height:30px;
	padding:5px;
	text-align:center;
	border:1px solid #ccc;
}
.progressActive{
	background-color:#ccc;
	color:#fff;
}
.progressActive a {
	color:#fff;
}
.progressCurrent{
	background-color:#333;
	color:#fff;
}
.progressCurrent a {
	color:#fff;
}
.progressInactive{
	background-color:#666;
	color:#fff;
}
.progressInactive a {
	color:#fff;
}
.mobile{
	padding-bottom:10px;
}
.mobile a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#6899C4;
	text-decoration:none;
}
.mobile a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#4783B8;
	text-decoration:underline;
}
.show {
	visibility:visible;
}

.hidden{
	visibility:hidden;
}