
@font-face {
    font-family: 'AmaranthBold';
    src: url('/custom_fonts/Amaranth-Bold.otf') format('truetype'); 
	  }
@font-face {
    font-family: 'AmaranthReg';
    src: url('/custom_fonts/Amaranth-Regular.otf') format('truetype');
	  }
@font-face {
    font-family: 'AmaranthItalic';
    src: url('/custom_fonts/Amaranth-Italic.otf') format('truetype');
	  }


body {
	
		margin:0px;
background-size:auto;
background-repeat:no-repeat;
background-attachment: fixed;
background-position: top 50px;
margin-top: 0%;
	background-image: url(http://www.stevencfrissora.com/images/scf_background_2017.jpg); font-size:18px;
	}
/*NOTE MEDIA QUERIES DO NOT WORK ON MOBILE DEVICES UNLESS EMBEDED ON THE ACTUAL PAGE CALLED!!!!!!!!!!!!!!*/

	
/*@media screen and (max-height: 100px) {
.scrollShower {
THIS HIDES AN ITEM IF SCREEN HEIGHT IS GREATER THAN 100px border:3px red solid !important;
display:none !important;
 }

}
@media only screen and (max-height: 600px) {

div.homebutton {
display:none ;
 }
 }
  div.stevepromo {
    display: block;
  }
  @media screen and (min-width: 80px) {
  div.stevepromo {
    display: none;
  }
}*/

 
 
<!-- td.TPVnavTD:hover  {color: #3C303E;background-color:#CCCCCC;} -->

/*HERE IS A GREAT MOBILE EDIT BY STEVE - THIS CHANGES THE FONT SIZE IF SMALLER THAN 786px*/
@media screen and (min-width: 300px) {
div.portfolio_box {width:42%; }
}
@media screen and (max-width:700px) {
div.portfolio_box  {width:90%; }
}


@media screen and (min-width: 300px) {
p.tagline {font-family: AmaranthBold;font-weight: bold; color: #999999; text-decoration:none; font-size:1.8vw ; margin-top:-15px;}
}
@media screen and (max-width:700px) {
p.tagline {font-family: AmaranthBold;font-weight: bold; color: #999999; text-decoration:none; font-size:3.0vw; margin-top:-15px;}
}

@media screen and (min-width: 300px) {
a.RedLinks:link {font-family: AmaranthBold;font-weight: bold; color: #000080; text-decoration:none; font-size:4.0vw;}
}
@media screen and (max-width: 300px) {
a.RedLinks:link {font-family: AmaranthBold;font-weight: bold; color: #000080; text-decoration:none; font-size:6vw;}

}

/*Change the navigation div if the viewport height is too small*/

@media only screen and (min-height:500px) {
    #navcontainer {
        position: fixed; margin-top:45px !important;
    }
}



/*a.RedLinks:visited { font-family: AmaranthBold; font-weight: bold; color: #000080; text-decoration:none;}*/
a.RedLinks:active {font-family: AmaranthBold;  font-weight: bold; color: #000080; text-decoration:none; }
a.RedLinks:hover {color: #999999;   font-family: AmaranthBold; font-weight: bold;  text-decoration:none; }


.ripple{position:relative;overflow:hidden;transform:translate3d(0,0,0)}
.ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}
.ripple:active:after{transform:scale(0,0);opacity:.2;transition:0s}	


.porfolio_button {
overflow:hidden;transform:translate3d(0,0,0);

	position:relative;
	text-decoration:none;
	padding:8px; 
	color:#ffffff; font-weight:bold;  font-size: 16px; 
	background:#3C303E;
	text-align:center;
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#9999CC));
	background:-moz-linear-gradient(#fff, #9999CC);
	background:-o-linear-gradient(#fff, #9999CC);
	background:linear-gradient(#fff, #9999CC);
		FOR IE
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9999CC',GradientType='0' );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#9999CC)";
*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid #3C303E;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*height:30px;*/cursor:pointer;
	
	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 2px rgba(0,0,0,.3);
/*text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);*/
}

.button_box {
overflow:hidden;transform:translate3d(0,0,0);

	position:relative;
	text-decoration:none;
	padding:8px; 
	color:#ffffff; font-weight:bold;  font-size: 16px; 
	background:#3C303E;
	text-align:center;
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#9999CC));
	background:-moz-linear-gradient(#fff, #9999CC);
	background:-o-linear-gradient(#fff, #9999CC);
	background:linear-gradient(#fff, #9999CC);
		FOR IE
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9999CC',GradientType='0' );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#9999CC)";
*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid #3C303E;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*height:30px;*/cursor:pointer;
	
	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 2px rgba(0,0,0,.3);
/*text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);*/
}
.button_box:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s;}

.button_box:hover {
	position:relative;
	padding:8px; 
	color: #ffffff;  font-weight:bold;  font-size: 16px; 
	background:#000080;
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#3399FF), to(#002d95));
	background:-moz-linear-gradient(#3399FF, #002d95);
	background:-o-linear-gradient(#3399FF, #002d95);
	background:linear-gradient(#3399FF, #002d95);
		FOR IE
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#002d95',GradientType='0' );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3399FF, endColorstr=#002d95)";
*/

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid #000080;
	/*height:30px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
.button_box:active:after{transform:scale(0,0);opacity:.2;transition:0s;}	



input[type=submit] {
overflow:hidden;transform:translate3d(0,0,0);

	position:relative;
	text-decoration:none;
	padding:8px; 
	color:#ffffff; font-weight:bold;  font-size: 16px; 
	background:#CA1C3D;
	text-align:center;
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#9999CC));
	background:-moz-linear-gradient(#fff, #9999CC);
	background:-o-linear-gradient(#fff, #9999CC);
	background:linear-gradient(#fff, #9999CC);
		FOR IE
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9999CC',GradientType='0' );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#9999CC)";
*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid #3C303E;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*height:30px;*/cursor:pointer;
	
	-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 -1px 3px rgba(0,0,0,.3);
box-shadow: 0 1px 2px rgba(0,0,0,.3);
/*text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);*/
}
input[type=submit]:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s;}

input[type=submit]:hover {
	position:relative;
	padding:8px; 
	color: #ffffff;  font-weight:bold;  font-size: 16px; 
	background:#000080;
	/*background:-webkit-gradient(linear, 0 0, 0 100%, from(#3399FF), to(#002d95));
	background:-moz-linear-gradient(#3399FF, #002d95);
	background:-o-linear-gradient(#3399FF, #002d95);
	background:linear-gradient(#3399FF, #002d95);
		FOR IE
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#002d95',GradientType='0' );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3399FF, endColorstr=#002d95)";
*/

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid #000080;
	/*height:30px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
input[type=submit]:active:after{transform:scale(0,0);opacity:.2;transition:0s;}	


div.BlueBoxTop {
	position:relative;
	text-decoration:none;
	padding:5px; 
width: 500px;
	background:#fff;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-top-bottom-left-radius:5px;
	-moz-top-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border: 1px solid #002d95;
	margin-bottom:0px;  
	/* fallback */ 

/* Safari 4-5, Chrome 1-9 */ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0069D0), to(#002D95)); 
/* Safari 5.1, Chrome 10+ */ 
background: -webkit-linear-gradient(bottom, #002D95, #0069D0); 
/* Firefox 3.6+ */ 
background: -moz-linear-gradient(bottom, #002D95, #0069D0); 
/* IE 10 */ 
background: -ms-linear-gradient(bottom, #002D95, #0069D0); 
/* Opera 11.10+ */ 
background: -o-linear-gradient(bottom, #002D95, #0069D0); 
/* For IE 8 */
}
div.BlueBoxBottom {
	position:relative;
	text-decoration:none;
	/*padding:2px; 
width: 506px;*/
	background:#fff;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-left: 1px solid #002d95;
	border-right: 1px solid #002d95;
	border-bottom: 1px solid #002d95;
	margin-bottom:20px;  
	/*height:30px;*/
}
/* MENU Navigation */
	.textfieldformat{
	background-color:#ffffff;
	border:1px solid #dbdbdb;
	padding-bottom:5px;
	padding-left: 5px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px; text-transform:capitalize;
/*-moz-border-radius:3px 3px 3px 3px;   shorthand topleft topright bottomright bottomleft */
	}
.textfieldformat:focus{
	background-color:#ffffff;
	border:1px solid green;
	padding-bottom:5px;
	padding-left: 5px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	text-transform:capitalize;
/*-moz-border-radius:3px 3px 3px 3px;   shorthand topleft topright bottomright bottomleft */
	}
	
div.profile_box {
height:145px; width:145px;margin-left: 5px;
    float: left;
    margin-right: 5px;
	position:relative;
	text-decoration:none;
	padding:2px; 

	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 4px solid #999999;


}

div.profile_box:hover {
cursor:pointer;
	border: 4px solid #002d95;
	
}

div.profile_box_blank {
height:128px; width:137px;margin-left: 0px;
    float: left;
    margin-right: 5px;
	position:relative;
	text-decoration:none;
	padding:10px; 

	z-index:10;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 0px solid #999999;

}
	
	.buttonbox {
	position:relative;
	text-decoration:none;
	padding:8px; 
	color:#002d95; font-weight:bold;  font-size: 16px; 
	background:#fff;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
	background:-moz-linear-gradient(#fff, #ccc);
	background:-o-linear-gradient(#fff, #ccc);
	background:linear-gradient(#fff, #ccc);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid  #002d95;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	/*height:30px;*/
}
.buttonbox:hover {
	position:relative;
	padding:8px; 
	color: #fff;  font-weight:bold;  font-size: 16px; 
	background:#fff;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#3399FF), to(#002d95));
	background:-moz-linear-gradient(#3399FF, #002d95);
	background:-o-linear-gradient(#3399FF, #002d95);
	background:linear-gradient(#3399FF, #002d95);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 2px solid #002d95;
	/*height:30px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#menubarTPV { 
margin-left: 0px; margin-right: 0px;
height: 30px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
box-shadow: 0px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 2px rgba(0,0,0,0.2);
/* fallback */ 

/* Safari 4-5, Chrome 1-9 */ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0069D0), to(#002D95)); 
/* Safari 5.1, Chrome 10+ */ 
background: -webkit-linear-gradient(bottom, #002D95, #0069D0); 
/* Firefox 3.6+ */ 
background: -moz-linear-gradient(bottom, #002D95, #0069D0); 
/* IE 10 */ 
background: -ms-linear-gradient(bottom, #002D95, #0069D0); 
/* Opera 11.10+ */ 
background: -o-linear-gradient(bottom, #002D95, #0069D0); 
/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#3C303E')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#3C303E');
		

}


div.menuTPVmob {
cursor:pointer;
	position:relative;
	width: 100%;
	height: 40px;
	z-index: 1000;
	float: inherit;
	
/*	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);padding: 2px;*/	
}
div.menuTPVmob:hover {
background-color:#909090;
  filter: alpha(opacity=98);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=98);
 -moz-opacity: .98; opacity:.98;
 
	/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#3C303E')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#3C303E');

  }
#menuTPVmob ul li:hover {position:relative;list-style:none; height:40px;}
#menuTPVmob ul li a:hover {height:40px;
 /* color:#F0AD00; roll over type color*/
  border:0;
  position:relative;list-style:none;
 
  border-left: 1px solid #000;
  
  background-color:#8b0201; display: block; height: 30px; line-height:30px; visibility:50%; z-index: 2000; 
  }


#menuTPV {list-style:none;
	position:relative;
	width: 798px;
	height: 30px;
	z-index: 1000;
	float: inherit;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
/*	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);padding: 2px;*/	
}

#menuTPV ul {list-style:none; padding:0; margin:0;  width:798px;}
#menuTPV ul ul {position:absolute; left:-9999px; width:162px; height:auto; list-style:none;}

#menuTPV ul li {float:left; list-style:none;}
#menuTPV ul table {border-collapse:collapse; width:0; height:0; margin:-1px;list-style:none;}

#menuTPV ul li a {border-left: 1px solid #000;
list-style:none;

font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color:#D4D4D4; /*type color*/
text-decoration:none; 
display: block;
 height: 30px; 
 line-height:30px;
  width:162px;
/* background:#330000; the background color*/
   text-align:center; 


   }
#menuTPV ul li:hover {position:relative;list-style:none;}

#menuTPV ul li a:hover {
 /* color:#F0AD00; roll over type color*/
  border:0;
  position:relative;list-style:none;
 
  border-left: 1px solid #000;
  
  background-color:#8b0201; display: block; height: 30px; line-height:30px; visibility:50%; z-index: 2000; 
  }

#menuTPV ul li:hover > a {
  color:#fff;list-style:none; /*roll over type color*/
}

#menuTPV ul :hover ul {left:0; top:31px;list-style:none;  width:217px; 
box-shadow: 7px -3px 4px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	}


#menuTPV ul :hover ul li a {list-style:none;border-right:1px solid #000; border-top:1px solid #000;
  display:block;
  width:217px;
  height:30px;
  line-height:30px;
  border-bottom:1px solid #000;
margin-top:-1px;
  text-decoration:none; 
  color:#000; 
  background:#eee;
  text-align:left;
  padding-left:10px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 13px; 
 
  filter: alpha(opacity=98);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=98);
 -moz-opacity: .98; opacity:.98;
 
	/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#3C303E')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#3C303E');

  }

#menuTPV ul :hover ul li a:hover {
  background:#add;list-style:none;
  }
  
  
  
 .bodycopygrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch:condensed;
	color:#999999;

	font-weight: bold;
}
a.bodycopysmallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch:condensed;
	color:#666666;
		line-height:12px;
		text-decoration:none;
}
a.bodycopysmallgrey:hover {
	
	color:#999999;
		line-height:12px;
		text-decoration:underline;
}



.menuTab 	{	border-top: thin solid #3C303E;
				font-size:10pt;
				font-family:Arial,helvetica;
				font-weight:bold;
				background-color:#313131;
				color:#ffffff;
				padding-top:2px;
				padding-bottom: 2px;
				padding-left: 5px;
				line-height: 11pt;
				margin-left: 10px;
				text-transform: capitalize;
				text-align: left;
				}
				
.menuItem 		{
				width: 520px;
				font-size:11pt;
				font-family:Arial,helvetica;
				font-weight:normal;
				color:#3C303E;
				padding-top:5px;
				padding-bottom: 5px;
				padding-left: 5px;
				line-height: 15px;
				margin-left: 10px;
				text-transform: none;
				text-align: left;
				}
				
.menuTxt		{	font-size:10pt;
					font-family:Arial,helvetica;
					font-weight:bold;
					color:#3C303E;
					padding-top:0px;
					padding-bottom: 0px;
					padding-left: 1px;
					line-height: 11px;
					margin-left: 0px;
					text-transform: none;
					text-align: center;
				}
				
.menuTxtTab		{	text-transform: none;
					text-align: center;
					width:25%;
					height:30px;
				}
				
.menuTable		{	width: 480px;
					border-right:thin solid #3C303E;
					border-bottom:thin solid #3C303E;
					border-left:thin solid #3C303E;
				}	
				
.msg			{	color:#ff0000;
					font-family:arial,helvetica;
					font-size:10pt;
					font-weight:bold;
					text-align:center;
					padding-top:60px;
				}

.msg2			{	color:#ff0000;
					font-family:arial,helvetica;
					font-size:10pt;
					font-weight:bold;
					text-align:center;
					padding-top:20px;
				}
				
.msg3			{	color:#ff0000;
					font-family:arial,helvetica;
					font-size:10pt;
					font-weight:bold;
					text-align:left;
				}
				
.msg4			{	color:#ff0000;
					font-family:arial,helvetica;
					font-size:10pt;
					font-weight:bold;
					padding-left:0px;
				}
				
				.msg4a			{	color:#2f2d2e;
					font-family:arial,helvetica;
					font-size:10pt;
					font-weight:bold;
					padding-left:0px;
				}
				
.msg5			{	color:#ff0000;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:9pt;
					font-weight:normal;
					text-align:center;
					padding-bottom:6px;
				}
				
.msg6			{	color:#ff0000;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:9pt;
					font-weight:normal;
					text-align:center;
					padding-top:20px;
					padding-bottom:20px;
				}
								
#idNumTxt {	font-size:12.0pt;
			font-family:Arial,helvetica;
			font-weight: bold;
			color: #ffffff;
			text-align: right;
			padding-right: 2px;
			padding-left: 2px;
			}
			
.fieldTxt {	font-size:9.0pt;
			font-family:Arial,helvetica;
			font-weight: bold;
			color: #3C303E;
			text-align: right;
			padding-right: 2px;
			padding-left: 2px;
			}
			
.fieldTxtbig	{	font-size:14.0pt;
					font-family:Arial,helvetica;
					font-weight: bold;
					color: #3C303E;
					text-align: right;
					padding-right: 2px;
					padding-left: 2px;
			}
			
.pageTitle	{	color:#000099;
				font-family:arial,helvetica;
				font-size:14pt;
				font-weight:bold;
				text-align:center;
				padding-top:20px;
				padding-bottom:20px
			}
			
#changePageTitle		{	color:#000099;
							font-family:arial,helvetica;
							font-size:12pt;
							font-weight:bold;
							text-align:center;
							padding-top:5px;
							padding-bottom:0px
						}
			
#changePageSubTitle		{	color:#3C303E;
							font-family:arial,helvetica;
							font-size:9pt;
							font-weight:bold;
							text-align:center;
							padding-top:0px;
							padding-bottom:5px
			}
			
#guestPageTitle		{	color:#000099;
							font-family:arial,helvetica;
							font-size:12pt;
							font-weight:bold;
							text-align:center;
							padding-top:0px;
							padding-bottom:0px
						}			
			
#guestPageSubTitle		{	color:#3C303E;
							font-family:arial,helvetica;
							font-size:9pt;
							font-weight:bold;
							text-align:justify;
							padding-top:0px;
							padding-bottom:0px
			}
			
#guestDetailsPageSubTitle		{	color:#3C303E;
							font-family:Verdana, Arial, Helvetica, sans-serif;
							font-size:9pt;
							font-weight:normal;
							text-align:justify;
							padding-top:0px;
							padding-bottom:0px;
							padding-right:4px;
							
			}
			
#guestMsg		{ 	color:#ff0000;
					font-family:arial,helvetica;
					font-size:10pt;
					font-weight:bold;
					text-align:center;
					padding-top:0px;
					padding-bottom:0px;
				}
			
.bookedlsthdr	{	color:#ffffff;
					background-color:#313131;
				}
					
.headerTxt		{	color:#3C303E;
					padding-left:0px;
					padding-right:3px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:10pt;
					font-weight:bold;
				}
				
				
.valuesTxt {	font-size:10.0pt;
			font-family:arial,helvetica;
			font-weight: normal;
			color: #3C303E;
			text-align: left;
			padding-right: 3px;
			padding-left: 3px;
			}
			
.dateColTd	{	font-size:10.0pt;
					font-family:arial,helvetica;
					font-weight: normal;
					color: #3C303E;
					text-align: center;
					padding-right: 3px;
					padding-left: 3px;
				}
			
.refreshColTd	{	font-size:10.0pt;
					font-family:arial,helvetica;
					font-weight: bold;
					color: #3C303E;
					text-align: center;
					padding-right: 3px;
					padding-left: 3px;
				}
			
.choiceLink		{	font-size:9.0pt;
					font-family:arial,helvetica;
					font-weight: normal;
					text-align: center;
					padding-right: 3px;
					padding-left: 3px;

				}
				
.yesNoTxt		{	font-size:10.0pt;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					color: #ffffff;
					text-align: right;
					padding-right: 2px;
					padding-left: 2px;
			}
			
#resetMsgTable		{	background-color:#ffffff;
						border-top: thin solid #999999;
						border-right:thin solid #999999;
						border-bottom:thin solid #999999;
						border-left:thin solid #999999;
						width:350px;
						height:45px;
				}
			
#resetMsg		{	font-size:8.5pt;
					font-family:verdana, vrial, helvetica, sans-serif;
					font-weight: normal;
					color: #3C303E;
					text-align: left;
					padding-top: 3px;
					padding-right: 3px;
					padding-left: 3px;
					padding-bottom: 3px;
					
				}
				
.col1	{	border-bottom: 1px #999999 solid;
				
	}
				
a.navLinks:link {color:#0000ff; text-decoration:none;font-family:arial,helvetica;font-size:10.5pt;font-weight:normal;}
a.navLinks:active {color:#ff0000; text-decoration:none;font-family:arial,helvetica;font-size:10.5pt;font-weight:normal;}
a.navLinks:visited {color:#660099; text-decoration:none;font-family:arial,helvetica;font-size:10.5pt;font-weight:normal;}

.currentPageNum	{color:#3C303E;font-family:arial,helvetica;font-size:10.5pt;font-weight:bold;}


/* Styles for main menu*/
	


.subheader			{	color:#ffffff;
						background-color:#3C303E;
						width:360px;
						padding:3px;
						font-family:verdana;
						font-size:8pt;
						font-weight:bold;

					}
					
ul					{	margin-top:4px;
						margin-bottom:10px;
					}

li					{	color:#3C303E;
						font-family:verdana;
						font-size:10pt;
						list-style-type:square;
						}
					
a.menu:link {color:#0000ff; text-decoration:none;}
a.menu:visited {color:#0000ff; text-decoration:none;}
a.menu:hover {color:#0099ff; text-decoration:bold;}
a.menu:active {color:#ff0000; text-decoration:none;}	

a.adminnav:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;padding:2px;}
a.adminnav:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;padding:2px;}
a.adminnav:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #3C303E; text-decoration: none;background-color:#CCCCCC;padding:2px;}
a.adminnav:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;padding:2px;}

a.tabnav:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #3C303E; text-decoration: none;padding:4px;}
a.tabnav:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #3C303E; text-decoration: none;padding:4px;}
a.tabnav:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #ff0000; text-decoration: none;padding:4px;}
a.tabnav:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #3C303E; text-decoration: none;padding:4px;}


a.TPVtabnav3:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; display: block; height: 30px; line-height:30px;}
a.TPVtabnav3:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; display: block; height: 30px; line-height:30px;}
a.TPVtabnav3:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; background-color:#8b0201; display: block; height: 30px; line-height:30px; visibility:50%; }
a.TPVtabnav3:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; display: block; height: 30px; line-height:30px;}


a.TPVtabnav4:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; display: block; height: 30px; line-height:30px;}
a.TPVtabnav4:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; display: block; height: 30px; line-height:30px;}
a.TPVtabnav4:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:underline; background-color:#8b0201; display: block; height: 30px; line-height:30px; visibility:50%; }
a.TPVtabnav4:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:underline; display: block; height: 30px; line-height:30px;}

a.TPVtabnav5:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; display: block; height: 30px; line-height:30px;}
a.TPVtabnav5:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none; display: block; height: 30px; line-height:30px;}
a.TPVtabnav5:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:underline; background-color:#8b0201; display: block; height: 30px; line-height:30px; visibility:50%; }
a.TPVtabnav5:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:underline; display: block; height: 30px; line-height:30px;}



a.whitelinks2:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;}
a.whitelinks2:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;}
a.whitelinks2:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	cursor: hand;}
a.whitelinks2:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;}


