/**************************************************************************************************************
Page template styles - Incorporates the 3 column layout with flexible center column
***************************************************************************************************************/
/* 20140602 */

#left_navigation {
  margin-top: 20px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  float: left;
  width: 177px;
  background-color: #e8f6ff;
  bottom: 5px;
}

#left_navigation h3{
  color: #b21419;
  font-size: 1.10em;
  margin-bottom: 25px;
  letter-spacing: -1px;
  margin-left: -6px;
}


#left_navigation h3 a:link{
  color: #b21419;
  text-decoration: none;}

#left_navigation h3 a:hover{
  color: #b21419;
  text-decoration: none;}
#left_navigation h3 a:visited{
  color: #b21419;
  text-decoration: none;}

#page_content_area {
  padding: 0 20px 40px;
  overflow: hidden;
  background: white;
  min-height: 600px;
  /*margin: 17px 0 0;*/
}

#page_content_area h1 {
  color: #000000;
  font-size: 1.75em;
  line-height: 1.1em;
  font-weight: 100;
  margin: 15px 0;
}


#page_content_area a {
  text-decoration: none;
  color: #003e7a;
}

#page_content_area a:target {
  text-decoration: none;
}

#page_content_area a:href {
  text-decoration: none;
}

#page_content_area a:hover {
color: #003E7A;
text-decoration: underline;
}



#page_content_area a:visited {
	color: #800080 !important;
}





#page_content_area ul {
  list-style-image: url(../images/sys_images/listarrow.png);
  padding-left:38px;
  padding-top: 20px;
  margin:0px;
  color: black;
  font-size: 0.812em;
}

#page_content_area ul li ul {
    color: black;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    padding:10px 0 0 20px;
}

#page_content_area ol {
  padding-left:38px;
  padding-top: 20px;
  margin:0px;
  color: black;
  font-size: 0.812em;
}

#page_content_area ul li ol {
    list-style: decimal;
    color: black;
    font-size: 1.0em;
    margin: 0;
    padding-left: 38px;
    padding-top: 20px;
}

#page_content_area li {
  padding: 0 0 10px 5px;
}

#page_content_area h2 {
  color: #555555;
  font-size: 1.25em;
  line-height: 1.22em;
  font-weight: 100;
  margin: 10px 0;
}

#page_content_area h3 {
  color: #555555;
  font-size: 1.15em;
  line-height: 1.22em;
  font-weight: 100;
  margin: 10px 0;
}

#page_content_area h4 {
   color: #555555;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.22em;
    margin: 10px 0;
}

#page_content_area p {
    margin: 5px 0 10px;
    line-height: 1.5em;
    font-size: 0.812em;
}

#page_content_area hr {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 100;
}

#voc_tool_container {
	margin: 2px;
	margin-top: 20px;
	margin-left: -8px;
	#height: 200px;
       #overflow: hidden;
}

#voc_tool_container #survey_target {
	border-top: 1px solid #ACBFE1; 
        margin-top: 30px; 
        padding-top: 10px; 
}

#right_sidebar {
  margin-top: 18px;
  border: 0px solid rgb(85%,85%,85%);
  padding: 15px;
  float: right;
  width: 195px;
  background-color: #e8f6ff;
}

#right_sidebar a{
  color: #003e7a;
  font-size: 12px;
  text-decoration: none;
}

#right_sidebar a:hover {
  text-decoration: underline;
}

#right_sidebar p{
  color: #555555;
  font-size: 12px;
  line-height: 24px;
}

.sidebar_snippet1 hr, .sidebar_snippet2 hr {
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 144px;
  height: 1px;
  color: color;
}

#right_sidebar h3 {
  color: #003E7A;
  font-weight: 100;
}


