﻿
/* */

a.new-window {
   background: url("../img/icons/new-window.gif") no-repeat right center;
   padding-right: 13px;
}


.readmore, .readless, .showhide
{
	color: #005D8B;
	cursor: pointer;
}

.showhide {
    margin-left: 20px;
}

/* Views options (VELS and AC) */

.view-common-options
{
    font-size: 0.75em;
    padding: 0 20px;
}

.view-common-options .view
{
    border-right: 1px solid #EEEEEE;
    float: left;
    height: 2.3em;
    padding-top: 1.2em;
    width: 10em;
}

.view-common-options .view span
{
    float: left;
    width: 3.7em;
    font-weight: bold;
}

.view-common-options .view li
{
    float: left;
    position: relative;
    top: -3px;
}

.view-common-options .view li a
{
    background-repeat: no-repeat;
    display: block;
    background-image: url("../img/icons/layouts-sm.png");
    height: 15px;
    margin-right: 6px;
    text-indent: -9000px;
    width: 17px;
    margin-top: 2px;
}
.view-common-options .view a
{
    background-image: url("../img/icons/layouts-sm.png");
}

.view-common-options .view .rows a
{
    background-position: 0 -135px;
}

.view-common-options .view .rows a.active
{
    background-position: 0 -150px;
}

.view-common-options .view .rows a:hover
{
    background-position: 0 -165px;
}


.view-common-options .view .columns a
{
    background-position: 0 0;
}

.view-common-options .view .columns a.active
{
    background-position: 0 -15px;
}

.view-common-options .view .columns a:hover
{
    background-position: 0 -30px;
}

.view-common-options .view .elaborations a
{
    background-position: 0 -45px;
}

.view-common-options .view .elaborations a.active
{
    background-position: 0 -60px;
}

.view-common-options .view .elaborations a:hover
{
    background-position: 0 -75px;
}

.view-common-options .view .modes a
{
    background-position: 0 -90px;
}

.view-common-options .view .modes a.active
{
    background-position: 0 -105px;
}

.view-common-options .view .modes a:hover
{
    background-position: 0 -120px;
}

.view-common-options .show
{
    float: left;
    padding-left: 20px;
    padding-top: 1em;
}

.view-common-options .show span
{
    font-weight: bold;
    padding-right: 12px;
}

.view-common-options .show label
{
    padding-right: 12px;
}

.view-common-options .show input
{
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.view-common-options .print
{
	border-left: 1px solid #EEEEEE;
	float: right;
	padding-left: 22px;
	padding-top: 1.2em;
	font-weight: bold;
	height: 2.3em;
}

.view-common-options .print a
{
	padding-left: 22px;
	background-image: url(../img/icons/print-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* */

.view-common-pager
{
	padding: 12px 20px;
	clear: both;
	font-weight: bold;
	font-size: 0.75em;
	height: 1em;
	background-color: #eee;
}

.view-common-pager .previous
{
	float: left;
	color: #005D8B;
	cursor: pointer;
    background-image: url(../img/icons/arrow-previous.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

.view-common-pager .next
{
	float: right;
	color: #005D8B;
	cursor: pointer;
    background-image: url(../img/icons/arrow-next.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 12px;
}

.view-common-pager .pages
{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	height: 0;
}

.view-common-pager .pages li
{
	display: inline;
	margin: 0 3px;
}

/* */

.view-common-window
{
	overflow: hidden;
	width: 100%;
	position: relative;
	clear: both;
	margin: 0 8px;
	width: 964px;
}

#views-home-curriculumhistory .version {
    font-size: 0.85em;
    margin-top: 3em;
    text-align: left;
    width: 100%;
}
#views-home-curriculumhistory .version .heading {
    font-weight: bold;
}
#views-home-curriculumhistory .version .heading th {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    font-size: 1.2em;
    vertical-align: middle;
    width: 40%;
}
#views-home-curriculumhistory .version .heading td {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
#views-home-curriculumhistory .version th {
    border: 1px solid #000000;
    padding: 0.6em;
}
#views-home-curriculumhistory .version td {
    border: 1px solid #000000;
    padding: 0.6em;
}
#views-home-curriculumhistory .version ul {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-top: 0.5em;
}
#views-home-curriculumhistory .version ul ul {
    list-style-type: circle;
}
#views-home-curriculumhistory .version li {
    margin-bottom: 0.5em;
}
#views-home-contactus form .field
{
	clear: left;
	padding-top: 1em;
}

#views-home-contactus form label
{
	font-weight: bold;
	min-width: 12em;
	display: block;
	float: left;
	position: relative;
	top: 0.4em;
	padding-left: 10px;
}

#views-home-contactus form label.req
{
	background-image: url('../img/required.png');
	background-repeat: no-repeat;
}

#views-home-contactus form textarea,
#views-home-contactus form .text-box,
#views-home-contactus form select
{
	padding: 3px;
	float: left;
}

#views-home-contactus form select {
    font-size: 0.8em;
    width: 26em;
}

#views-home-contactus form .text-box
{
	width: 18em;
}

#views-home-contactus form .multi-line
{
	width: 19em;
	height: 10em;
}
#views-home-contactus form p
{
	color: #636363;
	font-size: 0.85em;
	margin-bottom: 1em;
}

#views-home-contactus form p img
{
	vertical-align: top;
}

#views-home-contactus form #OtherReason
{
	display: none;
	margin-left: 1ex;
}

#views-home-contactus form .actions
{
	clear: left;
	padding-top: 2em;
}

#views-home-contactus form .ac-button
{
	background-color: #e2e2e2;
	color: #636363;
	font-size: 0.9em;
	padding: 4px;
	width: 9em;
}

#views-home-contactus form .submit
{
	background-color: #636363;
	color: #fff;
}

#views-home-contactus form .field-validation-error
{
	display: block;
	color: red;
	font-size: 0.9em;
	margin: 0.5em 10px;
}

/* */

.carousel-disabled
{
	visibility: hidden;
}

.carousel-offscreen
{
	height: 10px;
}

/* Filter area */

.view-common-filter
{
	background-color: #DEDEDE;
	min-height: 27px;
}

.view-common-filter .container
{
	background-color: #eee;
	overflow: visible;
}

.view-common-filter form
{
	font-size: 0.75em;
	padding: 12px 20px;
	width: 940px;
}

.view-common-filter select
{
	width: 14em;
	position: absolute;
	left: -5000px;
}

.view-common-filter .filter-options
{
	float: left;
	padding-top: 2px;
	min-height: 21px;
	white-space: nowrap;
}

.view-common-filter .filter-options .legend
{
	float: left;
	margin-top: 4px;
	width: 3.7em;
	font-weight: bold;
}

.view-common-filter .filter-options .fields
{
	margin-left: 3.7em;
	line-height: 2;
}