.pagehelptext {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336633;
}
	
.productpgtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	color: #ffffff;
}

a.productName:link {color: #0000FF; text-decoration:none; font-family:arial,helvetica;font-size:10pt;font-weight:bold;}
a.productName:active {color: #0000FF; text-decoration:none; font-family:arial,helvetica;font-size:10pt;font-weight:bold;}
a.productName:visited {color: #0000FF; text-decoration:none; font-family:arial,helvetica;font-size:10pt;font-weight:bold;}
a.productName:hover {color: #0000FF; text-decoration: underline; font-family:arial,helvetica;font-size:10pt;font-weight:bold;}

.productpgtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


.bodycopysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch:condensed;
}

.pageheadline {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8b0201;
}
.pagesubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #0071bc;
	line-height:30px;
	padding-right:20px;
}


.bodycopyleaded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:21px;
}

.boldcopybluesm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
font-weight:bold;
	color:#002d95;
}

.boldcopyblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
font-weight:bold;
	color:#002d95;
}

.boldcopyred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
font-weight:bold;
	color:#ee2524;
}

.boldcopylightblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
font-weight:bold;
	color:#0071bc;
}

a.bodycopylink:link {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: none;
}
a.bodycopylink:active {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: none;
}
a.bodycopylink:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#0000FF;
	text-decoration: none;
}
a.bodycopylink:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ee2524;
	text-decoration: underline;
}

