﻿
body, html
{
  border:0;
  padding: 10px 0 0 0;
  margin:0;
  vertical-align:top;
}
a
{
  color: #0B6DA1;
}


#login input
{
  border:solid 1px gray;
  width:115px;
  height: 13px;
  font-size: 11px;
}

input[type='text'], input[type='password'], select
{
  border: solid 1px gray;
  width: 200px;
  padding: 3px;
}

fieldset
{
  background-image: url(../images/fieldset_bg.png);
  background-position: center top;
  background-repeat: repeat-x;
  border: 1px solid #E5E5E5;
  margin: 0;
  padding: 0 10px 10px;
}
legend
{
  font-weight: bold;
}
label
{
  font-weight: bold;
}
.formfield
{
  margin:10px;
}
.formfield label
{
 display:block; 
}

li
{
  padding:0;
  margin:0;
  list-style-type:square;
}
ul
{
  margin:0;
}

p.ingress
{
  font-weight:bold;
} 

#logo
{
  background: white url(../images/logo_small.png);
  width:305px;
  height:51px;
}

#nav
{
  margin: 15px 0 15px 0;
  background: white url(../images/nav_border.png);
  height:38px;
  padding: 0 0 0 10px;
}

.navitem
{
  border-left: solid 1px white;
  text-align:center;
  font-size:17px;
  margin: 6px 0 0 0 ;
  padding: 0;
}

.navitem a
{
  color:White;
  text-decoration:none;
}

.lastnavitem
{
  border-right: solid 1px white;
}

#register
{
  border: solid 1px #EEEEEE;
  padding:4px;
  margin: 0 0 20px 0;
  background-color:White;
}

form
{
  padding:0;
  margin:0;
}

#login
{
  border: solid 1px #EEEEEE;
  padding:4px;
  background-color:White;
}

.outer
{
  background-color:White;
  border:1px solid #EEEEEE;
  margin:0 0 20px;
  padding:4px;
}

.inner
{
  background-color: #EDF1FB;
  margin:0;
  padding: 10px 5px 5px 5px;
}

.innergray
{
  background-color: #f8f8f8;
  margin:0;
  padding: 2px 2px 2px 2px;
}

.innergray tr
{
  height:10px;
}
.inner h2
{
  color:#666666;
  font-weight:bold;
}

#desc
{
  padding: 0 0 40px 0;
}

#feat
{
  border-top: solid 1px #EEEEEE;
  border-bottom: solid 1px #EEEEEE;
  padding: 15px 0 20px 0;
}
#footer
{
  padding: 40px 0 0 0;
}

.featitem
{
  background-color:Blue;
}

#feat h2
{
  font-size:17px;
}

#feat p
{
  margin:0;
}



/* BUTTONS */
.buttons 
{
  display:block;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

.buttons button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttons button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, .buttons button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, .buttons button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, .buttons button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.field-validation-error
{
  color:Red;
  font-weight:bold;
}



#features
{
  border-bottom: solid 1px #E5E5E5;
  border-top: solid 1px #E5E5E5;
  width: 100%;
  margin: 0 0 10px 0;
  empty-cells:show;
  border-collapse:collapse;
}

#features thead th
{
  font-size:14px;
  padding: 2px 0 2px 0;
  padding: 7px;
  text-align:left;
  background-image: url(../images/fieldset_bg.png);
}

#features td
{
  border-top: solid 1px #E5E5E5;
}
#features td h2
{
  font-size:13px;
  color:#666666;
  font-weight:bold;
}

#features td h3
{
  margin: 2px 0 2px 0;
  font-size:13px;
  color:#187fbc;
  font-weight:bold;
}

#features .feature
{
  padding: 3px;
  background-image: url(../images/fieldset_bg.png);
  background-repeat:repeat-x;
}
#features .premium
{
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  text-align:center;
}

#features .free
{
  border-left: 1px solid #E5E5E5;
  text-align:center;
}

#features td.free, #features td.premium
{
  font-weight:bold;
  font-size:15px;
  color:#5f8343;
}

#features .check
{
  background-image: url(../images/check.png);
  width:32px;
  height:32px;
  margin-left:40px;
}

#features td
{
  vertical-align:middle;
  padding:6px;
}



.entities
{
  width: 100%;
  border-top: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
  margin: 0 0 10px 0;
  empty-cells:show;
  border-collapse:collapse;
  
}

.entities th
{
  padding:5px;
  background-image: url(../images/fieldset_bg.png);
  background-repeat:repeat-x;
  border-bottom: solid 1px #E5E5E5;
  text-align:left;
}

.entities td
{
  border-bottom: 1px solid #E5E5E5;
  vertical-align:middle;
  padding:5px;
}

.entities .status
{
  width:90px;
  padding:1px;
}


.showhelp h2
{
  font-size: 15px;
  padding: 0;
  margin: 5px 0 10px 0;
}
.showhelp h3
{
  font-size: 13px;
  padding: 0;
  margin: 10px 0 3px 0;
}

.process 
{
  margin: 15px 0 0 0;
  text-align:left;
  border: 1px solid #E5E5E5;
}
.process th
{
  color:#187FBC;
  border-bottom: solid 1px #E5E5E5;
  padding:5px;
  background-image: url(../images/fieldset_bg.png);
  background-repeat:repeat-x;
}
.process td
{
  padding:5px;
}

td.arrow
{
  padding: 0 10px 0 10px;
  width:16px;
  height:16px;
  background-repeat:no-repeat;
  background-image: url(../images/arrow-right-big.png);
  background-position:center;
}

.process tbody
{
  font-size:11px;
  vertical-align:top;
}

#references
{
  
}

#references h3 {
  font-weight:normal;
  font-size:17px;
  color:#187FBC;
  margin-bottom:0;
}

#referencelogo
{
  text-align:center;
  background-image: url(../images/references.png);
  width:790px;
  height:91px;
}

