/**
 * GLOBAL
 */
body {
   font-family: verdana; /*myriad pro, */
   font-size: 11px;
   background: url(../images/background.jpg) no-repeat scroll top right;
   color: #747474;
   line-height: 1.5em;
   overflow-y: scroll;
}

br {
   margin: 0;
   margin-top: 4px;
   padding-top: 0;
}

div {
   position: relative;
   margin: 0;
}

h2 {
   margin: 0px;
   margin-top: 10px;
}

h3 {
   margin: 0;
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 16px;
   color: #be111f;
}

h4 {
   margin-top: 0px;
   margin-bottom: 0;
   font-size: 11px;
}

.right_content h3, .right_content .cCase .text, .right_content h4 {
   line-height: 1.5em;
}

.left_content .cCase .text {
   padding-top: 3px;
}

a {
   text-decoration: none;
   color: #403e3c;
   position: relative;
}

.sub_content a {
   color: #be111f;
   font-weight: bold;
}

.sub_content a:hover {
   text-decoration: underline;
}

.sub_content a.button {
   font-weight: normal;
}

a.img {
   color: #FFFFFF;
}

p {
   margin: 0;
}

div.container {
   width: 850px;
   margin-left: auto;
   margin-right: auto;
   height: 100%;
}

/**
 * TOP
 */
div.top {
   width: 100%;
   height: 70px;
}

div.top a.logo {
   width: 255px;
   background: url(../images/coney_logo2.png) no-repeat scroll 0 0;
   height: 56px;
   float: left;
   left:-70px;
   position: absolute;
   top: 0px;
}

div.top div.location {
   color: #be111f;
   height: 24px;
   top: 20px;
   left: 220px;
   font-weight: bold;
}

div.top div.current_date {
   height: 35px;
   color: #be111f;
   background-image: url(../images/date_background.png);
   width: 850px;
   line-height: 35px;
   text-align: right;
   top: 19px;
}

div.top div.current_date div.current_date_text {
   font-weight: bold;
   width: 330px;
   height: 30px;
   float: right;
   text-align: center;
}

/**
 * HEADER
 */
div.header {
   width: 100%;
   font-size: 12px;
}

div.inner_header {
   height:226px;
   width:850px;
   background: url(../images/header_home2.png);
}

/**
 * MENU
 */
div.menu_container {
   width: 100%;
}

div.menu {
   width: 850px;
   height: 44px;
   background: url(../images/menu_background.png) no-repeat bottom left;
}

div.boxtop {
   width: 840px;
   height: 4px;
   left: -5px;
   background: url(../images/menu_background.png) no-repeat;
}

div.menu ul.menu {
   list-style: none;
   list-style-position: inside;
   list-style-type: none;
   margin: 0;
   padding: 0;
   margin-left:5px;
}

div.menu ul.menu li.menu_item {
   float:left;
   height: 44px;
   line-height: 54px;
   text-align:center;
   white-space: nowrap;
   position: relative;
}

div.menu ul li a {
   text-decoration: none;
   color: #808080;
   white-space: nowrap;
}

div.menu ul li.selected a {
   font-weight: bold;
}

ul.menu li.selected a {
   background: url(../images/navigation_link_select_m.png) repeat-x left top;
   display: block;
   line-height:54px;
   float: left;
   padding: 0;
   margin: 0;
}

div.menu ul.menu li .l, div.menu ul.menu li .r {
   float: left;
   width: 4px;
   position: relative;
   color: white;
}

div.menu ul.menu li.selected .l {
   width: 13px;
   background: url(../images/navigation_link_select_l.png);
}

div.menu ul.menu li.selected .r {
   width: 12px;
   background: url(../images/navigation_link_select_r.png);
}

li.break {
   float: left;
   width: 4px;
   height: 32px;
   line-height: 32px;
}

div.menu li.break {
   height: 44px;
   line-height: 56px;
}

/**
 * SEARCH
 */
div.search {
   width: 100px;
   float: right;
   right: 50px;
   height: 24px;
   top: 16px;
   position: relative;
   z-index: 100;
}

input.searchbg {
   width: 111px;
   background:url(../images/search_bg.png) 0px 1px no-repeat;
   height: 19px;
   display:block;
   border:0px;
}

input.search_field {
   float:left;
   border:0;
   margin-left: 12px;
   margin-top: 2px;
   padding: 0;
   width:92px;
   height: 20px;
   padding: 0px 0px 0px 0px;
   background-color:transparent;
   color: #a4a19c;
}

input#search_click {
   position:absolute;
   top:1px;
   left:109px;
   border: 0px;
   margin: 0px 0px 0px 2px;
}

