﻿/* ================================================== */
/* CUSTOM FONT EMBEDDING
/* ================================================== */
@font-face {
	font-family: "Agenda Medium";
	src: url("fonts/agenda-medium.eot?") format('embedded-opentype');
}
@font-face {
	font-family: "Agenda Medium";
	src: local('☺'), url("fonts/agenda-medium.ttf") format('truetype'), url("fonts/agenda-medium.woff") format('woff'),  url("fonts/agenda-medium.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ================================================== */
/* GLOBAL RESET
/* ================================================== */
* {
  outline: 0;
  outline-style: none;
  outline-width: 0;
  text-decoration: none;
  max-height: 999999px;
}
a,
a img {  border: 0 }
p {
  margin: 4px 0;
  padding: 0 0 .5em 0;
}

/* ================================================== */
/* COLOURS
/* ================================================== */
/*
    green: #566C11;
    rpac-green: #7DBC39;
    dark-grey: #6A6A6D;
    light-grey: #E6E1DB;
    yellow: #FAB719;
    dark-yellow: #d49605;
    light-yellow: #feedc6;
    red: #DB241C;
*/

/* ================================================== */
/* LAYOUT
/* ================================================== */
html {
	height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	color: #6A6A6D;
    /* background: #feedc6; commented by fjf for bootstrap support*/
    background: #feedc6;  /* updated by fjf for bootstrap support*/
}


/* ================================================== */
/* WEBSITE STRUCTURE
/* ================================================== */
/*
#frame {
  width: 970px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 10px; 
  background-color: #ffffff;
}
.popup #frame {
  width: 90%;
  background: #fff;
  background-image: none;
  border: 6px solid #748815;
  margin: 10px 0px;
  padding: 10px 10px;
}
#header {
  width: 970px;
  height: 150px;
  overflow: hidden;
  }
#header #logo
{
    float: left;
    cursor: pointer;
    margin: 15px 0px 0px 305px;
    overflow: hidden;
    z-index: -1;
}
#header #changelanguage
{
    float: right;
    margin: 30px 40px 0px 0px;
    z-index: -1;
    font-weight: bold;
}
#header #changelanguage a {
	color: #6A6A6D;
    font-weight: bold;
	text-decoration: none;
}
#header #changelanguage a:hover
{
	color: #d49605;
}

#menu
{
    background: #FAB719;
    width: 970px;
    height: 30px;
    text-align: center;
    color: #FFF;
}
#menuBar
{
    width: 350px;
    height: 36px;
    background: #FAB719;
    z-index:-1;
	overflow: auto;
	color: #ffffff;
	font-size:16px;
}
*/
/*
.menuBar a {
	color: #ffffff;
	text-decoration: none;
}
.menuBar a:hover {
	text-decoration: underline;
}
*/
/*
#menuBar #menu {
    float: left;
    width: 745px;
    height: 28px;
	margin: 10px 0px 0px 25px;
    text-align: left;
}
#menuBar #menu a {
	color: #4C5154;
	text-decoration: none;
}
#menuBar #menu a:hover {
    color: #de6419;
	text-decoration: none;
    border-bottom: 2px solid #de6419;
}
#menuBar #menu .home-icon-sprite {
	width: 20px; height: 20px; overflow: hidden; display: block; position: relative;
}
#menuBar #menu .home-icon-sprite .sprite-image {
	top: 0px; width: 20px; height: 40px; display: block; position: absolute;
}
#menuBar #menu:hover .home-icon-sprite .sprite-image {
	top: -20px;
}
*/
/*
#container {
  padding: 0px 0px 0px 0px;
  text-align: left;
  overflow: auto;
  background: #fff;
}
#content {
    width: 100%;
    height: 500px;
    float: none;
    display: inherit;
    text-align: left;
}
.contentarea {
    float: left;
    width: 95%; 
    margin: 0px;
    padding: 0px;
}
*/

.container {
  background: #fff;
}
.content {
    width: 100%; /* updated by fjf for bootstrap support*/
    min-height: 500px;
    text-align: left;
}
.contentarea {
    width: 100%; /* updated by fjf for bootstrap support*/
    margin: 0px;
    padding: 1%;
}

.dividerBar {
    width: 100%; 
    height: 2px;
    background: #FAB719;
}

.strikeThrough {
    text-decoration:line-through;
    font-style:italic;
}
.smallCaps {
	font-variant: small-caps;
}
.smallDisclaimer {
	font-size:11px;
}
.smallCopyright {
	font-size:11px;
}
.smallText {
	font-size:11px;
}
.noWrap {
	white-space:nowrap;
}
.indented
{
    margin-left: 22px;
}

footer {
    width: 100%;
    background: #feedc6;
    color: #6A6A6D;
    text-align: center; 
	font-size: 12px;
}

footer #copyright {
    padding: 10px 10px 0px 10px;
}
footer #disclaimer {
    text-align: left; 
    /*padding: 10px 10px 0px 10px;*/
}
footer #poweredby {
    padding: 5px 5px 5px 5px;
	font-size: 11px;
}

