/*
 * file information
 * style type: concoursconnect color scheme : dark blue
 * version:    3
 * date:       20140327
 * author:     concursive.com
 * notes:      dark blue site color theme
 *
 */

body {
  background: #ddd;
}

.ccp-header-announcement-container {
  border-bottom: 2px solid #aaa;
  margin: auto auto;
  max-width: 1200px;
  min-width: 935px;
  color: #000000;
  background: #ffffdd;
}

.ccp-header-announcement-content {
  max-width: 1200px;
  min-width: 935px;
  margin: auto auto;
  background-color: #ffffdd;
}

.ccp-header-announcement-content a,
.ccp-header-announcement-content a:hover,
.ccp-header-announcement-content a:visited {
  color: #000000;
}

.ccp-container {
  _height: 1%;
}

.ccp-header {
  background: #1b73ba url(../images/1x40_dark_blue.jpg) 0 0 repeat-x;
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
  overflow: visible;
}

#ccp-header-title-image-id {
  float: left;
  margin: 35px 0 5px 20px;
}

.ccp-header-menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
}

.ccp-header-menu a {
  color: #000;
}

.ccp-site-menu {
  height: 27px;
  padding: 5px 20px 5px 5px;
  position: relative;
  margin-top: 0;
}

.ccp-site-menu ul {
  padding: 0;
  margin: -4px 0 0 0;
}

.ccp-user-menu {
  height: 27px;
  padding: 5px 15px 5px 5px;
  margin-right: 0;
  margin-top: 0;
}

.ccp-user-menu ul {
  padding: 0;
  margin: -4px 0 0 0;
}

.ccp-user-menu .last {
  padding-right: 5px;
}

.ccp-search-form {
  clear: both;
  float: right;
  margin-top: 15px;
  padding-right: 30px;
  color: #000;
}

.ccp-header h1,
.ccp-search-form {
  color: #fff;
}

.ccp-body {
  background: #fff;
  border-width: 0 2px 2px 2px;
  border-color: #aaa;
  border-style: solid;
}

.ccp-navigation {
  background: #000;
}

.ccp-navigation ul li a {
  color: #ddd;
}

.ccp-navigation ul li em {

}

.ccp-navigation ul li a.active,
.ccp-navigation ul li a:hover {
  background: #dedede;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000;
}

.ccp-navigation ul li a.active em {
  color: #000;
}

/* Main menu drop-down menu */
#ccp-dropmenu .yuimenubaritem {
  padding-right: 8px;
}

#ccp-dropmenu .yui-module .yuimenubaritemlabel {
  padding: 5px 8px 5px 5px;
}

#ccp-dropmenu .yui-module .yuimenuitem {
  padding: 3px;
  display: block;
}

#ccp-dropmenu .yui-module .yuimenuitemlabel {
  font-weight: bold;
  display: block;
  padding: 0 10px;
}

.yuimenubar .yuimenu ul {
  background-color: #000;
}

/* Profile Banner */
.profile-header-portletWindowBackground {
  margin: 0 0 5px 0;
}

.profile-menu-portletWindowBackground {
  margin: 0 0 10px 0;
}

.ccp-footer {
  background: none;
  border-bottom: none;
}

.ccp-sub-footer {
  padding: 10px;
}

.ccp-alert {
  margin-right: 30px;
  padding: 0 5px 0 25px;
  background-color: red;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ccp-alert,
.ccp-alert a {
  color: white;
}
