/*-------- Styles PUB ---------*/
/*---------- ------ -----------*/
h2.home{
  font-size:1.6em; 
}

.logo-td{
  width:70px;
}

body{
  background: 0 -10px repeat-x url('../../../media/images/bg_header_slice.jpg');
}

body .header{
  background:none;
  height:auto;
}

.header .header-inner{
  padding:0px;
  height:51px;
  overflow:hidden;
  font-size:14px;
  font-family:Arial;
  line-height:51px;
  color:#FFF;
  width:100%;
}

.header .top-nav{
  float:left;
  width:710px;
}

.header .top-nav ul{
  float:none;
  text-align:left;
}

.header .user-nav {
    clear: right;
    float: right;
    margin: 0 10px 0 0;
    text-align: right;
    width: 200px;
}



/* Navigation link styles */

  .header .top-nav ul li {
      margin-right: 10px;
      margin-left: 10px;
  }

  .header .header-inner ul li a:link,
  .header .header-inner ul li a:visited{
    color:#65b8dd;
  }

  .header .header-inner ul li.current{
    background: center 41px no-repeat url('../../../media/images/bg_header_slice.jpg');
  }

  .header .header-inner ul li.current a:link,
  .header .header-inner ul li.current a:visited,
  .header .header-inner ul li a:hover,
  .header .header-inner ul li a:active{
    color:#FFF;
  }

  .sub-logo {
    float: left;
    margin: 10px 10px 10px 0;
  }

  /* Tab Menu Styles */

  .tab-menus{
    background: url("../../../media/images/bg_menu_secondary.jpg") repeat-x 0 0;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    float:left;
  }

  .tab-menus p{
    margin: 0 0 0 17px;
    padding: 0 17px 0 0;
    background: url("../../../media/images/bg_menu_secondary.jpg") repeat-x top right;
  }


    .tab-menus p a:link,
    .tab-menus p a:visited{
      color:#ea8501;
      text-decoration:none;
    }  

    .tab-menus p a.selected{
      color:#333;
      text-decoration:none;
    }  



/* Content link styles */

  a:link,
  a:visited,
  a:hover,
  a:active{
    color:#ea8501;
  }  
  
  form a.positive{
  color:#fff;
  font-weight:normal;
}  


/* Main content area style */

  .main {
      background:none;
    padding: 0;
  }

  .main .content {
    background:none;
    width:726px;
    overflow:hidden;
    padding: 0;
    float:left;
    color: #333;
    font-size: 13px;
    line-height: 20px;
  }  
  
  
  
  #logo{
    float:left;
    margin: 34px 0 16px 3px;
  }

  #tagline{
    float:left;
    margin: 43px 0 0 17px;
  }
  
  #tagline h1{
    color: #3399CC;
      font-size: 22px;
      font-weight: normal;
      letter-spacing: 1.4px;
      margin: 0 0 7px;
  }
  
  
  #tagline h2{
    color:#333;
    font-size:14px;
    margin:0 0 1px 0;
  }
  
  
  #tagline h3{
    color:#888888;
    font-size:13px;
    font-weight:normal;
    margin:0 0 5px 0;  
  }

  .seperator_horiz{
    width:726px;
    margin:0;
    clear:left;
    height:10px;
    background: center top no-repeat url('../../../media/images/bg_seperator_horiz.gif');
  }



  h4{
    color: #3399CC;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 2px 8px;
  }

  
  .large_link a:link,
  .large_link a:visited{
    color: #ea8501;
      font-size: 15px;
    text-decoration:none;
  }
  
  .clear_both{
    clear:both;
    width:100%;
  }
  

  #sidebar{
    float:right;
    width:234px;
    overflow:hidden;
  }
  
  
  

/* Extra margin for content paragraphs */
.static-content{ 
}

div.static{
  width:690px;
  margin-top:20px;
}

/* Table styles */
.static-content table.content-table{
  margin:10px 0px;
  border-top:1px solid #60CDF6;
  border-right:1px solid #60CDF6;
  border-collapse: collapse;
  border-spacing: 0;
}
.static-content table.content-table tr th,
.static-content table.content-table tr td{
  border-bottom:1px solid #60CDF6;
  border-left:1px solid #60CDF6;
  padding-left:5px;
}
.static-content table.content-table tr.heading th,
.static-content table.content-table tr.heading td{
  font-weight:bold;
}
.static-content table.content-table tr.info td{
  border:1px dotted #60CDF6;
}

