/* -- for link pseudo-classes, respect order: Link, Visited, Hover, Active -- 3120 */
html {
    /* iulian fix footer problems
	min-height: 100%;
	height: auto; 
    */
    height: 100%;
}

body {
	color:#222222;
	background: #1891A5 url(images/bgMain.png) no-repeat bottom right fixed;
	margin:0;
	font-size:0.89em;
	padding:0;
        height: 100%;
}
body#tinymce {
    background: #fff none;
}
body, input, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
body.yui-skin-sam {
    background-color:#fff;
}

.registration {
  margin-top:5px;
  width:700px;
  margin-left:auto;
  margin-right:auto;   
}
.registstration-language-form {
    float: right;
    padding: 10px 0 10px 10px;
    margin-top: 10px;
}
h1.inSoftLmsHeader a#il_mhead_t_focus.left {
    padding-left: 2px;
}
.inSoftLmsTabContentOuter.registration-message {
    padding: 10px;
    width: inherit;
}

/* --- creates bug in IE6, if hasLayout not given (zoom: 1;) */

div.inSoftLmsFrameBR{

}


/* BEGIN WebDAV: Enable links with AnchorClick behavior for Internet Explorer. 
 * All skins which want to support mounting of Webfolders using Internet Explorer
 * must explicitly enable AnchorClick behavior.
 */
a {
  behavior: url(#default#AnchorClick);
}
/* END WebDAV: Enable links with AnchorClick behavior for Internet Explorer. */

.fullwidth{
	width: 100%
}

input.fullwidth, textarea.fullwidth {
	width: 98%
}

label, input[type=checkbox], input[type=radio], select
{
	cursor:pointer;
}

input[type=text], input[type=file], input[type=password],
textarea, select, div.input {
	border: 1px solid #E0E0E0;
	padding:3px;
	text-decoration:none;
	font-size: 100%;
}

select {
	padding: 1px;
	font-size: 100%;
}

div.input {
	background-color: #FFFFFF;
	overflow: auto;
}

input[type=text].numeric
{
	text-align: right;
}

input[type=checkbox], input[type=radio]
{
	border-style: none;
	background-color: transparent;
}

/* ---------------- alternating tablerowcolors ----------------- */


.tblrow2_mo {
	background-color: #F1F1F1;
	color:#222222;
	padding:3px;
}

.tblrow1_mo {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
}

.tblrow1_mo:hover, .tblrow2_mo:hover {
	background-color:#D0D0FF;
}

.tblrow2light {
	background-color:#F1F1F1;
	color:#808080;
	padding:3px;
	vertical-align:top;
}

.tblrow1light {
	background-color:#FFFFFF;
	color:#808080;
	padding:3px;
	vertical-align:top;
}

.tblrowmarked {
	background-color:#FFE4E4;
	color:#222222;
	padding:3px;
}

.tblrow2top {
	background-color:#F1F1F1;
	color:#222222;
	padding:3px;
	vertical-align: top;
}

.tblrow1top {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
	vertical-align: top;
}

.tblrowmarkedtop {
	background-color:#FFE4E4;
	color:#222222;
	padding:3px;
	vertical-align: top;
}

/* -------------------- table formatting ------------------ */

table {
	font-size: 100%;
}

table.std {
	color:#222222;
	background-color:#bbbbbb;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
}


table.halfwidth {
	color:#222222;
	background-color:#bbbbbb;
	width:50%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#9EADBA;
}

table.inSoftLmsPDSelectedItemBlock {
	color:#222222;
	background-color:#bbbbbb;
	width:100%;
	border-spacing:1px;
	border-width:0px;
}


table.fullwidth_invisible {
	color:#222222;
	background-color:#FFFFFF;
	width:100%;
	border-spacing:0px;
	font-size: 113%;
}

table.nobackground {
	color: #000000;
	background-color: inherit;
	border-spacing:0px;
	padding: 3px;
}

table.shop {
  width: 50%;
  margin: 0;
  cellspacing: 0;
}
div.shop {
  text-align:right;
  margin-top:-20px;
}
.shop img {
  border:0;
}
.float_right {
  float:right;
}
.subitem {
  clear:both;
  margin: 5px 0px;
  padding-top: 5px;
  border-top: 1px dotted #C0C0C0;
}
  
.clear_both {
  clear:both;
}

td.nobackground {
	color: #000000;
	background-color: inherit;
	border-spacing:0px;
	border: none;
	padding: 3px;
	vertical-align: top;
}

th.il_invisible, td.il_invisible {
	background-color:#FFFFFF;
	background-image: none;
}

.tbltitle {
	color:#222222;
	font-weight:bold;
	background-color: #EDEDED;
	background-image: url(images/TableHeader.gif);
	background-repeat:repeat-x;
}

tr.tbltitle {
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
	border-bottom-style:solid;
}


tr.std {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
}

th.option, td.option {
	background-color: #F5F5F5;
	color:#222222;
	padding:3px;
	font-weight : bold;
	vertical-align:top;
	text-align:right;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.sub_option {
	background-color:#FFFFFF;
	color:#222222;
	padding:3px;
	font-weight : bold;
	vertical-align:top;
	text-align:right;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.option_subtitle {
	background-color:#FFFFFF;
	background-image: none;
	width:100%;
	color:#222222;
	padding:13px 3px 3px 3px;
	vertical-align:top;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#9EADBA;
}

td.option_value {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:left;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.option_value_center {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:center;
	border-top-width:1px;
	border-top-color:#9EADBA;
	border-top-style:solid;
}

td.option_value_details {
	background-color:#FFE4E4;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:left;
}
td.option_value_center_details {
	background-color:#FFE4E4;
	background-image: none;
	color:#222222;
	padding:3px;
	vertical-align:top;
	text-align:center;
}

td.option_desc, p.option_desc {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
	font-style:italic;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}

td.option_info {
	background-color:#FFFFFF;
	background-image: none;
	color:#222222;
	padding:3px;
    font-weight:bold;
	vertical-align:top;
	text-align:center;
}

td.boxed {
	border-style: solid;
	border-width: thin;
}


/*Link, Visited, Hover, Focus, Activ*/
a.il_ContainerItemCommand2:link, a.il_ContainerItemCommand2:visited,
a.il_ContainerItemCommand:link, a.il_ContainerItemCommand:visited
{
	font-size: 80%;
	text-decoration: none;
	border-bottom: 1px dotted #2020C0;
	margin: 0px 3px 0px 0px;
	white-space: nowrap;
	font-weight: normal;
}

a.il_ContainerItemCommand2:hover,
a.il_ContainerItemCommand:hover
{
	border-bottom: 1px solid #000000;
}

div.il_ContainerItemCommands2
{
	text-align: right;
	margin: 0px 3px 3px 3px;
}


div.il_ContainerItemCommands
{
	padding-bottom: 2px;
	padding-top: 2px;
}

/*Link, Visited, Hover, Focus, Activ*/

h4.il_ContainerItemTitle
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 100%;
	display: inline;
}

div.il_ItemProperties
{
	margin-top: 2px;
	margin-bottom: 5px;
	text-align:left;
	font-weight: normal;
	font-size: 90%;
}

div.il_ItemNotice
{
	margin-top: 2px;
	margin-bottom: 5px;
	text-align:left;
	font-weight: normal;
	font-size: 90%;
	color: green
}

div.il_Preconditions
{
	margin-top: 3px;
	text-align:left;
	font-size: 90%;
}

a.il_ItemProperty:link, a.il_ItemProperty:visited {
	text-decoration:none;
	font-weight: normal;
}

a.il_ItemProperty:hover {
	color:#000000;
}


span.il_ItemAlertProperty
{
	color: #C04000;
}

span.il_ItemProperty
{
}



/* Accordions */
.il_VAccordionContainer, .il_HAccordionContainer {
	border-bottom:1px solid #9EADBA;
}

.il_VAccordionHead, .il_HAccordionHead {
	padding: 3px;
	background-color: #F8F8F8;
	text-align:left;
	border:1px solid #9EADBA;
	border-bottom-width:0px;
	cursor: pointer;
	background-image: url(images/block_top.gif);
	background-repeat: repeat-x;
}

.il_VAccordionContent, .il_HAccordionContent {
	padding: 3px;
	border:1px solid #9EADBA;
	border-bottom-width:0px;
}

.il_HAccordionHead:hover, .il_VAccordionHead:hover {
	background-image: none;
	background-color: #FFFF99;
}

/* SCORM styles */

table.il_ScormTable
{
	color:#222222;
	background-color:#bbbbbb;
	border-spacing:1px;
	border-width:0px;
}

td.il_ScormTableKey {
	background-color:#e2e2e2;
	color:#222222;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align:top;
	text-align:right;
}

td.il_ScormTableValue {
	background-color:#f7f7f7;
	background-image: none;
	color:#222222;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align:top;
	text-align:left;
}

/* must reset all values of td style */
td.il_no_style {
	font-weight:normal;
	background-image:none;
	background-color:white;
}


/* Forms */
form.il_Form, form.inSoftLmsForm
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

input.inSoftLmsHFormHighlighted
{
	background-color: #FFFF99;
}

table.inSoftLmsForm
{
	background-image: url(images/form_back.gif);
	background-repeat: repeat-y;
	background-color:#F6F6F6;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#D0D5EA;
	width: 100%;
}

td.inSoftLmsFormHeader, td.inSoftLmsFormFooter, div.inSoftLmsFormHeader, div.inSoftLmsTableHeaderTitle {
	background-color:#E3E3E3;
	background-image: url(images/form_top_back.gif);
	background-repeat: repeat-y;
	padding: 4px 5px 1px 5px;
	font-size:90%;
	color: #303030;
}

h3.inSoftLmsFormHeader
{
	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 100%;
	display: inline;
}

td.inSoftLmsFormOption
{
	padding: 8px;
	text-align: right;
	vertical-align:top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
	font-size:90%;
	width: 200px;
	font-weight: normal;
	color: #404040;
}

td.inSoftLmsFormSubOption
{
	padding: 8px;
	padding-left: 40px;
	text-align:right;
	vertical-align:top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
	font-size:90%;
}

td.inSoftLmsFormValue
{
	padding: 8px;
	vertical-align:top;
	font-size:90%;
}

td.inSoftLmsFormSubValue
{
	padding: 8px;
	vertical-align:top;
	font-size:90%;
}

div.inSoftLmsFormInfo
{
	margin: 2px 0px 4px 3px;
	font-size: 85%;
}



#tree_div {
    padding-left: 2px;
    padding-top: 2px;
	overflow: hidden;
}

#left_panel {
	padding: 0px 3px 0px 3px;
	margin: 3px 0px 5px 0px;
	background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
}

#left_panel.yui-resize-resizing {
	padding: 0px 1px;
}

