/* GENERAL STYLES */
*{
	margin:0;
	padding:0;	
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color:#6E77A6;
	height:100%;
}

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

textarea {
	font-family:Arial, Helvetica, sans-serif;
}

.clearAll {
	clear:both;
}

.assetThumbnailHolder {
	display:none;
}

/* This is the default style used for display instructional text in a text or password field. */
input.defaultText,
textarea.defaultText {
	color: #999999;
}


#pageErrors, #pageWarnings, #pageInfos {
	display: none; /* Hide the page messages div since it will be show in a popoup. */
}

.pageMessages ul {
	margin-top: 5px;
	padding-left: 15px;
	list-style-type: disc;
}

#ajaxLoadingIndicator {
	background-color: #ff0000;
	color: #ffffff;
	position: fixed;
	top: 0;
	right: 0;
	padding: 5px;
}


/* END GENERAL STYLES */

/* BUTTON STYLES */
.dialogButtons {
	text-align: right;
}
.dialogButtons a {
	height:	24px;
	width:	auto;
	margin-left:	5px;
}

a.button {
	border-bottom: 1px solid transparent; /* set a.button and button.button to same baseline in IE */
}

a.button,
a.button > span, 
a.button > span > span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-decoration: none;
}



a.button > span {
	border: 1px solid #ccc;
	border-bottom-color: #777;
	border-right-color: #777;
}


a.button span > span {
	border: 1px solid #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0.17em 0.33em;
}


a.button span > span {
	background: url('../images/buttons/default/buttonBg.png') #d98000 repeat-x top left;
	color: #fff;
}
a.disabled span > span {
	background: #a6a6a6;
	color: #fff;
}
a.button:hover span > span {
	background: #fff;
	border: 1px solid #f90;
	color: #000;
}
a.disabled:hover span > span {
	background: #a6a6a6;
	border: 1px solid #fff;
	color: #fff;
}
a.disabled:hover,
a.disabled:hover span,
a.disabled:hover span > span {
	cursor: default;
}
button.button {
	background: transparent; 
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
	display:inline-block;
	line-height: 1;
	margin: 0 0 0 4px; 
	padding: 0; 
	width: 1; 
	overflow: visible;
}
button.button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button.button > span { 
	border: 1px solid #ccc;
	border-bottom-color: #777;
	border-right-color: #777;
	display: block; 
	cursor: pointer;
	font: bold 12px Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
}
button.button > span > span { 
	background: url('../images/buttons/default/buttonBg.png') #d98000 repeat-x top left;
	color: #fff;
	border: 1px solid #fff; 
	display: block; 
	padding: 0.17em 0.33em;
}
button.button:hover > span,
button.button:hover > span > span { 
	background: #fff;
	color: #000;
}
button.button:hover > span > span { 
	border: 1px solid #f90;
}

.button.disabled,
.button.disabled:hover {
	cursor: default;
}
button.disabled > span,
button.disabled > span > span {
	background: #a6a6a6;
	color: #fff;
}
button.disabled:hover span > span {
	border: 1px solid #fff;
	background: #a6a6a6;
	color: #fff;
}


/* END BUTTON STYLES */

/* COMMON CLASSES AND FUNCTIONALITY */

.deleteButton_func{
	float:right;
	height:18px;
	width:20px;
	background: transparent url('../images/icons/delete_icon.gif') 0px -4px no-repeat;
	cursor: pointer;
}

.deleteButton_func:hover {
	float:right;
	height:18px;
	width:18px;
	background: transparent url('../images/icons/delete_icon.gif') -1px -26px no-repeat;
}

.deleteButton_disabled {
	height:18px;
	width:18px;
	background: transparent url('../images/icons/delete_icon.gif') 0px -42px no-repeat;
}

/* END COMMON CLASSES AND FUNCTIONALITY */

/* ALL DIALOGS */

.errorDialog,
.formDialog, 
.warningDialog, 
.infoDialog {
	color: #000;
}