.LaunchCourse_Instr
{
    font-family: Arial;
    font-size: 10pt;
    border: 3px solid #333333;
    width: 250px;
    height: 200px;
    display: none;
    position: fixed;
    background-color: White;
    color: Black;
    z-index: 999;
}

.ShowProgress_modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.ShowProgress_loading
{
    font-family: Arial;
    font-size: 10pt;
    border: 3px solid #333333;
    width: 250px;
    height: 200px;
    display: none;
    position: fixed;
    background-color: White;
    color: Black;
    z-index: 999;
}


/* ================================================== */
/* HEADINGS
/* ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0px 10px 0px;  
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
/*    text-transform: uppercase; */
    line-height: 1;
    color: #d49605;
/*
    margin: 5px 0px;
    font-weight: normal;
    line-height: 1.5;
*/
}
h1 {  font-size: 28px; }
h2 {  font-size: 24px; font-style: italic; margin: 10px 0px 10px 0px; }
h3 {  font-size: 22px; }
h4 {  font-size: 18px; font-style: italic; margin: 10px 0px 10px 0px; }
h5 {  font-size: 16px; }
h6 {  font-size: 14px; font-style: italic; margin: 10px 0px 10px 0px; }

h2 sup {
    text-transform: lowercase;
}

hr { 
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #fab719;
    margin: .5em 0; 
    padding: 0;
}

/* ================================================== */
/* IMAGES HANDLING
/* ================================================== */
.photo {
  background: #999;
/*  border: 2px solid #999; */
}
.alignleft {
  float: left;
  margin: 10px 20px 10px 0px;
}
.alignright {
  float: right;
  margin: 10px 0px 10px 20px;
}

#homeBackground {
    width: 970px; 
    min-height: 550px;
    height:auto;
    z-index:-1;
    overflow: auto;
}
.homeBackground4 {
    background: url(../Media/Interface_Images/IGinstitute/HomePage_Background_01.jpg) no-repeat center center;
}
.homeBackground2 {
    background: url(../Media/Interface_Images/IGinstitute/HomePage_Background_02_EN.jpg) no-repeat center center;
}
.homeBackground3 {
    background: url(../Media/Interface_Images/IGinstitute/HomePage_Background_03_EN.jpg) no-repeat center center;
}
.homeBackground1 {
    background: url(../Media/Interface_Images/IGinstitute/HomePage_Background_04_EN.jpg) no-repeat center center;
}

#homeContentArea {
    margin: 20px 260px;
    float: left;
    width: 450px; 
	font-size: 16px;
	display: none;
}
#homeContentArea a {
	color: #fff;
}
#homeContentArea #textArea 
{
    margin: 20px 0px 5px 0px;
    padding: 20px;
	color: #fff;
	font-weight: bold;
	background: url(../Media/Interface_Images/IGinstitute/HomePage_TextArea.png) repeat center center;
	/*background-color: rgba(130,120,111,0.8);*/
}

