* {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   padding: 0;
   margin: 0;
   color: #0064AA;
}
html {
    height: 100%;
}

body {
   background: #F1F1F1 url(/image/silvretta-montafon-bg.jpg) no-repeat fixed left bottom;
   min-height: 101%;
}

.debug {
   background-color: #FFFFFF;
   margin-top: 20px;
}

p {
   margin-bottom: 10px;
}


h1 {
   font-size: 30pt;
   font-family: Arial Black, Helvetica, sans-serif;
   color: #0064AA;
}

h2 {
   margin-bottom: 10px;
   font-size: 1.2em;
}

h3 {
   margin-bottom: 10px;
   font-size: 1.5em;
}

a {
   color: #DC0014;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

a.more, .teaser a, .news-box a, .download a {
   padding-right: 18px;
   background: url(/image/link-bg.gif) no-repeat 100% 5px;
   text-decoration: none;
   color: #DC0014;
}
.right {
   text-align: right;
}

input[type=text], input[type=password], select, textarea {
   border: 1px solid #A2ACB0;
   margin-bottom: 3px;
   width: 178px;
}
form input[type=text]:focus, form select:focus {
    background-color:   #F0F0F0;
}
textarea {
   width: 350px;
}
form h2 {
   font-size: 10pt;
}


input[type=submit], input[type=reset],
.fake-button {
   background: #F0F0F0 url(/image/button-bg.gif) 100% 6px no-repeat;
   border-color: #E3E3E3 #A2ACB0 #A2ACB0 #E3E3E3;
   border-style:solid;
   border-width:1px;
   cursor: pointer;
   color: #A0A0A0;
   padding-right: 18px;
}
#content input[type=submit], #content input[type=reset],
#content .fake-button {
   background: transparent url(/image/link-bg.gif) 1px 6px no-repeat;
   border-style:none;
   border-width:0;
   cursor: pointer;
   color: #DC0014;
   padding-left: 18px;
   margin-top: 10px;
   margin-left: 171px;
}

.fake-button {
   color: #72737B;
   text-decoration: none;  
   text-align:center;
   padding: 1px 5px;
}

.control {
   margin: 5px 0px;
}

img {
   border: none;
}

.alert {
   font-weight: bold;
   color: #FF0000;
}

.main-container {
   background-color:#FFFFFF;
   width: 940px;
   margin-left: auto;
   margin-right: auto;
}

.lang-selection {
   color:#005B9D;
   padding-bottom: 4px;
}

.page-header {
   /*position: relative; does not work with navi overlay in IE */
   background: #FFFFFF;
   height: 102px;
   margin: 8px 8px 0 8px;
}

img.tr, img.tl, img.br, img.bl {
   position: absolute;
}

img.tr, img.tl {
   top: 0px;
   right: 0px;
}

img.tl {
   left: 0px;
}

img.br, img.bl {
   bottom: 0px;
   right: 0px;
}
img.bl {
   left: 0px;
}

.pic-no-float {
   margin-bottom: 8px;
}

.pic-left {
   float: left;
   margin-right: 15px;
   margin-bottom: 5px;

}
.pic-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}
.pic-no-float a, .pic-left a, .pic-right a, .pic a {
   padding: 0;
   background-image: none;
}
.pic_caption {
   font-size: 10px;
   padding: 2px;
}
.l {
   float: left;
}
.r {
   float: right;
}

.nf {
   float: none !important;
}