/* Our services */
.main .static-content .left_content{
  float:left;
  width:680px;
  height:auto;
  padding:0px 30px 0px 0px;
}
.main .static-content .right_content{
  float:right;
  width:220px;
  height:auto;
  padding:0px 0px 0px 0px;
}
.main .static-content .right_content .additional-services{
  width:100%;
  padding:0px 0px 0px 0px;
}
.main .static-content .right_content .additional-services .payment-methods {
  float:left;
  width:65%;
  padding:0px 0px 0px 0px;
}
.main .static-content .right_content .additional-services .signup-link{
  float:right;
  width:34%;
  padding:0px;
  margin:30px 0px 0px 0px;
}
.main .static-content .right_content .additional-services .signup-link.paypal{
  margin:45px 0px 0px 0px;
}
.main .static-content .content-table ul{
  margin:0px 0px 0px 0px;
}
.main .static-content .content-table td{
  padding:0px 5px 5px 5px;
}

/* New our services styles */
.services{
  width:30%;
  padding:20px 30px 5px 0px;
  float:left;
}
.services p{
  padding-top:10px;
  height:55px;  
}
.services p.h35{
  height:35px;  
}
.services a{
  margin-top:10px; 
}
.services h2 a, .sub-services h2 a{
  text-decoration: none;
  color: #fff;
}
.services h2 a:hover, .sub-services h2 a:hover{
  color: #444;
}
.services h2{
  padding-bottom:20px;
  margin-bottom:0px;
  padding-bottom:0px;
}
.services div{
  border:1px solid #60CDF6;
  margin:0px;
  padding:0 10px 10px 10px;
  height:220px;
}
.sub-services {
  margin-top:30px;
}
.sub-services div{
  width:30%;
  float:left;
  padding:0 10px 10px 10px;
}
.sub-services div p{
  padding-bottom:10px;
  height:70px;
}
.sub-services.advanced div p{
  height:90px;
}
.sub-services.premium div p{
  height:130px;
}
.benefits{
  width:45%;
}
.your-data,
.left_content ul,
.benefits ul{
  margin-left:5px;
}
/* Hidden rows */
.row_2, .row_3, .row_4, .row_5, .row_6, .row_7{
  display:none;
}
.hide-show-1, .hide-show{
  cursor:pointer;
}

/* Contact us - google map */
.large_contact {
    border: 1px solid #CCCCCC;
    float: right;
    height: 450px;
    width: 465px;
}

/* Tabs model links */
a.tabs{
  display: block;
  float: left;
  font-weight:bold;
  height: 24px;
  padding-left: 11px; 
  text-decoration: underline;
  cursor:pointer;
}
.services h2{
  font-weight:bold;
  height: 19px;
  line-height:19px;
  padding-top:3px;
  padding-left: 11px; 
  text-decoration: none;
}
.services h2,
a.tabs.active,
a.tabs:hover{
  background: transparent url(../../../media/images/tab-left.png) no-repeat top left;
  color: #fff;
  text-decoration: none;
}
a:link.tabs, a:visited.tabs, a:active.tabs{
  color: #fff; 
}
.services h2 span{
  padding: 3px 31px 4px 0; 
}
a.tabs span{
  display: block;
  padding: 4px 31px 4px 0; 
}
.services h2 span,
a.tabs:hover span,
a.tabs.active span{
  background: transparent url(../../../media/images/tab-right.png) no-repeat top right;
}
a.tabs:hover span{
  text-decoration: underline;
}
a.tabs.active.selected span{
  text-decoration: underline;
}
.sub-nav a.tabs{
  font-weight:normal;
}
/* tab grey */
.grey h2{
  font-weight:bold;
  height: 19px;
  padding-top:3px;
  line-height:19px;
  padding-left: 11px; 
  text-decoration: none;
  margin-bottom:0px;
}
.grey h2{
  background: transparent url(../../../media/images/tab-left.png) no-repeat top left;
  color: #fff;
  text-decoration: none;
}
.right_content .grey h2{
  background: transparent url(../../../media/images/tab-left-grey.png) no-repeat top left;
}
.grey p{
  border:1px solid #60CDF6;
  padding: 5px;
  margin-top:0px;
}
.grey h2 span{
  padding: 3px 31px 4px 0; 
}
.grey h2 span{
  background: transparent url(../../../media/images/tab-right.png) no-repeat top right;
}
.right_content .grey h2 span{
  background: transparent url(../../../media/images/tab-right-grey.png) no-repeat top right;
}
.right_content .grey p{
  border:1px solid #ababab;
}
.separator{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

div#free_access {
  width: 216px;
  height:164px;
  margin: 0 auto;
  text-align:center;
  background: transparent url(../../../media/images/bg_free_access.jpg) no-repeat top right;
  overflow:hidden;
}

  div#free_access p.headline{
    font-size: 18px;
    font-weight:bold;
    color:#ea8501;
    line-height:18px;
    margin: 20px auto 0;
  }

  div#free_access p.headline2{
    font-size: 13px;
    line-height: 16px;
    font-weight:bold;
    color:#333;
      margin: 10px 33px 0;
  }
  
  div#free_access p.headline3{
    font-size: 13px;
    font-weight:normal;
    color:#333;
    line-height:18px;
    margin: 5px auto 0;
  }
  
  a#btn_trial,
  a.btn-get-started{
    width:131px;
    display:block;
    height:32px;
    overflow:hidden;
    margin: 11px auto 0;
    text-indent:-99999px;
    background: transparent url(../../../media/images/btn_find_out_more.png) no-repeat top right;
  }    

  a.btn-get-started{
    background: transparent url(../../../media/images/btn_get_started.jpg) no-repeat top right;
  }

  a#btn_trial:hover,
  a.btn-get-started:hover  {
    background-position:0px -32px
  }    