#right_panel.yui-panel {
	margin-left:5px;
	position: static;
}

#left_panel.yui-panel.yui-resize.folded {
	border: 1px solid #d6d6d6;
	background-color: #fff;
}

/*
#left_panel #bodyFrame, #left_panel .inSoftLmsExplorerFrame, #left_panel #tree_table {
 height: 100%;
}*/

.folding_handle {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(images/icon_left_s.gif);
}
.folding_handle.handle_folded {
	top: 5px;
}
.folded .handle_folded {
	background: url(images/icon_right_s.gif);
	display: block;
	right: 5px;
}

.folded {
	width: 20px!important;
}

.folded * {
	display: none;
}

/*
div.inSoftLmsFormHeader {
	border-bottom: 1px solid #D0D5EA;	
}
div.inSoftLmsFormFooter {
	border-top: 1px solid #D0D5EA;	
}*/


/* InfoScreen */

table.il_InfoScreen
{
	color:#222222;
	background-color:#FFFFFF;
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#D6D6D6;
}

th.il_InfoScreen
{
	text-align:left;
}

h3.il_InfoScreenSection,th.il_InfoScreenSection
{
	margin: 0 10px 4px 10px;
	color:#505050;
	font-weight: bold;
	font-size: 100%;
}

td.il_InfoScreenProperty
{
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#D6D6D6;
	text-align: right;
	padding: 6px 10px 6px 4px;
	vertical-align: top;
	color:#505050;
}

td.il_InfoScreenPropertyValue
{
	padding: 6px 4px 6px 10px;
	vertical-align: top;
}

/* Explorer */

body.il_Explorer {
	
	margin:0px;
	font-size:0.9em;
}

table.inSoftLmsExplorer {
	width:100%;
	background: #1891a5 url(images/bgMain.png) no-repeat bottom right;
	/* background-image: url(images/head_back.gif);
	background-repeat: repeat-x;
	background-color: #a7d3ff; */
}

div.inSoftLmsExplorerFrame {
	padding: 3px 0 0 0;
}

td.inSoftLmsExpH {
	background-image: url(images/trbw.gif);
	background-repeat: no-repeat;
	background-position: top right; 
}

