/* Reset
------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
}

:focus {
  outline: 0;
}

p {
  margin-bottom: 1.5em;
}

ol, ul {
  list-style: none;
}

input,
textarea,
select {
  font-size: 1em;
  font-family: Arial, Helvetica;
  color: #333;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {padding:15px;background:#eee;margin:-5px 25px 30px 25px;border-bottom:#ccc solid 1px;}

/* Global - common
------------------------------------------------------------------*/

a:link,
a:visited {
  color: #194e96;
  text-decoration: none;
}

a:hover,
a:active {
  color: #194e96;
  text-decoration: underline;
}

body {
  background: #EEE;
  color: #333;
  font-family: Arial, Helvetica;
  line-height: 1.3;
  font-size: 83%;
}

/* Global - backwards compatible
------------------------------------------------------------------*/

.pnet-content ul { list-style: disc outside; }
.pnet-content ol { list-style: decimal outside; }


/* Global - layout
------------------------------------------------------------------*/

#photodotnet {
  width: 1100px;
  background: #FFF;
  border: 1px solid #9CB0C3;
  border-top: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}

#mainheader {
  height: 57px;
  margin-bottom: 0px;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #c6d3e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6d3e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#c6d3e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#c6d3e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#c6d3e1 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#c6d3e1 100%); /* W3C */
  border-bottom: 1px solid #9CB0C3;
  margin: 30px 0 0 0;
  z-index: 10000;
}

.ie7 #mainheader {
  background: url("/v3graphics/header-bg.gif") repeat-x left top;
}

.ie8 #mainheader {
  background: url("/v3graphics/header-bg.gif") repeat-x left top;
}

#mainlogo {
  width: 156px;
  height: 56px;
  float: left;
  padding-left: 15px;
}

#nav {
  float: left;
  width: 767px;
  margin-top: 34px;
  height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9px;
  margin-left: -15px;
}

#nav > li {
  float: left;
  height: 23px;
  line-height: 23px;
  margin-right: 5px;
  background: #2A5C8D; /* Old browsers */
  background: -moz-linear-gradient(top,  #3b74af 0%, #2a5c8d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b74af), color-stop(100%,#2a5c8d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3b74af 0%,#2a5c8d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3b74af 0%,#2a5c8d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3b74af 0%,#2a5c8d 100%); /* IE10+ */
  background: linear-gradient(top,  #3b74af 0%,#2a5c8d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b74af', endColorstr='#2a5c8d',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#nav li.newtab {
    background: #72179D;
}

#nav li a {
  display: block;
  padding: 6px 8px 6px 18px;
  font: bold 11px/11px arial, sans-serif;
  background: url(/v4graphics/white-down-arrow.gif) no-repeat 8px 11px;
}

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active {
  color: #FFF;
  text-decoration: none;
}

#nav li.current {
  background-image: url(/v3graphics/nav-current-left.gif);
}

#nav li.current a {
  background-image: url(/v3graphics/nav-current-right.gif);
  padding-left: 12px;
}

#nav li.current a:link,
#nav li.current a:visited,
#nav li.current a:hover,
#nav li.current a:active {
  color: #333;
}

#nav li ul {
  display: none;
  position: absolute;
  width: 174px;
  border: 1px solid #2A5C8D;
  text-transform: none;
  font-weight: bold;
  font-size: 1.2em;
  z-index: 1;
}

#nav li ul.double_col {
  width: 350px;
}

#nav li ul li {
  display: block;
  background: #FFF;
  float: left;
  border-bottom: 1px solid #C7D4E2;
  border-right: 1px solid #C7D4E2;
  margin-right: 0;
  line-height: 20px;
  height: 20px;
  width: 174px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#nav li ul li a,
#nav li.current ul li a {
  padding: 0 0 0 5px;
  height: 20px;
  line-height: 20px;
  background: #FFF none;
}

#nav li.current ul li a:link,
#nav li.current ul li a:visited,
#nav li ul li a:link,
#nav li ul li a:visited {
  color: #0A428F;
  text-decoration: none;
}

#nav li.current ul li a:hover,
#nav li.current ul li a:active,
#nav li ul li a:hover,
#nav li ul li a:active {
  background: #9AB0C7;
  color: #FFF;
  text-decoration: none;
}

#membership {
  float: left;
  width: 176px;
  height: 57px;
  border-left: 1px solid #9CB0C3;
  font-weight: bold;
  text-transform: uppercase;
}

#membership li a:first-child {
/*  display: block; */
  height: 28px;
  line-height: 28px;
  background: url(/v3graphics/arrow-right-blue.gif) no-repeat 11px 50%;
  padding-left: 21px;
}

#fbconnect img {
    margin-left: 20px;
    vertical-align: middle;
}

#membership-signin,
#membership-signout {
  border-bottom: 1px solid #9CB0C3;
}

#membership #membership-workspace {
  background: url(/v3graphics/icon-workspace.gif) no-repeat 21px 50%;
}

#membership #membership-workspace a {
  padding-left: 41px;
}

#subheader {
  width: 1100px;
  height: 30px;
  background: #A1B6CC;
  clear: both;
  overflow: hidden;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

#welcome {
  float: left;
  width: 470px;
  text-indent: 20px;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

#search {
  float: right;
  height: 33px;
  margin-right: 15px;
}

#search * {
  vertical-align: middle;
}

#search label {
  color: #FFF;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 2px;
}

#maincontent {
  padding: 105px 15px 15px 15px;
  clear: both;
  font-size: 10px;
  /* overflow: hidden; */
  position: relative;
  z-index: 10;
}

#restcontent {
  padding: 105px 15px 15px 15px;
}

#footer {
  font-size: 11px;
}

#mainfooter p {
  font-size: 11px;
  text-align: center;
  margin-bottom: 0;
}

#footer-links {
  text-align: center;
  margin-bottom: 28px;
  font-weight: bold;
}

#footer-links a {
  font-weight: normal;
  padding: 0 6px;
}

.nmCategory a {
    color: #6D6E6D;
    width: 160px;
    font-weight: bold;
}

#ads-bottom {
  padding: 15px 0 0 0;
  border-top: 1px solid #E8E8E8;
  clear: both;
  text-align: center;
}

#about h2 {
  margin:15px 0 2px 0;
  font-family:Arial, Helvetica, sans-serif !important;
  font-size: 1em;
  font-weight: bold;
}

#about p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height:1.3em;
  padding-bottom: 15px;
  margin:0 0 15px 0;
  border-bottom: 1px solid #E8E8E8;
}
#facebook-container {
  padding: 0 0 15px 0;
}
/* general helpers */
.txtCtr {text-align:center;}
.divCtr {margin:auto;}
.brdr {border:1px solid #ccc; height:100%;}
.fltLft {float:left;}


/* conductor ads */
#conductor {border:1px solid #ccc; padding: 3px 0 3px 10px; margin-top:15px}

/* new internal messages notificator*/
.new-messages-notify {
    font-weight:bold; 
    padding: 10px;
    margin: 5px !important; 
    border: 1px dashed #ccc;
}
