﻿/*****************************************************************************************************************/
/* GENERIC ELEMENT STYLES */
/*****************************************************************************************************************/

html {
	font-size: 74%;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
#editArea th {
	font-size: 77%;
}
html, body, h1, h2, h3, h4, h5, h6, div, p, ul, li, input, select, span, td, textarea {
	font-family: arial, tahoma, sans-serif;
}
blockquote {
	margin: 10px 12px 17px 12px;
}
caption {
	text-align: left;
}
hr {
	background-color: #FFFFFF;
	clear: both;
	color: #000000; 
}
th {
	font-weight: bold;
}
form {
	margin: 0px;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
legend {
}
label {
	margin: 0px;
	padding: 0px;
}
ul li {
	margin-bottom: 3px;
}
p, li {
	line-height: 1.3em;
}
p {
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left
}


div {	
	text-align:left;
}


/*****************************************************************************************************************/
/* Generic Link Styles */

a:link {
	background-color: transparent;
	color: #214B7A;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #214B7A;
	text-decoration: underline;
}
a:active, a:focus, a:hover {
	background-color: transparent;
	color:#CC6600;
	text-decoration: underline;
}

/*****************************************************************************************************************/
/* Generic Heading Styles */

h1 { color: #CC6600; font-size: 150%; font-weight: normal; }
h2 { color: #214B7A; font-size: 125%; }
h3 { color: #000000; font-size: 110%; }
h4 { color: #CC6600; font-size: 105%; }
h5 { color: #666666; font-size: 105%; }
h1, h2, h3, h4, h5 {
	font-family: arial, tahoma, sans-serif;
	background-color: transparent;
}

.navheading, .sectionheading, .hidden {
	clear: none;
	height: 1px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -5000px;
	width: 1px;
}

/*****************************************************************************************************************/
/* NAVIGATION STYLES */
/*****************************************************************************************************************/

/* Toolbar */

.toolbar {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 120%;
	padding: 0.9em 1em 0.8em 1em;
	text-align: right;
}
.toolbar ul {
	margin: 0em;
	padding: 0em;
}
.toolbar ul li {
	margin-right: 8px;
	display: inline;
	list-style-type: none;
	padding-left: 1.3em;
}
.toolbar ul li#firsttoolbar {
	background-image: none;
}
.toolbar ul li.on {
	color: #FFFFFF;
	font-weight: bold;
}
.toolbar ul li#skip {
	background-image: none;
	color: #FFFFFF;
	padding-left: 1em;
}
.toolbar ul li a.toolbar_skip {
	background: url(/_layouts/images/puma/skip_content_arrow.gif) 0em 0.4em no-repeat #FFFFFF;
	padding-left: 1em;
	color: #FFFFFF;
}
.toolbar ul li a.toolbar_skip:hover, #toolbar ul li a.toolbar_skip:active, #toolbar ul li a.toolbar_skip:focus {
	background: url(/_layouts/images/puma/skip_content_arrow_hover.gif) 0em 0.4em no-repeat #FFFFFF;
	color: #FFFFFF;
	padding-left: 1em;
}
div.toolbar a:link, div.toolbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.toolbar a:active, div.toolbar a:focus, div.toolbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div.toolbar a.on:link, div.toolbar a.on:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.toolbar a.on:active, div.toolbar a.on:focus, div.toolbar a.on:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*****************************************************************************************************************/
/* CUSTOM TEMPLATE STYLES */
/*****************************************************************************************************************/

#banner {
	/* background: url(/_layouts/images/puma/e-Toolbox/top_header_pattern.gif) no-repeat right top #366EA7; */
	background-color: #FFFFFF;
	color: #000000;
	height: 1%;
}
#banner #bannerpattern {
	/* background: url(/_layouts/images/puma/e-Toolbox/banner_pattern.gif) no-repeat 395px 21px; */
	height: 1%;
}
#banner #logo {
	float: left;
	padding-top: 16px;
}
#banner #logo #logoimg {
	width: 180px;
	/*height: 80px;*/
	overflow:hidden;
	object-fit: cover;
}

#banner #logoright {
	float: right;
	padding-right:20px;
}

.item
{
	margin: 0px 0px 0px 4px;
}

