/*
    Document   : style
    Created on : 04-Jan-2013, 22:50:57
    Author     : tamasturi
    Description:
        Purpose of the stylesheet follows.
*/

html {
    color:#000;
    background:#FFF;
    height: 100%;
}
  
  /* General */
  
body {
    background:#fff url(../images/headBg.png) repeat-x center top;
    width: 100%;
    min-width:800px;
    height: 100%;
    margin:0;
    padding:0;
}

.page_footer {
    width:960px;
    text-align:left;
    margin: 0 auto;
}

.page {
    width:960px;
    text-align:left;
    min-height: 100%;
    height: 100%;
    margin: 0 auto; 
}
    
table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0;
}

.rounded {
    border: 2px solid gray;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px; 
}

.morerounded {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0px 0px 25px 5px rgb(153, 153, 153);
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style:inherit;
    font-weight:inherit;
}

del,ins {
    text-decoration:none;
}

li {
    list-style:none;
}

caption,th {
    text-align:left;
}

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:baseline;
}

sub {
    vertical-align:baseline;
}

legend {
    color:#000;
}
  
strong{
    font-weight:bold;
}

table {
    width:100%;
}
  
  /*start*/
table thead th,table tfoot th{
    padding:5px;
}

thead tr th {
    border-bottom:1px dotted #c0c0c0;
    color:#323232;
}
  
.button,.buttonPopup,.buttonjoin_popup, .buttonPopupG1, .buttonPopupG2, .buttonPopupG3, .buttonPopupG4, .buttonwithdrawal_popup, .buttondeleteAccount_popup {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    margin-top:0px;
    padding:9px 26px 8px 26px;
    color:#fff;
    font-size:14px;
    display:inline
}
        
.purchasePopup {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    margin-top:0px;
    color:#fff;
    font-weight:700;
    font-size:14px;
    display:inline
}

.purchasePlusPopup {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    margin-top:0px;
    color:#fff;
    font-weight:700;
    font-size:14px;
    display:inline
}

.profileName {
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: #888888;
    font-size: large;
}

.profileValue {
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: #444444;
    font-size: large;
    font-weight: bold;
}

.button.blue:hover, .buttonPopup:hover, .buttonjoin_popup.hover, .buttonPopupG1:hover, .buttonPopupG2:hover, .buttonPopupG3:hover, .buttonPopupG4:hover, .buttonwithdrawal_popup:hover {
    background:#4780ac
}

.button.red:hover, .buttondeleteAccount_popup:hover {
    background:#EE0000
}

.button.green:hover{
    background:#009d00
}

.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
}