.view-common-filter .filter-options input
{
	margin: 3px 3px 3px 4px;
}

.view-common-filter .filter-options a
{
	font-size: 0.9em;
	line-height: 1;
}

.view-common-filter .filter-options label
{
	font-size: 0.9em;
}

.view-common-filter .filter-buttons
{
	float: right;
	white-space: nowrap;
}

.view-common-filter .ac-button
{
	background-color: #E2E2E2;
	color: #636363;
	font-size: 0.9em;
	padding: 4px;
	width: 7.8em;
}

.view-common-filter .ac-button.apply
{
	background-color: #636363;
	color: #fff;
}

/* Site common double blue bar */

.btitle
{
	color: #fff;
	background-color: #5FA7D0;
}

.btitle .pre
{
	background-color: #4B8CB9;
	padding: 8px 20px 8px 12px;
	float: left;
	font-weight: bold;
	background-image: url("../img/blue-arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.btitle .post
{
	padding: 8px 12px;
	float: left;
	font-weight: normal;
}

.year.col3 .btitle .post {
    padding: 8px 3px;
    font-size: 1.0em;
}

/* AC curriculum - common */


.views-curriculum .curriculum
{
	clear: both;
}

.views-curriculum .curriculum .description h3, .views-curriculum .curriculum .keyquestions h3
{
	font-size: 0.8em;
	margin: 0.4em 0;
	border-style: none;
	padding: 0 0.75em;
}

.views-curriculum .curriculum .desc
{
	color: #535353;
	font-size: 0.75em;
	line-height: 1.3;
	margin: 0.6em 7px 1em 9px;
}

.views-curriculum .curriculum .desc ul {
    list-style: disc;
}

.views-curriculum .curriculum .desc li
{
	margin-left: 22px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.views-curriculum .curriculum .desc li.left
{
	margin-left: 0;
}

.views-curriculum .curriculum h3
{
	border-bottom: 1px solid #9c9c9c;
	font-size: 0.8em;
	padding: 0.5em 0.75em 0.5em 0.75em;
	clear: both;
}

.views-curriculum .curriculum h4
{
	border-bottom: 1px solid #9c9c9c;
	font-size: 0.75em;
	padding: 8px 10px;
}

.views-curriculum .curriculum .achvstd h4
{
	padding: 0 0 0.5em 0 !important;
	border-style: none !important;
	font-size: 1em !important;
}

.views-curriculum .curriculum p.alttitle
{
	font-size: 0.75em;
	padding: 0.5em 0.75em 0.1em 0.75em;
}

.views-curriculum .curriculum h5
{
	background-color: #f8f8f8;
	color: #898989;
	font-size: 0.75em;
	padding: 0.5em 0.75em;
	border-color: #E2E2E2 white #F8F8F8;
	border-style: solid;
	border-width: 1px;
	margin-top: 1px;
}

.views-curriculum .curriculum .substrand h6 {
    font-size: 0.75em;
    margin-top: 1px;
    padding: 0.5em 0.75em;
    clear: both;
}

.views-curriculum .curriculum .substrand
{
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
}

.views-curriculum .curriculum .substrand.expand
{
	border: solid 1px transparent;
}

.views-curriculum .curriculum .substrand.expand .hh
{
	border-top-width: 0;
}

.views-curriculum .curriculum .substrand .hh .left {
    float: left;
    width: 385px;
}
.views-curriculum .curriculum .substrand .hh .right {
    width: 535px;
}

.views-curriculum .curriculum .substrand.first h5
{
	border-top: solid 1px #f8f8f8;
}

.views-curriculum .curriculum .full-description a
{
	color: #126d97;
	font-size: 0.75em;
	font-weight: bold;
	margin-left: 0.6em;
}

.views-curriculum .curriculum .content-block
{
	clear: both;
	margin: 8px 0;
}

.views-curriculum .curriculum .cd
{
	color: #535353;
	line-height: 1.3;
	border: solid 1px transparent;
	border-top-color: #E2E2E2;
	font-size: 0.75em;
	padding: 0.9em 7px 0.6em 9px;
	display: none;
    clear: both;
}

.views-curriculum .curriculum .cd.firstCD {
    border: none;
}

.views-curriculum .curriculum .cd .inner
{
	background-position: right bottom;
	background-repeat: no-repeat;
}

.views-curriculum .curriculum .tags
{
	margin-top: 0.4em;
}

.views-curriculum .curriculum .tags ul
{
	display: inline;
	margin-right: 5px;
}

.views-curriculum .curriculum .tags li
{
	display: inline;
	margin: 0 3px 0 0;
}

.views-curriculum .curriculum .code
{
	color: #ababab;
}

.views-curriculum .curriculum .cd.first
{
	border-top-color: transparent;
}

.views-curriculum .showcds .cd, .views-curriculum .showcds .overview .desc, .views-curriculum .curriculum .scd
{
	display: block !important;
}

.views-curriculum .curriculum .substrand h6.substrand {
    font-weight: bold;
    line-height: 1.3em;
    font-size: 0.75em;
    margin-top: 1px;
    padding: 0.75em 0.75em 0;
    border: solid 1px rgba(0, 0, 0, 0);
    border-top-color: rgb(226, 226, 226);
}

.views-curriculum .curriculum .substrand.last h5
{
	border-bottom: 1px solid #E2E2E2;
}

.views-curriculum .curriculum .substrand.expand h5, .views-curriculum .curriculum.showcds h5
{
	border-bottom-color: #fff !important;
}

.views-curriculum .curriculum.showtags .tags
{
	display: block !important;
}

.views-curriculum .curriculum .hover .hh
{
	/* Disabled pending decisions by VCAA
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 99% center;
	*/
}

.views-curriculum .curriculum .substrand.expand .cd
{
	display: block;
}

.views-curriculum .curriculum .col3
{
	float: left;
	width: 310px; /* (980 - 2*8 - 2*16)/3 */
	margin-right: 16px;
}

.views-curriculum .curriculum .col2
{
	float: left;
	width: 474px; /* (980 - 2*8 - 1*16)/2 */
	margin-right: 16px;
}

.views-curriculum .curriculum .col2.left
{
	clear: left;
}

.views-curriculum .curriculum .col1
{
	width: 964px; /* 980 - 2*8 */
	/*clear: both;*/
}

/*.views-curriculum .curriculum .worksamples li
{
	font-size: 0.75em;
	margin-top: 0.3em;
	margin-left: 9px;
}

.views-curriculum .curriculum .worksamples p {
    line-height: 1.3;
    font-size: 0.75em;
    margin: 0.6em 7px 1em 9px;
    color: #535353;
}

.views-curriculum .curriculum .worksamples a
{
	background-image: url(../img/icons/pdf.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #005d8b;
	padding-left: 20px;
	padding-bottom: 1px;
	display: block;
	min-height: 16px;
	padding-top: 4px;
	margin-top: 0.3em;
	margin-left: 9px;
}*/

.views-curriculum .curriculum .h7, .views-curriculum .curriculum .h8
{
	font-weight: bold;
}

/* AC curriculum - row layout */

#views-learningarea-rowlayout .view-common-options .view
{
	width: 14em;
}

#views-learningarea-rowlayout .curriculum
{
	background-color: #eee;
}

#views-learningarea-rowlayout .curriculum .year
{
	background-color: #fff;
	margin-bottom: 2em;
	padding: 0 8px;
}

#views-learningarea-rowlayout .curriculum .btitle
{
	margin-bottom: 1em;
}

#views-learningarea-rowlayout .curriculum .strands
{
	width: 980px;
}

/* AC curriculum - column layout */

#views-learningarea-columnlayout .view-common-options .view
{
	width: 14em;
}

#views-learningarea-columnlayout .curriculum
{
	position: relative;
	width: 6000px; /* Needs to be wide enough so all year level columns fit within (> 980/3 * YearLevelCount) */
}

#views-learningarea-columnlayout .curriculum .year
{
	position: relative;
	float:left;
}

#views-learningarea-columnlayout .curriculum .btitle
{
	margin-bottom: 1em;
}

#views-learningarea-columnlayout .curriculum .btitlefirst
{
	width: 100%;
	padding-right: 16px;
}

#views-learningarea-columnlayout .curriculum .btitlefirst
{
	width: 100%;
	padding-right: 16px;
}

#views-learningarea-columnlayout .curriculum .btitletail .pre, #views-learningarea-columnlayout .curriculum .btitletail .post
{
	visibility: hidden;
}

/* AC curriculum - elaboration layout */

#views-learningarea-elaborationlayout .view-common-options .view
{
	width: 14em;
}

#views-learningarea-elaborationlayout .curriculum
{
	position: relative;
	width: 20000px; /* Needs to be wide enough so all year level columns fit within (> 980 * YearLevelCount) */
}

#views-learningarea-elaborationlayout .curriculum .year
{
	width: 964px; /* 980 - 2*8 */
	float: left;
	margin-right: 0;
}

#views-learningarea-elaborationlayout .curriculum .btitle
{
	margin-bottom: 1em;
}

/* AC curriculum - modes layout */

#views-learningarea-modeslayout .view-common-options .view
{
	width: 14em;
}

#views-learningarea-modeslayout .curriculum
{
	position: relative;
	width: 20000px; /* Needs to be wide enough so all year level columns fit within (> 980 * YearLevelCount) */
}

#views-learningarea-modeslayout .curriculum .btitle
{
	margin-bottom: 1em;
}

#views-learningarea-modeslayout .curriculum .year
{
	float: left;
	width: 980px;
}

#views-learningarea-modeslayout .curriculum .desc
{
	width: 940px;
}

/* AC inner strand/substrand/cd rules */

#views-learningarea-elaborationlayout .curriculum .substrand, #views-yearlevel-elaborationlayout .curriculum .substrand
{
	clear: both;
	position: relative;
}

#views-learningarea-elaborationlayout .curriculum li.cd .left, #views-yearlevel-elaborationlayout .curriculum li.cd .left
{
	float: left;
	padding: 0 24px 0.8em 0;
	width: 360px;
}

#views-learningarea-elaborationlayout .curriculum li.cd .options, #views-yearlevel-elaborationlayout .curriculum li.cd .options
{
	margin-top: 0.5em;
}

#views-learningarea-elaborationlayout .curriculum li.cd h6, #views-yearlevel-elaborationlayout .curriculum li.cd h6
#views-learningarea-elaborationlayout .curriculum li.cd div.h6, #views-yearlevel-elaborationlayout .curriculum li.cd div.h6
{
	position: absolute;
	left: -50000px;
	color: #898989;
	line-height: 1;
	padding: 0.5em 0;
	border-top: solid 1px transparent;
}

#views-learningarea-elaborationlayout .curriculum li.cd h6.first, #views-yearlevel-elaborationlayout .curriculum li.cd h6.first
{
	left: 392px;
	top: 0;
}

#views-learningarea-elaborationlayout .curriculum .substrand.first li.cd h6, #views-yearlevel-elaborationlayout .curriculum .substrand.first li.cd h6
{
	border-top-style: none;
}

#views-learningarea-elaborationlayout .curriculum li.cd .right, #views-yearlevel-elaborationlayout .curriculum li.cd .right
{
	float: left;
	width: 535px;
}

#views-learningarea-elaborationlayout .curriculum li.cd .right li, #views-yearlevel-elaborationlayout .curriculum li.cd .right li
{
	list-style-type: disc;
	margin: 0 0 0.5em 1.3em;
}

#views-learningarea-elaborationlayout .curriculum .ecd h7.first, #views-yearlevel-elaborationlayout .curriculum .ecd h7.first
{
	left: 392px;
	top: 0;
}

#views-learningarea-elaborationlayout .curriculum .ecd h7, #views-yearlevel-elaborationlayout .curriculum .ecd h7
{
	border-top: 1px solid transparent;
	color: #898989;
	left: -5000px;
	line-height: 1;
	padding: 0.5em 0;
	position: absolute;
	font-weight: bold;
}

#views-learningarea-elaborationlayout .curriculum .desc .elab-title {
	border-top: 1px solid;
    border-color: #E2E2E2 white #F8F8F8;
    border-bottom-color: #fff !important;
    background-color: #f8f8f8;
	color: #898989;
	/*left: -5000px;
	line-height: 1;*/
	padding: 0.5em 0.75em;
	font-weight: bold;
    margin-top: 10px;
    height: 15px;
}
#views-learningarea-elaborationlayout .curriculum .desc .elab-title .left {
    float: left;
    padding: 0 24px 0.8em 12px;
    width: 346px;
}
#views-learningarea-elaborationlayout .curriculum .desc .elab-title .right {
    float: left;
    width: 535px;
}