/**
 * SUBMENU
 */
div.submenu {
   width: 100%;
   height: 32px;
   display: none;
   background: url(../images/submenu.png) no-repeat scroll bottom left;
}

ul.submenu {
   list-style: none;
   list-style-position: inside;
   list-style-type: none;
   margin: 0;
   padding: 0;
   margin-left: 5px;
}

ul.submenu li {
   float:left;
   margin-bottom: 10px;
   height: 32px;
   line-height:32px;
   text-align:center;
   margin-left: 1px;
   white-space: nowrap;
}

ul.submenu li a {
   text-decoration: none;
   color: #808080;
   margin-left: 5px;
   margin-right: 5px;
   white-space: nowrap;
}

ul.submenu li.selected a {
   font-weight: bold;
}

/**
 * HEADER
 */
div.header_text {
   background-repeat: no-repeat;
   background-position: -5px -30px;
   color: #FFFFFF;
   width: 850px;
   height: 200px;
   margin-bottom: 10px;
}

div.header_text div.component {
   width: 560px;
   padding: 10px;
}

div.header_text h1 {
   margin: 0;
   font-size: 24px;
   padding-top: 10px;
}

div.header_text div.cText p {
   line-height: 1.8em;
   margin-top: 5px;
}

div.content {
   margin-left: 5px;
   top: -1px;
}

div.right_content {
   line-height: 1.8em;
   font-size: 11px;
}

div.right_content p {
   margin-top: 5px;
}

/**
 * MAIN-CONTENT
 */
div.main {
   background: url(../images/content_mid.png) repeat-y scroll top left;
   padding: 0px 10px 0px 10px;
}

div.main_top {
   background: url(../images/content_top.png) no-repeat scroll top left;
   width: 840px;
}

div.main_bottom {
   clear: both;
   background: url(../images/content_bottom.png) no-repeat scroll top left;
   width: 840px;
   height: 9px;
   margin-bottom: 5px;
}

/**
 * SUB-CONTENT
 */
div.left_content {
   float: left;
   width: 320px;
   height: auto;
   border-right: 2px dashed #f37a31;
   padding-left: 10px;
}

div.right_content {
   width: 468px;
   margin-left: 10px;
   height: auto;
   float: left;
   display: none;
}

div.sub_content {
   width: auto;
   height: auto;
}

div.left_content + div.sub_content div.cText {
   float: none;
}

div.left_content + div.sub_content + div.sub_content div.cText {
   float: none;
}

div.left_content + div.sub_content + div.sub_content + div.sub_content div.cText {
   float: none;
}

div.left_content + div.sub_content + div.sub_content + div.sub_content + div.sub_content div.cText {
   float: none;
}

div.left_content + div.sub_content + div.sub_content + div.sub_content + div.sub_content + div.sub_content div.cText {
   float: none;
}

div.sub_content div.cText p {
   margin-top: 5px;
   line-height: 1.8em;
   font-size: 11px;
}

/**
 * COMPONENTS
 */
div.component, div.component2 {
   margin-left: 5px;
   margin-top: 5px;
   clear: both;
}

/**
 * cBUTTON
 */
div.cButton {
   float:left;
   clear: none;
   height: 246px;
   cursor: pointer;
   border: 2px solid #be111f;
}

div.cButton div.text {
   background-image: url(../images/home_bg_button.jpg);
   height: 98px;
   width:249px;
   padding-left: 10px;
   padding-top: 10px;
}

div.cButton div.text h3 {
   font-size: 18px;
   margin-top: 5px;
}

div.cButton div.text p {
   width: 170px;
   font-size: 12px;
}

div.cButton div.image {
   border-top: 2px solid #f37a31;
   width: 259px;
}

div.cButton div.image img {
   width: 259px;
   height: 136px;
}

/**
 * cDESCRIPTION
 */
div.cDescription {
   display:block;
   width:778px;
   height:20px;
}

/**
 * cTEXT
 */
div.header div.cText {
   width: 100%;
   margin-right: 10px;
}

div.sub_content div + div.cText {
   margin:0;
}

div.sub_content div.cText {
   margin: 0;
   width: 100%;
}

div.sub_content div.cText h3 {
   margin-top: 15px;
}

div.cText p {
   margin-top: 0px;
}

div.cText h2 {
   font-size: 20px;
}

div.sub_content div.cText p {
   margin-top: 5px;
}

div.cText div.image {
   width: 80px;
   height: 100px;
   display: inline;
   float: left;
   margin-bottom: 10px;
}

