/* *************************************/
/* Find a Service Canada Office (FCSO) */
/* Service Canada */
/* CES */
/* *************************************/


/* ********************************** */
/* BEGIN OF TABLE STYLES */ 

/* Table design for core tables (office information, telephone services etc...) */
table.frmTable {
	border-width: 1px;
	border-style: solid;
	border-color: #736D62;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px; 
}

table.frmTable th {
	border-width: 1px;
	font-size: 100%;
	padding: 7px 5px 7px 5px;
}

table.frmTable th.mainHeader {
	font-size: 110%;
	font-weight: bold;
	background: #736D62;
	color: #FFFFFF;
}

table.frmTable th.subHeader {
	font-weight: bold;
	color: #000000;
}

table.frmTable th.rowLabel {
	font-weight: bold;
}

table.frmTable td {
	border-width: 1px;
	padding: 7px 5px 7px 5px;
	height: 40px;
}

table.frmTable td.rowData { 
	/*font-size: 90%;*/
}

table.frmTable .mod { 
	background: #FFFFFF;
}

table.frmTable .mod2 {
	 background: #F4F2EA; 
}

table.frmTable .topWhiteBorder {
	border-top: 1px solid #FFFFFF; 
}

table.frmTable .noWrap {
	white-space: nowrap;
}

table.frmTable .normalFont {
	font-weight: normal;
}

table.frmTable .highLight {
	background: #EAF4F2;
}


/* Warning box used for emergency closure notification */
table.wrngTable {
	width: 100%;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 8px 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFD324;
	border-collapse: collapse;
	background-color: #FFFECC;
	background-image: url(/profiles/images/wrngBG.png); 
}

table.wrngTable td {
	font-size: 100%;
	text-align: left;
	padding: 6px 4px 6px 4px;
}

table.wrngTable th {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding: 6px 4px 6px 4px;
}

table.wrngTable td.rowLabel10 {
	font-weight: bold;
	white-space: nowrap;
}

table.wrngTable td.rowData {

}

/* END OF TABLE STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF DIV STYLES */ 

/* Location box used for the building image and address */
div.locBox {
	display: block;
	min-height: 100px;
	width: 100%;
	padding-top: 10px;
}

div.locBoxLeft {
	float: left;
	padding: 0px 0px 20px 10px;
	width: 100px;
	vertical-align: middle;
}

div.locBoxRight {
	float: left;
	padding: 0px 0px 20px 10px;
	vertical-align: middle;
}


/* Plain text box used for the office type description */
div.textBox {
	font-size: 90%;
	font-style: italic;
	margin-bottom: 20px; 
	margin-bottom: 15px;
	padding: 2px 0px 0px 2px;
	text-align: left;
}


/* Sorting bar used for the provincial lists */
div.sortingBar {
	font-size: 85%;
	margin: 0px 5px 0px 0px;
	padding: 6px 2px 6px 2px;
	text-align: left;
	vertical-align: middle;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #F1F1F1;
	background-image: url(/profiles/images/srtBG.png);
}


/* Holiday closure layout used for office business hours */
div.holidayClosures {
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.holidayClosures .holidayName {
	width: 45%;
	float: left;
	padding-bottom: 3px;
}

div.holidayClosures .holidayDate {
	width: 55%;
	float: left;
	padding-bottom: 3px;
}

div.holidayClosures .mod {
	background-color: #FFFFFF;
}

div.holidayClosures .mod2 {
	background-color: #F4F2EC;
}


/* Box used to mimic the table layout (building, map, local services, public announcement etc...) */
div.infoBox {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #736D62;
	border-collapse: collapse;
	margin-bottom: 20px;
}

div.infoBoxHeader {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	background: #736D62;
	padding: 7px 5px 7px 5px;
	color: #FFFFFF;
}

div.infoBoxData {
	font-size: 90%;
	border-width: 1px;
	padding: 10px 5px 5px 5px;
	vertical-align: top;
}

div.infoBoxData ul li {
	font-weight: bold;
	padding-bottom: 2px;
}

div.infoBoxData ul li ul li {
	font-weight: normal;
	padding-bottom: 4px;
}


/* Grey box used for misc plain text content /*/
div.greyBox {
	border: 1px solid #DDDDCC;
	background-color: #EEEEDD;
	padding: 10px 10px 10px 10px;
	/*margin-bottom: 10px;*/
}


/* Search results styles */
div.searchBox {
	padding: 10px 10px 10px 10px;
	display: block;
	float: left;
	width: 98%;
}

div.searchBox label {
	clear: both;
	display: block; 
	float: left;
	padding: 3px 0px 0px 0px; 
	width: 115px; 
	color: #333333; 
	font-weight: normal;
}

div.searchBox .inputText {
	margin-bottom: 8px; 
	margin-right: 2px; 
	padding: 1px 2px 0px 0px;
	width: 88px;
}

.descText {
	padding: 2px 0px 2px 0px;
	width: 90%;
	display: block;
	white-space: normal;
	color: #000000;
}

div.searchBox .selectOption {
	margin-bottom: 8px; 
	margin-right: 2px;
	width: 88px;
}

div.searchBox .inputCity {
	width: 205px; 
}

div.searchBox .selectProvince {
	width: 205px;
}

div.searchBox br {
	clear: both; 
}

div.searchBox .descText {
	padding: 2px 0px 2px 0px;
	width: 90%;
}

div.searchBox h3  {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 6px 0px;
	color: #534B2F;
	font-size: 110%;
}

div.searchBox .searchButton {
	clear: both; 
	width: 100%;
	padding-left: 115px;
}

div.searchBox .inputSubmit {
	width: auto; 
}

div.searchBox ul {
	margin-bottom: 0px;
}

.dividerLine {
	float: left; 
	display: block; 
	padding: 4px 4px 4px 4px;
	margin-right: 0px;
	text-align: left; 
	height: 20px; 
	line-height: 20px;
	width: 90%;
	vertical-align: middle;
	background: url(/profiles/images/dividerLineHorizontal.gif) center center repeat-x ;
}

.dividerLine .content {
	display: inline; 
	margin-left: 4px;
	padding: 1px 1px 1px 1px; 
	background-color: #FFFFFF; 
	color: #004499; 
	font-weight: bold;
	font-size: 13pt;
}

div.imgThumb {
	/*float: left; */
	padding: 3px 3px 3px 3px;
	/*border: 1px solid #C8C5BF*/
} 

div.imgThumb img {
	/*vertical-align: middle;*/
	padding: 2px;
	border: 1px solid #C8C5BF;
	background-color: #FFFFFF;
}

div.searchBar {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px dashed #C8C5BF;
}

div.errorBox {
	padding: 8px 8px 8px 8px;
	margin: 15px 0px 15px 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #FFD324;
	border-collapse: collapse;
	background-color: #FFFECC;
}

div.searchDiv {
	display: block;
	padding:  10px 0px 6px 0px;
}

table.searchResults td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #C8C5BF;
}