.button.red, .buttondeleteAccount_popup.red { 
    background-image: linear-gradient(bottom, #FF0000 0%, #FF2200 100%); 
    background-image: -o-linear-gradient(bottom, #FF0000 0%, #FF2200 100%); 
    background-image: -moz-linear-gradient(bottom, #FF0000 0%, #FF2200 100%); 
    background-image: -webkit-linear-gradient(bottom, #FF0000 0%, #FF2200 100%); 
    background-image: -ms-linear-gradient(bottom, #FF0000 0%, #FF2200 100%); 
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FF0000),color-stop(1, #FF2200)); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000, endColorstr=#FF2200)";
    border:1px solid #ee0037;
    border-bottom:2px solid #c40024;
    box-shadow:inset 0 1px 0 #F30;
    background-color: #F00; }
.button.purple { background-color: #9400bf; }
.button.green, .buttonwithdrawal_popup.green { 
    background-image: linear-gradient(bottom, #009f00 0%, #00cc00 100%); 
    background-image: -o-linear-gradient(bottom, #009f00 0%, #00cc00 100%); 
    background-image: -moz-linear-gradient(bottom, #009f00 0%, #00cc00 100%); 
    background-image: -webkit-linear-gradient(bottom, #009f00 0%, #00cc00 100%); 
    background-image: -ms-linear-gradient(bottom, #009f00 0%, #00cc00 100%); 
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #009f00),color-stop(1, #00cc00)); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#009f00, endColorstr=#00cc00)";
    border:1px solid #009b2b;
    border-bottom:2px solid #007615;
    box-shadow:inset 0 1px 0 #00e069;
    text-shadow:-1px -1px 0 #009e32;
    background-color: #00CC00; }
.button.orange { background-color: #ff9c00; }
.button.blue, .buttonjoin_popup.blue, .buttonPopup.blue, .buttonPopupG1.blue, .buttonPopupG2.blue, .buttonPopupG3.blue, .buttonPopupG4.blue {
    background-image: linear-gradient(bottom, #2b5992 0%, #569abd 100%); 
    background-image: -o-linear-gradient(bottom, #2b5992 0%, #569abd 100%); 
    background-image: -moz-linear-gradient(bottom, #2b5992 0%, #569abd 100%); 
    background-image: -webkit-linear-gradient(bottom, #2b5992 0%, #569abd 100%); 
    background-image: -ms-linear-gradient(bottom, #2b5992 0%, #569abd 100%); 
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2b5992),color-stop(1, #569abd)); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#569abd, endColorstr=#2b5992)";
    border:1px solid #305e92;
    border-bottom:2px solid #164d6d;
    box-shadow:inset 0 1px 0 #a0bbda;
    text-shadow:-1px -1px 0 #356b91;
    background-color:#4780ac 
}
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 85%; padding: 3px 7px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large, .buttonjoin_popup.large, .buttonPopup.large, .buttonPopupG1.large, .buttonPopupG2.large, .buttonPopupG3.large,.buttonPopupG4.large,.buttonwithdrawal_popup.large, .buttondeleteAccount_popup.large { 
    padding: 8px 13px; 
}
.button.large:active, .buttonjoin_popup.large:active, .buttonPopup.large:active, .buttonPopupG1.large:active, .buttonPopupG2.large:active, .buttonPopupG3.large:active, .buttonPopupG4.large:active, .buttonwithdrawal_popup.large:active, .buttondeleteAccount_popup.large:active { 
    padding: 9px 13px 7px; 
    background-position: 0 top; 
}
  
textarea{
    padding:5px 10px 5px 10px;
    background-color:#fdfdfd;
    width:212px;
    height: 100px;
    border:1px solid #d8d8d8;
    margin:13px 0 -3px 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    box-shadow:inset 2px 2px 4px #f1f1f1
}
  
form th{
    text-align:right;
    width:120px;
    font-weight: normal;
    padding:0 10px 0 0;
    white-space:nowrap;
    color: #424549;
    font-size: large;
}

form td{
    color:#2d2d2d;
}
  
form th,form td{
    vertical-align: middle;
}

input,textarea, select{
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 15px;
    color: #57595d;
    outline: none;
}

.naming {
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-size: 18px;
    color: #57595d;
    outline: none;    
}

input, select{
    
    padding:5px 10px 5px 10px;
    background-color:#fdfdfd;
    width:200px;
    border:1px solid #d8d8d8;
    margin:13px 0 -3px 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    box-shadow:inset 2px 2px 4px #f1f1f1
}

input:focus{
    border-color:rgba(82, 168, 236, 0.8);
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}


.user{
    background:url(../images/user.png) no-repeat
}

.password{
    background:url(../images/password.png) no-repeat
}

.email{
    background:url(../images/email.png) no-repeat
}

ul,ol {
    margin:10px;
}
  
ul li{
    list-style:disc outside;
}
  
ol li{
    list-style:decimal outside;
}
  
form ul li{
    list-style-type:none;
}
  
ul.account_choices li{
  /*  list-style:url(/images/gear_16.png) inside; */
}
  
ul.account_choices li p{
    margin:0 0 0 37px;
    font-size:90%;
}
  
ul.link_nav li{
    list-style:none;
}
  
ul.pager{
    list-style:none;
    padding:3px;
    margin:0;
    text-align:right;
}
  
ul.pager li{
    margin:0px;
    font-size:90%;
    display:inline;
}

ul.display_options li{
    margin:0px;
    font-size:90%;
    display:inline;
}
  
ol{
    margin:25px;
}
  
li{
    margin:15px;
}
  
small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    line-height: 1.5em;
}
  
h1{
    font-size:25px;
    color:#2b6693;
    padding:0 0 13px 0;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
}

h1.heading{
    font-size:40px;
    color:#2b6693;
    padding:0 0 13px 0;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
}

h1.splashHeading{
    font-size:40px;
    color:#2b6693;
    padding:10px 0 0 0;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    line-height:50%;
}

p.splashText{
    font-size:1em;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
}
  
h2{
    -moz-border-radius:5px;
    padding:5px 15px;
    margin:15px 0;
    color:#A1852B;
    letter-spacing:-0.03em;
    font:bold 20pt "Trebuchet MS", Tahoma, sans-serif;
}

.pagetitle {
    -moz-border-radius:5px;
    padding:5px 15px;
    margin:15px 0;
    color:#444444;
    letter-spacing:-0.03em;
    font:bold 20pt "Trebuchet MS", Tahoma, sans-serif;
}
  
h2 a{
    color:#40A2ED;
}
  
h2 a:hover{
    text-decoration:none;
}
  
h3{
    -moz-border-radius:5px;
    padding:5px 15px;
    margin:15px 0;
    color:#A1852B;
    letter-spacing:-0.03em;
    font:bold 16pt "Trebuchet MS", Tahoma, sans-serif;
}

h4{
    padding:5px;
    margin:15px 0;
    color: #292421;
    letter-spacing:-0.03em;
    font:bold 14pt "Trebuchet MS", Tahoma, sans-serif;
}
  
h4.error {
    padding:5px;
    margin:15px 0;
    color:#FF8080;
    letter-spacing:-0.03em;
    font:bold 14pt "Trebuchet MS", Tahoma, sans-serif;
}
  
h4.confirm {
    padding:5px;
    margin:15px 0;
}

h5{
    padding:5px;
    margin:15px 0;
    color: #505050;
    letter-spacing:-0.03em;
    font:bold 15pt "Trebuchet MS", Tahoma, sans-serif;
}
  
ul.error_list{
    -moz-border-radius:5px;
    font-size:110%;
    font-weight:bold;
    padding:10px 25px;
    margin:0;
    color:#4D4D4D;
}
  
ul.error_list li{
    margin:0;
    padding:0;
}
  
.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.altrow{
    background-color:#f4f4f4;
}

  
table#links,table#history {
    font-size:90%;
}
  
table#links tbody td,table#history tbody td{
    border:1px solid #cdbbb7;
}
 
table#links th{
    width:250px;
} 
  
/*Common Structural Elements*/
  
ul#home_features{
    padding:0 75px;
}
  
ul#home_features li{
   list-style:url(../images/tick.png);
    margin:50px;
}
  
#link_search {
    float:right;
    display:inline;
}
  
.filters{
    float:left;
}
    
p#results_found{
    font-size: 9pt;
}
  
#bottom_panel {
    background:#5E5E5E url(../images/bg_bottom.png) repeat-x top left;
    border-top:1px dotted #A1A1A1;
    width: 100%;
    position: absolute;
    bottom:0;
}
  
#wrapper {
    min-height:100%;
    position:relative;
}
    
#blog,#twitter{
    float:left;
    width:455px;
    margin:20px 10px 0;
}
  
#blog ul,#twitter ul{
    margin:0;
    padding:0;
    font-size:8pt;
}
  
#blog ul li,#twitter ul li{
    margin:15px 0;
    padding:0;
    list-style:none;
}
    
#header {
    height:225px;
    width:960px;
    position:relative;
}
  
  ul.link_form_features li{
 /*   list-style:url(/images/check.png); */
    margin:5px 25px;
  }
  
  .submenu{
    margin:0 auto;
    padding:0;
    display:inline;
}

.submenu td{
    padding:0;
    margin:0;
    list-style:none;
    display:inline;
    }

.submenu td a, .submenu td a:link, .submenu td a:visited{
    background-color:#2d2d2d;
    background-image:none;
    float:left;
    padding-left:10px;
    border-left:1px solid #A1A1A1;
    font-size:13px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 2px;
    display:block;
    color:#40A2ED;
    text-decoration:none;
    cursor:pointer;
    text-align: center;
    opacity:1;
    filter:alpha(opacity=100);
}

.submenu td a:hover{
    background-position:0px -60px;
    font-size: 13px;
    font-weight: bold;
    background-image:none;
    background-repeat:repeat-x;
    outline:none;
    text-decoration:none !important
}

.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:31px;padding:0;vertical-align:top}
.gbt{display:inline}

.gbts{
    display:block;
    display:inline-block;
    padding:0 5px;
    position:relative;}

.gbts{
    display:inline;}
.gbzt{cursor:pointer;display:block;text-decoration:none !important}
  
  .content_normal {
    margin-top:100px;
    min-height:250px;
    }
  
  .h3{
    width:660px;
    float:left;
  }
    
  .content_wide {
    margin:0 auto;
    padding:0 15px;
    text-align:left;
    min-height:350px;
    }
  
  #sidebar{
    width:280px;
    margin:0 0 0 10px;
    float:left;
  }
  
  #login_status{
    float:left;
    font-size:90%;
    color:#707070;
    margin:15px 0;
  }
  
  ul#footer_nav {
    font-size:8pt;
    border-top:1px dotted #A1A1A1;
    padding: 3px 0;
    margin:0 0 15px 0;
    clear:both;
  }
    
  ul#footer_nav li{
    display:inline;
    margin:3px;
    float:right;
  }
  
  #logo {
    position: absolute;
    top: 60px;
    }  


  #header_buttons {
    margin:0 30px;
    padding:0;
    position:absolute;
    top:85px;
    right:0;
    font-size:90%;
    height:60px;
    }
    
  #textbox {
    position:absolute;
    top:0;
    left:0;
    width:331px;
    padding:3px;
    border:none;
    color:#c0c0c0;
    }
    
  #button, #buttonPopup {
    position:absolute;
    top:33px;
    right:0;
    }

  #message{