div.cText div.image_large {
   width: 116px;
   height: 152px;
   display: inline;
   float: left;
   margin-bottom: 10px;
}

div.cText div.text {
   display: inline;
}

div.cText div.image img {
   width: 70px;
   height: 100px;
   border: 2px solid #be111f;
}

div.cText div.image_large img {
   width: 102px;
   height: 152px;
   border: 2px solid #be111f;
}

/**
 * cCASE
 */
div.cCase {
   width: 100%;
   margin-right: 10px;
   margin-bottom: 10px;
}

div.cCase p {
   margin-top: 0px;
}

div.cCase div.image {
   width: 110px;
   height: 130px;
   float: left;
}

div.cCase div.text {
   float: left;
}

div.cCase div.image img {
   width: 90px;
   height: 120px;
   border: 2px solid #be111f;
}

/**
 * cFLASH
 */
div.cPath {
   width: 320px;
   height: 320px;
   float: left;
   margin: 0;
}

/**
 * cImage {
 */
div.cImage {
   width: 144px;
   height: 77px;
   border: 1px solid #be111f;
   float:left;
   display: inline;
   margin: 0;
   margin-right: 14px;
}

div.cImage img {
   width: 144px;
   height: 77px;
}

/**
 * SEARCH
 */
div#search_result p {
   margin: 0;
}

div#search_result div.cItem {
   padding-bottom: 10px;
   top: 5px;
   cursor: pointer;
}

/**
 * ITEMDETAILS
 */
div.cItemDetails {
   width: 520px;
   float: left;
}

div.cItemDetails h2 {
   color: #be111f;
   font-size: 16px;
   margin-top: 10px;
   margin-bottom: 5px;
}

div.cItemDetails h3 {
   font-size: 14px;
   margin-top: 10px;
   margin-bottom: 0px;
}

div.cItemDetails div.itemDetail {
   display: none;
}

div.cItemList {
   float: right;
   width: 240px;
}

div.main div.cItem {
   margin-top: 10px;
}

div.main div.cItem:first-child {
   margin-top: 15px;
}

div.cItem p {
   margin-top: 2px;
}

div.itemReactions {
   margin-top: 10px;
}

div.itemReactions p {
   margin-top: 2px;
}

div.add_reaction {
   position: relative;
   left: 200px;
   top: -180px;
   border: 1px solid #be111f;
   background-color: #FFFFFF;
   padding: 10px;
   width: 300px;
   height: 130px;
}

div.add_reaction a {
   font-weight: bold;
}

/**
 * RESOURCE
 */
div.resource_row {
   margin: 0px;
   margin-top: 10px;
   margin-bottom: 20px;
   width: 100%;
   float: left;
}

div.resourceItem {
   float: left;
   display: inline;
   width: 160px;
   margin-top: 5px;
}

div.resourceItem a {
   float: left;
}

div.resourceItem a div.imgButton_right {
   text-align: center;
   width: 122px;
   font-size: 10px;
   padding-left: 0;
   padding-right: 16px;
}

/**
 * BOTTOM
 */
div.bottom_content {
   background: url(../images/home_footer_bg.png) no-repeat scroll 0 0;
   width: 842px;
   height: 285px;
   line-height: 1.2em;
   color: #403e3c;
   line-height: 1.6em;
}

div.bottom_blog {
   width: 540px;
   display: inline;
   float: left;
   height: 260px;
   padding-left: 15px;
   padding-top: 20px;
   top:-5px;
   overflow-y:auto;
}

div.bottom_blog div.cItem {
   margin-left: 60px;
   margin-top: 10px;
}

div.bottom_content h3.header {
   font-size: 24px;
   margin-bottom: 10px;
}

div.bottom_content p {
   margin-top: 2px;
}

div.bottom_news {
   width: 266px;
   display: inline;
   float: left;
   height: 260px;
   padding-left: 15px;
   padding-top: 20px;
   top:-5px;
   overflow-y:auto;
}

div.bottom_news div.cItem {
   margin-top: 10px;
}

div.bottom_ticker {
   width: 832px;
   background: transparent url(../images/ticker_background3.png) repeat scroll 0 0;
   border-right: 2px solid #CCCCCC;
   height: 21px;
   overflow: hidden;
   margin-bottom: 5px;
}

div#bottom_ticker2 {
   display: none;
}

div#bottom_ticker div.ticker_item, div#bottom_ticker2 div.ticker_item {
   font-size: 11px;
   display: inline;
   padding-left: 1em;
   padding-right: 1em;
   font-weight: bold;
}