#views-learningarea-elaborationlayout .curriculum .ecd .left, #views-yearlevel-elaborationlayout .curriculum .ecd .left,
#views-learningarea-elaborationlayout .curriculum .overview .keyfeatures .ecd .left
{
	float: left;
	padding: 0 24px 0.8em 0;
	width: 346px;
}

#views-learningarea-elaborationlayout .curriculum .ecd,
#views-yearlevel-elaborationlayout .curriculum .ecd
#views-learningarea-elaborationlayout .curriculum .overview .keyfeatures .ecd {
    clear: both;
}

#views-learningarea-elaborationlayout .curriculum .ecd .right, #views-yearlevel-elaborationlayout .curriculum .ecd .right,
#views-learningarea-elaborationlayout .curriculum .overview .keyfeatures .ecd .right
{
	float: left;
	width: 535px;
}

#views-learningarea-elaborationlayout .curriculum .ecd .right li, #views-yearlevel-elaborationlayout .curriculum .ecd .right li
#views-learningarea-elaborationlayout .curriculum .overview .keyfeatures .ecd .right li
{
	list-style-type: disc;
	margin: 0 0 0.5em 1.3em;
}



#views-yearlevel-rowlayout .curriculum .area
{
	margin-bottom: 2.2em;
}

#views-learningarea-modeslayout .curriculum h4
{
	padding-top: 1em;
	font-size: 0.9em;
}

