/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
/*@font-face {  
  font-family:Segoe UI;  
  src: url(SEGOEUI.TTF) format("opentype");  */
}  
html {margin:0;padding:0;border:0;height:100%;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;/*font-size:12px;*/
                                                                                                                                                                                                                                                                                                                  /*font-family: Arial;*/vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;/*background:url(../images/bg-strip.gif) repeat-x #fff;height:100%;*/background-color:#FFFFFF;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {    vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
html {font-size:100.01%;margin:0;padding:0;border:0; height:100%;}
body {font-size:11px;color:#333;height:100%;
      /*background:url(bg_image.gif) repeat-x #fff;*/
     /* font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;*/
     /*font-family:Segoe UI;*/
     }

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom:16px;
  font-weight: bold;
}

h1 {
  font-size: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
  line-height: 1em; /* 24px --> 24 ÷ 24 = 1 */
}

h2 {
  font-size: 1.375em; /* 22px --> 22 ÷ 16 = 1.375 */
  line-height: 1.0909em; /* 24px --> 24 ÷ 22 = 1.090909(09) */
}

h3 {
  font-size: 1.25em; /* 20px --> 20 ÷ 16 = 1.25 */
  line-height: 1.2em; /* 24px --> 24 ÷ 20 = 1.2 */
}

h4 {
  font-size: 1.125em; /* 18px --> 18 ÷ 16 = 1.125 */
  line-height: 1.333em; /* 24px --> 24 ÷ 18 = 1.3333333(3) */
}

h5, h6 {
  font-size: 1em; /* 16px --> 16 ÷ 16 = 1 */
  line-height: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0em;}

.left {float:left !important;}
p .left {margin: 0;padding:0;}
.right {float:right !important;}
p .right {margin:0;padding:0;}
a:focus, a:hover {/*color:#666;*/}
a {color:#666666;text-decoration:none; white-space:nowrap;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0;padding-left:0;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:0em;}
table {width:auto;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:1px 0 1px 10px;}
table td td{padding:0px;text-align:left;}
tbody tr:nth-child(even) td, tbody tr.even td {}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.1em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
textarea {padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:1px solid #ddd;padding-left:34px;font-weight:bold;}
.alert {background:url(ico-error.png) no-repeat scroll 10px center #fbe3e4;color:#BE4434;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:url(ico-success.png) no-repeat scroll 10px center #F4FDEA;color:#779701;border-color:#c6d880;}
.info {margin: 10px auto;background:#d5edf8 url(info-ico.png) no-repeat scroll 10px center;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
                                     
/* grid.css */
.container {width:100%;/*margin:0 auto;*/ background-color:White;  margin-top: -5px;  margin-bottom: -40px;}
.showgrid {background:url(grid.png);}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
.box,.box1 {padding:1.5em;margin-bottom:1.5em;background:#fdfdfd;}
.box1
{
    border:1px solid #bbb;
    padding-bottom: 10px;
    margin-top: 10px;
}
.box p, .box1 p
{
    line-height: 21px;
}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.field-validation-valid
{
    display: none;
}
.field-validation-error
{
    color: Red;
}