.errorDialog .ui-dialog-content,
.formDialog .ui-dialog-content,
.warningDialog .ui-dialog-content,
.infoDialog .ui-dialog-content {
	border: none;
	margin: 0;
	overflow: hidden;
}
.errorDialog .ui-dialog-titlebar,
.formDialog .ui-dialog-titlebar,
.warningDialog .ui-dialog-titlebar,
.infoDialog .ui-dialog-titlebar {
	border: none;
	margin: 0;
	padding: 6px;
}
.errorDialog .ui-dialog-titlebar .ui-dialog-title,
.formDialog .ui-dialog-titlebar .ui-dialog-title,
.warningDialog .ui-dialog-titlebar .ui-dialog-title,
.infoDialog .ui-dialog-titlebar .ui-dialog-title {
	margin: 0;
	line-height: 16px;
}

.errorDialog .ui-dialog-buttonpane,
.formDialog .ui-dialog-buttonpane,
.warningDialog .ui-dialog-buttonpane,
.infoDialog .ui-dialog-buttonpane {
	border: none;
	background: #fff;
	margin: 0;
	padding: 0 6px 6px 6px;
}

/* END ALL DIALOGS */

/* ERROR DIALOG */

.ui-dialog.ui-corner-all.errorDialog {
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	border: 2px solid #fff;
	background:	#c1282d;
}

.ui-dialog.errorDialog .ui-dialog-content {
	margin:	6px 6px 0 6px;
	background: #fff;
	padding: 6px 6px 0 6px;
}
.ui-dialog.errorDialog .ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog.dialog-titlebar-no-close .ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog.errorDialog .ui-dialog-titlebar {
	padding-bottom: 0;
	color: #fff;
	background: #c1282d;
}

.ui-dialog.errorDialog .ui-dialog-titlebar.ui-corner-all {
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

.ui-dialog.errorDialog .ui-dialog-titlebar .ui-dialog-title {
	height:	14px;
	width:	auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	bold;
}

.ui-dialog.errorDialog .ui-dialog-buttonpane {
	background-color:	#c1282d;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;

}

.ui-dialog.errorDialog .ui-dialog-buttonpane div.dialogControls {
	height:	28px;
	padding-right:	6px;
	background-color:	#fff;
}

/* END ERROR DIALOG */ 

/* FORM DIALOG */
.formDialog {
	background: #ffffff;
}
.formDialog div.formButtonRow {
	padding-top: 6px;
	text-align: right;
}
.formDialog div.formRow {
	font-weight: bold;
	padding-top: 6px;
}
.formDialog div.formRow label {
	display: block;
	padding-bottom: 2px;
}

.formDialog div.formRow span.value {
	font-weight: normal;
}

.formDialog div.untitledFieldSet div.formRow label {
	font-weight: bold;
}

.formDialog div.formRowGroup {
	background: #f7f7e1;
	border: 1px solid #6c77a4;
	margin-bottom: 6px;
	padding: 6px 6px 12px 6px;
	position: relative;
}
.formDialog p.fieldsetLabel {
	font-weight: bold;
}
.formDialog .ui-dialog-content {
	background: #ffffff;
	padding: 6px 6px 0 6px;
}
.formDialog .ui-dialog-buttonpane {
	background: #ffffff;
}
.formDialog .ui-dialog-titlebar-close {
	display: none;
}
.formDialog .ui-dialog-titlebar {
	color: #fff;
	background: #b0b3ba;
}
.ui-dialog.formDialog .ui-dialog-titlebar.ui-corner-all {
    -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}

/* END FORM DIALOG */

/* WARNING DIALOG */
.warningDialog {
	background: #f90;
}

.ui-dialog.ui-corner-all.warningDialog {
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	border: 2px solid #fff;
	background-color:	#ff9900;
}

.ui-dialog.warningDialog .ui-dialog-content {
	margin:	6px 6px 0 6px;
	background: #fff;
	padding: 6px 6px 0 6px;
}
.ui-dialog.warningDialog .ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog.warningDialog .ui-dialog-titlebar {
	color: #fff;
	background: #f90;
}
.ui-dialog.warningDialog .ui-dialog-titlebar .ui-dialog-title {
	height:	14px;
	width:	auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	bold;
}

.ui-dialog.warningDialog .ui-dialog-buttonpane {
	background-color:	#ff9900;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;

}

.ui-dialog.warningDialog .ui-dialog-buttonpane div.dialogControls {
	height:	28px;
	padding-right:	6px;
	background-color:	#fff;
}

/* END WARNING DIALOG */

/* INFO DIALOG */
.infoDialog {
    background: #B7C5E0;
}
.infoDialog .ui-dialog-content {
    background: #fff;
    padding: 6px 6px 0 6px;
}
.infoDialog .ui-dialog-buttonpane > .button > span,
.infoDialog .ui-dialog-buttonpane .dialogControls .dialogButtons .button > span > span { 
    background: #B7C5E0; 
    color: #5161A3;
}

.infoDialog .ui-dialog-buttonpane .dialogControls .dialogButtons .button:hover > span,
.infoDialog .ui-dialog-buttonpane .dialogControls .dialogButtons .button:hover > span > span { 
    background: #fff;
    color: #000;
}
.infoDialog .ui-dialog-buttonpane .dialogControls .dialogButtons .button:hover > span > span { 
    border: 1px solid #B7C5E0;
}

.infoDialog .ui-dialog-titlebar {
    color: #5161A3;
    background: #B7C5E0;
}

.infoDialog .ui-dialog-titlebar-close {
    top: 4px;
}

/* END INFO DIALOG */

/* THEMED DIALOG */
.themedDialog .ui-dialog-titlebar-close {
    top: 4px;
}

/* Global dialong controls button alignment */

.dialogControls {
	height:	21px;
	line-height:	21px;
}

/* REGISTRATION FORMS */
#studentRegistrationForm {
	float: left;
	width: 50%;
}
#teacherRegistrationForm {
	float: right;
	width: 50%;
}
#studentRegistrationForm div.formRowGroup, 
#teacherRegistrationForm div.formRowGroup {
	margin: 0 0 0 3px;
	height: 80px;
	position: relative;
}
#studentRegistrationForm div.formRowGroup {
	margin: 0 3px 0 0;
}
#teacherRegistrationForm div.formRowGroup {
	margin: 0 0 0 3px;
}
#studentRegistrationForm div.formButtonRow,  
#teacherRegistrationForm div.formButtonRow {
	bottom: 6px;
	position: absolute;
	right: 6px;
}
/* END REGISTRATION FORMS */