div.il_Explorer
{
	margin:0px;
	padding:3px;
	min-height: 468px;
	background-image: url(images/blbw.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 5px 15px 5px; 
}

div.inSoftLmsExpH{
	background-image: url(images/tlbw.gif);
	background-repeat: no-repeat;
	padding-top: 48px;
	min-height: 35px;
}

td.inSoftLmsExpBody{
	border-top: 1px solid #E0E0E0;
	background-color: #FAFAFA;
	background-image: url(images/brbw.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
}

h1.inSoftLmsExplorerHead
{
	color: #404040;
	margin: 0px;
	padding: 10px 5px 10px 28px;
	vertical-align:top;
	text-align:left;
	font-weight: bold;
	font-size: 90%;
}

div.il_ExplorerTree
{
	font-size: 90%;
}

ul.il_Explorer
{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style:none;
}

ul.il_ExplorerNoIndent
{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

li.il_Explorer
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

li.il_ExplorerInline
{
	margin:0;
	padding:0;
}

a.il_HighlightedNode, .inSoftLmsHighlighted
{
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD77;
	background-color: #FFFF99;
	padding: 0px 5px;
}

div.il_ExplorerItemDescription
{
	margin-left: 40px;
}

a.inSoftLmsTreeView {
	position:absolute;
	left:-2px;
	top: 270px;
}

a.inSoftLmsTreeView:hover {
	left: -1px;
}

a.inSoftLmsTreeViewRight {
	position:absolute;
	right:-2px;
	top: 270px;
}

a.inSoftLmsTreeViewRight:hover {
	right: -1px;
}

/* Table Links */
a.tblheader, a.tblheader:visited
{
	color:#3444aa;
}

a.tblheader:hover
{
	color:#000000;
}

/* --- description text ---*/
div.il_Description, td.il_Description
{
	margin-top:2px;
	margin-bottom:5px;
	font-size: 90%;
	font-weight:normal;
	text-align:left;
}
div.il_Description_no_margin, td.il_Description_no_margin
{
	font-size: 90%;
	font-style: italic;
	text-align:left;
}
div.il_info
{
	font-size: 90%;
	text-align:left;
}
div.il_PermDescription
{
	font-size: 60%;
	font-style: italic;
}

/* ---------------- headlines ------------------ */

div.il_HeaderOuter
{
	clear: both;
	background: url(images/blockLeftIcon.png) no-repeat top left;
	padding-left:45px;
}
div.il_Header {
	background: url(images/blockRightIcon.png) no-repeat right 15px;
	padding-right:5px;
}

div.il_HeaderInnerBG {
	background: url(images/blockCenterIcon.png) repeat-x right 15px;
}


div.il_Header, a#il_mhead_t_focus {
	color: #fff;
}
a#il_mhead_t_focus {
	position: relative;
	top:10px;
}
h1.inSoftLmsHeader, h3.inSoftLmsBlockHeader {
	margin: 0;
	padding: 0;
	position:relative;
	left:-40px;
	font-size:16px;
	font-weight:normal;
}
h3.inSoftLmsBlockHeader a {
	 float: left;
    padding-top: 15px;
}
span.inSoftLmsHeader {
}
div.inSoftLmsHeaderDesc
{
	font-size: 80%;
	padding-top: 3px;
	color: #EFEFEF;
	position: relative;
	top: 15px;
}

div.il_HeaderInner {
	margin: 0px;
	padding: 5px 0 0;
	color:#fff;
	min-height:60px;
}

div.il_TreeIcons
{
	padding-right: 15px;
	padding-top: 15px;
	margin: 0px;
}


a.inSoftLmsMainHeader, a.inSoftLmsMainHeader:hover
{
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	background-color: #E6ECF8;
	font-size:90%;
}

div.inSoftLmsLogin
{
	margin-top:0px;
	margin-bottom:0px;
	white-space: nowrap;
	text-align:right;
	font-size:14px;
	height: 25px;
	line-height: 25px;
}

.in_top_left_links img {
	height: 25px;
}

div.inSoftLmsLogin ul.in_top_left_links {
	padding: 0;
	float: left;
    list-style: none outside none;
    white-space: nowrap;
}

ul.in_top_left_links > li {
	background: none;
    margin: 0;
    padding: 0 3px;
}

div.inSoftLmsLogin ul.in_logged_in {
	background: url(images/loginIcon.png) no-repeat left center;
	padding: 2px 0 0 20px;
	float: right;
    list-style: none outside none;
    white-space: nowrap;
    height: 25px;
}

ul.in_logged_in > li {
	background: url("images/menulistbg.png") no-repeat scroll right center transparent;
    margin: 0;
    padding: 0 3px;
}

ul.in_logged_in > li.last {
	background: none;
}

span.il_menu
{
	line-height: 150%;
	padding-left: 30px;
}

.inSoftLmsLanguageSelection
{
	font-size:80%;
}

div.il_Footer {
	background: rgba(0,0,0,0.4);
	text-align:right;
	color:#9eb1b4;
	height:35px;
}

div.in_search {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
div.in_search input {
	background: transparent;
	color: #efefef;
	border:solid 1px #cecece;
}

div.in_search input[type=submit] {
	background: url(images/magnifier.png) no-repeat top left;
	cursor: pointer;
	border: none;
	width: 20px;
}
/* ----------------- permanent link  ------------- */

div.inSoftLmsPermaLink {
}

div.inSoftLmsPermaLink .small
{
	font-size: 70%;
}

div.inSoftLmsPermaLink .il_adv_sel
{
	font-size: 100%;

}

div.inSoftLmsPermaLink input
{
	font-size: 70%;
	width: 350px;
}

div.inSoftLmsPermaLink a
{
	font-size: 1em;
}

#inSoftLmsAdvSelListAnchorText_socialbm_actions
{
	font-size: 0.7em;
}

/* ----------------- invisible border ------------- */

div.invisible_border {
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	margin-left:15px;
}

td.inSoftLmsInvisibleBorder
{
	padding:7px;
	width:50%;
}

table.fullwidth_invisible td.inSoftLmsInvisibleBorder table.std {
	width:100%;
	height:100px;
}

/* --- column table -- */

td.il_LeftColumn
{
	padding-right:10px;
	vertical-align:top;
	width:23%;
}

td.il_CenterColumn
{
	vertical-align:top;
}

td.il_RightColumn
{
	padding-left:10px;
	padding-top: 0px;
	vertical-align:top;
	width:23%;
}

/* ------- Helptext --------- */
span.il_Helptext {
	font-size: 90%;
	font-weight: normal;
}

/* ----------------- alternative text styles ------------- */
.small {
	text-decoration:none;
	font-size: 90%;
}

.xsmall {
	text-decoration:none;
	font-size: 80%;
}

.smallgreen {
	text-decoration:none;
	font-size: 90%;
	color:green;
}

.smallred {
	text-decoration:none;
	font-size: 90%;
	color:red;
}

.obligatory {
	font-weight: normal;
	color: #800000;
	font-variant: normal;
}

.warning {
	text-decoration:none;
	font-weight:bold;
	color:red;
}

div.Warning {
	text-decoration:none;
	font-weight:bold;
	color:red;
}

div.Access {
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
	color:red;
}

.asterisk {
	color:red;
	font-size: 90%;
}

.default {
	text-decoration:none;
	font-weight:normal;
}

.inactivepage {
	text-decoration:none;
	font-weight: bold;
	color: gray;
}

.quote {
	font-style:italic;
	font-weight:normal;
}

.subtitle {
	font-style:italic;
	font-weight:normal;
	font-size: 90%;
}

.questiontext {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

/* ----------------- alternative text styles ------------- */

.light
{
	color: #909090;
}

/* ----------------- normal links ------------- */

a:link, a:visited {
	text-decoration: none;
	color:#185862;
}

a:hover {
	color:#000000;
}


a.light:link, a.light:visited {
	text-decoration: none;
	color:#3355BB;
}

a.light:hover {
	color:#000000;
}

/* ------------------- mail links ----------- */
a.mailread, a.mailread:visited
{
	font-weight: normal;
}

a.mailunread, a.mailunread:visited
{
	font-weight: bold;
}

/* ------------------- forum links ----------- */
a.postread, a.postread:visited
{
	font-weight: normal;
}

a.postunread, a.postunread:visited
{
	font-weight: bold;
}

a.postnew, a.postnew:visited
{
    font-style: italic;
	font-weight: bold;
}

blockquote.inSoftLmsForumQuote
{
	margin: 0px 20px;
	padding: 5px;
	border-width:1px;
	border-color:#B6B6B6;
	border-style:solid;
}

div.inSoftLmsForumQuoteHead
{
	font-weight: bold;
	font-size: 90%;
	margin: 0px 0px 10px 0px;
}

/* ------------------ buttons -------------- */

div.il_ButtonGroup
{
	margin: 3px 0px 10px 0px;
	line-height: 150%;
	white-space: nowrap;
	display: block;
}

input.submit, a.submit, a.submit:hover
{
	font-size: 80%;
	font-weight:normal;
	line-height:17px; /* Safari */
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	color:#335599;
	border-width:1px;
	border-color: #BABABA;
	border-style:solid;
	padding: 0px 5px;
	margin: 0px;
	text-decoration:none;
	cursor:pointer;
	display: inline-block;
}

input.submit:hover, a.submit:hover
{
	background-color: #E3EBFF;
	background-image: none;
	color:#444444;
}

input.submit_disabled, a.submit_disabled, a.submit_disabled:hover {
	background-color:#E6ECF8;
	color:gray;
	border-width:1px;
	border-color:#B6B6B6;
	border-style:solid;
	padding:2px;
	text-decoration:none;
	font-size: 90%;
	cursor:pointer;
}
input[readonly="readonly"] {
	background-color: #e0e0e0;
	color: #777;
}

a.inSoftLmsEditSubmit {
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	padding: 2px;
	margin: 0px;
	border-width:1px;
	border-top-color: #BABABA;
	border-left-color: #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	border-style:solid;
	text-decoration: none;
	font-size: 80%;
	line-height: 14px;
	cursor:pointer;
}

input.inSoftLmsEditSubmit {
	color:#2255a0;
	padding: 1px;
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
	cursor:pointer;
	
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	border-width:1px;
	border-top-color: #BABABA;
	border-left-color: #BABABA;
	border-bottom-color: #808080;
	border-right-color: #808080;
	border-style:solid;
}

div.inSoftLmsEditHelpline {
	margin: 3px 0px;
	padding: 0px;
	font-size: 80%;
	background-color:#FFFFFF;
	color:#000000;
}

input.tblrow1, input.tblrow2
{
	background-color:#ffffff;
	color:#000000;
	background-image: none;
	padding:0px;
}


input.submit:hover, input.inSoftLmsEditSubmit:hover, a.submit:hover {
	color:#000000;
}

/* Messages */
div.inSoftLmsInfoMessage, div.inSoftLmsFailureMessage, div.inSoftLmsSuccessMessage, div.inSoftLmsQuestionMessage, div.inSoftLmsEnhancedSuccessMessage {
	margin: 2px 0px 8px 0;
	padding: 5px;
	min-height: 28px;
	vertical-align: middle;
	font-size: 90%;
	clear:both;
}
div.inSoftLmsInfoMessage {
	background-color: #ecf0f9;
	border:solid 1px #ccd7ee;
}

div.inSoftLmsFailureMessage {
	background-color: #fceaea;
	border:solid 1px #FFBFBF;
}

div.inSoftLmsSuccessMessage {
	background-color: #f0fdf0;
	border:solid 1px #C3DFC3;
}
div.inSoftLmsEnhancedSuccessMessage {
        background-color: #468847;
        border:solid 1px #367837;
        color: #dff0d8;
        text-align: center;
        font-weight: bold;
        line-height: 18px;
        font-size: 100%;
}

div.inSoftLmsWarningMessage {
	background-color: #ffe57f;
        text-align: center;
        line-height: 20px;
        font-size: 10px;
}
div.inSoftLmsQuestionMessage {
	background-color: #fffcee;
	border:solid 1px #f0e6b6;
}
div.msgText {
	padding-top:5px;
}
img.inSoftLmsInfoMessage, img.inSoftLmsFailureMessage, img.inSoftLmsSuccessMessage, img.inSoftLmsQuestionMessage {
	float:left;
	margin-right:7px;
}

.alert {
	color: #C04000;
}

select.inSoftLmsEditSelect {
	background-color:#ffffff;
	border-width:1px;
	border-color:#bbbbbb;
	padding:1px;
	background-image: none;
	text-decoration:none;
	font-size: 12px;
}

img {
	vertical-align: middle;
	border: 0px;
}

/* --- to prevent tab-images from spacing when using DOCTYPE xhtml --- */
img.imgtab {
	display:block;
}

/* ------------------ content window body tag (not used yet) -------------- */
.content {
	margin:0px;
}

/* --- Editor styles ---*/

div.il_droparea
{
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
	font-size: 1px;
	background-image: url(images/drop_back.gif);
	background-repeat: repeat;
	padding: 0px 0px;
	text-align: center;
	height: 12px;
}

div.il_droparea_active
{
	padding: 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 1px;
	background-image: url(images/drop_back_active.gif);
	background-repeat: repeat;
	text-align: center;
	height: 12px;
}

div.il_droparea_valid_target
{
	padding: 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 1px;
	background-image: url(images/drop_back.gif);
	background-repeat: repeat;
	text-align: center;
	height: 12px;
}

div.il_editarea_nojs
{
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
}

div.il_editarea
{
	border-style: solid;
	border-width: 1px;
	border-color: transparent !important;
	border-color: #FFFFFF;	/* IE6 does not understand the transparent border */ 
}

div.il_editarea_disabled
{
	border: 2px dotted red;
}

div.il_editarea_active
{
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
}

div.il_editarea_selected
{
	border-style: solid;
	border-width: 2px;
	border-color: #A0A0A0;
}

div.il_editarea_disabled_selected
{
	border: 2px solid red;
}

div.il_editarea_active_selected
{
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

table.il_editmenu
{
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-size: 14px;
}

a.il_PageDisabled
{
	border-bottom: 2px dotted red;
}

a.il_PageDeactivatedElements
{
	border-right: 2px dotted red;
}

div.inSoftLmsEditLabel
{
	position:absolute;
	background-color:#F5F5F5;
	font-size:70%;
	padding:1px 3px;	
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #909090;
}

div.inSoftLmsEditVAccordCntr
{
	margin-top: 15px;
	padding: 5px;
}

div.inSoftLmsEditVAccordICntr
{
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border-width:1px;
	border-color:#9EADBA;
	border-style:solid;
}

div.inSoftLmsEditVAccordIHead
{
	padding: 3px;
	background-color: #E2EAF4;
	text-align:left;
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

div.inSoftLmsEditVAccordICont
{
	padding: 10px;
	background-color: #FFFFFF;
}

/* ------------------ blind image - spacer gif --------------
   please use this style class always when using this blind image */
img.spacer {
	display:block;
}

/* --- calendar styles -- */

a.calminiapp {
	font-weight: normal;
}

div.dp_Menu
{
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #9EADBA;
	background-color: #EBEBEB;
	width: 152px;
	font-size: 90%;
}

td.even
{
	color:#222222;
	background-color:#F7F7F7;
	padding: 3px;
}

td.uneven
{
	color:#222222;
	background-color:#EEEEEE;
	padding: 3px;
}

td.today
{
	text-align: center;
	font-size: 90%;
	background-color: #E0E0FF;
}

td.chosenDate
{
	text-align: center;
	font-size: 90%;
	background-color: #FFE4E4;
}

td.date
{
	text-align: center;
	font-size: 90%;
	background-color: #F7F7F7;
}

td.prevMonth
{
	text-align: center;
	font-size: 90%;
	background-color: #DFDFDF;
}

td.todayMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color: #E0E0FF;
}

td.chosenDateMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color:  #FFE4E4;
}

td.dateMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color: #F7F7F7;
}

td.prevMonthMO
{
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	background-color: #DFDFDF;
}

td.evenMO
{
	color:#222222;
	background-color:#F7F7F7;
	font-size: 90%;
	padding: 3px;
}

td.unevenMO
{
	color:#222222;
	background-color:#EEEEEE;
	font-size: 90%;
	padding: 3px;
}

td.weeknumber
{
	color: #5F5F5F;
	background-color: transparent;
	font-size: 90%;
}

a.weekLink
{
	font-size: 80%;
}

td.appointmentConfTitle
{
	font-style: italic;
}

td.doubleComment
{
	font-size: 80%;
	color: #FF0000;
	font-weight: bold;
}

td.il_CalMonth
{
	font-size: 90%;
}

td.il_CalNextMonth
{
	font-size: 90%;
}

td.il_CalNextMonth
{
	font-size: 80%;
}

td.il_CalShortMonth
{
	font-size: 80%;
}

td.il_CalShortWeek
{
	font-size: 80%;
}

td.il_CalShortDayOfWeek
{
	font-size: 80%;
}

td.il_CalDay
{
	font-size: 80%;
}

/* --- content styles (will move to content.css) --- */
td.ilc_PageDisabled
{
	padding:20px;
	border-right-style: solid;
	border-color: #9EADBA;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-bottom: 0px;
	border-left: 3px dotted red;

}

div.ilc_DefinitionHeader
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #000000;
}

table.ilc_Fullscreen
{
	background-color: #dedede;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

html.ilc_Fullscreen, body.ilc_Fullscreen
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div.inSoftLmsLMMenu
{
	/*margin: 0px 0px 5px 10px;*/
	padding: 0 0 5px 10px; 
}

div.ilc_LMMenu
{
	line-height: 22px;
}

a.ilc_LMMenu
{
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	margin-top:2px;
	margin-bottom:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	background-color: #E6ECF8;
	white-space: nowrap;
}

div.ilc_TableOfContents
{
	background-color:#FFFFFF;
	padding:20px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #EEEEEE;
	border-width: 1px;
	margin-bottom: 0px;
}

table.ilc_media
{
	background-color:white;
}

h1.il_LMHead
{
	margin: 6px 15px 6px 15px;
	font-size: 120%;
	font-weight: normal;
}

table.ilc_Table
{
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 10px 0px;
	border-color: #9EADBA;
}

/* -- Members Gallery Styles -- */
div.il_MembersGallery
{
	margin: 0 auto;
	text-align:center;
	width:95%;
	padding: 8px;
	line-height: 1.33;
	display:block;
	float:left;
}

div.il_Member
{
	page-break-before: auto;
	margin: 0px 5px 20px 5px;
	background-color: #EEEEEE;
	padding: 10px 15px;
	font-size: 75%;
	height:14em;
	width:10em;
	float:left;
	text-align:center;
	overflow: hidden;
}

div.il_Tutor
{
	page-break-before: auto;
	margin: 0px 5px 20px 5px;
	padding: 10px 15px;
	background-color: #BBBBBB;
	font-size: 75%;
	height:14em;
	width:10em;
	float:left;
	text-align:center;
	overflow: hidden;
}

/* COPage Comparison */

div.inSoftLmsEditModified
{
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #8080FF;
	border-bottom-width: 3px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8080FF;
	margin-bottom: 2px;
}

div.inSoftLmsEditDeleted
{
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #FF8080;
	border-bottom-width: 3px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF8080;
	margin-bottom: 2px;
}

div.inSoftLmsEditNew
{
	border-left-width: 3px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #80FF80;
	border-bottom-width: 3px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #80FF80;
	margin-bottom: 2px;
}

span.inSoftLmsDiffDel
{
	background-color: #FFC0C0;
}

span.inSoftLmsDiffIns
{
	background-color: #C0FFC0;
}

a.inSoftLmsWikiPageMissing:link, a.inSoftLmsWikiPageMissing:visited
{
	color: red;
}

a.inSoftLmsWikiPageMissing:hover
{
	color: black;
}

div#agreement
{
	width:100%;
	height:375px;
	overflow:auto;
	overflow-x:hidden;
}

span.inSoftLmsSearchHighlight
{
	font-weight: bold;
}

div.il_SearchFragment
{
	margin-top:2px;
	margin-bottom:5px;
	font-size: 80%;
	font-weight:normal;
	text-align:left;
}



/* CHANGES */


div.inSoftLmsMainHeader
{
	right: 0px;
	min-height: 50px;
	margin:10px 3%;
	position:relative;
	z-index:1000;
}

div.inSoftLmsMemberViewMainHeader
{
	/* background-color: #981a0a; */
	background-color: #981a0a;
	right: 0px;
	min-height: 50px;
	padding-top: 8px;
}

a.inSoftLmsLogin, a.inSoftLmsLogin:visited
{

}

/* MainMenu */
div.inSoftLmsMainMenu {
	margin: 0px;
	padding: 0;
	line-height: inherit;
	clear: both;
	float:right;
}
ul.inSoftLmsMainMenu
{
	margin: 0px;
	padding: 0px;
	list-style:none;
	white-space: nowrap;
}

li.inSoftLmsMainMenu
{
	float:left;
	margin: 0px;
	padding: 5px 5px 0 3px;
	background: url(images/menulistbg.png) no-repeat right center;
}

a.MMInactive:link, a.MMInactive:visited
{
	color:#ccc;
    padding: 0px 0px;
	font-size: 16px;
	text-decoration:none;
	margin: 0px 0 5px 0px;
	font-weight: normal;
	white-space: nowrap;
        position:relative;
        top:5px;
}

a.MMInactive:hover
{
	color: #fff;
	text-decoration:none;
}

a.MMActive:link, a.MMActive:visited
{
	color: #fff;
    padding: 0px 0px;
	font-size: 16px;
	text-decoration:none;
	margin: 0px 0 5px 0px;
	font-weight: normal;
	white-space: nowrap;
}

a.MMActive:hover
{
    color:#fff;
	text-decoration:none;
}

div.inSoftLmsMainMenuSearch {
	text-align: right;
	margin: 3px 15px 0px 15px;
}

form.inSoftLmsMainMenuSearch
{
	padding: 0px;
	margin: 0px;
}

input.inSoftLmsMainMenuSearch {
	cursor:pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #D6D6D6;
	width:150px;
	padding: 1px;
	padding-right: 20px;
	margin: 0px;
	background-image: url(images/icon_seas_s.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #FFFFFF;
	min-height:16px;
}

input.inSoftLmsMainMenuSearchSubmit
{
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/ButtonsBack.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	color:#2255a0;
	border-width:1px;
	border-color: #BABABA;
	border-style:solid;
	padding: 0px 5px;
	text-decoration:none;
	font-size: 70%;
	cursor:pointer;
	font-weight:normal;
	display: inline-block;
}

/* Main Menu Top Title */
div.inSoftLmsTopTitle
{
	font-size: 120%;
	color: #335599;
	letter-spacing: 0.05em;
	word-spacing: -0.1em;
	white-space: nowrap;
	padding-top: 12px
}
input.inSoftLmsOpenIDBox
{
	background-image:url('images/openid.png');
  	background-repeat:no-repeat;
  	padding-left:20px;
}


table.inSoftLmsTabContentOuter, div.inSoftLmsTabContentOuter
{
	border-style: solid;
	border-color: #bccae5;
	background: #f3f6f6;
	border-width: 1px 1px;
	margin: 0px;
	clear:both;
	width:100%;
}

div.inSoftLmsTabContentInner
{
	padding: 0px 5px 0 0;
	margin: 0 0 5px;
	clear:both;
	min-height: 300px;
}


div.inSoftLmsFrameBL {
	
}

div.inSoftLmsFrame div.inSoftLmsFrameBL {
	padding:0 3%;
}

div.inSoftLmsFrame h1.il_Header img {
	position:relative;
	left:-40px;
}

div.inSoftLmsFrame a#inSoftLmsChatTitle {
	position:relative;
	color:#fff;
	left:-50px;
	font-size:16px;
	top:10px;
}

table.inSoftLmsTabContentOuter div#left_col {
	background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    margin: 3px 2px 5px;
    padding: 3px;
    width:33%;
}

div#room_list_container {
	margin-bottom:15px;
}

