
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(../img/a12.png) no-repeat;
	overflow: hidden;
}
.jssora12l { background-position: -16px -37px;}
.jssora12r { background-position: -75px -37px;}
.jssora12l:hover { background-position: -136px -37px;}
.jssora12r:hover { background-position: -195px -37px;}
.jssora12ldn { background-position: -256px -37px;}
.jssora12rdn { background-position: -315px -37px;}
.ui-dialog .ui-dialog-content {   padding: 5px 2px 5px 2px;}


#infnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;

}

#infnavcontainer ul li { display: inline; }

#infnavcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #888;
}

#infnavcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}

#fulllink
{
background-color: #D3D3D3;
padding: 3px;
}

#dlghighlight
{
background-color: #FFFFE0;
padding: 10px 20px;
font-weight: bold;
}

.infnavcontainer 
{
 color: #000;
 }

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    background: #0070FF;
    line-height: 2;
    text-align: center;
    color: #042E64;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B
} 
.captionBlack { color: #fff; font-size:16px; line-height: 30px; text-align: center; border-radius: 4px; font-size:13px; background: #000; background-color: rgba(0, 0, 0, 0.4); }

#gobtn {
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:4px 11px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

#gosel {
    -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://d1vpbh2b0maxo6.cloudfront.net/images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 92% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: 14px;
   margin: 0px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 150px;
}