/* Environment banner */
div.envBanner {
	position: absolute; 
	left: 0px; 
	top: 0px;
	min-width: 150px;
	padding: 4px 6px 4px 4px;
	background-color: #736D62;
	color: #A3EA42;
	font-weight: bold;
	font-size: 150%;
}


/* Headers for home page */
.sectionHeader {
	margin: 0.5em 0em 0.5em 0em;
	font-weight: bold;
	font-size: 125%;
	color: #000000;
}

/* END OF DIV STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF IMAGES STYLES */ 

/* Building thumbnail image box */
.thumbBox { 
	float: left; 
	position: relative; 
	vertical-align: middle; 
	border: 1px #E1DCC9 solid; 
	padding: 3px 3px 3px 3px; 
	margin: auto;
}

img.thumbBoxImg {
	border: 0px;
	vertical-align: middle;
}

img.thumbBoxIcon { 
	width: 19px;
	height: 19px;
	position: absolute; 
	bottom: 0; 
	right: -1px;  
	margin: 3px;
	background: none;  
}


/* Question mark icon used for search results page */
.questionMark {
	background: url(/profiles/images/icnQuestion.gif) ;
	background-repeat: no-repeat; 
	padding-left: 20px;
}


/* Exclamation point icon used for search results page */
.exclamationMark {
	background: url(/profiles/images/icnExclamation.gif) ;
	background-repeat: no-repeat; 
	padding-left: 20px;
}

/* END OF IMAGES STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF FONT STYLES */ 

.italic {
	font-style: italic;
}

.redText {
	color: #D62211;
}

.superscript {
	vertical-align: top;
	font-size: 80%;
}

/* END OF FONT STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF BACKGROUND STYLES */ 

.lightBeige {
	background: #F4F2EC;
}

.medBeige {
	background: #E9E4D6;
}

/* END OF BACKGROUND STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF LIST STYLES */ 

ul.searchResults li {
	padding-bottom: 10px;
}

/*
ul li {
	padding-bottom: 2px;
}
*/ 

/* END OF LIST STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF FORM STYLES */ 

form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset {
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

label {
	text-align: left;
	font-weight: bold;
	color: #3A3832;
}

input {
	/*text-align: left;*/
}

form.frmLnch {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

input.linkForm {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #004499;
	background-color: #FFFFFF;
	border-width: 0px;  
	cursor: pointer;
}

/* END OF FORM STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF WIDTH STYLES */ 

table .w5 {
	width: 5%;
}

table .w10 {
	width: 10%;
}

table .w15 {
	width: 15%;
}

table .w20 {
	width: 20%;
}

table .w25 {
	width: 25%;
}

table .w30 {
	width: 30%;
}

table .w35 {
	width: 35%;
}

table .w40 {
	width: 40%;
}

table .w45 {
	width: 45%;
}

table .w50 {
	width: 50%;
}

table .w55 {
	width: 55%;
}

table .w60 {
	width: 60%;
}

table .w65 {
	width: 65%;
}

table .w70 {
	width: 70%;
}

table .w75 {
	width: 75%;
}

table .w80 {
	width: 80%;
}

table .w85 {
	width: 85%;
}

table .w90 {
	width: 90%;
}

table .w95 {
	width: 95%;
}

table .w100 {
	width: 100%;
}

/* END OF WIDTH STYLES */ 
/* ********************************** */



/* ********************************** */
/* BEGIN OF ALIGNMENT STYLES */ 

/* Horizontal alignment */
.center {
	text-align: center;
}

.right {
	text-align: right;
	/* display: block;  */
}

.left {
	text-align: left;
}


/* Vertical alignment */
.top {
	 vertical-align: top;
}

.bottom {
	 vertical-align: bottom;
}

.middle {
	 vertical-align: middle;
}


/* Table horizontal alignment */
/*
table .center {
	text-align: center;
}

table .right {
	text-align: right;
}

table .left {
	text-align: left;
}
*/


/* END OF ALIGNMENT STYLES */ 
/* ********************************** */










