/* BODY */

body {
  background: #fff url(../images/body.png) top center no-repeat;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #666;
  margin: 10px 0 0 0;

}

/* BODY HOME */

body.home {
  background: #fff url(../images/body.png) top center no-repeat;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #006699;
  margin: 10px 0 0 0;
}

h1,h2,h4,h5 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #669900;
  text-align: left;
  margin-left: 100px;
  font-size: 18px;
}

h3{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #669900;
  text-align: left;
  margin-left: 100px;
  font-size: .9em;
}

h1.header1{
  margin-left: 10px;
}

a.signup,
 .new {
  color: #ff0000 !important;
  font-size: .9em;
}

.active {
  visibility: visible !important;
}

a { 
  color: #006699;
  outline: none;
  text-decoration: none;
  font-size: 13px;
  text-align: left;
}

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


a.button {
  display: block;
  text-indent: -9999px;
}

/* WRAPPER */

div.wrapper {
  width: 950px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}


/* HEADER */

div.header {
  margin: 0 auto;
  position: relative;
  width: 950px;
  height: 85px;
  
}


a#logo {
  background: url(../images/logo.png);
  height: 80px;
  width: 335px;
  position: absolute;
  left: 0;
  margin:15px;
}

a#logoie6 {
  height: 80px;
  width: 335px;
  position: absolute;
  left: 0;
  margin:15px;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cms/web/images/logo.png', sizingMethod='scale');
}

a#logoie6:hover{
  cursor:pointer;
}

/* LOG-IN */

div.header fieldset {
  border: none;
  color: #999;
  
  font-family: "Lucida Grande", verdana, sans-serif;
  font-size: .6em;
  text-align: right;
  padding: 0;
}

div.header fieldset a {
  font-color: #ff0000;
  font-weight: bold;
}

div.header fieldset span {
  border-right: 1px dotted #ccc;
  padding-right: 12px;
}

div.header fieldset label {
  margin: 0 8px;
}

div.header fieldset label input {
  border: 1px solid #f0f0f0;
  background: #fff;
}


/* CONTENT */

div.content{
  top:1em;
  left: 0px;
  width: 725px;
  float: right;
  padding: 0px 0px 0 5px;/*T R B L*/
  /*position: inherit;*/
  position: relative;
  height: auto;
  border: solid 0px #F124FF; /* Added to view the layout screen */
}

div.content p{
  left: 0px;
  width: 750px;
  font-size:14px;

}

div.content h1{
      font-size:15px;
      font-weight:bold;
      color:#669900;
}


/* CONTENT2 */

div.content2{
      width: 750px;     
      float: right;
      padding: 30px 20px 0 20px;
      text-align: justify;
      font-size:14px;
}


div.content2 h1{
      font-size:15px;
      font-weight:bold;
      color:#669900;
}


/* SIGN UP PAGE */

div.signup{
      width: 393px;
      float: center;
      background: #fff url(../images/signup-bg.png) no-repeat;
      min-height:324px;
      margin: 0px 0px 0 250px;
      padding: 40px 0px 0 40px;
      border: 1px dotted #fff;
}

div.signup2{
      width: 393px;
      float: center;
      background: #fff url(../images/signup-bg2.png) no-repeat;
      min-height:370px;
      margin: 0px 0px 0 250px;
      padding: 40px 0px 0 40px;
    border: 1px dotted #fff;
}

table.signup{
      width: 300px;
    color: #006699;
  font-family: "Lucida Grande", verdana, sans-serif;
  font-size: .7em;
  font-weight:bold;
}

div.group{
      width: 300px;
    color: #006699;
  font-family: "Lucida Grande", verdana, sans-serif;
  font-size: 2;
  font-weight:bold;
}

/* IMAGES */

img.left {
  float: left;
  margin: 0 15px 15px 0;
}

img.right {
  float: right;
  margin: 0 0 15px 15px;
}

a#clients {
  background: url(../images/clients.png);
  height: 227px;
  width: 388px;
  position: absolute;
  left: 0;
    margin:10px 0 0 55px;
}