#views-learningarea-modeslayout .curriculum h5
{
	background-color: #fff;
	color: #000;
	border-color: #fff;
	border-bottom: 1px solid #9C9C9C !important;
	font-size: 0.75em;
	padding: 0.5em 0.75em;
	margin: 0;
}

/* AC curriculum - alternative layout for history */

#views-learningarea-rowlayout.history .description, #views-learningarea-columnlayout.history .col1 .description, #views-learningarea-elaborationlayout.history .description, #views-yearlevel-rowlayout .area.history .description, #views-yearlevel-columnlayout .area.col1.history .description, #views-yearlevel-elaborationlayout .curriculum.history .description
{
	float: left;
	width: 49%;
}

#views-learningarea-rowlayout.history .keyquestions, #views-learningarea-columnlayout.history .col1 .keyquestions, #views-learningarea-elaborationlayout.history .keyquestions, #views-yearlevel-rowlayout .keyquestions, #views-yearlevel-columnlayout .area.col1 .keyquestions, #views-yearlevel-elaborationlayout .keyquestions
{
	float: left;
	padding-left: 1.8%;
	width: 49%;
}

.views-curriculum .curriculum .overview .desc
{
	display: none;
}

.views-curriculum .curriculum .overview .expand .desc
{
	display: block !important;
}

.views-curriculum .curriculum .overview h6
{
	background-color: #F8F8F8;
	color: #898989;
	font-size: 0.75em;
	margin-top: 1px;
	padding: 0.5em 0.75em;
	border-color: #E2E2E2 white #F8F8F8;
	border-style: solid;
	border-width: 1px;
    height: 12px;
}

.views-curriculum .curriculum .overview h6 .left {
    float: left;
    padding: 0 24px 0.8em 20px;
    width: 346px;
}

.views-curriculum .curriculum .overview h6 .right {
    float: left;
    width: 535px;
}

.views-curriculum .curriculum .keyquestions ol
{
	font-size: 0.75em;
	padding: 0.5em 0.8em;
	color: #535353;
	line-height: 1.4;
}

.views-curriculum .curriculum .keyquestions li
{
	list-style-type: disc;
	margin-left: 1.5em;
}

.views-curriculum .curriculum .keyfeatures li
{
	margin-bottom: 0.5em;
}

.views-curriculum .curriculum ol.elabs li
{
	list-style-type: disc;
	margin-left: 28px;
}

/* AC curriculum hover effects */

.views-curriculum .curriculum .code.hover
{
	color: #636363 !important;
}

.views-curriculum .curriculum .hover.expand .hh
{
	/* Disabled pending decisions by VCAA
	background-image: url(../img/icons/rollover/Grey2.gif);
	background-repeat: no-repeat;
	background-position: 99% center;
	*/
}

.views-curriculum .curriculum .hover.hh
{
	/* Disabled pending decisions by VCAA
	background-image: url(../img/icons/rollover/Grey.gif);
	background-repeat: no-repeat;
	background-position: 99% center;
	*/
}

.views-curriculum .curriculum .hover.expand, .views-curriculum .curriculum .hover.hh
{
	/* Disabled pending decisions by VCAA
	border-color: #636363 !important;
	*/
}

/* Curriculum area list (not visible in normal usage) */

#views-curriculum-index #view
{
	padding: 2em 30px;
	font-size: 0.9em;
}

#views-curriculum-index #view ol
{
	margin: 1em;
}

#views-curriculum-index #view li
{
	margin-bottom: 0.5em;
}

/* VELS levels list (not visible in normal usage) */

#views-levels-index #view
{
	padding: 2em 30px;
	font-size: 0.9em;
}

#views-levels-index #view ol
{
	margin: 1em;
}

#views-levels-index #view li
{
	margin-bottom: 0.5em;
}

/* VELS level - Common */

.views-level .curriculum .domain .btitle, .views-level .curriculum .pathways .btitle
{
	margin-bottom: 0.6em;
}

.views-level .curriculum h2
{
	border-bottom: 0px none;
	font-size: inherit;
	margin-bottom: 0;
	padding: 0;
}

.views-level .curriculum .learningarea .btitle
{
	margin-bottom: 1.1em;
}

.views-level .curriculum .domain .desc h3, .views-level .curriculum .domain .desc h4, .views-level .curriculum .pathways .desc h3, .views-level .curriculum .pathways .desc h4
{
	font-size: 1em !important;
	padding-left: 0 !important;
	border-bottom-style: none !important;
}

/* VELS level - row layout */

#views-level-rowlayout .curriculum
{
	background-color: #eee;
}

#views-level-rowlayout .level
{
	background-color: #fff;
	margin-bottom: 2em;
	padding: 0 11px 1em 11px;
}

#views-level-rowlayout .learningarea .strands
{
	width: 980px;
}

/* VELS level - column layout */

#views-level-columnlayout .curriculum
{
	position: relative;
	width: 15000px; /* Column Width = 326px, 46 subjects, 326 * 46 = 14996 */
}

/* VELS domains (not visible in normal usage) */

#views-domains-index #view
{
	padding: 2em 30px;
	font-size: 0.875em;
}

#views-domains-index #view p, #views-domains-index #view ul
{
	margin-bottom: 1em;
}