/*    background:transparent url(/images/info_32.png) no-repeat 10px 10px; */
    vertical-align:middle;
    padding:15px 0 15px 55px;
    margin:5px;
  }
  
  #message p.links{
    margin:0;
    font-size:12px;
    text-align:right;
  }
  
  #message p.links a{
    margin:0 3px;
  }

  /* Frontend */
  .info{
    -moz-border-radius:5px;
    background:#E8F1F8;
    padding:15px;
    border:1px solid #25835B;
  }
  
  .info a{
    color:#25835B;
  }
  
  span.expires{
    font-size:50%;
    color:#FF6666;
  }

  span.hide{
    font-size:75%;
    font-weight:normal;
  }
  
  ul.link_nav{
    -moz-border-radius:5px;
    padding:5px 15px;
    margin:0 0 15px 0;
    color:#6A9265;
  /*  background:#D7EEFF url(/images/bg_2.png) top left;*/
  }
  
  ul.link_nav li{
    margin:5px;  
  }
  
  #dashboardRefererSummary tr{
    font-size:75%;
  }
  
  #visitorSummary{
    float:left;
    font-size:75%;
    width:345px;
  }
  
  #home_signup a{
    color:#25835B;
  }
  
  #home_left,#home_right{
   float:left;
   width:50%;
  }
  
  #home_left ul{
   margin:0;
  }
  
  #home_left ul li{
   margin:5px 0;
  }
  
  .bottom_title{
    float:left;
    width:100%;
    padding:3px 0;
  }
  
  #dashboard_screenshot{
    margin:25px 0 0 0;
  }
    
  #blockimage {
    float:left;
    margin-top:40px;
    }
  
  img.alignleft{
    float:left;
    margin:5px;
  }

  img.alignright{
    float:right;
    margin:5px;
  }


  /**********************************/
  /******** PRICE BOX ***************/
  /**********************************/
  