a#partners {
  background: url(../images/partners.png);
  height: 227px;
  width: 388px;
  position: absolute;
  right: 0;
    margin:10px 55px 0 0;
}



/* TOP MENU*/

.top-links{
  position:absolute;
  overflow:hidden;
  top:40px;
  right:-15px;
  float:left;
}

.top-links-bg{
  overflow:hidden;
  background:url(../images/right-menu.png) no-repeat 100% 0;
}

* html .top-links-bg{width:auto;}
.top-links ul{
  margin:0;
  padding:10px 30px 0 35px;
  list-style:none;
  float:left;
  background:url(../images/left-menu.png) no-repeat 0 0;
  height:45px;
}

.top-links li{
  float:left;
  padding:0 5px 0 18px;
}

.top-links li a{
  display:block;
  line-height:2.34em;
  text-decoration:none;
  color:#006699;
  float:left;
  font-family: 'Lucida Grande, Arial, Helvetica, sans-serif';
  font-size: .9em;
  font-weight: bold;
}

.top-links li a:hover{
  color:#669900;
  background:url(../images/tip-hover_green.gif) repeat-x 0 100%;
  text-decoration:none;
}

.top-links li a.selected{
  background:url(../images/tip-hover.gif) repeat-x 0 100%;
  color:#006699;
}


/* BANNER */

div.banner{
      width:950px; 
      height: 181px; 
      background: transparent; 
      padding: 0px;
}


/* SLIDESHOW*/

#slide-images{
      position:relative;
      display:block;
      margin:0px;
      padding:0px;
      width:100%;
      height:350px;
      overflow:hidden;
}

#slide-images li{
      position:absolute;
      display:block;
      list-style-type:none;
      margin:0px;
      padding:0px;
      background-color:#006699;
}

#slide-images li img{
      display:block;
      background-color:#006699;
}


/* SUB MENU*/

div.sub {
      padding: 0px 0px 8px !important;
      overflow: hidden;
      float: left;
      margin: -45px 0px 0 -20px;
}
    
div.sub ul {
      list-style: none;
}
      
div.sub ul li {
      float: left;
      display: block;
      margin: 0px 10px 0 0;
      padding: 0;
      font-size:13px;
}
              
div.sub ul li a,
div.sub ul li a:visited {
      color: #006699;
      text-decoration: none;
}
          
div.bar ul li a:hover {
      color: #666;
      text-decoration: bold;
}
                    
                    
/* FOOTER*/

div.footer {
  margin: 0 auto;
  background: url(../images/footer.png) no-repeat;
  min-height: 50px;
  float: left;
  width: 950px;
  color: #3D96C0;
  font-size: 0.8em;
  padding: 25px 0;
}

div.footerie6 {
  margin: 0 auto;
  min-height: 50px;
  float: left;
  width: 950px;
  color: #3D96C0;
  font-size: 0.8em;
  padding: 45px 0 0 0;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cms/web/images/footer.png', sizingMethod='scale');
}

p.copyright {
  clear: both;
  margin: 10px 0 0 0;
  text-align: center;
}

p.copyright span {
  display: none;
}

span.selected{
  color:#006699;
}

/* INDEX TEMPLATE */
table.index{
width: 75%;
text-align: center;
margin-left:auto;
margin-right:auto;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #ACACAC;
border-collapse: collapse;
}

.index td{
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #ACACAC;
border-collapse: collapse;
font-size:13px;
color: #555555;
padding:5px;
}

.index th{
background-color: #E5E5E5;
    color: #006699;
  font-family: "Lucida Grande", verdana, sans-serif;
  font-size: .8em;
  font-weight:bold;
  padding:5px;
}

/* CREATE TEMPLATE */

table.create {
border-spacing: 10px;
}

.create th{
    color: #006699;
  font-family: "Lucida Grande", verdana, sans-serif;
  font-size: .8em;
  font-weight:bold;
}

.create td{
font-size:13px;
color: #555555;
}