div#users_room_list_container {
	margin-top:15px;
}

table.inSoftLmsTabContentOuter div#bottom_row {
	background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    margin: 3px 2px 5px;
    padding: 0 3px;
    width:66%;
}

div.inSoftLmsFrame h1.il_Header {
	margin:0;
}

table.inSoftLmsTabContentOuter p.small input#il_chat_txt_add_private_room {
	margin-top:5px;
}

table.inSoftLmsTabContentOuter p.small input.submit {
	vertical-align:bottom;
	padding:3px 5px;
}

table.inSoftLmsTabContentOuter div#il_message_container {
	height:50px;
	position:relative;
	width:33%;
	background:#fff;
	padding:0 0 0 7px;
	border:1px solid #d6d6d6;
	margin:3px 2px 5px;
}

table.inSoftLmsTabContentOuter div#bottom_row input.submit {
	margin:1%;
}

table.inSoftLmsTabContentOuter div.chatlist_header, table.inSoftLmsTabContentOuter ul.il_chat_list {
	border:1px solid #D6D6D6;
	width:99%;
	margin:0;
}

.il_chat_list li {
	padding-left: 10px;
}

.il_chat_list li img {
	margin-right: 10px;
}

table.inSoftLmsTabContentOuter #server_iframe {
	border: none 0px;
}
table.std tr#start_record_1 td.option {
	vertical-align:middle;	
	font-weight:normal;
	font-size:90%;
}

