/*
  CodeBaby JavaScript Library
  Copyright (c) 2004-2006 CodeBaby Corp.
  All rights reserved.
  This source code can only be distributed in accordance with the terms of the license agreement entered into
  with CodeBaby.

  Version: LEX
  $Rev: 1184 $
  $Date: 2006-07-04 10:32:07 -0600 (Tue, 04 Jul 2006) $
  $URL: http://svn/svn/Development/JSLib/Branches/LEXSimplifyJavaScript/Core/cb/core/cb_library_common.js $
*/	 

body {
	font-family:verdana,sans-serif;
	font-size:14px;
}

a {	
    border: none;
    color: #1F82B8;	
    text-decoration: underline; 
}

img {
    border: none;
}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    margin-top: 20px;
    margin-bottom: 3px;
    text-align: left;
    color: white;
    background-color: #1F82B8; 
}

.subheader {
    width:auto; 
    height:16px; 
    background-color:#BADAE9; 
    margin-bottom: 10px;
}

.expandingContent {
    width: 97%;
    display: none;
    position: relative;
    left: 20px;
}

#CodeBabyContent {
    position: relative;
    top: 0px;
    left: 10px;
    width: 98%;
    z-index: 1000;
}

#CodeBabyContainer {
    position: absolute;
}

#CodeBabySpeechBubble {
    position: absolute;
}

#CodeBabyBackdrop {
    position: absolute;
    border: dashed 0px #9ABAC9;
    padding: 10px 10px 10px 10px;
    top: 80px;
    width: 300px;
    height: 300px;
}

#HTMLContent {
    position: absolute;
    left: 10px;
    top: 400px;
    width: 98%;
}

#ActivateImage {
    z-index: 1001; 
    position: relative; 
    left: 30px; 
    top: 30px; 
    width: 132px; 
    height: 47px;
}