#views-domains-index #view li li
{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#views-domains-index #view li sup,
#views-domains-index #view .sup
{
	font-size: 0.6em;
	border: solid 1px #999;
	padding: 0 1px;
	color: #666;
}

#views-domains-index #view .sup
{
	font-size: 0.8em;
}

/* VELS domain - row layout */

#views-domain-rowlayout #view
{
	margin-bottom: 2em;
}

#views-domain-rowlayout .levels
{
	background-color: #eee;
}

#views-domain-rowlayout .level
{
	background-color: #fff;
	margin-bottom: 1.2em;
	padding: 0 8px 1em 8px;
}

#views-domain-rowlayout .levelwithac
{
	margin-bottom: 0;
}

#views-domain-rowlayout .focus h3,
#views-domain-rowlayout .standards h3
{
	margin-bottom: 1em;
	font-size: 0.875em;
}

#views-domain-rowlayout .level .focus, #views-domain-rowlayout .level .standards
{
	margin: 1.6em 12px 0 12px;
}

#views-domain-rowlayout .desc
{
	color: #535353;
	font-size: 0.75em;
	line-height: 1.3;
}

#views-domain-rowlayout .standards h4
{
	background-color: #F8F8F8;
	color: #898989;
	padding: 0.5em 12px;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	left: -12px;
	margin-bottom: 0.6em;
	font-weight: normal;
	width: 100%;
}

#views-domain-rowlayout .year
{
	background-color: #fff;
  margin-bottom: 2em;
  padding: 0 11px;
}

#views-domain-rowlayout .year .btitle
{
	margin-bottom: 1em;
}

#views-domain-rowlayout .year .strands
{
	width: 980px;
}

#views-domain-rowlayout .curriculum h2
{
	font-size: 0.875em;
	padding: 0 9px 1em 9px;
}

/* VELS level - column layout */

#views-domain-columnlayout #view
{
	margin-bottom: 2em;
}

#views-domain-columnlayout .cols3
{
	width: 310px; /* (980 - 2*8 - 2*17)/3 */
	float: left;
	margin-right: 17px;
}

#views-domain-columnlayout .cols2
{
	width: 473px; /* (980 - 2*8 - 17)/2 */
	float: left;
	margin-right: 17px;
}

#views-domain-columnlayout .cols1
{
	width: 964px; /* 980 - 2*8 */
}

#views-domain-columnlayout .levels
{
	width: 10000px; /* > 980/3 * ColsCount */
	position: relative;
}

#views-domain-columnlayout .level
{
	padding-bottom: 1em;
}

#views-domain-columnlayout .focus h3,
#views-domain-columnlayout .standards h3
{
	margin-bottom: 1em;
	font-size: 0.875em;
}

#views-domain-columnlayout .level .focus, #views-domain-columnlayout .level .standards
{
	margin: 1.6em 12px 0 12px;
}

#views-domain-columnlayout .desc
{
	color: #535353;
	font-size: 0.75em;
	line-height: 1.3;
}

#views-domain-columnlayout .standards h4
{
	background-color: #F8F8F8;
	color: #898989;
	padding: 0.5em 12px;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	left: -12px;
	margin-bottom: 0.6em;
	font-weight: normal;
	width: 100%;
}

#views-domain-columnlayout .curriculum
{
	margin: 1.2em 3px 0 3px;	
}

#views-domain-columnlayout .curriculum .btitle 
{
	background-color: #fff;
	color: #333;
	font-size: 0.875em;
}

#views-domain-columnlayout .curriculum .btitle .pre
{
	background-color: #fff;
	background-image: none;
	padding-left: 9px;
}

/* VELS domains (common) */

.views-domain .markup h3
{
	/* Workaround for Humanities title fudging done by VCAA */
	font-weight: normal;
	margin-top: 2.5em;
	font-size: 1em !important;
}

.views-domain sup
{
	/* AC marker */
	border: solid 1px #999;
	padding: 0 1px;
	color: #666;
	margin-left: 0.5ex;
}

.views-domain .markup sup
{
	font-size: 0.7em;
}

/* Glossary popup */

#ac-glossary-dlg .glossary-term {
	font-size: 0.8em;
	padding: 0 15px 10px;
}

dl.glossary-term dt
{
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 1em;
}

dl.glossary-term dd
{
	line-height: 1.3;
	margin-bottom: 1.4em;
}

dl.glossary-term ul
{
	margin: 0.5em 0;
}

dl.glossary-term li
{
	margin-left: 2em;
	list-style-type: disc;
	margin-bottom: 0.2em;
}

dl.glossary-term p img,
dl.glossary-term li img
{
	position: relative;
	top: 0.5em;
}

dl.glossary-term p.img img
{
	position: static;
}

dl.glossary-term p.img
{
	padding-left: 6em;
}

dl.glossary-term table
{
	margin-bottom: 1em;
}

dl.glossary-term th,
dl.glossary-term td
{
	border: solid 1px #636363;
	padding: 0.8ex;
}

dl.glossary-term .caption
{
	text-align: center;
}

dl.glossary-term p
{
	margin-bottom: 1em;
}

#ac-glossary-dlg
{
	padding-top: 0;
}

#ac-glossary-dlg .markup
{
	font-size: 0.8em;
	line-height: 1.3;
	max-height: 600px;
	overflow: auto;
}

/* Context popup - Changes to jQueryUI styling */

.ac-dlg .ui-dialog-titlebar
{
	padding: 0;
}

.ac-dlg .ui-dialog-titlebar-close
{
	padding: 0;
	right: -1px;
}

.ac-dlg .ui-widget-header
{
	background-image: none;
	background-color: Transparent;
}

.ac-dlg
{
	font-size: 1em !important;
}

#ac-gen-dlg
{
	padding: 0;
}
/*popup message*/
.popup-msg {
	font-size: 1.2em;
	overflow: hidden;
	line-height: 1.5;
	padding: 2rem;
}
	.popup-msg a {
		text-decoration: underline;
		color: #005d8b;
	}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: #daf0f7;
}
/* Content description - popup and page */
#ac-gen-dlg .curriculum-common-cd {
	padding: 0 15px 15px 15px;
}

#views-curriculum-contentdescription .curriculum-common-cd,
#views-curriculum-focusarea .curriculum-common-cd,
#views-glossary-term .glossary-term
{
	margin: 2em auto;
	width: 850px;
}

.curriculum-common-cd .title
{
	font-size: 0.8em;
	padding: 0 0.5em 0.7em 0.5em;
	font-weight: bold;
}

.curriculum-common-cd .upper, .curriculum-common-cd .lower
{
	font-size: 0.75em;
}

.curriculum-common-cd .left
{
	float: left;
	width: 335px;
}

.curriculum-common-cd .right
{
	float: left;
    width: 490px;
}

.curriculum-common-cd .title2
{
	background-color: #F8F8F8;
	color: #898989;
	margin-top: 1px;
	padding: 0.5em 0.5em 0.5em 8px;
	font-weight: bold;
	border-bottom: solid 1px #E2E2E2;
	border-top: 1px solid #9C9C9C;
}

.curriculum-common-cd .cd, .curriculum-common-cd .elabs, .curriculum-common-cd .detail
{
	color: #535353;
	line-height: 1.3;
	padding: 0.9em 15px 0.6em 8px;
}

.curriculum-common-cd .cd span
{
	color: #CDCDCE;
}

.curriculum-common-cd .tags
{
	margin-top: 0.2em;
}

.curriculum-common-cd .elabs li
{
	list-style-type: disc;
	margin: 0 0 0.5em 1.3em;
}

.curriculum-common-cd .elabs ul
{
    margin-bottom: 20px;
    margin-top: 5px;
}

