﻿body
{
	font-family: Arial, Sans-Serif;
	font-size: 77%;
	line-height: 1.6em;
	text-align: center;
	background-color: #ffffff;
}



img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:visited
{
	color: #000011;
}

a:hover
{
	text-decoration: underline;
}

.smalltext
{
	font-size: 90%;
}


/* --------------- PageContainer ---------------*/

#PageContainer
{
	text-align: left;
	max-width: 960px;
	border: solid 2px #000011;
	border-bottom: solid 1px #000011;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
}


#PageContainer .ui-widget {
    font-family: Arial, Sans-Serif;
	font-size: 100%;
}
/* --------------- Header ---------------*/

#Header
{
	height: 95px;
	border-bottom: solid 7px #000011;
}

#Header #HeaderLeft
{
}

#Header #HeaderLeft #CouncilLogo
{
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;	
	margin-top: 23px;
}

#Header #HeaderLeft #CPDFind
{
	float: left;
	height: 76px;
	text-align: right;
	margin-top: 11px;
}

	#Header #HeaderLeft #FalkirkHSCP {
		float: left;
		height: 76px;
		text-align: right;
		margin-top: 18px;
	}

#Header #CPDLogo
{
	float: right;
	height: 76px;
	width: 389px;
	text-align: center;
	padding-top: 19px;
	background-color: #000011;
}



#Header a:hover
{
	background-color: transparent;
}

#Menu
{
	max-width: 950px;
	border-left: solid 5px #000011;	
	border-right: solid 5px #000011;	
	border-bottom: solid 3px #000011;	
	text-align: left;
}

#TopMenu
{
	height: 28px;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	text-align: left;
	text-transform: uppercase;
}

#TopMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	text-align: left;
}

#TopMenu ul li
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: inline;
	text-align: left;
	font-weight: bold;
	font-size: 105%;
	line-height: 28px;
}

#TopMenu ul li a, #TopMenu ul li a:visited
{
	text-decoration: none;
	color: #000000;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}

#TopMenu ul li a:hover
{
	text-decoration: underline;
	background-color: #ffffff;
	color: #000011;
}

#TopMenu ul li.Selected a, #TopMenu ul li.Selected a:visited
{
	background-color: #ffffff;
	color: #000011;
	padding-top: 6px;
	padding-bottom: 6px;
}

#BottomMenu
{
	height: 25px;
	background-color: #000011;
}

#BottomSecureMenu
{
	height: 25px;
	background-color: #ffffff;
}

#BottomSecureMenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	text-align: left;
	padding-left: 7px;
	margin-top: 2px;	
}

#BottomSecureMenu ul li
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: inline;
	text-align: left;
	font-weight: bold;
	font-size: 95%;
}

#BottomSecureMenu ul li a, #BottomSecureMenu ul li a:visited
{
	text-decoration: none;
	color: #000011;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
}

#BottomSecureMenu ul li a:hover
{
	text-decoration: underline;
	background-color: #000011;
	color: #000011;
}

#BottomSecureMenu ul li.Selected a, #BottomSecureMenu ul li.Selected a:visited
{
	background-color: #000011;
	color: #000011;
}

.clear
{
	clear: both;
	height: 0px;
	line-height: 0px;
}

/* --------------- Footer ---------------*/

#Footer
{
	border-left: solid 5px #000011;	
	border-right: solid 5px #000011;	
	text-align: center;
	clear: both;
	margin: 0;
	padding-top: 5px !important;
	padding-top: 2px !important@;
	padding-top: 5px;
	color: #000000;
	background-color: transparent;
	font-size: .9em;
}

#Footer ul
{
	display: inline;
	padding: 7px;
	text-align: center;
}

#Footer ul li
{
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #000011;
	border-right: 1px solid #000011;
}

#Footer ul li.Last
{
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #000011;
	border-right: none;
}

#Footer a
{
	background-color: Transparent;
	color: #000000;
	text-decoration: none;
}

#Footer a:hover
{
	background-color: Transparent;
	color: #000011;
	text-decoration: underline;
}

#MainContentDiv {
	float: left;
	border-left: solid 5px #000011;	
	border-right: solid 5px #000011;
	margin: 0;
	padding: 0;
    width:99%;
}

#MainContentDiv #Left
{
	float: left;
	width: 250px;
}

#MainContentDiv #Left p
{
	margin-left: 21px;
	margin-right: 2px;
	margin-bottom: 2px;
}

#MainContentDiv #Left #LoginBox
{
	background-color: #000011;
	height: 180px;
	height: 192px !important@;
	width: 223px;
	margin-top: 17px;
	margin-left: 21px;
}