.clear-both {
   clear: both;
}
.news-box {
   background-color: #FFFFFF;
   padding: 0;
}
.news-box .pic {
   margin-bottom: 8px;
}
.news-box h1 {
   color: #0064AA;
   font-size: 13pt;
   font-family: Arial Black, Helvetica, sans-serif;
   margin: 0;
   padding: 0px 8px;
}
.news-box p {
   color: #0064AA;
   font-size: 13px;
   padding: 0 8px 8px 8px;
}
.news-box p p {
   padding: 0 0 8px 0;
}
#start-boxes-container {
   position: absolute;
   top: 366px;
   left: 16px;
   width: 890px;
   height: 188px;
   overflow: hidden;
}
#start-boxes {
   position: absolute;
   top: 0;
   left: 0px;
   height: 188px;
   width: 10000px;
}
#start-boxes .news-box {
   width: 217px;
   height: 188px;
   overflow: hidden;
   margin-right: 8px;
   float: left;
}
#start-boxes .news-box .first {
   margin-left: 0;
}
img#scroll-left {
   position: absolute;
   top: 440px;
   left: 1px;
   display: none;
}
img#scroll-right {
   position: absolute;
   top: 440px;
   left: 912px;
}
#start-weather {
   position: absolute;
   top: 5px;
   left: 17px;
   font-size: 40px;
   font-family: Arial Black, Helvetica, sans-serif;
   color: #FFFFFF;
}
#start-weather a {
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration: none;
   padding-right: 18px;
   background: url(/image/link-bg-light.png) no-repeat 100% 5px;
}
/*
.view-box b {
   font-family: Arial Black, Helvetica, sans-serif;
   font-size: 12px;
}
*/
.view-box.bg {
   background-color: #F0F0F0;
   padding: 6px;
   min-height: 330px;
}
.view-box.bg td, .view-box.bg th {
   background-color: #FFFFFF;
   padding: 4px;
}
.view-box.bg th {
   font-size: 22px;
}
.view-box, .view-box-foldable {
   clear: both;
   margin-bottom: 6px;
}
.view-box-foldable {
   margin-bottom: 6px;
}

.view-box-foldable .open {
   cursor: pointer;
}
.view-box-foldable img.open {
   float:right;
   margin-top: 5px;
   display:none;
   padding-left: 10px;
}
.in-pic {
   position: relative;
}
.view-box h1, .view-box table, .view-box h2 {
   margin-left: 16px;
}
.view-box.bg h1 {
   margin-left: 10px;
}
.in-pic h1 {
   margin-left: 0;
   position: absolute;
   top: 8px;
   left: 16px;
   color: #FFFFFF;
}
.view-box p, #content .download {
   padding: 0 16px;
}
.view-box p p {
   padding: 0;
}
.view-box form {
   margin: 0 16px;
}

.view-box-right {
   /*float:right;*/
   width: 200px;
   margin-top: 20px;
   position: absolute;
   right: 0px;
}

.view-box-right .view-box {
   margin-bottom: 10px;   
   background-color: #F0F0F0;
   padding: 4px 0px;
}

.view-box-right .view-box .pic {
   margin-bottom: 5px;
}

.view-box-right .view-box a * {
	color: #DC0014 !important;
}

.view-box-foldable .open {
   cursor: pointer;
}
.view-box-foldable img.open {
   float:right;
   margin-top: 5px;
   display:none;
   padding-left: 10px;
}
.in-pic {
   position: relative;
}



.page-header .shadow-right {
   position: absolute;
   right: 0px;
   top: -1px;
}

.page-header .shadow-bottom {
   position: absolute;
   left: 0px;
  bottom: -1px;
}

.page-header .logo {
   float:right;
   margin: 24px 0 0;
}

ul.language-selection   {
   list-style-type:none;
   height: 15px;
}

ul.language-selection  li {
   float:left;
   padding: 0px  8px;
   border-right: 1px solid #00437C;
   line-height: 12px;
}

ul.language-selection  li.last {
   border-right: none;
}

ul.language-selection li a {
   color: #00437C;
   text-decoration: none;
}

ul.language-selection li a.active {
   color: #999999;
}

