@import url("https://fonts.googleapis.com/css?family=Ubuntu:500,700");

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

a {
    color: #000000; font-weight: bold;
}

.fontsize2 {
    font-size: 1.2em;
}

.fontsize3 {
    font-size: 1.4em;
}

.lighttext {
    color: #ccc;
}

.bold {
    font-weight: bold;
}

.textleft {
    text-align: left !important;
}

.textright {
    text-align: right !important;
}

.textcenter, .textcenter td {
    text-align: center !important;
}

.clear {
    clear: both;
}

.jpwebcontainer p {
    margin-bottom: 3px;
}

.jpwebcontainer h1 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.jpwebcontainer h2 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.jpwebcontainer h3 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-1px;
    text-shadow: 0 0 2px #ccc;
    font-size: 18px;
    font-weight: 700;
}

.jpwebcontainer h1 small, .jpwebcontainer h2 small, .jpwebcontainer h3 small {
    font-family: Arial;
    letter-spacing: -1px;
    text-shadow: 0 0 0;
    font-weight: 400;
}

.jpwebcontainer {
    max-width: 1000px;
    margin: 0 auto;
}

.jpwebcontainer .contentpadded {
    padding: 15px;
}

.jpwebcontainer img {
    vertical-align: top;
    border: 0;
}

.navbar {
    position: relative;
}
.navbar .navbar-inner {
    height: 40px;
}

#jpwebheader {
	background-color: #434343;
}


#jpwebimglogo {
    display: none; 
	width: 100% !important;
    height: 100% !important;
    align: center;
}
#jpwebimglogo {
    padding: 0px 0px 0px 0px;
    display: block;
}

#jpwebtxtlogo a {
	font-size: 3.2em;
	color: #fff;
    text-decoration: none;
}

.menu-dropdown, .dropdown-menu {
    min-width: 180px;
}

.jpwebcontainer .page-header {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px 0 !important;
    padding: 0 0 5px 0;
}

.jpwebcontainer .error ul {
    margin: 10px 0 10px 30px;
}

.jpwebcontainer .error ul li {
    color: #fff;
}

ul.inputs-list li {
	list-style:none;
}

.footerdivider {
    border-top: 1px solid #e8e8e8;
}

.jpwebcontainer .footer {
    margin: 0;
    padding: 15px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #efefef;
    color: #666;
	 text-align: center;
}

.jpwebcontainer .footer {
    margin: 0 0 0 5px;
    padding: 4px;
    font-family: Tahoma;
    font-size: 13px;
    color: #666;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.jpwebcontainer .footer #copyright {
    float: right;
    line-height: 24px;
}

.footerdivider {
    margin: 0 auto;
    padding: 0 20px;
    height: 5px;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	
	}

.jpwebcontainer .footer {
    background-color: #fff;
}
.jpwebtable {
background-color: #f7f7f7;
width: 100% !important;
height: 100% !important;
}
.jpwebtable2 
{
background-color: #f7f7f7;
padding: 15px;
width: 100% !important;
height: 100% !important;
text-align: center;}
.jpwebtable3 
{
padding: 15px;
width: 100%!important;
height: 100% !important;
}
.jpwebtable4 
{
padding: 15px;
width: 100% !important;
height: 100% !important;
align: center;
}

.jpwebtable td{
padding: 10px;
 }
 
.jpwebtable5{
background-color: #f7f7f7;
width: 100% !important;
}

 .jpwebtable5 td
{
height:100%;
vertical-align:top;
padding: 40px;
}
.jpwebtable6 
{
padding: 15px;
width: 100%!important;
height: 100% !important;
}
 .jpwebtablerow2{
 background-color: #ffffff;
 }
 
input.bigfield {
    font-size: 1.4em;
    height: 25px;
    width: 60%;
}


/* *****************************************************

        Comment out this section for full width style


body {
    background-color: #434343;
}

.jpwebcontainer {
    background-color: #fff;
}

#jpwebheader {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

.navbar .navbar-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 1000px;
    height: 40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.footerdivider {
    margin: 0 auto;
    padding: 0 20px;
    width: 962px;
    height: 5px;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.jpwebcontainer .footer {
    background-color: #fff;
}


***************************************************** */