div.inSoftLmsFrame table.il_ColumnLayout {
	background: url("images/blockbg.png") repeat scroll 0 0 transparent;
    padding: 0 7px;
}    

/* Tabs */

div.il_Tab
{
    float:left;
	padding-left:0px;
	line-height:normal;
	border-bottom-color: #bccae5;
	border-bottom-width: 1px;
	margin: 0 0 10px;
}

ul.il_Tab
{
	margin: 0px;
	list-style:none;
	position: relative;
	top: 1px;
	white-space: nowrap;
	left:-38px;
	z-index:1000;
	padding: 25px 0 0;
	
	float:left;
}
#inSoftLmsAdvSelListAnchorElement_item_creation, #inSoftLmsAdvSelListAnchorText_asl {
	z-index:10000;
	position:relative;
}
li.tabinactive
{
	float:left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

a.tabinactive, a.tabinactive:link, a.tabinactive:active, a.tabinactive:hover, a.tabinactive:visited, a.nontabbed
{
	float: left;
	display:block;
	border: solid 1px #0F464F;
	background: url("images/tabsbg.png") repeat-x left -7px;
    padding: 4px 7px 4px 7px;;
	font-size: 80%;
	text-decoration: none;
	color:#fff;
	border-bottom:0 none;
}

a.tabinactive:hover, a.nontabbed:hover
{
	background-image:url("images/tabsbg-hover.png");
	text-decoration: none;
}

a.nontabbed:hover {
	color:#fff;
}

li.tabactive
{
	float:left;
	margin: 0px 5px 0px 0px;
	padding: 2px 0px;
	border: solid 1px #BCCAE5;
	background-color: #F6F6F6;
	border-bottom:solid 1px #F6F6F6;
}

a.tabactive:link, a.tabactive:visited, a.tabactive:hover
{
	float: left;
	display:block;
    padding: 2px 7px;
	font-size: 80%;
	text-decoration: none;
}

li.backtab
{
	float:left;
	margin: 0px 2px 0px 0px;
	padding: 2px 0px;
}

a.backtab, a.backtab:hover
{
	float: left;
	display:block;
	background:url("images/BackTab.gif") no-repeat left top;
    padding: 3px 8px 3px 12px;
	font-size: 80%;
}

li.back2tab
{
	float:left;
	margin: 0px 2px 0px 0px;
	padding: 2px 0px;
}

a.back2tab, a.back2tab:hover
{
	float: left;
	display:block;
	background:url("images/Back2Tab.gif") no-repeat left top;
    padding: 3px 8px 3px 12px;
	font-size: 80%;
	color: white;
}

li.nontabbed
{
	float:left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bccae5; */
}

a.nontabbed
{
	float: left;
	display:block;
	/* border-width: 1px;
	border-style: solid;
	border-color: #bccae5;
	border-bottom-color: #a7b4cc; 
	background-color: #e8effe; */
	border-bottom-width: 0px;
	font-size: 80%;
	text-decoration: none;
	color:white;
}

/*  Commented Backslash Hack
	hides rule from IE5-Mac, we do not want the left float for other browsers \*/
	a.tabinactive a.tabactive a.backtab {float:none;}
/* End IE5-Mac hack */



/* Sub Tabs */

div.il_SubTab
{
    float:left;
    width:100%;
	margin: 0px;
	padding-left: 2px;
}

ul.il_SubTab
{
	margin: 0px;
	/* padding: 10px 15px 0px 15px; */
	padding: 5px 5px 5px 5px;
	list-style:none;
}

li.subtabinactive
{
	float:left;
	margin:0px;
	padding-right: 15px;
}

a.subtabinactive
{
	float: left;
	display:block;
    padding: 3px 0px 3px 0px;
	font-size: 80%;
}

a.subtabinactive:hover
{
	text-decoration: underline;
}

li.subtabactive
{
	float:left;
	margin:0;
	padding-right: 15px;
}

a.subtabactive, a.subtabactive:hover
{
	display:block;
    padding: 3px 0px 3px 0px;
	font-size: 80%;
	color: #000000;
	/* background-color: #FFFFFF; */
	text-decoration: underline;
}



table.il_ColumnLayout
{
	width:100%;
	border-spacing:0px;
}

/* Overlays, Blocks */
table.il_Block, .inSoftLmsOverlay
{
	background-color:#F7F7F7;
	border: 1px solid #D6D6D6;
	text-align: left;
}

/* Blocks */

table.il_Block
{
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	margin-bottom: 0;
	clear:both;
}

td.inSoftLmsBlockHeader, td.inSoftLmsBlockHeaderBig
{
	font-weight: bold;
	padding: 3px;
	text-align:left;
	font-size: 90%;
	color: #404040;
	background-color: #F8F8F8;
	background-image: url(images/block_top.gif);
	background-repeat: repeat-x;
	border-bottom:1px solid #E9E9E9;
}

td.inSoftLmsBlockHeaderBig
{
	font-size: 100%;
}



td.il_BlockFooter {
	color:#222222;
	background-color:#D0D0FF;
	text-align:right;
	font-size: 80%;
	padding:2px;
}

.il_BlockInfo
{
	font-size: 80%;
	color: #909090;
}

th.inSoftLmsContainerBlockHeader
{
	font-weight: bold;
	font-size: 90%;
	padding: 2px;
	text-align:left;
	vertical-align: middle;
	background-color: #F8F8F8;
	background-image: url(images/block_top.gif);
	background-repeat: repeat-x;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E9E9E9;
}

h3.inSoftLmsContainerBlockHeader
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 100%;
}

table.inSoftLmsContainerBlock
{
	border-color:#D6D6D6;
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	clear:both;
	margin-bottom:3px;
}

th.inSoftLmsPDBlockSubHeader
{
	font-weight: normal;
	text-align:left;
	font-size: 90%;
	background-color: #F8F8F8;
	vertical-align: middle;
	border-top-color: #F0F0F0;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 1px 3px;
}

h3.inSoftLmsPDBlockSubHeader
{
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 100%;
}

.inSoftLmsBlockRow1, .inSoftLmsBlockRow2 {
	padding:3px;
	border-top-color: #F0F0F0;
	border-top-style: solid;
	border-top-width: 1px;
}

/* Tables */

div.tblfooter, div.inSoftLmsTableNavBlock {
	font-weight:normal;
	background-color: #F5F5F5;
	padding: 3px;
	font-size: 80%;
	text-align:right;
}

div.inSoftLmsTableNav {
	font-weight:normal;
	padding: 3px;
	font-size: 80%;
	text-align:right;
}

td.tblfooter {
	border-top:#f0f0f0 solid 1px;
}

tr.tblfooter {
	color:#000000;
	font-weight:normal;
	background-color: #F9F9F9;
}

.tblrow1 {
	padding:3px;
	background-color: #FFFFFF;
	border-top-color: #F0F0F0;
	border-top-style: solid;
	border-top-width: 1px;
}

.tblrow2 {
	padding:3px;
	background-color: #FFFFFF;
	border-top-color: #F0F0F0;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FAFAFA;
}


td.submit {
	padding:3px;
	vertical-align:top;
	background-color: #F3F3F3;
}

/* Toolbar */
div.inSoftLmsToolbar
{
	
	padding: 0;
	margin-bottom: 0;
	font-size: 90%;
	white-space: nowrap;
}

span.inSoftLmsToolbarSeparator
{
	border-right: solid 1px #E0E0E0;
	padding: 0px 10px 2px 0px;
	margin-right: 10px;
}

/* List Items */
div.inSoftLmsContainerListItemOuter
{
	padding: 15px;
	zoom: 1;
}

td.inSoftLmsContainerListFooter
{
	padding-left: 15px;
}

div.inSoftLmsContainerListItemOuterHighlight
{
	padding: 15px;
	background-color: #FFFFD9;
	zoom: 1;
}

.inSoftLmsCLIRow1, .inSoftLmsCLIRow2 {
	padding: 0px;
	border-top: #f0f0f0 1px solid;
}

td.inSoftLmsCLI {
	padding: 0px;
	background:#fff;
	border-top: #f0f0f0 1px solid;
}

div.il_ContainerListItem
{
	margin: 2px 0px;
	padding-left: 8px;
}

div.il_adv_sel
{
	border-width:1px;
	border-style:solid;
	border-color: #A0A0A0;
	/*overflow: hidden !important; */
	overflow: auto !important;
	
}

table.il_adv_sel {
	color:#000000;
	background-color:#FAFAFA;
	border-spacing:0px;
	cursor: pointer;
}

div.il_adv_sel {
	border-color:#DFDFDF;
	width:auto !important;
	overflow:visible  !important;
}
ul.il_adv_sel li a {
	color:#202D2F;
}
ul.il_adv_sel, ul.il_adv_sel li {
	padding:0;
	margin:0;
	text-align:left;
	list-style:none;
}
ul.il_adv_sel li {
	cursor: pointer;
	/*margin:0 3px;*/
	padding: 3px 3px 5px;
	border-bottom:solid 1px #efefef;	
	white-space: nowrap;
}
tr.il_adv_sel {
	cursor: pointer;
}

tr.il_adv_sel_act, li.il_adv_sel_act {
	color:#000000;
	background-color:#FFFFCF;
	border-spacing:0px;
	cursor: pointer;
}
li.il_adv_sel_act {
	display:block;
}
li.il_adv_sel_act img, li.il_adv_sel img {
	float:left;
	margin-right:3px;
}

td.il_adv_sel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding: 3px 10px;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
}