#pri-navi, #pri-navi ul { /* all lists */
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 1;
}
#pri-navi {
   position: relative;
   margin-top: 35px;
   width: 700px;
   float: left;
}
#pri-navi a {
   display: block;
   color: #0064AA;
   font-size: 14px;
   text-decoration: none;
   border-bottom: 5px solid white;
}
#pri-navi a:hover {
   color: #DC0014;
   z-index: 100;
}
#pri-navi .ext a {
   color: #A0A0A0;
}
#pri-navi li { /* all list items */
   float: left;
   /*width: 10px; /*width needed or else Opera goes nuts */
   padding-left: 24px;
   background: url(/image/navi-spacer.gif) no-repeat 8px 2px;
}
#pri-navi li.first {
   padding-left: 0;
   background: none;
}
#pri-navi li.ext {
   background: url(/image/navi-spacer-ext.gif) no-repeat 8px 2px;
}
#pri-navi li a.selected {
   color: #DC0014;
}
#pri-navi li ul li a.selected {
   color: #DC0014;
}
#pri-navi li ul { /* second-level lists */
   position: absolute;
   background: #F0F0F0;
   filter: alpha(opacity=85);
   -moz-opacity: 0.85;
   -khtml-opacity: 0.85;
   opacity: 0.85;
   width: 210px;
   left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
   padding: 10px 0px;
   z-index: 110;
}
#pri-navi li:hover ul, #pri-navi li.sfhover ul { /* lists nested under hovered list items */
   left: auto;
}
#pri-navi li ul li {
   width: 200px;
   padding-left: 0;
   background: none;
}
#pri-navi li ul li a {
   width: 200px;
   padding: 4px;
   color: #0064AA;
   font-size: 12px;
   text-decoration: none;
   border-bottom: 0;
}
#pri-navi li ul li a:hover {
   /*background: #A0A0A0;*/
   color: #DC0014;
}





#sec-navi, #sec-navi ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
#sec-navi {
   margin-bottom: 30px;
}
#sec-navi a {
   display: block;
   color: #0064AA;
   font-size: 12px;
   text-decoration: none;
   padding: 5px 0px;
}
#sec-navi a:hover {
   color: #DC0014;
}
#sec-navi li a.selected {
   color: #DC0014;
}
#sec-navi li ul li a.selected {
   color: #DC0014;
}
#sec-navi li ul { /* third-level lists */
   padding: 5px 0 5px 20px;
}



/*
.main-container .social-bookmark {
   margin-top: 5px;
   height: 18px;
   width: 150px;
   overflow:hidden;
   float:right;
}
*/
.main-container .social-bookmark {
   margin-top: 5px;
   height: 18px;
}
/*
.main-container .social-bookmark ul {
   list-style-type: none;
   height: 20px;
}
*/

.main-container .social-bookmark ul {
   list-style-type: none;
   height: 20px;
   float:right;
}

.main-container .social-bookmark li {
   float:left;
   margin-left: 5px;
}

.main-container .social-bookmark li.dot {
   font-weight:bold;
   color: #000000;
   padding-top: 5px;
}

.round-container {
   display: block;
   position: relative;
}
.round-container .header {
   border-top: 2px solid #C5C7C8;
   height: 4px;
   margin: 0 5px;
   font-size: 0;
   display: block;
}
.round-container .footer {
   border-bottom: 2px solid #C5C7C8;
   height: 4px;
   margin: 0 5px;
   font-size: 0;
}
.round-container .tr {
   background: url(/image/layout/login-box-tr.gif) no-repeat;
   width: 6px;
   height: 6px;
}
.round-container .br {
   background: url(/image/layout/login-box-br.gif) no-repeat;
   width: 6px;
   height: 6px;

}
.round-container .bl {
   background: url(/image/layout/login-box-bl.gif) no-repeat;
   width: 6px;
   height: 6px;
}
.round-container .tl {
   background: url(/image/layout/login-box-tl.gif) no-repeat;
   width: 6px;
   height: 6px;

}
.round-container table {
   border-top: 0;
   border-right: 2px solid #C5C7C8;
   border-bottom: 0;
   border-left: 2px solid #C5C7C8;
}
.tr, .tl, .br, .bl {
   position: absolute;
   font-size: 0;
}
.tr, .tl {
   top: 0px;
   right: 0px;
}
.tl {
   left: 0px;
}
.br, .bl {
   bottom: 0px;
   right: 0px;
}
.bl {
   left: 0px;
}