#homeBackground .container {
    margin: 20px 260px;
    float: left;
    width: 450px; 
	font-size: 16px;
}
#homeBackground .container .carousel-caption {
    margin: 20px 0px 5px 0px;
    padding: 20px;
    bottom: 400px;
	color: #fff;
	font-weight: bold;
	background: url(../Media/Interface_Images/IGinstitute/HomePage_TextArea.png) repeat center center;
	/*background-color: rgba(130,120,111,0.8);*/
}
#homeBackground .carousel-indicators {
    bottom: 60px;
}


/*
#pn_content {
    width: 926px;
    margin: 25px 22px;
}
*/


#pn_courses {
    width: 926px;
    margin: 25px 22px;
}
#pn_courses .ui-accordion .ui-accordion-icons 
{
    padding-left: 1em;
}
#pn_courses .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}
#pn_courses .ui-accordion .ui-accordion-content 
{
    padding: 1em;
}
#pn_courses ul.CourseList {
    list-style: outside none none;
}

#divCourseList #ctl00_ContentPlaceHolder1_divMessage {
    width: 926px;
    margin: 0px 22px 0px 22px;
}

#divCourseCatalogue #ctl00_ContentPlaceHolder1_divAccordion {
    width: 926px;
    margin: 20px 22px;
}
#divCourseCatalogue .ui-accordion .ui-accordion-icons 
{
    padding-left: 1em;
}
#divCourseCatalogue .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}
#divCourseCatalogue .ui-accordion .ui-accordion-content 
{
    padding: 1em;
}
#divCourseCatalogue ul.CourseList {
    list-style: outside none none;
}
#divCourseList #ctl00_ContentPlaceHolder1_divAccordion {
    width: 926px;
    margin: 20px 22px;
}
#divCourseList .ui-accordion .ui-accordion-icons 
{
    padding-left: 1em;
}
#divCourseList .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}
#divCourseList .ui-accordion .ui-accordion-content 
{
    padding: 1em;
}
#divCourseList ul.CourseList {
    list-style: outside none none;
}
.CourseList li {
	display: inline-block;
	width: 95%;
	margin: .5rem;
	padding: 1rem;
	border-radius: 5px;
	background-color: #FBF3DE;
}
.CourseList .CourseTitle {
    font-weight: bold;
    font-size: 14px;
}
#divCourseList .CourseList .clear {
    height: 0px;
}
.CourseList table {
    border-collapse: collapse;
	border-radius: 5px;
	background-color: #FBF3DE;
}
.CourseList table, 
.CourseList th, 
.CourseList td {
    vertical-align: top;
    border: 2px solid #FFB77A;
    padding: 4px 6px;
}
#divCourseList .CourseList table {
    margin: .5rem;
}
.CourseList th {
    background-color: #FFD99C;
}
.CourseList a {
	color: #DC5114;
}
.CourseList a:hover {
	color: #b04110;
}
.CourseList .alignright {
  float: right;
  margin: 5px 0px 0px 10px;
}
.CourseList .alignright a {
	display: inline-block;
	margin: .5rem 0rem 0rem 1rem;
	padding: .5rem;
	border-radius: 5px;
	background-color: #DC5114;
	color: #fff;
}
.CourseList .alignright a:hover {
	text-decoration: none;
	background-color: #b04110;
}

a.PDF-Link {
	padding-right: 15px;
	background: url(/Media/Interface_Images/pdf.png) no-repeat right center;
}

#divCourseCatalogue #ctl00_ContentPlaceHolder1_divFootnote {
    width: 926px;
    margin: 0px 22px 20px 22px;
}
#divCourseList #ctl00_ContentPlaceHolder1_divFootnote {
    width: 926px;
    margin: 0px 22px 20px 22px;
}