.curriculum-common-cd .elabs li li
{
	list-style-type: circle;
}





.curriculum-common-cd .lower
{
	border-top: solid 1px #E2E2E2;
}

.curriculum-common-cd .lower .left .detail
{
	padding: 0.9em 15px 0.6em 8px;
}

.curriculum-common-cd .lower .right
{
	padding-left: 10px;
	width: 505px;
}

.curriculum-common-cd .lower .right .detail
{
	padding: 0.9em 0 0.6em;
	float: left;
}

.curriculum-common-cd .lower .right .resources {
    padding: 0.9em 0 0.6em;
	float: left;
}

.detail .logo
{
    margin: 10px 0 20px 0;
    height: 50px;
    width: 110px;
    float: left;
}

.detail .logo .logo-vcaa img {
    margin-top: 10px;
}

.popup { font-size: 12px;}
.popupWindow {
    padding: 0 15px 15px 15px;
    font-size: 12px;
        color: #535353;
}

.popupWindow img {
    border: none;
    
}
.popupWindow .title {

    padding: 0 0 0.7em 0;
    margin-bottom: 0.7em;
    font-weight: bold;
    border-bottom:solid 1px #E2E2E2;
    font-size: 12px;
    color: #000;
}

.detail .title3, .resources .title3
{
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 12px;
}


.detail {
    font-size: 12px;
    color: #535353;
    line-height: 1.3;
    float: left;
}
.popupWindow a {
    color: #535353;
    text-decoration: underline;
}



.curriculum-common-cd .lower .right .detail img
{
	float: left;
}

.curriculum-common-cd .lower .right .detail .label
{
	margin-left: 36px;
}

.curriculum-common-cd .lower .left li
{
	display: inline;
}

.curriculum-common-cd .lower .right li
{
	margin-bottom: 0.5em;
}

.curriculum-common-cd .lower a
{
	color: #535353;
	text-decoration: underline;
}

/* Context popup - For depth study */

#ac-gen-dlg .depthstudy
{
	padding: 0 15px 15px 15px;
}

#ac-gen-dlg .depthstudy .title
{
	font-size: 0.8em;
	padding: 0 0.5em 0.7em 0.5em;
	font-weight: bold;
}

#ac-gen-dlg .depthstudy .upper
{
	font-size: 0.75em;
}

#ac-gen-dlg .depthstudy .left
{
	float: left;
	width: 335px;
}

#ac-gen-dlg .depthstudy .right
{
	float: left;
	width: 515px;
}

#ac-gen-dlg .depthstudy .cd
{
	color: #535353;
	line-height: 1.3;
	margin: 0.6em 15px 0.6em 8px;
}

#ac-gen-dlg .depthstudy .electives
{
	color: #535353;
	line-height: 1.3;
	padding: 0.9em 15px 0.6em 8px;
}

#ac-gen-dlg .depthstudy .electives li
{
	list-style-type: disc;
	margin: 0 0 0.5em 1.3em;
}

#ac-gen-dlg .depthstudy .title2
{
	background-color: #F8F8F8;
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid #9C9C9C;
	color: #898989;
	font-weight: bold;
	margin-top: 1px;
	padding: 0.5em;
}

#ac-gen-dlg .depthstudy .title3
{
	font-weight: bold;
	margin: 0.8em 0.5em 0.5em 8px;
}

/* Context popup - For depth study elective */

#ac-gen-dlg .depthstudyelective
{
	padding: 0 15px 15px 15px;
}

#ac-gen-dlg .depthstudyelective .title
{
	font-size: 0.8em;
	padding: 0 0.5em 0.7em 0.5em;
	font-weight: bold;
}

#ac-gen-dlg .depthstudyelective .upper
{
	font-size: 0.75em;
}

#ac-gen-dlg .depthstudyelective .cds
{
	color: #535353;
	line-height: 1.3;
	padding: 0.9em 15px 0.6em 8px;
}

#ac-gen-dlg .depthstudyelective .cds li
{
	list-style-type: disc;
	margin: 0 0 0.5em 1.3em;
}

#ac-gen-dlg .depthstudyelective .title3
{
	font-weight: bold;
	padding: 0.8em 0.5em 0.5em 8px;
}

/* Elements (RDF) */

#views-elements-index #view
{
	font-size: 0.8em;
	padding: 2em 20px;
}

#views-elements-index h1
{
	margin-bottom: 1.6em;
}

#views-elements-index h2
{
	margin-bottom: 0.6em;
}

#views-elements-index .curriculum,
#views-elements-index p
{
	line-height: 1.2;
	margin-bottom: 1em;
}

#views-elements-element #view
{
	font-size: 0.8em;
	padding: 2em 20px;
}

#views-elements-element th,
#views-elements-element td
{
	line-height: 1.2;
	padding: 0.4em 0.8em 0.4em 0;
}

#views-elements-element th
{
	text-align: left;
}

/* Search */

#views-search-index #view
{
	min-height: 0;
}

#views-search-index .banner
{
	color: #535353;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0.9em;
	padding: 0 20px;
	width: 940px;
}

#views-search-index .actions
{
	background-color: #fff;
	padding: 11px 20px 8px 20px;
	clear: both;
	width: 940px;
	border-top: solid 3px #eee;
}

#views-search-index .top
{
	margin-top: 0.7em;
}

#views-search-index .sort
{
	color: #535353;
	font-size: 0.8em;
}

#views-search-index .sort p
{
	font-weight: bold;
	padding-right: 4px;
	float: left;
}

#views-search-index .sort li
{
	color: #535353;
	float: left;
	padding: 0 4px;
	border-left: solid 1px #535353; 
}

#views-search-index .sort li:first-child
{
	border-left-style: none;
}

#views-search-index .sort a
{
	color: #535353;
}

#views-search-index .sort a.active
{
	font-weight: bold;
}

#views-search-index .pager
{
	font-size: 0.8em;
	text-align: right;
}

#views-search-index .pager.hidden
{
	visibility: hidden;	
}

#views-search-index .pager li
{
	color: #898989;
	display: inline;
	background-repeat: repeat-y;
}

#views-search-index .pager li.sepl
{
	padding-left: 6px;
	margin-left: 0;
	border-left: solid 1px #898989;
}

#views-search-index .pager li.sepr
{
	padding-right: 6px;
	margin-right: 2px;
	border-right: solid 1px #898989;
}

#views-search-index .pager li a
{
	color: #535353;
}

#views-search-index .pager li.current a
{
	font-weight: bold;
}

#views-search-index .pager li.disabled a
{
	color: #E1E1E1;
}

#views-search-index .pager li.disabled
{
	border-color: #e1e1e1;
}

#views-search-index .left
{
	clear: both;
	float: left;
	width: 718px;
	min-height: 25em;
}