#top-background-header{
    height:437px
}

#white-gradient{
    top:437px
}

.left-box{
    margin-right:30px
}

.pricing-box-container{
    height:358px;
    width:455px;
    float:left;
    margin-bottom: 80px;
}

.pricing-box{
    width:455px;
    height:350px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background:#323539;
    background:-moz-linear-gradient(top, #323539 0%, #1c1f21 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #323539), color-stop(100%, #1c1f21));
    background:-webkit-linear-gradient(top, #323539 0%, #1c1f21 100%);
    background:-o-linear-gradient(top, #323539 0%, #1c1f21 100%);
    background:-ms-linear-gradient(top, #323539 0%, #1c1f21 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#323539', endColorstr='#1c1f21',GradientType=0 );
    background:linear-gradient(top, #323539 0%, #1c1f21 100%)
}

.pricing-drop-shadow{
    height:28px;
    width:455px;
    background:#b6b7b7;
    background:-moz-linear-gradient(top, #b6b7b7 1%, rgba(247, 247, 247, 0) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, #b6b7b7), color-stop(100%, rgba(247, 247, 247, 0)));
    background:-webkit-linear-gradient(top, #b6b7b7 1%, rgba(247, 247, 247, 0) 100%);
    background:-o-linear-gradient(top, #b6b7b7 1%, rgba(247, 247, 247, 0) 100%);
    background:-ms-linear-gradient(top, #b6b7b7 1%, rgba(247, 247, 247, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6b7b7', endColorstr='#F7F7F7',GradientType=0 );
    background:linear-gradient(top, #b6b7b7 1%, rgba(247, 247, 247, 0) 100%)
}

.pricing-box-top{
    height:65px;
    background:#323539;
    background:-moz-linear-gradient(top, #323539 0%, #141618 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #323539), color-stop(100%, #141618));
    background:-webkit-linear-gradient(top, #323539 0%, #141618 100%);
    background:-o-linear-gradient(top, #323539 0%, #141618 100%);
    background:-ms-linear-gradient(top, #323539 0%, #141618 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#323539', endColorstr='#141618',GradientType=0 );
    background:linear-gradient(top, #323539 0%, #141618 100%);
    border-top:1px solid #515357;
    border-bottom:1px solid #424549;
    -webkit-border-radius:3px 3px 0px 0px;
    -moz-border-radius:3px 3px 0px 0px;
    border-radius:3px 3px 0px 0px
}

.pricing-box-title{
    line-height:65px;
    font-weight:bold;
    margin-left:20px;
    font-size:19px;
    float:left;
    width:200px;
    color:#ffffff;
    -webkit-user-select:none;
    -moz-user-select:none;
    cursor:hand;
    cursor:default
}

.pricing-box .button{
    margin-top:12px;
    float:right;
    margin-right:15px
}


.pricing-box .button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding:9px 26px 8px 26px;
}

.pricing-box-content{
    padding-top:26px
}

.price-details{
    color:#dedede;
    margin-bottom:16px;
    font-size:14px;
    line-height:18px;
    overflow:hidden;
    margin-left:20px
}

.green-check{
    margin-right:14px;
    margin-left:3px;
    margin-top:2px
}

.sprite-global{
    background-image:url("../images/sprite_global.png?cb=714150004");
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    -webkit-user-select:none;
    -moz-user-select:none
}

.green-check{
    display:block;
    height:12px;
    width:12px;
    background-position:0px -170px;
    float:left
}

#exampleVII {
	display: inline-block;
	width: 180px;
	text-align: center;
	cursor: pointer;
	background: url('../images/shading.png');
	padding: 5px;
}

.picker {
	cursor: pointer;
	width: 13px;
	height: 12px;
	display: inline-block;
	background: url('../images/calendar.gif') no-repeat;
	margin-left: -19px;
	margin-top: 4px;
	position: absolute;
	display: inline;
}

label.error { 
    float: none; 
    color: red; 
    vertical-align: top; 
    font-weight: bold;
    font:bold 16pt "Trebuchet MS", Tahoma, sans-serif;
}

p { 
    clear: both; 
    font-family:  "Trebuchet MS", Tahoma, sans-serif;
}

.submit { 
    margin-left: 12em; 
}
em { 
    font-weight: bold; 
    padding-right: 1em; 
    vertical-align: top; 
}

#element_to_pop_up, #guest1_popup, #guest2_popup, #guest3_popup, #guest4_popup, #join_popup, #withdrawal_popup, #deleteAccount_popup, #purchase_to_pop_up, #purchase_to_pop_up2, #upgrade_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
    box-shadow: 0px 0px 25px 5px rgb(153, 153, 153);
}

.b-close{
    cursor:pointer;
}
.button.bClose{
    border-radius:7px 7px 7px 7px;
    box-shadow:none;
    font:bold 131% sans-serif;
    padding:0 6px 2px;
    position:absolute;
    right:-7px;top:-7px
}

#main-menu {
    position:relative;
    top:0;
    left:0;
    z-index:9999;
    width:auto;
}

#main-menu ul {
    width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}
        
img.greyOut {   			
   opacity: 0.25;
   filter: alpha(opacity=25);
   zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}

hr {
    line-height: 25%;
    width: 400px;
    color: #c0c0c0
}

.va-m {
  vertical-align: middle;
}

.table {
    
}

.dTableNotify {
    background: #ffaf4b;
    background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a));
    background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
    background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
    background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
    background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );
}

#search {
    float:right;
    padding:10px 0 0 0
}
#search .bg {
    background:url(../images/search.gif) no-repeat;
    width:193px;
    height:36px
}
#search .submit {
    float:right;
    height:36px;
    width:40px;
    background:none;
    cursor:pointer
}
#search .input {
    float:right;
    background:none;
    font:13px Arial,Helvetica,sans-serif;
    color:#323232;
    height:16px;
    width:143px;
    padding:10px;
    padding-right:0
}
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:15px;
	font-family:Trebuchet MS;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
        background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	
        background: -o-linear-gradient(top,#005fbf,003f7f);
        background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", 
        endColorstr="#003f7f");	
        background: -o-linear-gradient(top,#005fbf,003f7f);
        background-color:#005fbf;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time, article {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 42px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {
  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 225px;
	position: fixed;
	top: 50px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #222222;
	overflow-y: auto;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 225px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
	color: #999999;
	padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #080808;
  }

  .side-nav>li>a {
	width: 225px;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
	background-color: #080808;
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

.marquee {
  width: 930px;
  overflow: hidden;
}

.bio-main{margin:0 0 30px}
.bio-main a{font-size:0.75em;font-size:0.75em;font-family:"OmnesRegular"}
.bio-main .span7 p a{font-size:14px}
.bio-main .span5{border-right:1px solid #ddd;margin-right:-1px}
.bio-main h6{color:#6c6c6c;font-size:0.75em;font-size:0.75em;font-style:italic;font-weight:bold;margin:0 0 12px;text-transform:none}
.bio-main ul li{font-size:12px;padding:6px 0;color:#777}
.bio-main img{float:left;margin-right:15px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px;-webkit-border-radius:16px;-webkit-box-shadow:0 0 4px #444444;-moz-box-shadow:0 0 4px #444444;box-shadow:0 0 4px #444444}
.bio-main .details{float:left;width:152px}
.bio{margin:0 0 15px}
.bio h4{font-size:0.875em;font-size:0.875em;margin:0}
.bio h5{font-size:0.875em;font-size:0.875em}
.bio a{font-size:0.9375em;font-size:0.9375em}
.bio img,.noshadow .bio.shadow img{-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 4px #444444;-moz-box-shadow:0 0 4px #444444;box-shadow:0 0 4px #444444;float:left;height:70px;margin-bottom:10px;margin-right:10px;width:70px}
.noshadow .bio img{-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.bio .details{float:left;margin:0 0 10px;width:300px}
.bio p{clear:both;display:block}
.social #note-share{background:url(https://d35fvnoiqz2rrt.cloudfront.net/assets/note-share-b10af3f956aba08f6d2510161841ceaa.png) no-repeat;display:block;float:left;height:44px;color:transparent;font-size:0.0625em;font-size:0.0625em;line-height:1px;overflow:hidden;text-indent:-9999em;margin:10px 0 0;width:246px}
.social ul{float:right;margin-bottom:0!important}
.social li{float:left;margin-left:10px;list-style:none;margin-bottom:0}
.social a{background:#fff url(https://d1o2s7t10tmejf.cloudfront.net/assets/social-e57c9ab6a2f8394715f9e82ca9d92fb0.gif) no-repeat 5px 4px;border:1px solid #e2e2d9;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 5px #e2e2d9;-moz-box-shadow:0 0 5px #e2e2d9;box-shadow:0 0 5px #e2e2d9;display:block;height:44px;color:transparent;font-size:0.0625em;font-size:0.0625em;line-height:1px;overflow:hidden;text-indent:-9999em;width:50px}
.social a:hover{background-position:5px -56px}
.social a.social-facebook{background-position:-60px 6px}
.social a.social-facebook:hover{background-position:-60px -54px}
.social a.social-linkedin{background-position:-125px 6px}
.social a.social-linkedin:hover{background-position:-125px -54px}
.social.small{margin:10px 0 0}
.social.small ul{float:left}
.social.small li{margin:0 10px 0 0}
.social.small a{background-image:url(https://d1o2s7t10tmejf.cloudfront.net/assets/social-sm-d550e180ce7ca12d56ec62e41ae8bdeb.png);background-position:3px -1px;height:23px;width:26px}
.social.small a:hover{background-position:3px -30px}
.social.small a.social-facebook{background-position:-29px 5px}
.social.small a.social-github{background-position:-98px 1px}
.social.small a.social-facebook:hover{background-position:-29px -28px}
.social.small a.social-linkedin{background-position:-60px -1px}
.social.small a.social-linkedin:hover{background-position:-60px -30px}
.social.small a.social-github:hover{background-position:-98px -28px}

body.about .inner-page{float:none;background:#fff;display:block;margin:30px auto 40px;padding:22px 40px 28px;width:960px}
body.about .inner-page.tour{padding:22px 0 28px}
body.about .inner-page.tour .inside{margin-left:40px;margin-right:40px}
body.about .inner-page hr{background:#ddd;border:0;clear:both;color:#ddd;display:block;height:1px;margin:0 0 24px}
body.about .inner-page h3{font-family:"OmnesSemibold";display:block;color:#6c6c6c;font-size:22px;font-weight:normal;margin:0 0 10px;text-transform:uppercase}
body.about .inner-page h4{font-family:"OmnesSemibold";display:block;color:#6c6c6c;font-size:1em;font-size:1em;font-weight:normal;margin:0 0 10px;text-transform:uppercase}
body.about .inner-page h5{color:#999;font-size:0.875em;font-size:0.875em;font-family:"OmnesRegularItalic"}
body.about .inner-page ol,body.about .inner-page ul{margin:0 0 20px 22px}
body.about .inner-page ol{list-style-type:decimal}
body.about .inner-page ul{list-style-type:disc}
body.about .inner-page .social ul{margin-left:0}
body.about .inner-page li{color:#777;font-size:0.8125em;line-height:20px;padding-bottom:5px}
body.about .inner-page.atour li,body.about .inner-page.atour li p{font-size:13px}
body.about .inner-page.atour ul,body.about .inner-page.atour ol{margin-left:0}
body.about .inner-page.atour .features ul{margin:0 60px}
body.about .inner-page.atour ul li{list-style:none}
body.about .inner-page .nobullets{margin-left:0}
body.about .inner-page .nobullets li{list-style-type:none;font-size:13px}
body.about .inner-page .roman,body.about .inner-page .latin{margin-bottom:5px;margin-top:5px}
body.about .inner-page .roman li{list-style-type:lower-roman;font-size:13px}
body.about .inner-page .latin li{list-style-type:lower-latin;font-size:13px}
body.about .inner-page p{color:#777;font-size:0.8125em;line-height:1.7;margin:0 0 15px}
body.about .inner-page label{color:#777;font-size:13px}
body.about .inner-page form{margin-top:10px}
body.about .inner-page .letshelp input.input-xlarge,body.about .inner-page .letshelp textarea.large{font-size:13px;padding:5px;width:390px}
body.about .inner-page .letshelp.buy-sell-details p{margin-bottom:5px}
body.about .inner-page .letshelp.buy-sell-details a{font-size:13px}
body.about .inner-page .letshelp textarea.large{margin-bottom:5px;height:70px}
body.about .inner-page q{color:#999;font-size:0.8125em;line-height:1.7;margin:0 0 15px;border-left:5px solid #eee;display:block;padding-left:20px}
body.about .inner-page .supportme{font-size:32px;color:#6c6c6c;font-family:OmnesRegularItalic;text-align:center}

#main .module header h3.tabs_involved{
    display:block;
    width:60%;
    float:left;
}

.tablesorter{
    width:100%;
    margin:-5px 0 0 0;
}
.tablesorter td{
    margin:0;
    padding:0;
    border-bottom:1px dotted #ccc;
}
.tablesorter thead tr{
    height:34px;
    background:url(../images/table_sorter_header.png) repeat-x;
    text-align:left;
    text-indent:10px;
    cursor:pointer;
}
.tablesorter td{
    padding:15px 10px;
}

.tablesorter input[type=image]{
    margin-right:10px;
}

article.breadcrumbs{
    float:left;
    padding:0 10px;
    border:1px solid #ccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 1px 0 #fff;
    -moz-box-shadow:0 1px 0 #fff;
    box-shadow:0 1px 0 #fff;
    height:23px;
    margin:4px 3%;
}

.module_content{
    margin:10px 20px;color:#666;
}
.width_full{
    width:95%;
}
.width_half{
    width:46%;margin-right:0;float:left;
}
.width_quarter{
    width:26%;margin-right:0;float:left;
}
.width_3_quarter{width:66%;margin-right:0;float:left;}

section#main{
    width:95%;
    min-height:500px;
    margin-top:-2px;
}
#main h3{
    color:#1F1F20;
    text-transform:uppercase;
    text-shadow:0 1px 0 #fff;
    font-size:13px;
    margin:8px 20px;
}
.module{
    border:1px solid #9BA0AF;
    width:100%;
    margin:20px 3% 0 3%;
    margin-top:20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background:#ffffff;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

.adslot_1 {
    width: 320px; 
    height: 100px; 
}

.promo-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 15px 0;
}

.promo-pagination a, .promo-pagination span {
    padding: 8px 14px;
    border-radius: 5px;
    border: 1px solid #357ebd;
    text-decoration: none;
    font-size: 14px;
}

.promo-pagination a {
    background: #4d90fe;
    color: white;
}

.promo-pagination a:hover {
    background: #357ae8;
}

.promo-pagination .active {
    background: #e5e5e5;
    color: black;
    border-color: #bfbfbf;
    cursor: default;
}