/* ================================================== */
/* 724Learning specific CSS values */
/* ================================================== */
/*
#divConRegistration {
    margin: 22px;
    float: left;
    width: 926px; 
}
*/
.FullWidth
{
	width:100%; /* updated by fjf for bootstrap support*/
}
.MediumWidth
{
	width:65%; /* updated by fjf for bootstrap support*/
}
.Filter_LeftSide
{
    vertical-align: top;
	width: 56%; /*520px;*/
}
table.Filter_LeftSide
{
    vertical-align: top;
	width: 100%; /*520px;*/
}
.Filter_LeftSide_Column1 {
    width: 35%; /*180px;*/
    height: 4px;
}
.Filter_LeftSide_Column2 {
    width: 5%; /*25px;*/
    height: 4px;
}
.Filter_LeftSide_Column3 {
    width: 60%; /*315px;*/
    height: 4px;
}
.Filter_Divider
{
	width: 2%; /*16px;*/
}
.Filter_RightSide
{
    vertical-align: top;
	width: 42%; /*390px;*/
}
table.Filter_RightSide
{
    vertical-align: top;
	width: 100%; /*390px;*/
}
.Filter_RightSide_Column1 {
    width: 31%; /*120px;*/
    height: 4px;
}
.Filter_RightSide_Column2 {
    width: 7%; /*25px;*/
    height: 4px;
}
.Filter_RightSide_Column3 {
    width: 62%; /*245px;*/
    height: 4px;
}
.ctrlLabel_CS1,
.ctrlLabel_CS2,
.ctrlLabel_CS3 {
  padding: 5px 5px 5px 0px;
  text-align: left;
  vertical-align: top;
}
.ctrlLabel_Left,
.ctrlLabel_Right {
    padding: 5px 5px 5px 0px;
    text-align: left;
    vertical-align: middle;
}
.ctrlFields_CS1,
.ctrlFields_CS2,
.ctrlFields_CS3 {
    text-align: left;
    vertical-align: top;
}
.ctrlFields_CS3 {
    padding: 0px 0px 0px 25px;
}
.ctrlFields_NoLabel {
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.Filter_RightSide .ctrlLabel_Right {
    padding: 5px 5px 0px 0px;
}
.Filter_RightSide .ctrlFields_CS3 {
    padding: 0px 5px 5px 0px;
}

.ctrlFields_rfv,
.ctrlFields_rev,
.ctrlFields_cv,
.ctrlFields_cuv,
.ErrorText {
  color: #DB241C;
}

.trFullName1 .ctrlFields_CS1,
.trLicenseType1 .ctrlFields_CS1,
.trLicenseeNumber1 .ctrlFields_CS1 {
  padding: 5px 5px 5px 0px;
  text-align: left;
  vertical-align: bottom;
  font-weight: bold;
}

.trFPSCNum1   
{
     display:none;
}
#ctl00_ContentPlaceHolder1_rblMyPosition1 td 
{
    padding-left: 22px;
    text-indent: -22px;
}
.trPaymentDetails1 .Right {
    text-align: right;
    padding-right: 10px;
}
.trPaymentDetails1 .Amount {
    text-align: right;
}
.trPaymentDetails1 .Total {
    text-align: right;
    border-top: solid 2px;
}

.trConPaymentDetails1 .Right {
    text-align: right;
    padding-right: 10px;
}
.trConPaymentDetails1 .Amount {
    text-align: right;
}
.trConPaymentDetails1 .Total {
    text-align: right;
    border-top: solid 2px;
}

.s24_CheckboxList label {
    padding : 0px 15px 0px 5px;
}
.s24_RadioButtonList label {
    padding : 0px 5px 0px 2px;
}

.disabledDropDownListItem {
    background-color:#FAB719; 
    color:#787878;
}

#ctl00_ContentPlaceHolder1_cmdRun
{
    background: #E6E1DB;
    color: #000;
    text-align: center;
    min-width: 100px;
    min-height: 25px;
}

.hidden
{
	display:none;
}
.HiddenLink A:link
{
    COLOR: #555;
    TEXT-DECORATION: none
}
.HiddenLink A:active
{
    COLOR: #555;
    TEXT-DECORATION: none
}
.HiddenLink A:visited
{
    COLOR: #555;
    TEXT-DECORATION: none
}
/*
   background-color: #FFFFFF;
   color: #000000;
*/
td.contentarea {
   vertical-align:top;
}
BIG
{
  margin: 5px 0px;
  padding: 0;
  text-decoration: none;
  line-height: 1.5;
  color: #787878;
  font-weight: normal;
  font-size: 24px;
}
.TableHeading
{
    font-weight: bold;
    background: #6A6A6D;
    color: #fff;
    padding: 2px;
}

.TableAltRow
{
    BACKGROUND: #E6E1DB;
}
.ActionButton
{
    background: #E6E1DB;
    color: #000;
    text-align: center;
    min-width: 100px;
    min-height: 25px;
}

TD.h1
{
	font-size: 2em;
	margin: .67em 0;
}
#Page_Header
{
    position:fixed;
    right:0px;
    top:0px;
    z-index: 99998;
	padding:0px;
	height:110px;
    width:200px;
    color:#003200;
    margin: 0, 0, 0, 0;
}
#Page_Leftnav {
    position:fixed;
    left:0px;
    top:0px;
    z-index: 99999;
    float: left;
    width: auto;
    margin: 0, 0, 0, 0;
    padding: 0;
    background-color: #d49605;
    vertical-align:top;
    color: #000000;
}