#views-search-index .left.bordered
{
	border-right: solid 3px #eee;
}

#views-search-index .result
{
	border-top: solid 3px #eee;
}

#views-search-index .result .wrap
{
	padding: 0.8em 20px;
	border: solid 2px transparent;
}

#views-search-index .hover .wrap
{
	border-color: #005D8B !important;
	cursor: pointer;
}

#views-search-index .result .desc
{
	color: #333;
	font-size: 0.8em;
	line-height: 1.4;
}

#views-search-index .result li {
	color: #333;
	font-size: 0.8em;
	line-height: 1.4;
    list-style-type: disc;    
    margin-left: 15px;
}

#views-search-index .result h4 {
    font-size: 0.8em !important;
	line-height: 1.4;
    font-weight: bold  !important;
}

#views-search-index .result .title,
#views-search-index .result h1
{
	font-size: 1.1em;
	margin-bottom: 0.4em;
	line-height: 1.2;
	display: none;
}

#views-search-index .titled .title
{
	display: block;
}

#views-search-index .result .title h1,
#views-search-index .result h2,
#views-search-index .result h3,
#views-search-index .result h4,
#views-search-index .result h5,
#views-search-index .result h6
{
	font-size: 1em;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.3em;
}

#views-search-index .result .context
{
	color: #767676;
	font-size: 0.75em;
	line-height: 1.4;
	margin-top: 0.72em;
}

#views-search-index .right
{
	float: left;
	padding: 0 12px 1em 20px;
	width: 227px;
	font-size: 0.75em;
	border-top: solid 3px #eee;
}

#views-search-index .right.bordered
{
	border-left: solid 1px #eee;
}

#views-search-index .right h2
{
	color: #535353;
	margin-top: 1.8em;
	margin-bottom: 0.75em;
}

#views-search-index .right li
{
	margin: 0.5em 0 0 0.5em;
	line-height: 1.2;
}

#views-search-index .right li .active
{
	font-weight: bold;
}

/* Shared/Overview */

#views-shared-introduction .right .markup, #views-learningarea-glossary .right .markup
{
	margin-top: 1.23em;
}

#views-shared-introduction .right .print, #views-learningarea-glossary .right .print{
	float: right;
	margin-top: 2.3em;
	font-weight: bold;
	font-size: 0.85em;
	color: #3C6CAC;
	background-image: url(../img/icons/print-icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 8px 4px;
	padding-left: 30px;
}

#views-shared-introduction .right sup, #views-learningarea-glossary .right sup
{
	/* AC marker */
	border: solid 1px #999;
	padding: 0 1px;
	color: #666;
	font-size: 0.6em;
}

/* Download/Options */

.views-print #view
{
	padding: 1em 20px;
	line-height: 1.2;
}

.views-print #view a.pdf {
    background: url('/static/img/icons/pdf.png') no-repeat left top;
    padding-left: 25px;
}

.views-print #view a.doc {
    background: url('/static/img/icons/doc.png') no-repeat left top;
    padding-left: 25px;
}

#views-print-options #view
{
    padding: 2em 20px 10px 20px;
	font-size: 0.875em;
}

#views-print-options .column
{
	float: left;
	margin-right: 15px;
}

#views-print-options .domains
{
	width: 355px;
}

#views-print-options .levels
{
	width: 260px;
}

#views-print-options .inclusions
{
	width: 290px;
    float: left;
    padding-top: 20px;
}

#views-print-options .column .title
{
	font-weight: bold;
	margin-bottom: 1em;
}

#views-print-options .options
{
	padding: 10px;
	overflow: auto;
	border: 1px solid #999;
	line-height: 1.5;
	position: relative;
}

#views-print-options .options input
{
	position: relative;
	top: 1px;	
}

#views-print-options .options label
{
	margin-left: 1ex;
}

#views-print-options .options label.all-option
{
    font-weight: bold;
}

#views-print-options .options label sup
{
	font-size: 0.6em;
	border: solid 1px #999;
	padding: 0 1px;
	color: #666;
}

#views-print-options .actions
{
	clear: both;
	padding-top: 2em;
}

#views-print-options .first-column {
    float: left;
    width: 600px;
}

#views-print-options .second-column {
    float: right;
    width: 300px;
}

#views-print-options .second-column .actions {
        /*padding: 100px 0 0 65px;*/
        padding: 100px 0 0 50px;
}
#views-print-options .second-column .excel {
        padding: 20px 0 0 50px;
}

#views-print-options #divDomains {
    width: 560px;
    height: 365px;
}

#views-print-options #divDomains ul {
    float: left;
    display: block;
    width: 500px;
    margin-bottom: 2px;
}

#views-print-options #divDomains ul.first {
    margin-top: 2px;
}

#views-print-options #divDomains ul ul {
    padding-left: 20px;
    float: none;
}

#views-print-options .levels {
    float: left;   
}

#views-print-options #divLevels {
    width: 275px;
    height: 365px;
}

#views-print-options #divIncludes {
    width: 560px;
}

#views-print-options #divIncludes ul li {
    float: left;
    width: 180px;
}


.download-popup {
    display: none;
}

.download-popup h1 {
    font-size: 20px;
    padding-top:6px;
}

/* Home/SiteMap */

#views-home-sitemap #view
{
	padding: 2em 40px;
	/*font-size: 0.875em;*/
	font-weight: bold;
}

#views-home-sitemap li {
	/*line-height: 1.2;*/
	margin-bottom: 0.3em;
}


#views-home-sitemap li ul {
	margin-bottom: 1em;
	margin-top: 0.5em;
	margin-left: 1.2em;
    font-size: 0.95em !important;
}

#views-home-sitemap li li {
  list-style-type: disc;
  margin-left: 1.2em;
	font-weight: normal;
}

#views-home-sitemap #view li sup
{
	/*font-size: 0.6em;*/
	border: solid 1px #999;
	padding: 0 1px;
	color: #666;
}

/* Home/ProvideFeedback */

#views-home-providefeedback #view
{
	font-size: 0.875em;
	padding: 10px 20px;
}

#views-home-providefeedback .field
{
	padding-top: 1.2em;	
}

#views-home-providefeedback label,
#views-home-providefeedback .label
{
	width: 11em;
}

#views-home-providefeedback select
{
	margin-right: 1em;
}

#views-home-providefeedback input.text-box
{
	width: 20em;
}

#views-home-providefeedback textarea
{
	width: 50em;
	height: 13em;
}

#views-home-providefeedback .actions
{
	padding-top: 1.2em;
	padding-left: 166px;
}

#views-home-providefeedback .note
{
	font-size: 0.9em;
	text-align: right;
	height: 0;
}

#views-home-providefeedback .note img
{
	vertical-align: top;
}

/* Home/ info pages */