/* TOOLTIPS */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #003099;
	color: #000044;
	font: normal 10px Arial, Helvetica, sans-serif;
	background-color: #E2E7FF;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, 
#tooltip div { margin: 0; }

/* END TOOLTIPS */




/* BEGIN FORM ERROR STYLES */
div.errorMessage {
	display: none;
}
div.errorMessage.global {
	margin: 0 0 10px 0;
}
div.formField .errorMessage {
	padding-top: 2px;
}
div.errorMessage.error {
	display: block;
	color: #CD0A0A;
}
/*END FORM ERROR STYLES */

div.formField {
	margin-bottom:	8px;
}


/* BEGIN EXCEPTION DETAILS STYLES */
div.exceptionDetailsWidget > a.toggle {
    color: blue;
    text-decoration: underline;
}
div.exceptionDetailsWidget > div.exceptionDetails {
    font: normal 11px Arial, Helvetica, sans-serif;
    padding: 5px;
    text-align: left;
    margin-top: 5px;
    display: none;
    max-height: 200px;
    overflow: auto;
    border: solid 1px black;
}
div.exceptionDetailsWidget > div.exceptionDetails > div > ul {
	padding: 0 0 0 20px;
	margin: 0;
}
div.exceptionDetailsWidget > div.exceptionDetails > div > ul > li {
	margin: 0;
	padding: 1px 0;
}

#page.error div.exceptionDetailsWidget {
    padding: 10px;
}

div.exceptionDialog.detailed {
    width: 500px;
}
div.exceptionDialog.detailed div.exceptionDetailsWidget {
    margin-top: 10px;
}
/* END EXCEPTION DETAILS STYLES */
/* START VLESSON INTEGRATION button Styles*/
span#iwbImage {
    background: url("../connected1/images/buttons/iwb_button_normal.png") no-repeat;
    border-style: none;
    float: right;
    height: 23px;
    width: 159px;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px 4px; 
    vertical-align: baseline;
    cursor: pointer;
}
span#iwbImage:hover{
	background: url("../connected1/images/buttons/iwb_button_rollover.png") no-repeat;
}
/* END VLESSON INTEGRATION button Styles*/

