

/* DEFAULT MARKUP */

body {
  background: url(../images/bg.gif) repeat-x #ffffff;
  font-family: arial;
  font-size: 12px;
  color: #333333;
  /* Crossbrowser word wrapping */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Safari, Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.clear {
  clear: both;
}

a {
  color: #ed315a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  font-size: 22px;
  margin: 0 0 20px 0;
  color: #380f46;
}

h1,
#side h2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px 0;
}

#side h2 {
  margin: 0 0 10px 0;
}

h2.title-alternative {
  font-size: 16px;
  color: #ed315a;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 18px;
  margin: 0 0 6px 0;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

h5 a {
  color: #59c3b0;
}


.heading-right-holder {
  float: right;
  margin: 0 20px 0 0;
}

.heading-right-holder.only-text {
  margin: 8px 0 0 0;
}

.sub-heading {
  font-weight: bold;
  font-style: italic;
  margin: 0 0 10px 0;
  display: inline-block;
}

p {
  line-height: 18px;
}

input,
textarea,
select {
  overflow: visible;
  cursor: pointer;
  font-size: 11px;
  font-family: arial;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

input,
textarea {
  padding: 2px 3px;
}

input[type=radio],
input[type=checkbox] {
  border: 0;
}

.color {
  color: #59c3b0;
}


/* MAIN MARKUP */

#wrap {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 175px;
  margin: 0 0 35px 0;
}

#logo {
  margin: 43px 128px 0 0;
  float: left;
}

#main {
  float: left;
  width: 590px;
  margin: 0 20px 30px 0;
}

#main {
  float: left;
  width: 590px;
  margin: 0 20px 30px 0;
}

#page {
  margin: 0 0 30px 0;
}

#side {
  float: left;
  width: 340px;
  margin: 0 0 30px 0;
}

#side h2.heading-link {
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
}

#side h2.heading-link + a {
  display: block;
  color: #22b1a3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}


/* MENU */

#menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 79px 0 0 0;
  float: left;
  width: 666px;
}

#menu li {
  float: left;
  width: 146px;
  border-top: 1px solid #4e2356;
  border-bottom: 1px solid #4e2356;
  margin: 0 20px 0 0;
}

#menu li.last {
  border-top: 0;
}

#menu li a {
  display: block;
  padding: 6px 10px;
  color: #59c3b0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#menu li a.current,
#menu li a.hover {
  background: #75537a;
  color: #ffffff;
}


/* FOOTER */

#footer {
  clear: both;
  background: #63d9c4;
  padding: 20px 20px 20px 10px;
  *padding-top: 10px;
  margin: 0 0 10px 0;
}

#footer a {
  color: #333333;
}

#footer .title {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  clear: both;
}

#footer .links .title {
  margin: 0  10px 10px;
}

#footer .links {
  float: left;
  width: 620px;
}

#footer .links ul li {
  border-bottom: 1px solid #59c3b0;
  padding: 8px 2px;
  float: left;
  width: 256px;
  margin: 0 40px 0 10px;
}

#footer .links ul li.first {
  border-top: 1px solid #59c3b0;
}

#footer .footer-right {
  float: left;
}

#footer div.newsletter {
  background: #380f46;
  padding: 14px 20px 20px 20px;
  *float: none;
  width: 260px;
}

#footer div.newsletter a {
  color: #ffffff;
  text-decoration: underline;
}

#footer div.newsletter .right {
  text-align: right;
  margin: 0 5px 0 0;
}

#footer div.newsletter .title {
  border-bottom: 1px solid #4c2759;
  padding: 0 0 10px 0;
}

#footer div.newsletter ul li {
  padding: 10px 0 0 0;
}

#footer div.newsletter ul li:first-child input {
  width: 116px;
}

#footer div.newsletter .input-email {
  width: 162px;
  *width: 165px;
}

#footer div.newsletter ul li input:first-child {
  margin: 0 5px 0 0;
}

#footer-page-links {
  margin: 20px 0 0 20px;
}

#footer-page-links a {
  padding: 0 8px;
  border-left: 1px solid #22b1a3;
}

#footer-page-links a:first-child {
  padding: 0 8px 0 0;
  border: 0;
}

/* COPYRIGHT */

#copyright {
  margin: 20px 0 20px 20px;
}

#copyright a {
	margin: 0 5px;
}

#copyright img {
  margin: 5px 0 -5px 0;
}


/* BOXES */

