﻿/* SpaceBuilder Channels Cascading Style Sheets. Copyright (c) 2009, Tunynet Inc. All rights reserved. version: 2.1 */

/* general style  */
html { color: #333; background: #FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; font-size: inherit; font: 100%; }
caption,th { text-align: left; }
address,caption,cite,code,dfn,em,strong,th,var,i{ font-style: normal; font-weight: normal; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
fieldset,img { border: 0; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; font-size: 100%; }
/*legend { color: #000; }*/
body { font: 12px arial,helvetica,clean,sans-serif,;/* *font-size: small; *font: x-small;*/  }
a { color: #3b5998; text-decoration: none; }
a:hover { color: #3b5998; text-decoration: underline; }
pre,code,kbd,samp,tt { font-family: monospace; *font-size: 108%; line-height: 100%; }



/* modal window */
div#nyroModalFull { }
div#nyroModalLoading { border: 4px solid #777; width: 150px; height: 150px; text-indent: -9999em; background: #fff url(Images/ajaxloading.gif) no-repeat center 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 #999; }
a#closeBut { position: absolute; display: block; top: 5px; right: 5px; width: 12px; height: 12px; text-indent: -9999em; background: url(Images/close.gif) no-repeat; outline: 0; overflow: hidden; }
a#closeBut:hover { background-position: 0 -12px; }
div.wrapper div#nyroModalContent { padding: 10px 5px 5px; }

#nyroModalContent .formLabel { width: 90px; }
#nyroModalContent .formField, #nyroModalContent .formButton { margin-left: 95px; }