/* BEGIN POGS COMMON */
div.pog > div.header {
	background: #dfded2;
	border-bottom: none;
	color: #000000;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	padding:	2px	6px;
	width:	auto;
	height:	25px;
}
div.pog > div.header h3, div.pog > div.header h4 {
	font: bold 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 25px;
	width:	auto;
}
div.pog > div.header > div.title {
	display:	inline-block;
	float:	left;
	top:	0;
}


div.pog > div.header > div.actions {
	display:	inline-block;
	height: 24px;
	line-height: 24px;
	margin-top:	0;
	padding-top:	0;
	margin-right:	8px;
	float:	right;
	background:	#dfded2;
}
div.pog > div.header > div.actions a.button {
	margin: 0 0 0 2px;
}

div.pog > div.content {
	position: relative;
	border: solid 1px #dbdbdb;
	background: #fff;
}

div.pog > div.content > p {
	margin-bottom: 1em;
}

div.pog > div.content > table.lineItemList {
	width: 100%;
}

div.pog > div.content > table.lineItemList td.actions {
	white-space: nowrap;
}
div.pog > div.content > table.lineItemList td.actions a {
	color: #000;
	margin-left: 4px;
}
div.pog > div.content > table.lineItemList td.actions a:first-child {
	margin-left: 0;
}

div.pog > div.filters {
	background: #ffffff;
	border-top: none;
	height: 26px;
	padding: 4px 6px;
	line-height: 26px;
}

div.pog > div.actions {
	background: #f3f1e9;
	border: solid 1px #d9d9d9;
	border-top: none;
	position: relative;
	height: 25px;
	padding: 2px 4px;
}

div.pog > div.actions .primary {
	position: absolute;
	right: 2px;
}
div.pog > div.actions .primary > a.button {
	float: left;
}

div.pog > div.actions .secondary {
	line-height: 25px;
}

div.pog > div.filters a,
div.pog > div.actions .secondary a {
	color: #000;
}

/* END POGS COMMON */


/* BEGIN LINE ITEM AND SORTABLE TABLES */
/* These styles are the same as found in fileupload.css. Could be moved to a common location */
table.lineItemList th {
	vertical-align: bottom;
	padding: 4px 6px;
	background: #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
table.lineItemList td {
	vertical-align: top;
	padding: 4px 6px;
}

table.lineItemList th span.sort {
	display: none;
}

table.lineItemList tr td {
	border-top: solid 1px #BDDDF3;
}

table.lineItemList tr.even td {
	background-color: #fff;
}

table.lineItemList tr.odd td {
	background-color: #e8eefd;
}

table.sortable th.header {
	cursor: pointer;
}
table.sortable th.header span.sort {
	display: inline-block;
	width: 21px;
	background: transparent url(../images/tablesorterButtons/bg.gif) no-repeat 100% 50%;
}

table.sortable th.headerSortUp span.sort {
	background-image: url(../images/tablesorterButtons/asc.gif);
}
table.sortable th.headerSortDown span.sort {
	background-image: url(../images/tablesorterButtons/desc.gif);
}
/* END LINE ITEM AND SORTABLE TABLES */

/*Pager*/

.content .pager .pagesizeHidden{
    display: none;
}

.content .pagerHidden{
    display: none;
}

.content .pager .pagedisplay{
    border: 0px;
    text-align: center;
}

.content .pager .first {
    background-image: url(../images/tablesorterButtons/first.png);
}
.content .pager .prev {
    background-image: url(../images/tablesorterButtons/prev.png);
}
.content .pager .next {
    background-image: url(../images/tablesorterButtons/next.png);
}
.content .pager .last {
    background-image: url(../images/tablesorterButtons/last.png);
}

.content .pager .pagerButton{
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    display:inline-block;
}

.content .lineItemList .hideRow {
    display: none;
}