/********* TagLine ******************/
#tagline {
	background: url(/_layouts/images/puma/tagline.gif) no-repeat left top #CC6600;
	color: #000000;
	height: 102px;
	/*margin-top: -3px;*/
}
#tagline blockquote {
	position: absolute;
	top: -5000px;
	left: -5000px;
}
#tagline img {
	border: none;
}
#tagline.inside {
	background-color: #666666;
	color: #000000;
	height: 43px;
}

/*****************************************************************************************************************/
/* Footer navigation */

#footer_wrapper {
/*	background: url(../images/bottom_right_graphic_bottom.gif) right top no-repeat;*/
	clear: both;
	margin-top: 0px;
}
#footer_wrapper #victorialogo {
	float: left;
}
#footer_wrapper #relatedcontentbackground {
	float: right;
}
#footer_box {
	background-color: #666666;
	clear: both;
	color: #FFFFFF;	
	font-size: 120%;
	height: 2.5em;
	padding-bottom: 0.5em;
}
.footer {
	float: left;
	padding: 0.7em 0em 0.5em 0.2em;
}
.footer ul {
	margin: 0em;
	padding: 0em;
}
.footer ul li {
	display: inline;
	list-style-type: none;
	padding-left: 1.9em;
}
.footer ul li#firstfooter {
	background-image: none;
}
.footer ul li.on {
	color: #ffffff;
	font-weight: bold;
}
div.footer a:link, div.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.footer a:active, div.footer a:focus {
	color: #ffffff;
	text-decoration: underline;
}
#footer_toplink {
	float: right;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#footer_toplink a {
	background: url(/_layouts/images/puma/top.gif) 0em 0.2em no-repeat;
	color: #ffffff;
	padding-left: 24px;
}
#footer_toplink a:link, #footer_toplink a:visited {
	text-decoration: none;
}

div.footer a:hover, #footer_toplink a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_toplink a:active, #footer_toplink a:focus {
	text-decoration: underline;
}

/*****************************************************************************************************************/
/* MANDATORY STYLES */
/*****************************************************************************************************************/

.clear {
	clear: both;
}


/****************************************************************************/
/*  Customized Style sheet */
/****************************************************************************/
.ms-ToolPaneOuter
{
	padding:0px;
	background-color:#f2f2f2;
	border-top:1px solid #6f9dd9;
	border-right:2px solid #6f9dd9;
	overflow: scroll;
	height:800px;
}

#MSOTlPn_MainTD
{
	Height: 600px;
	Width: 100%;
}

.ms-wpHeader
{
	background: #636466;
  	padding: 4px; 
  	background-image:none;
  	margin-top:0px;
}

.ms-WPTitle
{
	font-family:arial, tahoma, sans-serif;
  	font-size: 0.9em;
  	color: #fff;
  	font-weight: bold;			`
  	padding:5px;    
}

.ms-HoverCellInActive
{
	/* background: #366EA7;	
	padding:5px; */	
}
/*
.ms-WPBody 
{
	
	
}
*/
.ms-WPBody #group a {
	display: block;
	/*font-weight: bold;*/
	height: 100%;
	padding: 0.5em 0.5em 0.5em 2.3em;
	text-decoration: none;
	border-bottom: 1px solid #6D6D6D;
}

.ms-WPBody #group a:link, .ms-WPBody #group a:visited {
	color: #000000;
	text-decoration:none;
	font-size:100%;
}

.ms-WPBody #group a:active, .ms-WPBody #group a:focus, .ms-WPBody #group a:hover {
	border-bottom: 1px solid #5C5C5C;
	color: #000000;
	text-decoration:none;
	font-size:100%;
}

.ms-SPZone TABLE
{
	background-color:#6D6D6D;		
}

.ms-standardheader .ms-WPTitle { 
	color: #214B7A; font-size: 125%; 
}

.navigationLeft .ms-WPheader TD
{
	background-image:none;
	background-color:#6D6D6D;	
	border-bottom: none;
}

.navigationLeft
{
	padding-bottom:120px;
	margin-bottom:40px;
	background-color: #CBC4BC;
}

/*******************************/
/* custom text styles 
/*******************************/

#formtext {
	font-size:120%;	
}

.ms-WPBody a, .ms-WPBody a:link, .ms-WPBody a:visited {
	text-decoration : underline;
}