#content.start {
   background: url(/image/content-bg.jpg) no-repeat 0 0;
   height: 570px;
   border: 0;
   position: relative;
   top: 0;
   left: 8px;
   width: 924px;
}

#left-boxes {
   position: relative;
   top: 0;
   left: 8px;
   width: 217px;
   min-height: 450px;
   background-color: #F0F0F0;
   float: left;
   padding: 8px;
   margin: 0 8px 8px 0;
}
#left-boxes .download {
   position: relative;
   top: -10px;
   padding: 0 8px 8px;
   background-color: #FFFFFF;
}

#content {
   position: relative;
   top: 0;
   left: 8px;
   width: 683px;
   min-height: 400px;
   background-color: #FFFFFF;
   float: left;
   margin-bottom: 8px;
}
#content.full {
   width: 924px;
   background-color: #F0F0F0;
   left: 8px;
   margin-bottom: 8px;
}
#content.full.light {
   background-color: #FFFFFF;
}

#content .page-action, #content .page-content {
   background-image: url('/image/layout/page-action-bg.gif');
   padding: 30px;
   border-bottom: 1px solid #D4D6D7;
   background-repeat: repeat-x;
   padding-bottom: 15px;
}

#content .page-action {
   height: 150px;
   padding-top: 20px;
}

#content .page-action h1 {
   color: #72737b;
   font-size: 1.5em;
}

#content .page-action .header-picture, #content .page-action .header-picture-flag, #content .page-action .header-picture-america {
   float:right;
}

#content .page-action .header-picture-flag {
   margin-top: 60px;
   margin-right: 15px;
   margin-left: 15px;
}

#content .page-action .header-picture-america {

   margin-top: 0px;
}


.error-msg, .info-msg, .standard-msg {
   padding: 10px;
   border: 1px solid #FF0000;
   margin: 10px 0px;
   background-repeat: no-repeat;
}
#content ul.error-msg, #content ul.info-msg, #content ul.standard-msg,
.main-container ul.error-msg, .main-container ul.info-msg, .main-container ul.standard-msg {
   list-style-type: none;
   margin-left: 0;
   padding: 15px 60px 10px 10px;
   background-image: url(/image/warning.png);
   background-position: 98% 10px;
   background-repeat: no-repeat;
}
.main-container ul.error-msg, .main-container ul.info-msg, .main-container ul.standard-msg {
   margin: 0 8px 8px 8px;
}
#content ul.error-msg li, #content ul.info-msg li, #content ul.standard-msg li,
.main-container ul.error-msg li, .main-container ul.info-msg li, .main-container ul.standard-msg li {
   color: #FF0000;
   font-weight: bold;
}

.msg-ajax {
	padding: 10px;
}

.msg-ajax li {
   color: #FF0000;
   font-weight: bold;
}

.standard-msg {
   border: 1px solid #97BF0D;
}
#content ul.standard-msg {
   background-image: url(/image/success.png);
}
#content ul.standard-msg li {
   color: #67820b;
}

.info-msg {
   border: 1px solid #0068A8;
}
#content ul.info-msg {
   background-image: url(/image/info.png);
}
#content ul.info-msg li {
   color: #0068A8;
}

#content .page-content {
   border: none;
   padding-top: 15px;
   clear: both;
}
#content .page-content h1 {
   padding-bottom: 4px;
   border-bottom: 1px solid #72737B;
   margin-bottom: 5px;
}

#content .page-content h1.open {
   margin-bottom: 0px;
   font-size: 1.4em;
   padding-bottom: 0px;
}

#content ul, #content ol {
    list-style-position:    outside;
    margin-left:            35px;
    margin-top:             5px;
    margin-bottom:          10px;
}
#content ul {
    /*ist-style-image:       url(/image/liststyleimage.gif);*/
    list-style-type: bullet;
}
#content ul li {
    margin-bottom:          5px;
}
.teaser {
   clear: both;
   background-color: #F0F0F0;
   height: 146px;
   overflow: hidden;
   margin-bottom: 6px;
}