.RegistrationStatus {
  margin: 5px 0px;
  padding: 0;
  text-decoration: none;
  color: #d49605;
  font-weight: normal;
  font-size: 18px;
}
.RegistrationStatus_Top {
  background: #FAB719;
  border: 1px solid #d49605;
  padding: 10px 10px;
  margin: 25px  25px;
  color: #6A6A6A;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.RegistrationStatus_Top_Error {
  background: #FAB719;
  border: 1px solid #d49605;
  padding: 10px 10px;
  margin: 25px  25px;
  color: #DB241C;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}

.input-disabled 
{
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

/* ================================================== */
/* SLGI 2013 Specific items.
/* ================================================== */
.roundBox {
	border: thin solid #DDD;
	-moz-border-radius: 10px;
	border-radius: 5px;
	background-color:#FFF;
	/*padding: 20px;*/
}

.dropShadow {
	-moz-box-shadow: 8px 8px 6px 10px #000;
	-webkit-box-shadow: 8px 8px 6px 10px #000;
	box-shadow: 5px 5px 6px 1px #000;
}

.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 7px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 15px;
	text-transform: uppercase;
}

.mainMenu_active {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 5px 20px 0px 0px;
	color: #C3C3C3;
	text-decoration:none;
	font-size: 15px;
	text-transform: uppercase;
}

.subMenu {
	display: inline-block;
	margin: 6px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 14px;
}

a, 
a.NoLink {
	color: #d49605;
	text-decoration: none;
}

a:hover,
a.NoLink:hover {
    text-decoration: underline;
    }

.locLink {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.locLink:hover {
	text-decoration: underline;
}

.darkBar a {
	color: #FFFFFF;
	text-decoration: none;
}

/* following added by fjf Feb 7/20 */
/* Used for links in table headings using class "TableHeading" */
.lightLink {
	color: #e4d43b;
	text-decoration: none !important;
}

.darkBar a:hover {
	text-decoration: underline;
}

#content_0 {
	min-height: 100%;
}

.roundSectionHeader {
	font-size: 180%;
	color: #d14428;
	padding-right: 20px;
	display: inline;
}
.roundSectionSubheader {
	font-size: 100%;
	font-style:italic;
	color: #3d67b1;
	display: inline;
}

.sectionHeader {
	font-size: 24px;
	font-family: "MyriadWebPro";
	color: #3d67b1;
	padding-bottom: 10px;
}

.roundabout-holder  {
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 400px;
	height: 100px;
}

.roundabout-moveable-item {
	font: Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 350px;
	width: 600px;
	background-color: #fff;
	color: #000000;
	text-align: left;
	cursor: pointer;
}

li span {
	display: block;
}
	
li .navScreen {
	cursor: pointer;
}

.label {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 8px;
	width: 100px;
}

.field {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 8px;
	width: 500px;
}

.content {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	text-align: left;
	line-height: 20px;
}


/* ================================================== */
/* JQUERY SHADOWBOX LAYOUT (must be in js/shadowbox/ folder!)
/* ================================================== */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  color: #555;
  font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px 10px;
}
#sb-title-inner {  border-top: 1px solid #ccc }
#sb-container {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  text-align: left;
  top: 0;
  visibility: hidden;
  z-index: 999;
}
#sb-overlay {
  height: 100%;
  position: relative;
  width: 100%;
}
#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}
#sb-wrapper-inner {
  border: 5px solid #787878;
  height: 100px;
  overflow: hidden;
  position: relative;
}
#sb-body {
  height: 100%;
  position: relative;
}
#sb-body-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
#sb-player.html {
  height: 100%;
  overflow: auto;
}
#sb-body img {  border: none }
#sb-loading {
  height: 100%;
  position: relative;
}
#sb-loading-inner {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#sb-loading-inner span {
  display: inline-block;
  padding-left: 34px;
}
#sb-body,
#sb-loading {  background-color: #E0E0E0 }
#sb-title {
  /*disabled*/
  display: none;
}
#sb-info {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#sb-title,
#sb-title-inner {  line-height: 26px }
#sb-title {  background: #fff }
#sb-title-inner {  font-size: 16px }
#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}
#sb-info-inner {  font-size: 12px }
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  margin-left: 3px;
  width: 16px;
}
#sb-nav-close {  background-image: url(../Scripts/shadowbox-en/close.png) }
#sb-nav-next {  background-image: url(../Scripts/shadowbox-en/next.png) }
#sb-nav-previous {  background-image: url(../Scripts/shadowbox-en/previous.png) }
#sb-nav-play {  background-image: url(../Scripts/shadowbox-en/play.png) }
#sb-nav-pause {  background-image: url(../Scripts/shadowbox-en/pause.png) }
#sb-counter {
  float: left;
  width: 45%;
}
#sb-counter a {
  color: #fff;
  cursor: pointer;
  padding: 0 4px 0 0;
  text-decoration: none;
}
#sb-counter a.sb-counter-current {  text-decoration: underline }
div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}


