/*css file containing mostly styles for activity display/design pages*/
/*
div.header {
	background-color: #B9D0C2;
	border-bottom: 2px solid #114927;
}
div.title_with_logo, div.title {
    font-size: 24pt;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    margin: 0 15px;
    color: #114927;
    background-color: #B9D0C2;
    line-height: 70px;
}
div.title_with_logo {
    background-image: url(../images/flaxteacherlogo.png);
    background-position: right center;
    background-repeat: no-repeat;
}
div.footer {
    background-color: #B9D0C2;
    height: 35px;
    clear: both;
    margin: 10 0 0 0;
    text-align: right;
}
div.foot_with_logo {
    background-image: url(../images/flaxstudentlogo.png);
    background-position: right center;
    background-repeat: no-repeat;
    height: 30px;
    margin-right: 30px;
    padding-top: 5px;
}
div.footer div span.dummy {
    position: absolute;
    right: 0;
    top: -20;
}
*/
/**Components of activity playing page (top-down, regardless activity types): header, class_feature_panel, activity_content
*/

/**Activity body (run time - LLDL.getActivityBody), as well as module interface*/
div#activity_body {
    overflow:auto;
    margin: 10 45px;
    height:560px;
}
/***Feature panel of all types of activity playing interface*************************************************************************/
/* feature panel float: left;*/
div.common_activity_buttons {
	text-align: right;
	margin-bottom: 45px;
}
div.activity_stats_panel {
	margin: 0 0 10px 0;
	position: relative;
	height: 20px;
}
div.activity_stats_panel ul {
	line-height: 25px;
	height: 25px;
}
div.activity_stats_panel ul li {
    list-style: none;
    display: inline;
    font-style: italic;
    font-weight: bold;
    color: #114927;
}

div.activity_stats_panel ul li span{
    margin: 0 5px;
    font-weight: normal;
}
		

ul.score_panel, ul.number_panel {    
    margin: 0 0;
    padding: 0 0;
}
ul.score_panel {
	width: 69%;
	background-color: #CBB9B7;
	text-align: left;
}
ul.score_panel li {
	margin-left: 10px;
}
ul.number_panel {
	margin-left: 5px;
	background-color: #FFFFFF;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	white-space:nowrap;
}
._LLDL_countdown_clock {
	border: 2px solid blue;
	padding: 2px;
	font-weight:bold;
	font-style:normal;
}
/***End of Feature panel of all types of activity playing interface*************************************************************************/
div.activity_content {
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	max-height: 430px;
}
	
div.document_title {
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    background: url(../images/flaxiconoriginal_16.png) no-repeat #B9D0C2;
    background-position: 10 center;
    padding-left: 40px;
    border-bottom: 2px solid #114927;
}
div.document_content {
	padding: 30px 0;
    font-size: 14pt;
    overflow: auto;
    max-height: 340px;
}
/***********************************************/

/** Print activity*/
div.print_version_body_class {
	border: 1px solid black;
	text-align:left;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}
div#print_answer {
	text-align:right;
	font-size: 1em;
	cursor: pointer;
	text-decoration: underline;
}
div.print_version_hd_class{	
	text-align: left;
    position: relative;
    line-height: 35px;
    margin: 10px;
}
div.print_version_hd_class img{
    position: absolute;
    right: 0;
    top: 0;
}
div.print_version_ft_class {
	text-align: left;
    margin: 0 10px;
}
/**End of print activity*/
/**** Used by ContentWordGuessing and DesignActivityModule ****/
div.tooltip {
    position: absolute;
    background-color: #81f7be;
    display: block;
    overflow: auto;
    z-index: 5000;
    padding: 2px;
    font-size: 0.9em;
    -moz-border-radius: 10px 10px; /*Rounded edges in Firefox */
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 4px groove #9a9998;
    border-bottom: 4px groove #9a9998;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
    text-align: left;
}
/** Language boxes with different colors*/


/*Language boxes are used in some of the choose-activity/collection interfaces in flax module*/
.languageBox{
  min-height:62px;
  background-position:bottom;
  background-repeat:repeat-x;
  border-bottom: 5px solid Window;
}

.french{
  background-image:url(../images/french_tab.gif);
}
.frenchBox{
  background-color:#E5F1F7;
}

.spanish{
  background-image:url(../images/spanish_tab.gif);
 
}
.spanishBox{
    background-color:#FBECE7;
}

.german{
  background-image:url(../images/german_tab.gif);
}

.germanBox{
    background-color:#FFF7E5;
}

.italian{
  background-image:url(../images/italian_tab.gif);
 }
.italianBox{
    background-color:#F2FAF2;
}

.chinese{
  background-image:url(../images/mandarin_tab.gif);
 
}
.chineseBox{
    background-color:#FFF5F5;
}

.portuguese{
  background-image:url(../images/portuguese_tab.gif);
 
}
.portugueseBox{
  background-color:#F8FCFF;
}


.greek{
  background-image:url(../images/greek_tab.gif);
 
}
.greekBox{
    background-color:#FEFCF5;
}

.more{
  background-image:url(../images/more_tab.gif);
 
}
.moreBox{
    background-color:#EFF7F8;
}/****************************************************/