.overview {
   height: 98px;
}

.overview h1, .teaser h1 {
   color: #0064AA;
   font-size: 13pt;
   font-family: Arial Black, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
}
.teaser h1 {
   padding-top: 6px;
}

.overview p, .teaser p {
   padding-top: 9px;
   margin-bottom: 0;
}
.overview p p, .teaser p p {
   padding-top: 0;
}
.overview .pic-right, .teaser .pic-left {
   width: 302px;
   height: 98px;
   overflow: hidden;
   margin-bottom: 0;
}
.teaser .pic-left {
   height: 146px;
}
#content .overview {
   margin: 0 0 6px 16px;
}

#content .overview-left {
   width: 380px;
   float: left;
   margin-bottom: 6px;
}
#content .overview-right {
   width: 380px;
   float: right;
   margin-bottom: 6px;
}
#content .content-box {
   width: 516px;
}
#content .content-box .overview-left {
   width: 244px;
   float: left;
   margin-bottom: 6px;
}
#content .content-box .overview-right {
   width: 244px;
   float: right;
   margin-bottom: 6px;
}
#content .right-box {
   width: 244px;
}
#content .pl1 {
   margin-left: 107px;
}
#content .pl2 {
   margin-left: 195px;
}
#content .pl3 {
   margin-left: 331px;
}

#content ul.path  {
   list-style-type: none;
   margin-left: 0px;
   padding-left: 0px;
   margin-bottom: 30px;
}

#content ul.path li {
   margin-left: 0px;
   padding-left: 0px;
   float:left;
   margin-right: 5px;
   font-weight:bold;
   font-size: 1.2em;
}

#content ul.path li a {
   font-size: 1.0em;
   font-weight:bold;
}



.info-bottom {
   clear: left;
}

.info-bottom h3 {
   font-size: 1.5em;
   border-bottom: 1px solid #72737B;
   padding-bottom: 5px;
   margin-bottom:10px;

}

.info-bottom .info-container {
   float:left;
   margin-right: 28px;
   width: 214px;
   background-color: #E3E4E5;
   padding: 5px 15px 0;
   position: relative;
}

.info-bottom .info-container ul {
   list-style-type:none;
}

.info-bottom .info-container h4 {
   font-size: 1.5em;
   margin-bottom: 5px;
}

#loginbox {
   width: 350px;
   height: 48px;
   overflow: hidden;
   float: left;
   position: relative;
   top: 8px;
   margin-left: 25px;
   background: #F0F0F0;
   color: #A0A0A0;
   display: none;
}

#loginbox .permanent {
   position: absolute;
   top: 0px;
   right: 0px;
   z-index: 2;
   width: 105px;
   text-align:right;
   padding: 5px;
   display: none;
}

#loginbox .permanent.full-width {
   width: 320px;
}

#loginbox .permanent.full-width .logout {
   float:right;
   border-left: 1px solid #005B9D;
   padding-left: 5px
}
#loginbox .permanent.full-width .short-data {
   margin-right: 65px;
}


#loginbox .form-container {
   /*position: absolute;*/
   border-top: none;
   border-bottom: none;
   display: block;
   right: 0px;
   top: 0px;
   width: 350px;
   height: 46px;
}

#loginbox .form-container .header {
   margin: 0 5px;
   border-top: 2px solid #C5C7C8;
   height: 4px;
   font-size: 0.0em;
}

#loginbox .form-container .footer {
   margin: 0 5px;
   border-bottom: 2px solid #C5C7C8;
   height: 4px;
   background-color: #FFFFFF;
   font-size: 0.0em;
}

#loginbox .form-container .form {
   margin: 0px 0px;
   padding: 0px 10px;
   background-color: #F0F0F0;

}

#loginbox .form form {
   margin-top: 2px;
   color: #A0A0A0;
}