#MainContentDiv #Left #LoginBox h4
{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#MainContentDiv #Left #LoginButtonDiv
{
	float: right;
	margin-right: 14px !important;
	margin-right: 6px !important@;
	margin-right: 4px;
	margin-top: 5px;
}

#MainContentDiv #Left #LoginBox p
{
	margin: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
}

#MainContentDiv #Content
{
	float: left;
	width: 652px !important;
	width: 653px;
	margin-left: 13px;
	margin-right: 35px !important;
	margin-right: 17px;
}

#MainContentDiv #Content h4
{
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 13px;
}

#MainContentDiv #TheContent
{
	float: left;
	width: 98%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px !important;
	margin-right: 0px;
}

#MainContentDiv #TheContent h4
{
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#MainContentDiv #Content h3
{
	text-transform: uppercase;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}

.ErrorText
{
	color:#FF0000;
}

#MainContentDiv #CenterForm
{
	background-color: #000011;
	padding: 10px;
	margin: 5px;
	width: 75%;
	margin-left: 106px;
}

#MainContentDiv #ProfileLeft
{
	background-color: #000011;
	padding: 10px;
	margin: 5px;
	margin-left: 5px !important;
	margin-left: 0px;
	width: 435px;
	float: left;
}

#MainContentDiv #ProfileRight
{
	background-color: #CCCCCC;
	padding: 10px;
	margin: 5px;
	width: 435px;
	float: right;
}

#MainContentDiv #VenueLeft
{
	background-color: #000011;
	padding: 10px;
	margin: 5px;
	margin-left: 5px !important;
	margin-left: 0px;
	width: 435px;
	float: left;
	min-height: 325px;
}

#MainContentDiv #VenueRight
{
	background-color: #CCCCCC;
	padding: 10px;
	margin: 5px;
	width: 435px;
	float: right;
}

.AlignTop
{
	vertical-align: top;
}

#MainContentDiv #CourseLeft
{
	vertical-align: top;
	width: 590px;
	float: left;
	text-align: left;
	padding-top: 0;
	margin-top: 0;
	margin-left: 0px !important;
	margin-left: -5px;
}

#MainContentDiv #CourseLeft h4
{
	margin-left: 30px !important;
	margin-left: 24px;
}

#MainContentDiv #CourseRight
{
	vertical-align: top;
	padding: 10px !important;
	margin: 5px;
	width: 280px;
	float: right;
	text-align: left;
	padding-top: 0;
	margin-top: 0;
}

#MainContentDiv #CourseLeft #Left
{
	vertical-align: top;
	padding: 5px;
	margin-left: 5px !important;
	margin-left: 0px;
	width: 275px;
	float: left;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

#MainContentDiv #CourseLeft #Right
{
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	width: 275px;
	float: right;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

#MainContentDiv #CourseLeft #Bottom
{
	vertical-align: top;
	width: 590px;
	float: left;
	text-align: left;
	margin-left: 30px !important;
	margin-left: 12px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#MainContentDiv #CourseLeft #Bottom p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.HandCursor
{
	cursor: pointer;
}

#HomePageTopLeft
{
	margin: 10px;
	margin-left: 10px !important;
	margin-left: 0px;
	height: 105px;
	width: 445px;
	background-color: #000000;
	float: left;
	padding-top: 10px;
}

#HomePageTopLeft h5
{
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -2px;
	padding-left: 15px;
	margin-bottom: 0 !important;
	margin-bottom: -10px !important@;
	margin-bottom: -10px;
}

#HomePageTopLeft p
{
	font-size: 90%;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#HomePageTopRight
{
	margin: 10px;
	height: 105px;
	width: 445px;
	background-color: #000000;
	float: right;
	padding-top: 10px;
}

#HomePageTopRight h5
{
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -2px;
	padding-left: 15px;
	margin-bottom: 0 !important;
	margin-bottom: -10px !important@;
	margin-bottom: -10px;
}

#HomePageTopRight h5 a
{
	color: #000000;
	text-decoration: underline;
}

#HomePageTopRight h5 a:hover, #HomePageTopRight h5 a:active
{
color: #000000;
}

#HomePageTopRight p
{
	font-size: 90%;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#HomePageTopRight #Left p
{
	font-size: 90%;
	margin-left: 0px;
}

#HomePageBottomLeft
{
	border:solid 1px #000000;
	margin: 10px;
	margin-left: 10px !important;
	margin-left: 0px;
	height: 380px;
	width: 443px;
	float: left;
}

#HomePageBottomLeft h5
{
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 28px;
	vertical-align: middle;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 8px;
	margin-bottom: 0;
}

#HomePageBottomLeft p
{
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 10px;	
}

#HomePageBottomLeftCoord
{
	border:solid 1px #000000;
	margin: 10px;
	margin-left: 10px !important;
	margin-left: 0px;
	height: 380px;
	width: 443px;
	float: left;
}

#HomePageBottomLeftCoord h5
{
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 28px;
	vertical-align: middle;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 8px;
	margin-bottom: 0;
}

#HomePageBottomLeftCoord p
{
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 2px;
	padding-right: 10px;	
}

#HomePageBottomRight
{
	border:solid 1px #000000;
	margin: 10px;
	height: 380px;
	width: 443px;
	float: right;
}

#HomePageBottomRight h5
{
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 28px;
	vertical-align: middle;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 8px;
	margin-bottom: 0;
}

#HomePageBottomRight h5 a
{
	color: #000000;
	text-decoration: underline;
}

#HomePageBottomRight h5 a:hover, #HomePageBottomRight h5 a:active
{
color: #000000;
}

#HomePageBottomRight #NewsDiv
{
	padding-top: 0px;
	height: 143px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-top: -5px;
}

#HomePageBottomRight #NewsDiv p
{
	padding-left: 25px;
	padding-top: 20px;
}

#HomePageBottomRight #NewsDiv ol
{
	margin-top: 6px;
}

#HomePageBottomRight #NewsDiv ol li
{
	margin-bottom: -3px;
}

#HomePageBottomRight #RSSDiv
{
	padding-top: 0px;
	margin-left: -15px;
		margin-top: -5px;
			padding-bottom: 10px;
}

#HomePageBottomRight #RSSDiv p
{
	padding-left: 25px;
	padding-top: 10px;
}

#HomePageBottomRight #RSSDiv ol
{
	margin-top: 6px;
}

#HomePageBottomRight #RSSDiv ol li
{
	margin-bottom: -3px;
}

.Disclaimer
{
	font-size: 80%;
}

#RequestsDiv
{
	width: 200px;
}

#RequestsDiv ul
{
	list-style-type: none;
	width: 260px;
	vertical-align: top;
	margin-left: -17px !important;
	margin-left: 23px;
	margin-top: 20px;
	font-weight: bold;
}
html>body #RequestsDiv ul
{
	*padding-left: 40px;
}

#RequestsDiv ul li
{
	list-style-image: url(../Images/alertWarning.gif);
	list-style-position:inside;
	vertical-align: top;
	height: 30px !important;
}

#RequestsDiv ul li.None
{
	list-style-image: url(../Images/alertTick.gif);
	list-style-position:inside;
	vertical-align: top;	
	height: 30px !important;
}

#RequestsDiv ul li.Information
{
	list-style-image: url(../Images/Information.gif);
	list-style-position:inside;
	vertical-align: top;	
	height: 30px !important;
}

#RequestsDiv ul li .Text
{
	vertical-align: top;
	padding-left: 0px !important;
	padding-left: 15px !important@;
	padding-left: 15px;
}

#RequestsDiv ul li .Number
{
	float: right;
	vertical-align: top;
}

#RequestsDivCoord
{
	width: 200px;
}

#RequestsDivCoord ul
{
	list-style-type: none;
	width: 280px;
	vertical-align: top;
	margin-left: -17px !important;
	margin-left: 23px;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: -2px;
}
html>body #RequestsDivCoord ul
{
	*padding-left: 40px;
}

#RequestsDivCoord ul li
{
	list-style-image: url(../Images/alertWarning.gif);
	list-style-position:inside;
	vertical-align: top;
	height: 30px !important;
}

#RequestsDivCoord ul li.None
{
	list-style-image: url(../Images/alertTick.gif);
	list-style-position:inside;
	vertical-align: top;	
	height: 30px !important;
}

#RequestsDivCoord ul li.Information
{
	list-style-image: url(../Images/Information.gif);
	list-style-position:inside;
	vertical-align: top;	
	height: 30px !important;
}

#RequestsDivCoord ul li .Text
{
	vertical-align: top;
	padding-left: 0px !important;
	padding-left: 15px !important@;
	padding-left: 15px;
}

#RequestsDivCoord ul li .Number
{
	float: right;
	vertical-align: top;
	margin-top: -20px !important@ !important;
	}

#MainContentDiv #CenterForm #CatEquipRight
{
	width: 280px;
	float: right;
}

.TableHeaderRow
{
	width: 100%;
	font-weight: bold;
}

.imgicon
{
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

#AliasDiv
{
	width: 100%;
	text-align: center;
	margin-top: 2px;
	margin-bottom: -15px;
}

.addLink
{
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

#dialog a
{
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

#RSSContainer { width: 100%; margin: 0 auto; }

#RSSBlock 
{
  float: left;
  border: none;
  width: 100%;
  height: 150px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  overflow-y: auto;
  overflow-x: hidden;
}  

#RSSContent { width: 100%; height: 100%; }

.loading { background: url('../Images/progress-indicator.gif') no-repeat center; }

.ERDNoteLabel
{
    font-weight: normal;
}

.ERDViewTD p
{
    margin-top: 0px;
}

.emailBody>textarea
{
     height: 100px !important;
}

/* --------------- Area for Development By Standard report---------------*/
#AreasForDevelopmentByStandard #criteriaTable
{
    width: 100%
}


#AreasForDevelopmentByStandard #RegistrationStandard {
    width: 95%
}

/* --------------- LANA Framework---------------*/
#LANALevelTable .Textbox, #LANASubLevelTable .Textbox, #LANASubLevelTable .Textbox {
    width: 300px!important;
}



/* --------------- dialog ---------------*/
.dialog p {
    text-align: left;
}

.dialog .buttonset {
    margin-bottom: 12px;
     margin-top: 12px;
}

.dialog table,
.dialog input,
.dialog textarea
 {
    width: 100%!important;
   
}

.dialog td
{
    vertical-align:top;
}

/* --------------- Micro Clear fix ---------------*/
/* for float issues, e.g. floated item sticking out of bottom of container */
/* Use on containing item of float */
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

/* For IE6 and 7. Make them have layout */
.clearfix {
    zoom: 1;
}

/* --------------- Horizontal List ---------------*/
.horizontalList {
    padding: 0; /* reset */
    margin: 0; /* reset */
    zoom: 1; /* Micro clear fix fix for IE6 and 7.  Make them have layout */
    
}

/* Micro clear fix as lis floated. Will not work on IE6 and IE7.  Use zoom:1 for these */
.horizontalList:after {
	content: "";
	display: table;
	clear: both;
}

ul.horizontalList {
    vertical-align: baseline;
    list-style: none;
    display: inline-block;
   
}

.horizontalList li {
    float: left;
	padding-right: 10px; 
    display: inline-block;
   
}
.horizontalList li img {
    vertical-align: middle;
}


/* --------------- Success message ---------------*/

.success
{
    display:block;
    margin-bottom: 12px;
    margin-top: 12px;
}
/* --------------- Helpers ---------------*/
.noMargin {
    margin:0 !important;
    
}

.defaultTopBottomMargins {
    margin-bottom: 12px;
     margin-top: 12px;
}

.resetList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.push-right {
    float: right;
}

/* To hide close button on Jquery UI dialgo */
.no-close .ui-dialog-titlebar-close {
    display: none
}

.tableColWidth1-3.table
{
    width:100%;
}

.tableColWidth1-3 tr td:first-child {
    width: 33.33%;
}






/* --------------- Basic Grid ---------------*/
[class*='col-'] {
	float: left;
    display: inline-block;
}

.grid {
    width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-2-5 
{
    width: 40%;
}

.col-3-5
{
    width: 60%;
}

.col-4-5
{
    width: 80%;
}

.col-1-5
{
    width: 20%;
}

/* --------------- ReportingToolPageContainer ---------------*/

#ReportingToolPageContainer {
    text-align: left;
    border: solid 2px #000011;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
   
}
 
.InstantReportContent {
    
    font-size: 123%; /* Compensate for body reduction*/
}

/*#ReportingToolPageContainer h4
{
    margin-left:0px;
    width:auto;
}*/

/*#ReportingToolPageContainer #Header #Logo,
#ReportingToolPageContainer #TopPane #Left
{
    width:33.33%;
    float:left;
    box-sizing:border-box;
  
}*/

/*#ReportingToolPageContainer #Header #Text,
#ReportingToolPageContainer #TopPane #Right
{
    width:66.66%;   
    float:left;
    box-sizing:border-box;
    
}*/

#ReportingToolPageContainer #Header #HeaderLeft #CouncilLogo {
    width: auto;
}

#ReportingToolPageContainer #Menu
{
    width: auto;
}

/*#ReportingToolPageContainer #Header #Logo,#ReportingToolPageContainer #Header #Text
{
    height:71px !important;
}
#ReportingToolPageContainer #TopPane #Left,#ReportingToolPageContainer #TopPane #Right
{
    height:55px;
}*/

#ReportingToolPageContainer #CPDFind
{
	float: right;
	height: 76px;
	text-align: right;
	margin-top: 11px;
    margin-right: 15px;
}

#ReportingToolPageContainer #MainContentDiv {
    float: none;
}

#ReportingToolPageContainer .footer .line
 {
    margin-bottom: 0px;
    
}

/*Fixes for multi select*/

div#MS_PlanDevelopmentAreasUpdatePanel, div#MS_DevelopmentActivityUpdatePanel, div#MS_PossibleCPDActivityUpdatePanel, div#MS_QualityIndicatorsUpdatePanel, div#MS_QualityIndicatorTitlesUpdatePanel, #MS_AreaStandardsRow, .ms-options-wrap {
    position: relative;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #000000;
}
	
.H4Link
{
    float: right;
    color: #FF0000;
}

.H4Link a, .H4Link a:visited
{
    color: #FF0000;
}