a.bodycopylightbluelink:link {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#0071bc;
	text-decoration: none;
}
a.bodycopylightbluelink:active {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#0071bc;
	text-decoration: none;
}
a.bodycopylightbluelink:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#0071bc;
	text-decoration: none;
}
a.bodycopylightbluelink:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ee2524;
	text-decoration: underline;
}

a.pageheadlinelink:link {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8b0201;
	font-stretch:condensed;
	text-decoration: none;
}
a.pageheadlinelink:active {font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8b0201;
	font-stretch:condensed;
	text-decoration: none;
}
a.pageheadlinelink:visited {font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8b0201;
	font-stretch:condensed;
	text-decoration: none;
}
a.pageheadlinelink:hover {	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 20px;
	font-weight: bold;
	color:#ee2524;
	font-stretch:condensed;
	text-decoration: underline;
}

.supportfiles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 15px;
	
}

.fieldname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.mainheadline {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2f2d2e;
	}

a.mainlinks:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002d95;
	text-decoration: none;
	cursor: hand;}
a.mainlinks:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002d95;
	text-decoration: none;
	cursor: hand;}
a.mainlinks:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ee2524;
	text-decoration: none;
	cursor: hand;}
a.mainlinks:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ee2524;
	text-decoration: none;
	cursor: hand;}