div#bottom_ticker2 div.even a {
   color: #be111f;
}

div#bottom_ticker2 div.odd a {
   color: #FFFFFF;
}

div#bottom_ticker, div#bottom_ticker2 {
   height: 16px;
   width: 10000px;
   line-height: 16px;
   overflow: hidden;
}

div#bottom_ticker div.odd a {
   color: #FFFFFF;
}

div#bottom_ticker div.even a {
   color: #be111f;
}

div.languagetop {
   float: right;
   height: 0px;
   padding-right: 20px;
   position: relative;
   top: -3px;
}

div.language_div a {
   color: #747474;
}

/**
 * OTHER
 */
.red {
   color: #be111f;
}

.orange {
   color: #f37a31;
}

.white {
   color: #FFFFFF;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

span.space {
   width: 5px;
}

.bottom_dash {
   border-bottom: 2px dashed #F37A31;
}

.right_dash {
   border-right: 2px dashed #F37A31;
}

.top_dash {
   border-top: 2px dashed #F37A31;
}

textarea {
   width: 200px;
   height: 80px;
}

div.imgButton_right {
   height: 23px;
   line-height: 19px;
   float: left;
   color: #FFFFFF;
   padding-left: 1px;
   padding-right: 15px;
   display: inline;
   cursor: pointer;
   background: transparent url(../images/btn_right.png) no-repeat scroll right top
}

div.imgButton_left {
   background: transparent url(../images/btn_left.png) no-repeat scroll left top;
   cursor:pointer;
   display:inline;
   float:left;
   height:23px;
   width:12px
}

div.close_div {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 16px;
   height: 16px;
   cursor: pointer;
   background-color: #be111f;
   color: #f37a31;
   font-size: 16px;
   text-align: center;
   line-height: 16px;
}

div.subscribeDiv {
   position: absolute;
   top: 224px;
   left: 240px;
   background-color: #FFFFFF;
   border: 1px solid #be111f;
   padding: 10px;
   display: none;
   width: 350px;
}

/**
 * ADMIN
 */
div#login_div {
   position: absolute;
   top: 224px;
   left: 240px;
   background-color: #FFFFFF;
   border: 1px solid #be111f;
   padding: 10px;
   display: none;
}

div.admin_btn, a.admin_btn2 {
   background-color: #be111f;
   color: white;
   border: 1px solid #f37a31;
   float: left;
   z-index: 999;
   cursor: pointer;
   left: 0px;
   height: 12px;
   line-height: 12px;
   font-weight:bold;
   padding:2px;
   clear: left;
   margin-bottom: 10px;
}

div.adminAdd {
}

div.adminEdit {
   position:absolute;
   top: 20px !important;
}

td#xToolbarSpace {
   border-top: 1px solid #CDCDCD;
   border-left: 1px solid #CDCDCD;
}

div.parent_block_left {
   float: left;
   display: inline;
   margin-top: 10px;
   width: 200px;
}

div.parent_block_right {
   float: right;
   display: inline;
   width: 260px;
   margin-top: 10px;
}

div.sub_content div.left_side_img {
   background: url(../images/contact_left.jpg) no-repeat;
   display: inline;
   float: left;
   position: absolute;
   height: 264px;
   width: 74px;
   left: 0;
   top: 0;
}

div.sub_content div.left_side_img_small {
   background: url(../images/search_left.jpg) no-repeat;
   display: inline;
   float: left;
   position: absolute;
   height: 157px;
   width: 69px;
   left: 0;
   top: 0;
}

div.selectorbox_text {
}

a.dropdown {
   color: #FFFFFF;
   cursor: pointer;
}

div.selectorbox {
   display: block;
   clear: both;
}

div.selectorbox_box {
   display: block;
   clear: left;
   margin-left: 10px;
}

.main ul, .main ol {
   margin-top: 0px;
   padding-top: 0px;
}

.main ul {
   padding-left: 16px;
}

th.header {
   background-image     : url(../images/sort.gif);
   background-repeat    : no-repeat;
   background-position  : center right;
   cursor               : pointer;
   text-align: left;
}

th.headerSortUp {
   background-image     : url(../images/asc.gif);
}

th.headerSortDown {
   background-image     : url(../images/desc.gif);
}

.buckettext {
   border-top: 1px dotted #999999;
}

#acllogo {
   display: block;
   float: right;
   background-image: url('http://resources.coney.nl/acl.png');
   background-repeat: no-repeat;
   top: 22px;
   height: 24px;
   width: 40px;
   right: 64px;
   z-index: 100;
}

.navmenu .next {
   float: right;
}