td.il_adv_sel_ic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding: 3px 0px 3px 10px;
	text-align: left;
	cursor: pointer;
}
ul.il_adv_sel li {
	display: block;
}

div.il_adv_cont {
	background-image:url(images/25black.png); 
}

/* tables */
div.inSoftLmsTableHeaderTitleBlock
{
	font-weight: bold;
	padding: 3px;
	font-size: 90%;
	color: #404040;
	background-color: #F8F8F8;
	background-image: url(images/block_top.gif);
	background-repeat: repeat-x;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E9E9E9;
}

div.inSoftLmsTableHeaderTitle
{
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 110%;
	color: #404040;
}

h3.inSoftLmsTableHeaderTitleBlock {
	font-weight: bold;
	font-size: 100%;
	display:inline;
	padding: 0px;
	margin: 0px;
}

h3.inSoftLmsTableHeaderTitle {
	font-weight: normal;
	font-size: 100%;
	display:inline;
	padding: 0px;
	margin: 0px;
}

div.inSoftLmsTableOuter
{
	border-width:1px;
	border-style:solid;
	border-color:#D6D6D6;
	padding:0px;
}

div.inSoftLmsTableSelectAll
{
	background-color: #F8F8F8;
	padding:3px 6px;
}

div.inSoftLmsTableCommandRow, div.inSoftLmsTableCommandRowTop
{
	background-color: #F0F0F0;
	padding:3px 6px;
	font-size: 90%;
}

div.inSoftLmsTableCommandRowTop {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#D6D6D6;
}

span.inSoftLmsTableFootLight
{
	color: #909090;
}

div.inSoftLmsTableFilterActivator {
	margin: 0px 0px 5px 3px;
}
	
.inSoftLmsTableMenuItem {
	margin: 0px 10px 0px 0px;
}


div.inSoftLmsTableFilter {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

legend.inSoftLmsTableFilter {
	font-size: 80%;
	border-width: 0px;
	padding: 2px 5px;
	margin: 0px;
	font-weight: normal;
	float:right;
}

legend.inSoftLmsTableFilter a {
	margin: 0 2px 0 0;
}

fieldset.inSoftLmsTableFilter {
	border: 1px #E0E0E0 solid;
	background-color: #FBFBFB;
	padding: 5px;
	margin: 5px 0px;
}

div.inSoftLmsTableFilterLabel {
	font-style: italic;
	border-bottom: 1px #C0C0C0 solid;
	background-color: #F0F0F0;
	padding: 3px 5px;
}

div.inSoftLmsTableFilterInput {
	min-width: 150px;
	padding: 5px 0px;
}

td.inSoftLmsFilterOption {
	text-align: left;
	vertical-align: top;
	font-size: 80%;
	white-space: nowrap;
	padding: 0px 5px 5px 0px;
	min-width: 150px;
}


td.inSoftLmsFilterType {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	padding: 3px;
}

table.fullwidth {
	background-color:#FFFFFF;
	width:100%;
	border-collapse:collapse;
}

.tblheader {
	font-weight: normal;
	width:98%;
}

tr.tblheader
{
	font-weight: normal;
	background-color: #F9F9F9;
	font-size:90%;
	border-bottom-color:#D6D6D6;
	border-bottom-style:solid;
	border-bottom-width:1px;
	/* font-style: italic; */
}

th
{
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
}

td.std, th.std {
	padding: 4px 6px;
	text-align: left;
}

/* Navigation History */
form.inSoftLmsNavHistoryForm
{
	padding: 0px;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 2px 5px;
	border: 0px;
	display: inline;
	font-size: 80%;
}

input.inSoftLmsNavHistorySubmit {
	color:#2255a0;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	/* font-size: 80%; */
	cursor:pointer;
	background-color: #F0F0F0;
}

select.inSoftLmsNavHistorySelect {
	border-width:0px;
	padding:0px;
	background-image: none;
	text-decoration:none;
	/* font-size: 80%; */
}

.inSoftLmsAccHeadingHidden, .inSoftLmsAccHidden
{
	position:absolute;
	left:-2000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

a.inSoftLmsAccAnchor, a.inSoftLmsAccAnchor:hover, a.inSoftLmsAccAnchor:visited, a.inSoftLmsAccAnchor:active {
	text-decoration: none;
	color: #222222;
}
h3.inSoftLmsBlockHeader a.inSoftLmsAccAnchor, h3.inSoftLmsBlockHeader a.inSoftLmsAccAnchor:hover, h3.inSoftLmsBlockHeader a.inSoftLmsAccAnchor:visited, h3.inSoftLmsBlockHeader a.inSoftLmsAccAnchor:active
a#il_table_top {
	color:#fff;
}
a#il_table_top {
	color:#222222;
}

/* Notes */

div.inSoftLmsNotesHeader{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
	margin-bottom:5px;
	padding-bottom:5px;
}

h3.inSoftLmsNotesHeader{
	font-size:100%;
	color: #606060;
	display: inline;
	font-weight: bold;
}

h4.inSoftLmsNoteTitle{
	font-size:100%;
	display: inline;
	margin: 0px;
	padding: 0px;
}

td.inSoftLmsNoteList {
	padding: 10px 5px;
	border-bottom: 1px dotted #A0A0A0;
	vertical-align: top;
}

/* PageLayout Previews */

div.ilc_QuestionPlaceHolderThumb
{
	margin:1px;
	padding: 5px 2px 5px 0px;
	border-width: 1px;
	font-size: 10px;
	border-color: grey;
	border-style: solid;
	background: url(images/question_placeholder_thumb.png) no-repeat center center;
	font-weight: bold;
}

div.ilc_MediaPlaceHolderThumb
{
	margin:1px;
	padding: 5px 2px 5px 0px;
	border-width: 1px;
	font-size: 10px;
	border-color: grey;
	border-style: solid;
	font-weight: bold;
	background: url(images/media_placeholder_thumb.png) no-repeat center center;	
}

div.ilc_TextPlaceHolderThumb
{
	margin:1px;
	padding: 5px 2px 5px 0px;
	border-width: 1px;
	font-size: 10px;
	border-color: grey;
	border-style: solid;
	font-weight: bold;
	background: url(images/text_placeholder_thumb.png) no-repeat center center;
}

div.ilc_HeadlineThumb
{
	font-size: 11px;
	font-weight: bold;
	width:100%;
	border-style:solid;
	color:grey;
	border-bottom-style: solid;
	border-width:0px;
	border-color: grey;
	border-bottom-width: 1px;
	margin-bottom:4px;
	margin-top:2px;
}

/* Profile */
div.inSoftLmsProfile {
	width: 450px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/form_back.gif);
	background-repeat: repeat-y;
	background-color:#F6F6F6;
	border-width:1px;
	border-style:solid;
	border-color:#D0D5EA;
	padding: 15px;
}
h3.inSoftLmsProfileName {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 130%
}
div.inSoftLmsProfileSection {
	margin-top: 20px;
	font-size: 90%;
	color: #606060;
}
h3.inSoftLmsProfileSectionHead {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 110%;
	color: #202020;
}

/* revised 4.1 */

/* Tooltip */
.yui-tt {
	color: #333333;
	padding: 4px 8px 2px 8px;
	font-size: 90%;
	border: solid #FFDD77 2px;
	line-height: 100%;
	background-color: #FFFF99;
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #888;
}

/*resizeing*/
.yui-panel {
	float: left;
	position: relative;
	/*overflow: hidden;*/
}
.yui-resize .yui-resize-handle-inner-r, 
.yui-resize .yui-resize-handle-inner-l {
    background: url("images/layout_sprite.png") no-repeat scroll 0 -5px transparent;
    height: 16px;
    position: absolute;
    top: 45%;
    right: -7px;
    width: 5px;
}

/* locator */
div.inSoftLmsLocator {
	padding: 0;
	height:4px;
}

/*inSFOTLMS*/
#bodyFrame {
	background: url(images/topWave.png) no-repeat top right;
/*        padding-bottom: 100px;*/
}
#contentArea {
	padding:0 3%;
/*	margin-bottom:15%;*/
}
#ststusbar {
	background: url(images/statusbarbg.png) repeat-x top left;
	margin:0;
	padding:4px 3% 11px;
	color:#fff;
}

#ststusbar a.inSoftLmsLogin, 
#ststusbar a.inSoftLmsLogin:link, 
#ststusbar a.inSoftLmsLogin:hover, 
#ststusbar a.inSoftLmsLogin:active, 
#ststusbar a.inSoftLmsLogin:visited {
	color: #fff;
	font-weight: bold;
}
.inSoftLmsMainHeader {
	margin:0 3%;
}
.inSML {
	background: url(images/mlbg.png) no-repeat top left;
	padding-left:11px;
	z-index:1000;
	position:relative;
}
.inSMR {
	background: url(images/mrbg.png) no-repeat top right;
	padding-right:11px;
	z-index:1000;
	position:relative;
}
.inSMC {
	background: url(images/mcbg.png) repeat-x top right;
	padding:5px 0;
	z-index:1000;
	position:relative;
}

.in_HeaderContent {
	
	
}

.clear-both {
	clear:both;
	font-size:1px;
	height:1px;
}

.blockContent {
	background:url(images/blockbg.png);
	padding:0 7px;
}

.blockFL {
	padding-left:9px;
	background: url(images/blockFL.png) no-repeat bottom left;
}
.blockFR {
	padding-right:9px;
	background: url(images/blockFR.png) no-repeat bottom right;
}
.blockFC {
	font-size:1px;
	height:9px;
	background:url(images/blockbg.png);
}