#loginbox .form .text {
   width: 159px;
   color: #A0A0A0;
   border: 1px solid #A2ACB0;
}
#loginbox .form .submit {
   width: 55px;
   float: right;
   border: 0;
   margin-top: 6px;
}
#loginbox .form-container .links {
   margin-top: 6px;
   color: #A0A0A0;
}
#loginbox a {
   color: #A0A0A0;
}

table tr.title td {
   font-weight:bold;
}

table .b-r {
   border-right: 6px solid #F0F0F0;
}
table .b-b {
   border-bottom: 6px solid #F0F0F0;
}
table .a-l {
   text-align: left;
}
table .a-c {
   text-align: center;
}
table .v-t {
   vertical-align: top;
}

#content .page-content .select-language img {
   float:right;
}

#content .page-content .select-language table {
   height: 244px;
}


#content .page-content .select-language ul {
   list-style-type: none;
   border-left: 1px solid #72737B;
   padding: 10px;
   margin-left: 10px;

}

#content .page-content .select-language ul li a {
   font-weight: bold;
   color: #72737B;
}

#content .page-content .select-language ul li a.selected{
   color: #005B9D;
}


#content .sitemap .prim {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   width: 120px;
   position: relative;
   background-color: #FFFFFF;
}

#content .sitemap .prim .container {
   margin: 0px 0px;
   padding: 5px 10px;
   background-color: #FFFFFF;
}

#content .sitemap .prim a {
   font-weight: bold;
   font-size: 1.2em;
}
#content .sitemap .prim ul,
#content .sitemap .prim ul li {
   list-style-type:none;
   margin: 0px;
}

#content .sitemap .prim ul li {
   margin-top: 5px;
}

#content .sitemap .prim ul li a {
   font-weight: normal
}

#content .sitemap .prim ul.second {
   margin-left: 5px;
   padding-left: 5px;
}

#content .sitemap .prim ul li.second a {
   font-size: 1.1em;
}

#cvc-info {
   display: none;
   position: absolute;
   top: -400px;
   left: 130px;
   background-image: url(/image/cvc-info.gif);
   width: 216px;
   height: 415px;
   z-index: 10;
}
/*
em {
   color: #E42C2D;
   font-weight: bold;
}
*/
.boxes {
   width: 302;
   height: 280px;
   float: left;
   margin: 0 0 9px 9px;
}
.boxes.first {
   margin-left: 0;
}
.boxes h1, .boxes h1 a {
   color: #0064AA;
   font-size: 13px;
   font-family: Arial Black, Helvetica, sans-serif;
   margin: 0;
   padding: 3px 8px;
}
.boxes h1 a:hover {
   color: #DC0014;
   text-decoration: none;
}

.gallery {
   position: relative;
   height: 568px;
}
.gallery .big-pic, .gallery #big-pic-container {
   position: relative;
   width: 683px;
   height: 442px;
}
.gallery #big-pic-container {
   overflow: hidden;
}
.gallery #thumbnail-container {
   position: absolute;
   top: 448px;
   left: 26px;
   width: 631px;
   height: 120px;
   overflow: hidden;
   clear: both;
   background-color: #F0F0F0;
}
.gallery #thumbnail-container div {
   float: left;
   height: 120px;
}

.gallery #thumbnails {
   position: absolute;
   top: 0;
   left: 0;
   height: 20px;
}
.gallery .thumb-pic {
   width: 90px;
   height: 60px;
   float: left;
   margin: 0;
}
.gallery img#scroll-left {
   position: absolute;
   top: 448px;
   left: 0px;
   display: none;
}
.gallery img#scroll-right {
   position: absolute;
   top: 448px;
   left: 656px;
}
.gallery div#previous, .gallery div#next {
   position: absolute;
   top: 0px;
   left: 0px;
   display: block;
   width: 11px;
   height: 442px;
   z-index: 10;
}
.gallery div#next {
   left: 343px;
}
.gallery div#previous img {
   margin: 211px 0 0 1px;
}
.gallery div#next img {
   margin: 211px 0 0 327px;
}

