﻿/* 6th July 09 - Started fresh by JB */

/***********************************************************
*                                                          *
*     Reset Margins and Paddings, and style the Body       *
*                                                          *
***********************************************************/

html, body
{	
	margin:0;
	padding:0;
	background-color:#efefef;
}

*
{
    margin: 0;
    padding: 0;
}

a img /* Image links should not have borders */
{
    border: 0;
}

#dhtmltooltip  /*For fancy mouse-over-thingy*/
{
	position: absolute;
	width: 125px;
	border:solid 4px #ffffff;
	padding: 5px 5px 10px 5px;
	background: transparent url('../gfx/bg/popup-bg.png') repeat-y top left;
	color:#ffffff;
	visibility: hidden;
	z-index: 100;
	font-size:12px;
}

#dhtmlpointer{
	position:absolute;
	z-index: 101;
	visibility: hidden;
}

div.clearer
{
    clear: both;
}

div.copyright-text
{
    float: right;
}

/***********************************************************
*                                                          *
*                  SITE BASIC STRUCTURE                    *
*                                                          *
***********************************************************/

div#site
{
    width: 955px;
    margin: 0 auto;
    background-color: #BDEB96;
}

div#site div#holding-page
{
    width: 955px;
    height: 703px;
    background: #616156 url('../ideasbank_holdingpage.gif') no-repeat left top;
}

div#header
{
    height: 90px;
    background: #616156 url('../gfx/NEW/backgrounds/header-gradient.gif') repeat-x left bottom;
    position: relative;
}

a#new-blog-link
{
	position: absolute;
	top: 7px;
	left: 678px;
}	

div#header div#login-box
{
    height: 75px;
    padding: 5px 10px;
    width: 170px;
    float: right;
    margin-top: 7px;
    margin-right: 15px;
    display: inline;
    background: transparent url('../gfx/NEW/backgrounds/login-box.gif') no-repeat left top;
}

div#content
{
    padding: 20px;
}


div#footer
{
    height: 35px;
    background-color: #787271;
    list-style:none;
    width:940px;
    float:left;
    padding-left:15px;
}



div#footer ul
{
    list-style:none;
}

div#footer img
{
    display: inline;
    margin-left:-7px;

}

/***********************************************************
*                                                          *
*                        HOME PAGE                         *
*                                                          *
***********************************************************/
img.homepage-image
{
    margin-bottom: 50px;
}

div#main-panel
{
    background: transparent url('../gfx/NEW/backgrounds/homepage-mid-panel.gif') no-repeat left top;
    height: 348px;
    position: relative;
}



/******************************************
*                                         *
*             2 COLUMN LAYOUT             *
*                                         *
******************************************/
div#left-column
{
    float: left;
    width: 200px;
    margin-right: 20px;
}

div#full-width-column
{
    float: left;
    margin-left: 20px;
    display: inline;
    width: 675px;
}

/* LEFT OF THE TWO COLUMNS */
div#left-column div.menu
{
    background-color: #A7D982;
    padding: 5px 0;
}

/* FROM OLD SITE TO STYLE THE MENU */
div.menu div
{
    margin: 5px 20px;
    width: 160px;
    height: 80px;
    background-position: left top;
    background-repeat: no-repeat;
}

.menu-item-profiles
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-profiles.gif');
}

.menu-item-profiles-sel
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-profiles-selected.gif');
}

.menu-item-showreels
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-showreels.gif');
}

.menu-item-showreels-sel
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-showreels-selected.gif');
}

.menu-item-brainstorms
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-brainstorms.gif');
}

.menu-item-brainstorms-sel
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-brainstorms-selected.gif');
}

.menu-item-bin
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-ideasbin.gif');
}

.menu-item-bin-sel
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-ideasbin-selected.gif');
}

.menu-item-ideas
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-ideasbank.gif');
}

.menu-item-ideas-sel
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-ideasbank-selected.gif');
}

.menu-item-pitches
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-pitches.gif');
}

.menu-item-pitches-sel
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-pitches-selected.gif');
}

.menu-item-regdev
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-regdev.gif');
}

.menu-item-regdev-sel
{
    background-image: url('../gfx/NEW/backgrounds/menu-item-regdev-selected.gif');
}

/**************************
*      PROPER BUTTONS     *
**************************/

div.new-design-buttons
{
    display: inline-block;
    height: 25px;
}

div.new-design-buttons a
{
    font-size: 12px;
}

div.new-design-buttons a.green
{
    color: #88E446;
}

div.new-design-buttons a.red
{
    color: #CC0E0E;
}

img.banner-ad, img.logo
{
    float: left;
}

img.banner-ad
{
    margin-left: 20px;
    margin-top: 14px;
}

/*
===========================================
=============== Modal Popup================
===========================================
*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	width:640px;
	background-color: #C5E99A;
	height: 320px;
	border: solid 1px #000;
}


.modalPopupSmall
{
	width:320px;
	background-color: #C5E99A;
	height: 160px;
	border: solid 1px #000;
}

.modalPopup .popup-header
{
    height: 50px;
    width: 640px;
    background-color: #626258;
}

.popup-avatars
{
    height: 200px;
    overflow: auto;
    padding: 10px 0;
}

.popup-avatars-option
{
    width: 570px; 
    background-color: #90a56d; 
    height: 30px;
    padding: 10px 35px;
}

.popup-avatars-option .men-woman
{
    float: left;
    padding-top: 7px;
    font-weight: bold;
}

.popup-avatars-option .men-woman input
{
    vertical-align: middle;
    padding: 0;
    line-height: 0;
    margin-top: -3px;
}

.popup-avatars-option .men-woman label
{
    color: #FFF;
    font-size: 1.2em;
    margin: 0 10px;
}

.popup-avatars-option .button-on-right
{
    float: right;
}

/*END Modal Popup*/