#demo_box, #administrator_guides
{
  margin: 38px auto 0;
}


#demo_box p
{
  margin: 0px 0 0 6px;
}


#sidebar h4{
  margin:4px 0 2px 6px;
}

#sidebar_updates
{
  margin: 46px auto 0;
}


#sidebar_updates h4{
  border-bottom:2px solid #e2e2e2;
  padding-bottom:6px;
  margin: 0 0 4px 10px;
}

#sidebar_updates .blog-date{
  font-size:11px;
  font-weight:normal;
  color:#969696;
}

#sidebar_updates .posts{
  height:300px;
  overflow-y: scroll;
  padding-right: 5px;
}

#sidebar_updates .post, #administrator_guides .guide{
  background: transparent url(../../../media/images/bg_updates_bullet.gif) no-repeat 9px 5px;
  padding: 0 0 0 23px; 
}

a.twitter_link:link,
a.twitter_link:visited{
  line-height:20px;
  display:block;
  height:20px;
  overflow:hidden;
  margin: 16px 0 0 12px;
    background: transparent url(../../../media/images/bg_follow_button.jpg) no-repeat top left;
  padding:0 0 0 70px;
  font-weight:bold;
  color:#196484;
  text-decoration:none;
  font-size:11px;
}


#screenshot_demo{
  display:block;
  margin:0 auto;
  text-align:center;
  text-decoration:none;
}

.demo_video a.thumbnail{
  display:block;
  height:50px;
  overflow:hidden;
  float:left;
  margin-right: 10px;
}

.demo_video h3{
  margin:0;
  font-size:12px;
}

.demo_video{
  margin:10px 0 10px 10px;
  padding-top:10px;
}

#demo_box .separator {
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.footer {  
  border-top: 2px solid #DDDDDD;
  margin-top: 25px;
  padding-top: 25px;
}


/* Search page styles */

#organisation{
  padding:0 20px 0 0;
}
#organisation h2{
  font-weight:bold;
  margin:0px;  
}
.odd-org, .even-org{
  border: 1px solid #DDDDDD;
   float: left;
   margin: 5px 0 10px 0;
   padding: 4px 10px;
   width: 310px;
}

 .even-org{
  border: 1px solid #DDDDDD;
   float: right;
   margin: 5px 0 10px 0;
}

/* Paginator for help search , might go to front-end module eventually*/
.paginator{
  border:1px solid #ccc;
  background:#ffffff;
  padding:3px 5px;
  margin:5px 0px;  
}
.paginator .count{
  width:30%;
  float:left;
}
.paginator .selector{
  width:30%;
  display:inline-block;
  text-align:center;
}
.paginator .selector div{
  text-align:center;
}
.paginator .links{
  width:39%;
  display:inline-block;
  text-align:right;
  float:right;
}