#footer {
    position:fixed;
    height: 35px;
    padding-top: 10px;
    width: 100%;	
    left: 0px;
    bottom: 0px;
    font-size:12px;   
    *z-index: 100; /*IE 7 only*/
}

#rightTopNav {
	float:right;
}

.inSoftLmsLogin ul, .inSoftLmsLogin li {
	padding:0;
	margin:0;
	list-style: none;
}

.inSoftLmsLogin li {
	display:inline;
	padding:5px 13px 5px 5px;
	background: url(images/topNavSpacer.png) no-repeat right center;
}

.inSoftLmsLogin li.logoutNav {
	background-image: none;
	padding-right: 0;
}

.inSoftLmsLogin li a {
	color:#fff;
}

.blockContent .il_TreeIcons, .inSoftLmsPermaLink {
	display:none;
}

span.in_username {
	font-weight: bold;
}	
#DashBoard table.inSoftLmsTabContentOuter, #DashBoard div.inSoftLmsTabContentOuter  {
	background-color: transparent;
	border:none 0;
}

#DashBoard div.inSoftLmsTabContentInner {
	margin:0;
	padding:0;
}

.blockFL {
	margin-bottom:20px;
}

.blockDivIcon {
	/*float:left;*/
	position: absolute;
	width:32px;
	/*height:42px;*/
	text-align:center;
	margin-right:5px;
	left:0;
}

h1.inSoftLmsHeader a, h1.inSoftLmsHeader  a#il_mhead_t_focus {
	top:15px;
	padding-left: 40px;
} 
.loginFrame h1.inSoftLmsHeader a, .loginFrame h1.inSoftLmsHeader  a#il_mhead_t_focus {
	padding-left: 0;
} 
 .ml {
	padding:0 0 0 5px;
	display:block;
 }
.MMActive .ml {
	background:url(images/bgml.png) no-repeat left center;
}
.mr {
	padding:0 5px 0 0;
	display:block;
}
.MMActive .mr {
	background:url(images/bgmr.png) no-repeat right center;
	padding:0 8px 0 0;
	display:block;
}
.mc {
	height:34px;
	 display:block;
}
.MMActive .mc {
	 background: url("images/bgmc.png");
}

.MMActive .mc a, .MMActive .mc a:link, .MMActive .mc a:visited, .MMActive .mc a:active, .MMActive .mc a:hover {
	color:#fff;
        cursor: pointer;
        display:block;
}

a.MMInactive:link, a.MMInactive:visited, .MMActive .mc a, .MMActive .mc a:link, .MMActive .mc a:visited, .MMActive .mc a:active, .MMActive .mc a:hover {
    top:7px;
    position:relative;
}
.Firefox a.MMInactive:link, .Firefox a.MMInactive:visited, .Firefox .MMActive .mc a, .Firefox .MMActive .mc a:link, .Firefox .MMActive .mc a:visited, .Firefox .MMActive .mc a:active, .Firefox .MMActive .mc a:hover {
    top:5px;
    position:relative;
}
li.inSoftLmsMainMenu.last {
	background-image:none;
}
.backtab, a.backtab:link, a.backtab:visited, a.backtab:hover, a.backtab:active  {
	color:#fff;
}

div.inSoftLmsExpH, td.inSoftLmsExpH {
	background-image:none;
	background-color:transparent;
}
body.il_Explorer {
        /*Comentat de Petrica pt ca modifica bg la adaugarea de resurse pe cv*/
	/*background: #1891a5 url(images/bgMain.png) no-repeat bottom right;*/
}
div.il_Explorer  {
	background-image:none;
	background-color:#F6F6F6;
}
body.playingState {
	background: #f6f6f6 url(images/bgMain.png) no-repeat bottom right;
}
.playingState #mainTable #treeView a, .playingState #mainTable #treeView a:link,  .playingState #mainTable #treeView a:visited,  .playingState #mainTable #treeView a:active {
	color:#116573;
}

.playingState #toolbarTable {
	background-color:#10606E;
	background-image:none;
}

.playingState #toolbarTable td.submit {
	background-color:#10606E;
}

.playingState #toolbarTable td.submit a {
	color:#fff;
}
a.il_ContainerItemCommand2:link, a.il_ContainerItemCommand2:visited, a.il_ContainerItemCommand:link, a.il_ContainerItemCommand:visited {
	border-bottom:none;
	
}

#scormplayer .playingState #toolbarTable td.submit a.disabled {
    background-color: transparent;
    color: #999;
    cursor: not-allowed;
}

div.in_search {
	position: absolute;
    z-index: 1000;
}

.inSoftLmsLocator ul, .inSoftLmsLocator li {
	padding:0;
	margin:0;
	list-style:none;
}

.inSoftLmsLocator li {
	float:left;
	background:url(images/breadR.png) no-repeat bottom right;
	padding-right:15px;
	margin-right:2px;
}
.inSoftLmsLocator li.last {
	background:url(images/breadR-last.png) no-repeat bottom right;
	padding-right:5px;
}

.inSoftLmsLocator li a, .inSoftLmsLocator li a:link, .inSoftLmsLocator li a:active, .inSoftLmsLocator li a:visited {
	display:block;
	background:url(images/breadL.png) no-repeat bottom left;
	padding:3px 0 3px 5px;
	color:#ccc;
}
.inSoftLmsLocator li a:hover {
	text-decoration:none;
	color:#fff;
}
.inSoftLmsLocator ul {
	position:absolute;
	margin-left: 50px;
	z-index:1000;
}

a img, a:link img, a:hover img, a:visited img, a:active img, a.small img, a.small:link, a.small:hover, a.small:visited, a.small:active {
	text-decoration: none;
	border:0 none;
}

a:focus, a img:focus { -moz-outline-style: none;  }
*:focus { outline: 0; }

div#il_Tab {
	float:right;
	background:url(images/settingsDock.png) no-repeat top right;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
}

div.il_Tab ul {
	display:none;
}

.il_HeaderInner #inSoftLmsAdvSelListAnchorElement_asl {
	float:right;
	margin-right:5px;
}
.il_adv_sel a {
	font-size:11px;
}

.in_logged_in .last a {
	font-weight:bold;
}

.in_top_left_links a:hover {
	text-decoration:none;
}

#tree_table, form.tblForm {
	background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
    padding: 3px;
}

form.tblForm h3 {
	font-size:75%;
	font-weight:bold;
	border-bottom:none 0;
}

form.tblForm h3 span.inSoftLmsTableFootLight {
	float:right;
	color:#000;
	font-size:85%;
	padding:2px 5px 0 0;
}

li.il_Explorer li.il_Explorer {
	padding:3px 0 4px;
	margin-right:5px;
}
.il_VAccordionHead h3 {
	left:0px;
}
.yui-ac-content {
	border:1px solid #e0e0e0;
	background-color:#FFF;
}
#user_login_autocomplete ul {
	margin-top: 3px;
	margin-bottom:3px;
	padding-left:3px;
}
#user_login_autocomplete ul li {
    background-image: url("images/edit_add_search.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EFEFEF;
    list-style-type: none;
    margin: 0 5px;
    padding-bottom: 5px;
    padding-left: 17px;
    padding-top: 3px;
}
#user_login_autocomplete {
	width:auto;	
}

div.tableContentWrapper {
	border:1px solid #D6D6D6;
	padding:3px;
	background:#fff;
}

div.tableContentWrapper h3.inSoftLmsTableHeaderTitle {
	display: inline;
    font-size: 80%;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

form div.inSoftLmsToolbar {
	background: url(images/form_top_back.gif) repeat-y #E3E3E3;
	margin:0 0 15px;
	text-align: right;	
}
div.inSoftLmsToolbar {
	margin:4px 8px 0 0;
	padding:0 6px;
}
.form_filter_roles {
	float: right;
	margin-top: 3px;
}
.admin_roles_wrapper {
	border: 1px solid #D0D5EA;
	padding:3px;
	background-color:#fff;	
}
.calendar_day_page, .calendar_month_page, .calendar_week_page {
	border: 1px solid #E9E9E9;
	background-color: #FFF;
}
.calendar_day_page center, .calendar_month_page center, .calendar_week_page center  {
	background: #F8F8F8;
	border-bottom:1px solid #E9E9E9;
}
.calendar_day_bottom {
	height: 25px;
	background:#F8F8F8;	
	border-top: 1px solid #E9E9E9;
}
.calheadertime {
	text-align: right;	
}
.calheader th {
	text-align: right;
	border-bottom: 1px solid #e9e9e9;	
}
.calstd td, .calstd_month td, .calstd_week td {
	border-bottom: 1px solid #e9e9e9;	
}
.il_cal_monthday {
	padding-left: 3px;
}
.il_cal_navigation {
	padding-right: 10px;
}
.calstd_month, .calstd_week {
	width: 100%;
}
.calstd_month td , .calstd_week td {
	border-right:1px solid #e9e9e9;
}
.calstd_month  th , .calstd_week th{
	text-align:left;
	border-right: 1px solid #e9e9e9;
}

.login_language {
	padding: 0 10px;
	
}
.login_language  {
	font-size: 85%;
}
.login_upper {
	padding-top: 25px;	
}
table td {
	font-size: 95%;
}
.tableContentWrapper td.option, td.option_value{
	background: #ffffff;
	border-top: none; 	
}
.sess_members_buttons .inSoftLmsToolbar {
    margin-left: 10px;
    margin-top: 22px;
}
.std th {
	font-size: 100%;	
}
div.inSoftLmsLMMenu {
    padding-right: 2px;
    text-align: right;
}

#main_page_form {
	padding:0;
	margin:0;
}
#il_prop_cont_search_qry {
	text-align: left;
	width: 90px;
}
p.il_calevent , a.calminiapp , td.calevent , td.calevent .callink{
	background-color: #FFFF99 !important;
	border: 1px solid #FFDD77 !important;
}
.inSoftLmsSetup ul.il_Tab{
	left: 10px;
}
.search_form a.inSoftLmsAccAnchor {
	color: #116573;
}
.search_form a.inSoftLmsAccAnchor:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