table tr td.underline{
  border-bottom:2px solid #9C9C9C;
}
div.message{
font-size:14px;
color: #ff0000;
font-weight: bold;
margin: 0 0 0 10px;
}

input.submit{
  background-color: #006192;
  border: 0;
  color: #FFFFFF;
  cursor:pointer;
}

input.submenu{
  text-align:left;
  padding-left:5px;
  padding-top: 1px;
  border: 0;
  background-color:#FFFFFF;
  color: #006699;
  cursor:pointer;
  width: 184px;
}

input.submenu:hover{
  border: 0;
  background-color:#FFFFFF;
  color: #669900;
  cursor:pointer;
  text-decoration: underline;
}

input.text{
  width: 400px;
  border: 0;
  background-color:#FFFFFF;
  cursor:pointer;
}

.control_label
{
  color: #006699;
  font-family: "Lucida Grande", verdana, sans-serif;
  font-size: .8em;
  font-weight:bold;
}

textarea{
  width:100%;
  border: 1px solid #909090;
  background-color:#EAEAEA; /*gray color.*/
}

div.movedata{
  color: #009966;
  font-family:"Lucida Grande", verdana, sans-serif;
  font-size: .8em;
  font-weight:bold;
  position:absolute;
  border:0px;
  float:inherit;
}

/*Begin ASM Select*/
.asmHighlight {
  color: #777;
}

.asmSelect {
  margin: 1em 0 0.25em 0;
}
/*End ASM Select*/

table.page_template_header{
  margin-left:0px;
  width: 95%;
}

/* jquery UI sorttable list*/
div.sortable_list {
  width:98%;
  padding:0px 0px 0px 10px; /*T R B L*/
  font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
  border:0px solid #FF0012;
}


/* Page template header sept 15 2009 */
  #nav-menu ul{list-style: none; padding: 0; margin: 0;}

  #nav-menu li{float: left; margin: 0; }

  #nav-menu li a{height: 2em;line-height: 2em;float: left;width: 9em;display: block;border: 0.1em solid #dcdce9;color: #FFFFFF;text-decoration: none;text-align: center;background-color:#006699;/*background: url(background.gif) #fff bottom left repeat-x;*/}
  /* Hide from IE5-Mac */
  #nav-menu li a{float: none}

  /* End hide */
  #nav-menu li a:hover{background-color:#669900;}
  #nav-menu li a.selected{background-color:#669900;}
  #nav-menu{width:600px;margin-left:0px;}
/* end Page template header */

/*Setting Attribution apping*/
table#attributionMapping tr th{
  background-color:#006699;
  color:#FFFFFF;
  height: 1.5em;
  text-align:left;
}
table#attributionMapping tr td div{
  background-color:#cccccc;
  color:#006699;
  text-align:left;
  width:100%;
  height: 1.5em;
  padding:0.1em 0;
  border: 1px solid #d3d3d3;
  border-style:solid;
  border-color:#d3d3d3;
  background: #e6e6e6 url('../images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
  font-weight: normal; color: #555555; outline: none;
}
table#attributionMapping tr td div.left{
  border-right : 0px solid #d3d3d3;
}

table#attributionMapping tr td div.right{
  border-left: 0px solid #d3d3d3;
}

#datalistrow{
  width: 100%;
  border: 0px solid #FF1245;
  list-style-type: none;
  margin: 0; padding: 0;
}

#datalistrow li{  
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url('../../images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 10% repeat-x;
  font-weight: normal;
  color: #555555;
  outline: none;
  margin: 4px 0;
  padding: 3px 0px 0px 0px;
  padding-left: 0.2em;
  font-size: 1.4em;
  height: 25px;
}

#datalistrow li div{
  float:left;
  border:0px dashed #1241FF;
  height:20px;
  margin-top:2px;
  font-size: 13px;
}

/** Set the widtyh on the horizaontal bar as separator. */
hr.separator{
  width: 100%;
  margin-left: 0px;
}

.template{
  width: 95%;
}
.template_inner{
  width: 95%;
  margin-left:5px;
}

table.sub_table{
  width: 95%;
  margin-left:5px;
}