﻿/* Basic Page Elements */
body
{
    margin: 0px;
    border-style: none;
    font-family: georgia, "times new roman" ,times,serif; /*background-color: #F7F7F7;*/
    background-color: #333333;
    background-repeat: repeat-x;
    background-image: url('../siteimages/std-carriers-background.png');
}
h1
{
    margin-top: -10px;
    font-size: 1.5em;
    color: #d60a03;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bolder;
    text-shadow: 1px 1px 0px #111111;
}
h2
{
    font-size: 1.4em;
    color: #222222;
    text-shadow: 1px 1px 0px #d60a03;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bold;
}
h3
{
    font-size: 1.3em;
    color: #d60a03;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px #111111;
}
h4
{
    font-size: 1.1em;
    color: #222222;
    text-shadow: 1px 1px 0px #d60a03;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bold;
}
h5
{
    font-size: 1em;
    color: #d60a03;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px #111111;
}
p
{
    color: #222222;
    text-indent: 20px;
    font-size: .9em;
}
a, table, caption, tbody, tfoot, thead, tr, th, td, img
{
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a:link
{
    color: #d60a03;
    text-decoration: underline;
}
a:hover
{
    color: #F42821;
    text-decoration: none;
}
a:visited
{
    color: #830701;
    text-decoration: underline;
}
a:visited:hover
{
    color: #d60a03;
    text-decoration: none;
}
a:active
{
    color: #111111;
    text-decoration: none;
}
#wrapper
{
    margin: 0px auto;
    width: 950px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}
#wrappertop
{
    background-color: #111111;
    margin-bottom: 20px;
    list-style:none;
	margin:0;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#loginwrapper
{
    height: 30px;
    font-size: .8em;
    color: #ffffff;
}
a.loginuserlink:link
{
    color: #ffffff;
    text-decoration: none;
    padding: 4px 10px 4px 9px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background-color: #d70b02;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#830701), to(#d70b02));
	background: -webkit-linear-gradient(top, #830701, #d70b02);
	background: -moz-linear-gradient(top, #830701, #d70b02);
	background: -o-linear-gradient(top, #830701, #d70b02);
	background: -ms-linear-gradient(top, #830701, #d70b02);
	background: linear-gradient(top, #830701, #d70b02);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.loginuserlink:visited
{
    color: #ffffff;
    text-decoration: none;
    padding: 4px 10px 4px 9px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background-color: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555555, #2a2a2a);
	background: -moz-linear-gradient(top, #555555, #2a2a2a);
	background: -o-linear-gradient(top, #555555, #2a2a2a);
	background: -ms-linear-gradient(top, #555555, #2a2a2a);
	background: linear-gradient(top, #555555, #2a2a2a);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.loginuserlink:hover
{
    color: #ffffff;
    text-decoration: underline;
    padding: 4px 10px 4px 9px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background-color: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555555, #2a2a2a);
	background: -moz-linear-gradient(top, #555555, #2a2a2a);
	background: -o-linear-gradient(top, #555555, #2a2a2a);
	background: -ms-linear-gradient(top, #555555, #2a2a2a);
	background: linear-gradient(top, #555555, #2a2a2a);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.loginuserlink:visited:hover
{
    color: #ffffff;
    text-decoration: underline;
    padding: 4px 10px 4px 9px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background:#d70b02;
	border:1px solid #444444;
	background-color: #d70b02;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#830701), to(#d70b02));
	background: -webkit-linear-gradient(top, #830701, #d70b02);
	background: -moz-linear-gradient(top, #830701, #d70b02);
	background: -o-linear-gradient(top, #830701, #d70b02);
	background: -ms-linear-gradient(top, #830701, #d70b02);
	background: linear-gradient(top, #830701, #d70b02);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.loginuserlink:active
{
    color: #ffffff;
    text-decoration: underline;
    padding: 4px 10px 4px 9px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background-color: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555555, #2a2a2a);
	background: -moz-linear-gradient(top, #555555, #2a2a2a);
	background: -o-linear-gradient(top, #555555, #2a2a2a);
	background: -ms-linear-gradient(top, #555555, #2a2a2a);
	background: linear-gradient(top, #555555, #2a2a2a);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#slogan
{
    font-style: italic;
    font-size: 1.4em;
    color: #666666;
    text-shadow: 1px 1px 0px #444444;
    vertical-align: middle;
}
#login
{
   margin-top: 4px;
   float: right;
   font-family: Arial, Helvetica, sans-serif;
}
#headerwrapper
{
    min-height: 180px;
}
#logo
{
    float: left;
    padding: 5px;
}
.logo
{
    height: 170px;
    width: 170px;
}
#titlewrapper
{
}
#domain
{
    font-size: 2.5em;
    color: #d60a03;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bolder;
    text-shadow: 1px 1px 0px #e2e2e2;
}
#title
{
    font-size: 2.1em;
    color: #e2e2e2;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bolder;
    font-variant: small-caps;
    text-shadow: 1px 2px 0px #830701;
    padding-bottom: 5px;
}
#adzoneleaderboard
{
    min-height: 95px;
    min-width: 735px;
    white-space: nowrap;
}
#adzonefinalrec
{
    float: right;
}
.adzonerectangle
{
    width: 300px;
    height: 250px;
    border-width: 0px;
}
#titlebuffer
{
    height: 25px;
    font-size: .8em;
    padding: 0px; 
}
#browserproblem
{
    color: #d60a03;
    text-align: center;
}
.browserlabel
{

}
#main
{
    margin-top: 20px;
}
#mainleft
{
    float: left;
    width: 180px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#adzonewideskyscraper
{
    background-color: #111111;
    border:1px solid #111111;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style:none;
	width:162px;
	height: 602px;
	margin:0;
	padding:5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat-x;
    color: #ffffff;
    background: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#adzonewideskyscraper2
{
    background-color: #111111;
    border:1px solid #111111;
    text-align: center;
    vertical-align: middle;
    list-style:none;
	width:162px;
	height: 602px;
	margin:0;
	padding:5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat-x;
    color: #ffffff;
    background: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);		
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#adzonewideskyscraper3
{
    background-color: #111111;
    border:1px solid #111111;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style:none;
	width:162px;
	height: 602px;
	margin:0;
	padding:5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat-x;
    color: #ffffff;
    background: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#widgetbox
{
    text-align: center;
    margin-top: 20px;
}
#reputation
{
    background-color: #111111;
    border:1px solid #111111;
    text-align: center;
    vertical-align: middle;
    list-style:none;
	width:162px;
	height: 262px;
	margin:0;
	padding:5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat-x;
    color: #ffffff;
    background: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#maincenter
{
    margin-left: 190px;
    min-height: 2000;
    padding: 10px;
    border:1px solid #d60a03;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff; 
    -moz-box-shadow:0px 0px 20px #000;
	-webkit-box-shadow:0px 0px 20px #000;
	box-shadow:0px 0px 20px #000;
	/* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);  */
}
#adzoneleaderboardfooter
{
    margin-top: 20px;
    text-align: center;
}
#copyright
{
    font-size: 1em;
    color: #d60a03;
    font-family: 'Times New Roman' , Times, serif;
    font-weight: bolder;
    text-shadow: 1px 1px 0px #111111;
    text-align: center;
}
#simplemodal-container
{
    height: 440px;
    width: 740px;
    opacity:0.92;
    margin-left: 190px;
    padding: 10px;
    border:1px solid #d60a03;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #000000; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
    color: #ffffff;
}
#simplemodal-container .simplemodal-data
{
    padding:8px;
    color: #ffffff;
}
#simplemodal-container code
{
    display:block;
    font-size:12px;
    margin-bottom:12px;
    padding:4px 6px 6px;
    color: #ffffff;
}
#simplemodal-container p 
{
    color: #ffffff;
}
#simplemodal-container h3
{
    color: #d60a03;
    text-shadow: 1px 1px 0px #e2e2e2;
}
#simplemodal-container a.modalCloseImg
{
    background: url(../siteimages/close.png) no-repeat;
    width: 150px;
    height: 40px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
}
.searchtextbox
{
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #D60A03;
    padding: 6px;
	margin: 7px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}
.searchtextbox:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #333333;
}
.searchtextbox:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	border:1px solid #333333;
	color:#D60A03;
}
.searchtbwm
{
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #ffffff;
    padding: 6px;
	margin: 7px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}
.searchtbwm:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #333333;
}
.searchtbwm:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	border:1px solid #333333;
	color:#D60A03;
}
.searchbutton
{
    border: 1px solid #0A0A0A;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bolder;
    margin: 7px 0;
    padding: 3px;
    text-shadow: 1px 2px 0 #000000;
    background: #830701;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#830701), to(#d70b02));
	background: -webkit-linear-gradient(top, #830701, #d70b02);
	background: -moz-linear-gradient(top, #830701, #d70b02);
	background: -o-linear-gradient(top, #830701, #d70b02);
	background: -ms-linear-gradient(top, #830701, #d70b02);
	background: linear-gradient(top, #830701, #d70b02);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.searchbutton:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #333333;
}
.searchbutton:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	border:1px solid #222222;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background: -webkit-linear-gradient(top, #333333, #111111);
	background: -moz-linear-gradient(top, #333333, #111111);
	background: -o-linear-gradient(top, #333333, #111111);
	background: -ms-linear-gradient(top, #333333, #111111);
	background: linear-gradient(top, #333333, #111111);
	color: #d60a03;	
}
.sortcontrols
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: .75em;
    color: #111111;
}
.sortddl
{
    padding: 1px;
    color: #d60a03;
}
.sortddl:hover
{
    color: #ffffff;
}
.grid
{
    font-family: Arial,Helvetica,sans-serif;
    width: 700px;
    background-color: #111111;
    list-style:none;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.gridpager
{
    color: #f0f0f0;
}
.gridpager td
{
    padding-right: 2px;
    padding-left: 2px;
}
.gridpager a:link
{
    color: #d60a03;
}
.gridpager a:hover
{
    color: #ffffff;
}
.gridrow
{
    text-align: left;
    min-height: 90px;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
}
.gridrowborder
{
    
}
.gridrow:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.gridrow:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.gridpicwrapper
{
    float: left;
    text-align: center;
    height: 90px;
    width: 140px;
}
.gridpiclink
{
   font-size: .3em;
}
.gridpic
{
    max-height: 90px;
    max-width: 140px;
    vertical-align: middle;
}
.gridlink
{
    font-size: 1.3em;
}
a.gridlink:link
{
    text-decoration: none;
}
a.gridlink:visited
{
    text-decoration: underline;
}
a.gridlink:hover
{
    text-decoration: underline;
}
a.gridlink:visited:hover
{
    text-decoration: none;
}
a.gridlink:active
{
    text-decoration: underline;
}
.gridlocation
{
    color: #222222;
    font-style: italic;
    font-size: 1em;
}
.gridtags
{
    font-size: .8em;
    color: #111111;
    padding-top: 2px;
    padding-bottom: 2px;
}
.gridtag
{
    color: #830701;
}
.gridstats
{
    float: right;
    width: 100px;
    font-size: .75em;
}
.gridstatrow
{

}
.gridstat
{
    
}
/*Details or Form Views*/

.details
{
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
}
.detailsdate
{
   font-size: .9em;
   margin-top: -10px;
   margin-bottom: 15px;
   font-style: italic;
   font-family: georgia,"times new roman",times,serif; 
   color: #666666;
}
.detailswrapper
{
	background-color: #ffffff;
	text-align: left;
}
.detailspicwrapper
{
    text-align: center;
    float: right;
    max-width: 300px;
    margin-bottom: 20px;
    font-size: .9em;
    font-family: georgia,"times new roman",times,serif; 
    color: #f0f0f0;
    font-style: italic;
    background-color: #CCCCCC;
    list-style:none;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	
}
.detailspicwrapper:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
}
.detailspicwrapper:focus
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
}
.detailspic
{
    max-width: 300px;
    max-height: 390px;
    background-color: #f0f0f0;
}
    .detailspic:hover {
        background-color: #ffffff;
        cursor: pointer;
    }

    .detailspic:focus {
        background-color: #ffffff;
    }
.detailspicname
{
    text-align: center;
    padding-top: 5px;
    height: 20px;
}
.detailsstatswrapper
{
    width: 370px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #111111;
    list-style:none;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.detailsstatswrapper:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
}
.detailsstatswrapper:focus
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
}
.detailslink
{
    color: #ffffff;
}
.detailsstats
{
    color: #d60a03;
}
.detailsstatsvalue
{
    color: #ffffff;
}
.detailsdescriptionwrapper
{
    width: 700px;
    color: #222222;
    font-size: 1em;
    font-family: georgia,"times new roman",times,serif; 
    background-color: #111111;
    list-style:none;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.detailsdescription
{
    text-align: left;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}
.detailsdescriptionwrapper:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
}
.detailsdescriptionwrapper:focus
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
}
.detailsvid
{
    margin-top: 20px;
    color: #222222;
    font-size: .9em;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #111111;
    list-style:none;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.detailscomment
{
   font-size: .9em;
}
.detailscommentdate
{
   font-style: italic;
   color: #666666;
   font-family: georgia,"times new roman",times,serif; 
}
.detailsfooter
{
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 20px;
}
/* STD Carriers Exclusives */

.vidgridrow
{
    text-align: left;
    height: 90px;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
}
.vidgridrowborder
{
    
}
.vidgridrow:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.vidgridrow:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.vidgridpicwrapper
{
    float: left;
    text-align: center;
    height: 90px;
    width: 140px;
}
.vidgridpiclink
{
   font-size: .3em;
}
.vidgridpic
{
    max-height: 90px;
    max-width: 140px;
    vertical-align: middle;
}
.stdslidewrapper
{
    float: right;
    width: 240px;
    height: 200px;
}

.stdslide
{
    max-width: 240px;
    max-height: 200px;
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	background-color: #ffffff;
}
.stdslide:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #ffffff;
}
.stdslide:focus
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #ffffff;
}
.stdproductpic
{
    width: 400px;
     -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	background-color: #ffffff;
    
}
.stdproductpic:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #ffffff;
}
.stdproductpic:focus
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #ffffff;
}
.linkgridrow
{
    text-align: left;
    height: 60px;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
}
.linkgridrowborder
{
    
}
.linkgridrow:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.linkgridrow:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.widgetgridrow
{
    text-align: left;
    vertical-align: middle;
    font-size: .75em;
    height: 25px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
}
.widgetgridrowborder
{
    
}
.widgetbutton
{
   padding: 5px;
}
a.widgetbutton:link
{
    margin-top: 15px;
    height: 25px;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 3px 2px 2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background: #d70b02;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#830701), to(#d70b02));
	background: -webkit-linear-gradient(top, #830701, #d70b02);
	background: -moz-linear-gradient(top, #830701, #d70b02);
	background: -o-linear-gradient(top, #830701, #d70b02);
	background: -ms-linear-gradient(top, #830701, #d70b02);
	background: linear-gradient(top, #830701, #d70b02);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.widgetbutton:visited
{
    color: #ffffff;
    text-decoration: none;
    padding: 2px 3px 2px 2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555555, #2a2a2a);
	background: -moz-linear-gradient(top, #555555, #2a2a2a);
	background: -o-linear-gradient(top, #555555, #2a2a2a);
	background: -ms-linear-gradient(top, #555555, #2a2a2a);
	background: linear-gradient(top, #555555, #2a2a2a);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.widgetbutton:hover
{
    color: #ffffff;
    text-decoration: underline;
    padding: 2px 3px 2px 2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555555, #2a2a2a);
	background: -moz-linear-gradient(top, #555555, #2a2a2a);
	background: -o-linear-gradient(top, #555555, #2a2a2a);
	background: -ms-linear-gradient(top, #555555, #2a2a2a);
	background: linear-gradient(top, #555555, #2a2a2a);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.widgetbutton:visited:hover
{
    color: #ffffff;
    text-decoration: underline;
    padding: 2px 3px 2px 2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background:#d70b02;
	border:1px solid #444444;
	background: #d70b02;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#830701), to(#d70b02));
	background: -webkit-linear-gradient(top, #830701, #d70b02);
	background: -moz-linear-gradient(top, #830701, #d70b02);
	background: -o-linear-gradient(top, #830701, #d70b02);
	background: -ms-linear-gradient(top, #830701, #d70b02);
	background: linear-gradient(top, #830701, #d70b02);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
a.widgetbutton:active
{
    color: #ffffff;
    text-decoration: underline;
    padding: 2px 3px 2px 2px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #444444;
	background: #555555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#2a2a2a));
	background: -webkit-linear-gradient(top, #555555, #2a2a2a);
	background: -moz-linear-gradient(top, #555555, #2a2a2a);
	background: -o-linear-gradient(top, #555555, #2a2a2a);
	background: -ms-linear-gradient(top, #555555, #2a2a2a);
	background: linear-gradient(top, #555555, #2a2a2a);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.widgetdetails
{
    font-family: Arial,Helvetica,sans-serif;
    width: 700px;
    background-color: #111111;
    list-style:none;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.widgetdetailsrow
{
    text-align: left;
    min-height: 20px;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
}
.widgettextbox
{
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #D60A03;
    padding: 2px;
	margin: 3px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    width: 300px;
}
.widgettextbox:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #333333;
}
.widgettextbox:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	border:1px solid #333333;
	color:#D60A03;
}
.newadditions
{
    float: right;
    width: 310px;
}
.homequote
{
    width: 400px;
    padding: 5px;
    font-style: italic;
    color: #999999;
    background-color: #111111;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    
}
.homequote:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #222222;
	color: #C0C0C0;
}
.homequote:focus
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #222222;
	color: #C0C0C0;
}
.smallgridwrapper
{
    width: 300;
}
.smallgrid
{
    font-family: Arial,Helvetica,sans-serif;
    width: 300px;
    background-color: #111111;
    list-style:none;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.shortgridrow
{
    text-align: left;
    min-height: 60px;
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
}
.shortgridrowborder
{
    
}
.shortgridrow:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.shortgridrow:focus
{
    box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;  
	border:1px solid #d60a03;
	padding: 4px;
	background-color: #ffffff;
}
.shortgridlink
{
    font-size: 1.1em;
}
a.shortgridlink:link
{
    text-decoration: none;
}
a.shortgridlink:visited
{
    text-decoration: underline;
}
a.shortgridlink:hover
{
    text-decoration: underline;
}
a.shortgridlink:visited:hover
{
    text-decoration: none;
}
a.shortgridlink:active
{
    text-decoration: underline;
}
.shortgridlocation
{
    color: #222222;
    font-style: italic;
    font-size: .85em;
}
/*Ported Content Styles */
.symptompic
{
    width: 150px;    
}
.textcountmax
{
	color: #FF0000;
}
.textcountwarning
{
	color: #FF3300;
}
#basic-modal
{
    margin-bottom: 20px;
}
/*. Edit Controls */
.editbuttonrow
{
    padding: 0px 2px 0px 2px;
    margin: 0px 2px 0px 2px;
}
.editbutton
{
    float: left;
    width: 45px;
}
.editddl
{
    padding: 1px;
    margin: 1px;
    width: 60px;
    font-size: 80%;
}
/* Tab Controls */

.CustomTabStyle .ajax__tab_header
{
	text-align: center;
    font-size: .9em;
    font-family: georgia,"times new roman",times,serif; 
    color: #f0f0f0;
    font-style: italic;
    list-style:none;
}
.CustomTabStyle .ajax__tab_outer
{
	text-indent: 0px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.CustomTabStyle .ajax__tab_inner
{
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #0A0A0A;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bolder;
    margin: 7px 0;
    padding: 3px;
    text-shadow: 1px 2px 0 #000000;
    background: #830701;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#830701), to(#d70b02));
	background: -webkit-linear-gradient(top, #830701, #d70b02);
	background: -moz-linear-gradient(top, #830701, #d70b02);
	background: -o-linear-gradient(top, #830701, #d70b02);
	background: -ms-linear-gradient(top, #830701, #d70b02);
	background: linear-gradient(top, #830701, #d70b02);	
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.CustomTabStyle .ajax__tab_tab
{
	text-indent: 0px;
	text-align: center;
}
.CustomTabStyle .ajax__tab_body
{
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
	background: -webkit-linear-gradient(top, #222222, #111111);
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -o-linear-gradient(top, #222222, #111111);
	background: -ms-linear-gradient(top, #222222, #111111);
	background: linear-gradient(top, #222222, #111111);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.CustomTabStyle .ajax__tab_hover
{
	cursor: pointer;
}
.CustomTabStyle .ajax__tab_active
{
}
/* Slider */
.homeslide
{
    max-width: 295px;
    max-height: 245px;
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
	background-color: #ffffff;
}
#slideshow{

	height:250px;
	margin:5px auto 0;
	position:relative;
	width:300px;
    text-align: center;
    font-family: georgia,"times new roman",times,serif; 
    color: #f0f0f0;
    font-style: italic;
    background-color: #ffffff;
    list-style:none;
	padding:5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow:0 1px 2px #111;
	-webkit-box-shadow:0 1px 2px #111;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#slideshow:hover
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #ffffff;
	text-align: center;
}
#slideshow:focus
{
    -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
	background-color: #ffffff;
	text-align: center;
}
#slideshow ul{
	margin-top: 0px;
	margin-left: -35px;
	height:245px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	width:295px;
	text-align: center;
}
#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
	text-align: center;
}
#slideshow li:first-child{
	display:block;
	z-index:1000;
	text-align: center;
}
#slideshow .slideActive{
	z-index:1000;
	text-align: center;
}
#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
	text-align: center;
}
#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../siteimages/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
	text-align: center;
}
#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}
#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
/* AutoComplete */
.autocomplete_completionListElement
{
    border: 1px solid #0A0A0A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
    color: #ffffff;
    background-color: #111111;
    width: 195px;
    text-indent: 0px;
    padding: 6px;
	margin: 7px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    list-style-type: none;
}
.autocomplete_listItem
{
	text-indent: 0px;
}
.autocomplete_highlightedList
{
	color: #D60A03;
	text-indent: 0px;
	cursor: pointer;
}
.insertmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
}

.insertloaderwrapper {
    margin: 15% auto; /* 15% from the top and centered */
    padding: 5px;
    width: 20%; /* Could be more or less, depending on screen size */
    border: 1px solid #888;
    opacity: .8;
}

.insertloader {
    opacity: 1;
    width: 100%;
    height: auto;
}
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalImage {
    max-width: 100%;
    height: auto;
}

.modalPopup {
    margin: 0% auto;
    max-width: 80%;
    max-height: 80%;
    padding: 0%;
    vertical-align: top;
}

.externalwrapper {
    background-color: white;
    display: block;
}

.close {
    background-color: #fefefe;
}

    .close:hover {
        filter: unset;
        opacity: unset;
    }
    .closewrapper
    {
        text-align: right;
    }
    #badges
    {
        text-align: center;
        padding: 10px;
    }
    .disclaimerbutton
    {
        width: 370px;
        margin-bottom: 10px;
    }
    .stdpicrow
    {
        display: flex;
    }
.carrierspagetb {
    width: 100%;
    height: 300px;
    color: #d60a03;
    background-color: #111111;
    border: 1px solid #0A0A0A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sendemailfromtb {
    width: 300px;
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #D60A03;
    padding: 6px;
    margin: 7px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sendemailsubjecttb {
    width: 500px;
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #D60A03;
    padding: 6px;
    margin: 7px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sendemailtb {
    width: 700px;
    height: 400px;
    color: #d60a03;
    background-color: #111111;
    border: 1px solid #0A0A0A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.descriptiontb {
    width: 100%;
    height: 300px;
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #D60A03;
    padding: 6px;
    margin: 7px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .descriptiontb:focus {
        box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        -moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        border: 1px solid #333333;
    }

    .descriptiontb:hover {
        -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        -moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        border: 1px solid #333333;
        color: #D60A03;
    }
.longtextbox {
    font-size: .8em;
    width: 400px;
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #D60A03;
    padding: 6px;
    margin: 7px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .longtextbox:focus {
        box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        -moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        border: 1px solid #333333;
    }

    .longtextbox:hover {
        -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        -moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        border: 1px solid #333333;
        color: #D60A03;
    }
.longtbwm {
    font-size: .8em;
    width: 400px;
    background-color: #111111;
    border: 1px solid #0A0A0A;
    color: #ffffff;
    padding: 6px;
    margin: 7px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .longtbwm:focus {
        box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        -moz-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        -webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 8px;
        border: 1px solid #333333;
        background-color: #111111;
    }

    .longtbwm:hover {
        -webkit-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        -moz-box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        box-shadow: rgba(0,0,0, 0.3) 0 0 8px;
        border: 1px solid #333333;
        color: #D60A03;
        background-color: #111111;
    }
    .nllcapimg
    {
        width: 100%;
        max-width: 100%;
    }
    .asseenonwrapper
    {
        height: 253px;
    }