.main-container .page-footer {
   padding: 2px 8px;
   clear: both;
   background-color: #F0F0F0;
   height: 20px;
}

.main-container .copyright {
   font-size: 11px;
   color: #A0A0A0;
   width: 280px;
   float: right;
   padding: 4px 0;
   text-align: right;
}

#metanavigation-bottom {
   float: left;
   width: 620px;
   padding: 4px 0;
}

#metanavigation-bottom ul {
   list-style-type: none;
}

#metanavigation-bottom ul li {
   float: left;
   padding: 0 0 0 16px;
   background: url(/image/meta-navi-spacer.gif) no-repeat 4px 3px;
   font-size: 11px;
}
#metanavigation-bottom ul li.first {
   padding: 0;
   background: none;
}

#metanavigation-bottom a {
   color: #A0A0A0;
   text-decoration: none;
   font-size: 11px;
}

.block1 {
   position: relative;
   top: 8px;
   left: 0;
   width: 234px;
   height: 48px;
   background-color: #F0F0F0;
   overflow: hidden;
   padding: 0;
   float: left;
   text-align: right;
   color: #A0A0A0;
}
.block1 .links {
   color: #A0A0A0;
   padding-top: 2px;
}
.block1 a {
   color: #A0A0A0;
}
.block1 .register, .block1 .my-account, .block1 .login.submit-button {
   background:#F0F0F0 url(/image/button-bg.gif) no-repeat scroll 100% 6px;
   padding-right: 22px;
   margin-right: 4px;
   text-decoration: none;
}
.block1 .my-account {
   width: 60px;
   float: left;
   margin-left: 0px;
}
.username {
   position: relative;
   width: 250px;
   float: left;
   color: #A0A0A0;
   top: 37px;
   margin-left: 6px;
}

.search-form {
   display: block;
   width: 234px;
   height: 17px;
   background-color: #F0F0F0;
   overflow: hidden;
   padding: 2px 0;
   border-bottom: 6px solid #FFFFFF;
}
.search-form .search-string {
   width: 157px;
   height: 15px;
   background-color: #F0F0F0;
   border: 0;
}
.search-form .submit-button {
   width: 70px;
   background-color: #F0F0F0;
   border: 0;
   margin-right: 4px;
}
.search-result {
   padding: 0 16px 10px 16px;
}

label {
   display: block;
   width: 160px;
   margin-right: 10px;
   float: left;
}
label.checkbox, label.radio {
   float: none;
	width: auto;
	display: block;
	margin-right: 0;

   margin-left: 170px;
}
label em, form h2 em {
   font-weight: bold;
   color: #FF0000;
   margin-left: 2px;
}
input.checkbox {
   /*margin-left: 171px;*/
}
.bottom-boxes {
   height: 188px;
   margin: 8px;
   padding: 16px 0 16px 16px;
   background-color: #F0F0F0;
   clear: both;
}
.bottom-boxes .news-box {
   width: 217px;
   height: 188px;
   overflow: hidden;
   margin-right: 8px;
   float: left;
}
.bottom-boxes .news-box .first {
   margin-left: 0;
}

.webcams {
   position: relative;
}
.webcams #thumbnail-container {
   width: 233px;
   float: left;
   margin-right: 8px;
}
.webcams #thumbnail-container .webcam {
   margin: 0 0 8px 0;
   height: 68px;
   background-color: #F0F0F0;
   overflow: hidden;
}
.webcams #thumbnail-container .webcam:hover {
   cursor: pointer;
}
.webcams #thumbnail-container .thumb-pic {
   width: 90px;
   float: left;
   margin-right: 4px;
}
.webcams #thumbnail-container h2 {
   line-height: 16px;
   font-weight: bold;
   padding-top: 4px;
}
.webcams #thumbnail-container h2.active {
   color: #DC0014;
}
.webcams #big-pic-container {
   position: relative;
   width: 683px;
   float: left;
}
.webcams #pic-time {
   text-align: right;
}