div[class|=box] {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

div[class*=border] {
  border: 1px solid #59c3b0;
  padding: 10px;
}

ul.tabs + div {
  margin: -1px 0 20px 0;
  padding: 20px;
}

div.box-welcome {
  color: #380f46;
  line-height: 18px;
}

div.box-welcome img {
  margin: 0 20px 0 0;
  float: left;
}

div.box-welcome div {
  margin: 15px 0 0 0;
}

div[class*=poll] {
  line-height: 18px;
}

div[class*=poll] p {
  border: 1px solid #59c3b0;
  padding: 10px;
}

div[class*=poll] ul li {
  margin: 20px 0 0 0;
}

div.poll-results {
	width: 250px;
  margin: 20px 0 0 0;
}

div.poll-results .bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
	background: #B1ECE2;
	margin: 5px 0 10px 0;
  height: 19px;
	color: #ffffff;
}

div.poll-results .bar div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #E32B59;
  text-indent: 4px;
  padding: 3px 0;
  height: 13px;
  overflow: hidden;
}

div.box-surveyresults {
  background: url(../images/box_surveyresults.gif) no-repeat;
  border: 0;
  padding: 14px 20px;
  margin: 0 0 30px 0;
  width: 300px;
  height: 97px;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  line-height: 28px;
  cursor: pointer;
}

div.nopointer {
  cursor: default;
}

div.box-surveyresults a {
  text-decoration: none;
}

div.box-surveyresults + h2 {
  margin-top: 20px;
}

div.box-surveyresults span {
  color: #291f3a;
}

div.box-surveyresults .button {
  margin: 5px 0 0 0;
  display: inline-block;
}

div.media-holder {
  float: left;
  margin: 8px 10px 0 0;
}

.width-50proc {
  width: 50%;
  float: left;
}


/* MESSAGES */

.message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
	margin: 20px 0 0 0;
	padding: 10px;
	font-weight: bold;
}

.message.failed {
	background: #EE315B;
	color: #ffffff;
}

.message.success {
	background: #B1ECE2;
	color: #22B1A3;
}


/* TABS */

.tabs {
  height: 32px;
  display: block;
  position: relative;
  z-index: 2;
}

.tabs li {
  float: left;
  background: url(images/tab.gif) repeat-x #b1ece2;
  border: 1px solid #ace1d7;
  border-bottom-color: #59c3b0;
  text-align: center;
  margin: 0 0 0 10px;
}

.tabs li.current,
.tabs li:hover {
  background: #ffffff;
  border: 1px solid #59c3b0;
  border-bottom-color: #ffffff;
}

.tabs li a {
  padding: 9px 6px;
  display: block;
  line-height: 12px;
  font-size: 14px;
  color: #22b1a3;
  font-weight: bold;
  text-decoration: none;
}

.tabs li.current a,
.tabs li a:hover {
  color: #000000;
}


/* LISTS */

.list-results {
  width: 100%;
}

.list-results tr:hover,
.list-results tr:hover td {
  background: #B1ECE2;
}

.list-results tr.first td {
  border-top: 1px solid #e5e5e5;
}

.list-results td {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 5px;
  color: #333333;
  height: 30px;
  vertical-align: middle;
}

.list-results td.title {
  padding: 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #380f46;
  width: 305px;
}

.box-border .list-results td.title {
  width: 268px;
}

.list-results td.language {
  border-right: 1px dotted #CCCCCC;
}

.list-results td.language select,
.list-results td.language span {
  width: 124px;
}

.list-results td.language span {
  color: #999999;
  font-style: italic;
  font-size: 11px;
  margin: 0 0 0 5px;
}

.list-results td .btn {
  display: inline-block;
  margin: 0 0 0 4px
}

.list-results td.source {
  width: 10px;
  padding: 0;
}

.list-results td.date {
  width: 70px;
  border-left: 1px dotted #CCCCCC;
  border-right: 1px dotted #CCCCCC;
}

.table-list tr:hover,
.table-list tr:hover td {
  background: #B1ECE2;
}

.table-list tr.first td {
  border-top: 1px solid #e5e5e5;
}

.table-list {
  width: 100%;
}

.table-list td {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px;
  color: #333333;
  height: 30px;
  vertical-align: middle;
}

.table-list td a {
  color: #333333;
}

.table-list td.title a {
  color: #380F46;
}

.table-list td.title {
  color: #380f46;
  font-weight: bold;
}

.table-list td.source,
.table-list td.date {
  width: 100px;
}