.home-info #view
{
	font-size: 0.875em;
	padding: 1em 20px;
	line-height: 1.2;
}


.views-home ul,
.home-info p,
.home-info ul,
.home-info address
{
	margin-bottom: 1em;
}

.views-home ul
.home-info ul
{
	list-style-type: disc;
}

.views-home li
.home-info li
{
	margin-left: 2em;
}

.home-info address
{
	font-style: normal;
}

.home-info h2,
.home-info h3
{
	margin: 0.5em 0;
}

.views-home ul 
{
    font-size: .85em;
    list-style-type: disc;
margin-left: 2em;
line-height: 1.3;
color: #636363;
}

/* Home/Index */

#views-home-index.layout-banner {
    	background-image: url('../img/title-bg-flat-home.png');
    	 background-position: center top;
    	
}


#views-home-index #view
{
	padding: 40px;
}



#views-home-index #layout-title .container
{
    background: none;
    height: auto;
}

#views-home-index #layout-title
{
	height: 200px;
	background-image: url('../img/title-background-home-page.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#views-home-index #layout-title .title h1
{

	    margin-top: 116px;
}

#views-home-index .left
{
	float: left;
	width: 558px;
	padding-bottom: 1em;
}

#views-home-index .right
{
	float: left;
	margin-left: 30px;
	width: 312px;
	position: relative;
	top: -13px;
}

#views-home-index h2
{
	font-size: 1.45em;
	font-weight: normal;
	margin-bottom: 0.8em;
	color: #464646;
}

#views-home-index .left1 h2,
#views-home-index .left2 h2
{
	font-size: 1.1em;
	margin-bottom: 0.6em;
}

#views-home-index h3
{
	font-size: 1.1em;
	margin: 1em 0 0.6em 0;
	font-weight: normal;
}




#views-home-index p
{
	font-size: 0.9em;
	line-height: 1.3;
	color: #636363;
	margin-bottom: 20px;
}

#views-home-index .left1,
#views-home-index .left2
{
	float: left;
	width: 250px;
	margin-top: 1.4em;
}

#views-home-index .left2
{
	margin-left: 40px;
}



#views-home-index .right p
{
	margin: 0.8em 0 0.5em 0;
}

#views-home-index .right .less
{
	margin-bottom: 1.6em;
}

/* Home/ContactUs */
#views-home-contactus .panel {
	float: left;
	width: 50%;
	display: block;
}

#views-home-contactus h2
{
	margin-bottom: 1em;
	font-size: 1.6em;
	font-weight: normal;
}

#views-home-contactus h3
{
	font-size: 1em;
	margin-bottom: 0.8em;
}

#views-home-contactus form .actions {
    padding-left: 177px;
}

#views-home-curriculumversion .version {
    font-size: 0.85em;
    margin: 3em 50px 0em 50px;
    text-align: left;
    width: 880px;
    line-height: 1.3em;
}
#views-home-curriculumversion .version .heading {
    font-weight: bold;
}

#views-home-curriculumversion .version .heading th {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    font-size: 1.2em;
    vertical-align: middle;
    /*width: 50%;*/
}
#views-home-curriculumversion .version .heading td {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
#views-home-curriculumversion .version th {
    border: 1px solid #000000;
    padding: 0.6em;
}

#views-home-curriculumversion .version th .right 
{
    float: right;
    width: 200px;
}
#views-home-curriculumversion .version td {
    border: 1px solid #000000;
    padding: 0.6em;
}
#views-home-curriculumversion .version ul {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-top: 0.5em;
    font-size: 1.00em;
    line-height: 1.3em;
}
#views-home-curriculumversion .version ul ul {
    list-style-type: circle;
}
#views-home-curriculumversion .version li {
    margin-bottom: 0.5em;
}

/* Vels/Fragment */

#views-fragments-fragment .left .sub-nav
{
	margin-top: 1.4em;
}

#views-fragments-fragment .left .sub-nav a {
    font-size: 0.95em;
    line-height: 1.3em;
}

#views-fragments-fragment .right .markup
{
	margin-top: 1.23em;
}

#views-fragments-fragment .right .print
{
	background-image: url("../img/icons/print-icon.png");
	background-position: 8px 4px;
	background-repeat: no-repeat;
	color: #3C6CAC;
	float: right;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 2.3em;
	padding-left: 30px;
}

#views-fragments-fragment .no-menu .left
{
	display: none;	
}

#views-fragments-fragment .no-menu .right
{
	width: auto;
}

/* CrossCurriculumPriorities (common) */

.gcccp-common .left .sub-nav
{
	margin-top: 1.3em;
}

.gcccp-common .right .print
{
	background-image: url("../img/icons/print-icon.png");
	background-position: 8px 4px;
	background-repeat: no-repeat;
	color: #3C6CAC;
	float: right;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 2.3em;
	padding-left: 30px;
}

.gcccp-common .right .markup
{
	margin: 1.6em 0;
}

.gcccp-common .right table
{
	line-height: 1.5;
	margin-bottom: 1.3em;
}

.gcccp-common th, .gcccp-common td
{
	line-height: 1.2;
	padding: 0.4em 0.8em 0.4em 0;
}

.gcccp-common table.oi td, .gcccp-common table.oi th
{
	border: 1px solid black;
	font-size: 90%;
	padding: 7px;
	text-align: left;
}

.gcccp-common table.oi tr.h1 th
{
	background-color: #548DD4;
	color: #000;
}

/* General capabilities stub page */

#views-generalcapabilities-index p
{
	color: #636363;
  font-size: 0.875em;
  line-height: 1.4;
  margin: 1.6em 20px;
}

#views-home-copyright blockquote {
	margin-left: 3em;
	font-style: italic;
	margin-bottom: 1em;
}


.PageBreak{ page-break-before:always}

.left .sub-nav  a.resources-icon {
    background: url("../img/icons/resource-icon.gif") no-repeat right center;
    padding-right: 5px;
}

.resources-icon-inv {
    background: url("../img/icons/resource-icon-inv.png") no-repeat right center;
    padding-right: 5px;
}

span[lang="ja"]/*, ruby[lang="ja"]*/ {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p[lang="ar"] {
	text-align: right;
}

/* Glossary Terms*/
/* ------------------------- */

.a-z-list {
    background: #f1f1f1;
    padding-top: 1em;
    padding-bottom: 1em;
}

.a-z-list {
    padding-bottom: 0;
    padding-top: 0;
}

#AZList a {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    padding: 1px 8px;
}

#AZList a :first-of-type {
    padding: 1px 25px !important;
}

#AZList a.disabled {
	background: none;
	color: #999;
}

#views-learningarea-glossary dl {
    padding-top: 1em;
}

#views-learningarea-glossary dl dt {
    font-size: 1em;
}

#views-learningarea-glossary dl dd {
    font-size: 1em;
}