/* ================================================== */
/* SLIDESHOW LAYOUT
/* ================================================== */
#slideshow {
  height: 200px;
  position: relative;
  width: 970px;
  overflow: hidden;
}
#slideshow div {
  height: 200px;
  left: 0;
  opacity: 0.0;
  position: absolute;
  top: 0;
  z-index: 8;
}
#slideshow div.active {
  opacity: 1.0;
  z-index: 10;
}
#slideshow div.last-active {  z-index: 9 }
#slideshow div img {
  border: 0;
  display: block;
  height: 200px;
  margin-bottom: 0px;
}

/* bootstrap overrides */
.bg-light {
  background-color: #feedc6 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #feedc6 !important;
}

.navbar {
    /*background: #fab719;*/
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-right {
	margin-right: 0px;
}

.navbar a {
	color: #6A6A6D;
	text-decoration: none;
	font-weight: bold;
}
.navbar a:hover {
    color: #d49605;
	text-decoration: none;
}
ul.dropdown-menu ul 
{
    font-style: italic;
}
ul.dropdown-menu ul a {
	font-weight: normal;
}
dropdown-menu {
    padding: .2rem  1.5rem .2rem .5rem;
}
.dropdown-submenu,
.dropdown-item {
    padding: .2rem  1.5rem .2rem .5rem;
}



/* added by fjf for Commerce tables, Andrew, change this color to whatever you like */
.CommerceTableAltRow
{
    BACKGROUND: #CFDBC5;
}

/*
 * jQuery UI Datepicker 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: #000000;
    color: #ffffff;
    overflow: auto;
    zoom: 1;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Lock Background */
.LockBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 105%;
	height: 105%;
	background-color: #666;
    opacity: 0.8;
	z-index: 999;
	padding-top: 20%;
}

/* Show Dialog, used with LockBackground class above */
.ShowDialog {
	z-index: 1000;
    position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
    color: white;
    background-color: black;
    opacity: 90;
}

/*style for GridView "pager" buttons*/
.gridviewPager {
    background-color: #fff;
    padding: 2px;
    margin: 2% auto;
}

.gridviewPager a {
    margin: auto 1%;
    border-radius: 50%;
    background-color: #545454;
    padding: 5px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

.gridviewPager a:hover {
    background-color: #337ab7;
    color: #fff;
}

.gridviewPager span {
    background-color: #066091;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}