.table-list td.title.border {
  border-right: 1px dotted #cccccc;
}

.table-list td.quarter {
  padding: 0 20px;
}

.table-list td.date {
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
}

.list-items li {
  line-height: 18px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 14px 0;
  margin: 10px 0 0 0;
}

#side .box-border .list-items li {
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  padding: 12px 0 0 0;
  margin: 16px 0 0 0;
}

#side .box-border .list-items li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.list-items li .title {
  color: #380f46;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.list-items li img {
  float: left;
  margin: 0 10px 0 0;
}

.list-items li span {
  color: #59c3b0;
}


/* FORMS */

form dl dt {
  width: 284px;
  float: left;
  color: #333333;
  padding: 3px 0 0 0;
}

form dl dd {
  margin: 0 0 10px 0;
  *margin: 0 0 8px 0;
}

form dl dd.last {
  margin: 0;
}

form dl dd input[type=text],
form dl dd textarea {
  width: 294px;
}

form dl dd input[type=text],
form dl dd textarea {
  color: #999999;
}

form dl dd input[type=text]:focus,
form dl dd textarea:focus,
form dl dd select:focus {
  background: #f8f8f8;
  color: #000000;
}

form dl dt label span {
  float: right;
  margin: 1px 10px 0 0;
}

form dl dt .required-text {
  font-size: 11px;
  font-style: italic;
}

form dl dd .btn {
  margin: 4px 0 0 0;
}


/* PAGINATOR */

.paginator {
  text-align: center;
  margin: 20px 0 0 0;
  color: #63d9c4;
  word-spacing: 5px;
}

.paginator a {
  color: #0b6666;
}

.paginator a.current {
  font-weight: bold;
}


/* PRINT HOLDER */

.print-holder {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
  margin: 20px 0 0 0;
}


/* TOGGLER */

.sidebar-toggle.toggle-box {
  margin: 0 0 10px 0;
}

.sidebar-toggle .toggle {
  background: url(../images/box_toggle.gif) repeat-x;
  width: 310px;
  height: 24px;
  padding: 6px 10px 0 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.sidebar-toggle .toggle-content {
  background: #ebe7ec;
  padding: 20px;
}

.sidebar-toggle .toggle-content ul li {
  border-top: 1px solid #d3cfd4;
  padding: 12px 0 0 0;
  margin: 12px 0 0 0;
}

.sidebar-toggle .toggle-content ul li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.sidebar-toggle .toggle-content ul li a {
  color: #ed315a;
  font-size: 16px;
  font-weight: bold;
}

.sidebar-toggle .toggle span {
  background: url(../images/icons.png) -24px 0 no-repeat;
  float: right;
  display: block;
  overflow: hidden;
  width: 11px;
  height: 6px;
  margin: 6px 0 0 0;
}

.sidebar-toggle .toggle.collapse span {
  background-position: -24px -6px;
}


/* BUTTONS */

.btn {
  background: #ff3366;
  border: 1px solid #da2c52;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 8px;
  font-size: 14px;
  letter-spacing: -1px;
}

input.btn {
  padding: 0px 4px;
}

.btn:hover {
  background: #e32b59;
  text-decoration: none;
}

.button {
   color: #ffffff;
   font-weight: bold;
   font-size: 22px;
   line-height: 22px;
   text-decoration: none;
   padding: 5px 14px;
   background: url(../images/button.gif) center center repeat-x;
   border: 1px solid #d6294f;
}


/* ICONS */

.icon {
  background: url(../images/icons.png) 0 0 no-repeat;
  overflow: hidden;
}

.icon-rss {
  display: block;
  width: 23px;
  height: 23px;
  text-indent: 23px;
  line-height: 23px;
}

.icon-print {
  background-position: 0 -24px;
  padding: 0 0 0 25px;
  height: 16px;
  line-height: 16px;
  color: #333333;
}

.icon-broadcast {
  background-position: 0 -40px;
  margin: 0 8px 0 2px;
  display: block;
  width: 12px;
  height: 16px;
  float: left;
}

.icon-online {
  background-position: 0 -56px;
  margin: 0 8px 0 2px;
  display: block;
  width: 15px;
  height: 16px;
  float: left;
}

.icon-printbook {
  background-position: 0 -72px;
  margin: 0 8px 0 2px;
  display: block;
  width: 16px;
  height: 16px;
  float: left;
}

.tabs .icon {
  margin-top: -2px;
}


/* EDITOR GENERATED MARKUP */

#page ul li,
#article ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}