.blockContent div.tableContentWrapper {
	padding:0;
	border:0 none;
}

div.il_HeaderInner a,
div.il_HeaderInner a:hover, 
div.il_HeaderInner a:visited,
div.il_HeaderInner a:link,
div.il_HeaderInner a:active,
div.il_HeaderInner a:focus,
div.il_HeaderInner a img,
div.il_HeaderInner a img:focus,
div.il_HeaderInner a:focus img,
div.il_HeaderInner a:active img,
div.il_HeaderInner a:visited img,
div.il_HeaderInner a:link img,
div.il_HeaderInner a:hover  img {
	text-decoration: none;
	border: none 0;
	outline: 0;
}

*:focus { outline: 0; }

.il_ContainerItemCommands2 {
	color:#116573;
	cursor:pointer;
}

#inSoftLmsAdvSelListAnchorElement_asl, #inSoftLmsAdvSelListAnchorElement_item_creation,  .inSoftLmsTableNav.yui-skin-sam span {
	cursor:pointer;
}

.inSoftLmsTableNav a:hover, a:hover {
	text-decoration:none;
	color: #000;
}

 .inSoftLmsTableNav.yui-skin-sam {
 	color:#116573;
 }

#left_panel div.inSoftLmsForm form td.submit {
	display:none;
}

#il_center_col table.std td.option_value textarea {
	display:block;
}

#il_center_col table.std td.option_value br {
	display:none;
}

#il_center_col table.std td.option {
	text-align:left;
}

/* ----------------- Skin Appointment Dashboard ------------------ */

/*#DashBoard table.inSoftLmsForm, #DashBoard td.inSoftLmsFormHeader, #DashBoard td.inSoftLmsFormFooter {
	background:none;
}*/

#il_center_col table.calstd td.calheadertime {
	min-width:100px;
}

#il_center_col table.calstd {
	width:100%;
}

.search_form div.yui-ac{
	z-index:10000;
}
#subform_file_status_1 td.inSoftLmsFormSubValue {
	position:absolute;
	width:300px;
}

.il_Block .il_BlockInfo {
	display:none;
}

.ygtv-highlight1,
.ygtv-highlight1 .ygtvlabel, 
.ygtv-highlight1 .ygtvlabel:link, 
.ygtv-highlight1 .ygtvlabel:hover, 
.ygtv-highlight1 .ygtvlabel:visited {
    background-color: #168698;
    color: #fff;
    padding-right: 10px;
}

.mask {
    background: #000;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}

#vcr_vc_update {
    background:#fff;
}

.emptyvcr {
    background: #1891A5;
    padding:10px;
    color:#fff;
    text-align:center;
    margin:5px;
}

#vcrStudentsTable td {
    padding:3px 5px;
}

#vcrTeacherTable td h3 {
    font-size:12px;
}
#membersTable input.submit {
    font-size:11px;
}

#vcrTeacherActions div {
    padding:10px 0;
    border-bottom:solid 1px #efefef;
    text-align:center;
    color: #116876;
    font-weight:bold;
}

#vcrTeacherActions div span {
    cursor:pointer;
}

#closedialog {
    border:solid 1px #efefef;
    background:#fff;
    visible:hidden;
}

.hd {
    border: 1px solid #FFBFBF;
    background:#FCEAEA url(images/mess_failure.png) no-repeat center left;
    padding: 3px 5px 3px 35px;
    font-weight:bold;
    margin-bottom:10px;
}

.ft {
    background-color: #E3E3E3;
    background-image: url("images/form_top_back.gif");
    background-repeat: repeat-y;
    color: #303030;
    font-size: 90%;
    padding: 4px 5px 1px;
    margin-top:10px;
}

.ft button {
    background-color: #FFFFFF;
    background-image: url("/insoftlms/themes/default/images/ButtonsBack.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #BABABA;
    color: #335599;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    text-decoration: none;
}

.submit.big {
    font-size:14px;
    font-weight: bold;
}

#vcrMFrame, body.vcr {
    background-color:#fff;
}

#closeVCUser {
    position:absolute;
    z-index: 9999;
    top:-25px;
    right:-5px;
    cursor:pointer;
}

#user_login_autocomplete iframe {
    display:none;
}

.yui-pb-bar {
     background: #6abf4d !important;
}

.redClass .yui-pb-bar {
    background: #ff0000;
}

.scormExplorer .blockDivIcon {
    height: 30px;
    padding-top: 3px;
}

.scormExplorer div.inSoftLmsLocator {
    height: 5px;
}

.scormExplorer div.il_HeaderInner {
    min-height: 40px;
}

h3.inSoftLmsBlockHeader a {
	padding-left: 40px;
}
div.il_editarea_selected, div.il_editarea_active_selected {
    background:#fff7d9;
    border-color: #ffe57f;
    border-style: dashed;
}
div.il_editarea_active_selected {
    border-color: #ffcc00;
}
.std #il_left_col h3.inSoftLmsBlockHeader {
	position:inherit;
	display:inline;
}

/*PrintView*/
body.printView div.il_HeaderInnerBG, body.printView div.il_Header, body.printView div.il_HeaderOuter,
body.printView #bodyFrame, body.printView .blockContent, body.printView .blockFC, body.printView .blockFR, body.printView .blockFL, 
body.printView .inSoftLmsLocator li.last, body.printView .inSoftLmsLocator li a {
    background-image: none;
}

body.printView {
    background: #fff;
}

body.printView #headerimage, body.printView .inSoftLmsLocator {
    display:none;
}

body.printView h1.inSoftLmsHeader a, body.printView h1.inSoftLmsHeader a#il_mhead_t_focus {
    padding-left: 0;
    color:#000;
    font-size: 22px;
}

body.printView #ststusbar ,
body.printView .inSoftLmsMainHeader {
    display: none;
}

.main-footer {
    background-color: #f1f1f1;
    width:100%;
    height:80px;
    overflow: hidden;
    /* iulian fix footer problems
    bottom:0px; //IE 7 only
    *position: fixed; //IE 7 only
    */
    position:absolute;
    bottom:0;
    left:0;
    z-index: -1;
}

.minister {
    width: 180px;
    height: 44px;
    background-position: 0 0;
}

.insoft {
    margin: 0 10px 10px 10px;
    width: 104px;
    height: 34px;
}

.t {
    margin: 0 10px 10px 10px;
    width: 62px;
    height: 30px;
}

.pro {
    margin: 0 10px 10px 10px;
    width: 90px;
    height: 36px;
}

.euro {
    margin: 0 10px 15px 10px;
    width: 157px;
    height: 25px;
}

.ey {
    margin: 0 10px 15px 10px;
    width: 79px;
    height: 43px;
}

#wrapper {
    /* iulian fix footer problems
    min-height:calc(100% - 80px)!important;
    min-height: -webkit-calc(100% - 80px)!important;
    *min-height: 100%; //IE 7 only
    *-moz-box-sizing: border-box; //IE 7 only
    *box-sizing: border-box; //IE 7 only
    */
    padding-bottom: 80px;
}

 .holder{
    /* iulian fix footer problems
    position: absolute;
    width: 100%;
    height: 100%;
    */
    min-height:100%;
    position:relative;
}

.inSoftLmsTabContentOuter .main-footer {
    display: none;
}

.main-footer .group-footer {
    width: 1235px;
    margin: auto;
    height: 100%;
    padding-top: 15px;
    text-align: center;
}

.main-footer .group-footer a img {
    vertical-align: middle;
}

.main-footer .group-footer a {
    display: inline-block;
    overflow: hidden;
}

.main-header {
    background-color: #fff;
}

.main-header .group-left {
    text-align: center;
    margin: auto;
}

.main-header .group-right {
    float: right;
    margin-right: 27px;
    margin-left: 23px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.main-header a {
/*    margin: 15px;*/
}

.main-header a img {
    height: 70px;
/*    margin-top: 13px;
    margin-left: 177px;*/
}

/* ascund peste tot main header-ul pentru ca mai este folosit tpl-ul main */
.main-header {
    display: none;
}

.main-header .right {
    display: block;
   /* width: 930px; */
    float: left;
}

/* afisez main header-ul doar cand este coplil direct a lui body */
body > .holder > #wrapper > .main-header {
    display: block;
    height: 120px;
}

#bodyFrame .holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-text {
    width: 900px;
    margin-left: 60px;
    float: left;
}

#language-wrapper {
    display: none;
}

.infuse-icon {
   float: right;
   padding: 12px;
}

.group-container {
    text-align: center;
    margin: auto;
    width: 900px;
}

.eu-logo {
    float: left;
    padding: 12px;
}

.group-icons{ 
    height: 100px;
}

/* Responsive header */
@media (max-width: 900px) {
    .group-container{
        width: 780px;
    }
}

/* Responsive footer */
@media (max-width: 1200px) {
    .main-footer .group-footer {
        width: 900px;
    }
}

.logo {
    width: 90%;
    height: 110px;
    padding: 5px;   
}

.login-video {
    margin-top: 10px;
    width: 100%;
    object-fit: inherit;
}

.help-hidden {
    display: none;
}

.canvas-container canvas {
    width: 100% !important;
    clear: both;
}
.il_ButtonGroup .submit {
	font-size: 105%;
	font-weight: bold;
	padding: 6px 8px 6px;
}