.webcams #thumbnail-overlay {
   background-image: url("/webcam_thumbnail/webcam_idle_small.png");
   width: 90px;
   height: 34px;
   background-position: top left;
   position: absolute;
}

.webcams #big-pic-overlay {
   display: none;
   background-image: url("/webcam/webcam_idle_big.png");
   background-position: top left;
   width: 683px;
   position: absolute;
   height: 125px;
}

.webcams #big-pic-overlay.active {
   display: block;
}

.location {
   display: inline;
   width: 308px;
   float: left;
   margin:0 0 20px 16px;
   background: #f0f0f0;
   padding:8px;
}
.location img {
   margin-bottom: 4px;
}
.location td {
   padding: 0 4px 4px 0;
}
.rss {
   position: relative;
   display: inline;
   width: 16px;
	height: 16px;
	float: left;
	top: 8px;
   left: 20px;
}
#print-form input[type=image] {
	margin-left: 10px;
}
.no-float {
   float:none;
   width: auto;   
}
label.no-float {
   display:inline;
}

.left {
   float:left;
}

/* Shoot my ride */
#shootmyride_gallery {
	width: 682px;
}

#shootmyride_gallery_container {
	width: 630px;
	height: 470px;
	overflow: hidden;
	float: left;
	position: relative;
}

#shootmyride_gallery_content {
	overflow: hidden;
	position: relative;
	left: 0px;
}

.shootmyride_gallery_page {
	width: 620px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.shootmyride_gallery_video {
	width: 200px;
	height: 150px;
	float: left;
	/*padding-bottom: 20px;*/
	/*padding: 0px 5px;*/
}

.shootmyride_gallery_page .img_1, .shootmyride_gallery_page .img_4, .shootmyride_gallery_page .img_7 {
	padding: 0px 10px;
}

.shootmyride_gallery_page .img_3, .shootmyride_gallery_page .img_4, .shootmyride_gallery_page .img_5 {
	/*margin-left: 20px;*/
	/*padding-left: 0px;*/
	padding-top: 8px;
	padding-bottom: 8px;
}

.shootmyride_gallery_video img {
	cursor: pointer;
}

#shootmyride_gallery_left, #shootmyride_gallery_right {
	width: 26px;
	height: 470px;
	background-color: #A0A0A0;
	cursor: pointer;
	float: left;
}

#shootmyride_gallery_left img, #shootmyride_gallery_right img {
	margin-top: 180px;
	cursor: pointer;
}

.shootmyride_video {
	border: none;
	background-color: #FFFFFF;
	width: 100%;
}

.shootmyride_video td {
	text-align: center;
	vertical-align: middle;
}

.shootmyride_video td.controls {
	text-align: left;
	height: 32px;
}

.shootmyride_video td.controls div {
	float: left;
	padding-right: 5px;
}

.shootmyride_video td.controls div a {
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
}

.shootmyride_video td.controls div img {
	cursor: pointer;
	vertical-align: middle;
	margin-top: -1px;
	padding-left: 5px;
}

.shootmyride_video td.control_data label{
	width: 120px;
	text-align: left;
}

.shootmyride_video td.control_data input {
	width: 200px;
	float: left;
}

.shootmyride_video td.control_data textarea {
	width: 200px;
	height: 75px;
	float: left;
}

.shootmyride_video td.control_data input.submit {
	width: 100px;
	float: right;
}

#shootmyride_result {
	text-align: left;
	font-weight: 700;
}

#shootmyride_gallery_pagination {
	font-weight: 700;
}

#shootmyride_watch_full {
	width: 410px;
	left: 50%;
	margin-left: -205px;
	position: relative;
}

#calendar .ui-datepicker {
	width: auto;
}

/* nyroModal CSS file */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/image/nyroModal/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/image/nyroModal/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(/image/nyroModal/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(/image/nyroModal/next.gif);
}