a.whitelinks:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	cursor: hand;}
a.whitelinks:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	cursor: hand;}
a.whitelinks:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	cursor: hand;}
a.whitelinks:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	cursor: hand;}
	
a.footerlinks:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002d95;
	text-decoration: none;
	cursor: hand;}
a.footerlinks:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002d95;
	text-decoration: none;
	cursor: hand;}
a.footerlinks:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:  #ee2524;
	text-decoration: none;
	cursor: hand;}
a.footerlinks:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2f2d2e;
	text-decoration: none;
	cursor: hand;}
	
a.yellowLink	{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	cursor: hand;
}

a.yellowLinkTPV	{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ee2524;
	text-decoration: none;
	cursor: hand;
}

a.whitelinksTPV:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002d95;
	text-decoration: none;
	cursor: hand;}
a.whitelinksTPV:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002d95;
	text-decoration: none;
	cursor: hand;}
a.whitelinksTPV:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ee2524;
	text-decoration: none;
	cursor: hand;}
a.whitelinksTPV:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002d95;
	text-decoration: none;
	cursor: hand;}

	
.demoNotation	{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align:center;
	color:#003366;
}

.demoNotationLight	{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align:center;
	color:#ffffff;
}


div.errorboxmd
{
position:left;
/*width:400;*/
padding: 10px 10px 10px 10px;
border:2px solid  #004FB6;
margin:3px;
background-color:#80D5F0;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #004FB6;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}