﻿/*
	CSS Styles for use at CreativeThree.com
	Containers
	Version 1.0.0
	Revision Date 06.14.2007
	Copyright ©2007, Creative Three, Inc. All Rights Reserved.
*/

.Container_Body {
	font:10pt Verdana, Arial, Calibri, "Segoe UI",  Helvetica, "Lucida Grande", sans-serif;
	font-weight:bold;
	color:#333;
	padding:4px;
}
.clear {
	clear:both;
}
/* Styles for GrayOutlineRounded & GrayOutlineRounded-Title Containers */
.GrayRounded, .GrayRounded .hd, .GrayRounded .hd .c, 
.GrayRounded .bd, .GrayRounded .s,
.GrayRounded .ft, .GrayRounded .ft .c {
	margin:0;
	padding:0;
}
.GrayRounded {
	margin:20px 0 8px 0;
}
.GrayRounded .hd {
	background:transparent url(images/GrayRounded_topLeft.gif) no-repeat 0 0;
}
.GrayRounded .hd .c {
	font-size:1px;
	height:4px;
	background:transparent url(images/GrayRounded_topRight.gif) no-repeat right 0;
}
.GrayRounded .bd {
	border-left:solid 1px #b2b2b2;
	border-right:solid 1px #b2b2b2;
}
.GrayRounded .bd .s {
	padding:10px;
}
.GrayRounded .ft {
	background:transparent url(images/GrayRounded_botLeft.gif) no-repeat 0 0;
}
.GrayRounded .ft .c {
	font-size:1px;
	height:4px;
	background:transparent url(images/GrayRounded_botRight.gif) no-repeat right 0;
}
.hdTitle {
	margin:-10px 0 -4px 10px;
	background-color:transparent;
}
.hdTitle h1 {
	background:#fff;
	padding:0 8px 0 8px;
	font:8pt Arial, Verdana, Calibri, "Segoe UI",  Helvetica, "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing:4pt;
	color:#ccc;
	display:inline;
}

/* Styles for LeftPane Container */
.LeftPaneTitle, .LeftPaneTitle .hd, .LeftPaneTitle .hd .c, 
.LeftPaneTitle .bd, .LeftPaneTitle .s,
.LeftPaneTitle .ft, .LeftPaneTitle .ft .c {
	margin:0;
	padding:0;
}
.LeftPaneTitle {
	margin:20px 0 8px 8px;
}
.LeftPaneTitle .hd {
	background:transparent url(images/GrayRounded_topLeft.gif) no-repeat 0 0;
}
.LeftPaneTitle .hd .c {
	font-size:1px;
	height:4px;
	background:transparent url(images/GrayRounded_topRight.gif) no-repeat right 0;
}
.LeftPaneTitle .bd {
	border-left:solid 1px #b2b2b2;
	border-right:solid 1px #b2b2b2;
}
.LeftPaneTitle .bd .s {
	padding:8px;
}
.LeftPaneTitle .bd .s h1 {
	margin-top:-6px;
	font-size:10pt;
}
.LeftPaneTitle .bd .s p.strong {
	font-size:8pt;
}
.LeftPaneTitle .bd .s img {
	margin:0;
	padding:0;
}
.LeftPaneTitle .ft {
	background:transparent url(images/GrayRounded_botLeft.gif) no-repeat 0 0;
}
.LeftPaneTitle .ft .c {
	font-size:1px;
	height:4px;
	background:transparent url(images/GrayRounded_botRight.gif) no-repeat right 0;
}
.hdTitle {
	margin:-10px 0 -4px 10px;
	background-color:transparent;
}
.hdTitle h1 {
	background:#fff;
	padding:0 8px 0 8px;
	font:8pt Arial, Verdana, Calibri, "Segoe UI",  Helvetica, "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing:4pt;
	color:#ccc;
	display:inline;
}