.sidebar_snippet1 {
  padding-top: 13px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  background-image: url(../images/sys_images/snippet_background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sidebar_snippet1 h3{
  text-align: center;
}


.sidebar_snippet2 {
  padding-top: 13px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  background-image: url(../images/sys_images/snippet_background_expanded.png);
  background-position: bottom;
  background-repeat: no-repeat;
}


.sidebar_snippet2 h3 {
  text-align: center;
}

.sidebar_snippet2_wrapper {
  height: 3px;
  background-image: url(../images/sys_images/snippet_background_top.png);
  packground-position: top;
  background-repeat: no-repeat;
}


/*Accordion*/
.accordion {
	width: 480px;
	margin-left: 36px;
}

.accordion img {
  margin: -11px 5px -4px 51px !important;

}



.accordion h4 {
    color: #003E7A !important;
    cursor: pointer;
    font-size: 0.9em !important;
    margin: 0 !important;
    padding: 7px 15px;
}

.accordion h4:hover {

       text-decoration: underline;
}
.accordion h4.active {
	background-position: right 5px;
}
.accordion .actext {
     margin: 0;
    overflow: hidden;
    padding: 10px 15px 26px;

}


.hide {

	cursor: pointer;
	font-style:italic;
       font-weight:bold;
  	color: #2E57B8;
}

/*Accordion Law page*/
.accordionpage {

}
.accordionpage p:first-child {
	border-bottom: none;
	cursor: pointer;
	color: #003E7A;
}
.accordionpage p:first-child:hover { text-decoration:underline;
}
.accordionpage h3.active {
	background-position: 12px 11px;
}
.accordionpage .textpage  p{
	text-decoration:none !important;
	cursor:default!important;
	color: #000!important;
}


/*Live player*/

.liveplayer {
    float: left;
    overflow: hidden;
    padding-right: 20px;
    width: 515px;
}
.live {
    float: left;
    padding-right: 20px;
    width: 322px;
}



/*Divider*/
.divider {
    border-bottom: 1px solid #ACBFE1;
    margin: 22px 0;

}

/* KIDS CAST PAGE STYLES */
.kids-cast-bio {
    padding-top:0px;
    /*margin: 15px 0;*/
	overflow: hidden;
}

.kids-cast-sub-divider {
    border-bottom: 1px solid #ACBFE1;
    width: 555px;
    float: right;
	margin: 22px 0;
}

/* END KIDS CAST PAGE STYLES */

/*Back to Top*/
.backtotop {
    background: none repeat scroll 0 0 white;
    float: right;
    font-size: 0.8225em;
    font-style: italic;
    /*font-weight: 600;*/
    margin: 0;
    overflow: hidden;
    padding: 6px 0 22px;
}



.backtotop a {
    background: url("../images/sys_images/arrow-up.png") no-repeat scroll 100px 5px transparent;
    float: right;
    padding: 0 20px;
}

.backtotop a:link {
    color: #003E7A !important;
}

.backtotop a:visited, .backtotop a:active {
    color: #003E7A !important;
}


.life{
	color:#2ca443;
       font-weight:bold;
}

/*** Pagestamps styles 20140602 ***/

hr.pagestamp-divider {
	border:0;
	height:0px;
	border-top:1px solid #c8c8c8;
	margin: 16px 0px;
}

.pagestamp-text {
	font-size:12px;
	color:#555;
}

/*** End Pagestamps styles ***/

/**** Link Update styles ********/

div#MainContent a{
  color: #0053CC;
  text-decoration: underline;
}

div#MainContent a:visited{
  color: #6F57B5 !important;
}

#page_content_area h1, #page_content_area h2,
#page_content_area h3, #page_content_area h4{
    color: #000000;
}
/***********************************/

#page_content_area ul[dir="rtl"] {
   padding-right: 38px;
   padding-left: 10px;
   list-style-image: url(../images/sys_images/listarrowleft.png);
}

li[dir="rtl"] {
  text-align:right;
}

#page_content_area ul li[dir="rtl"] ul {
  margin-right:25px;
}