/* 
HTML Element Base Styles
These are placed first so that they have, effectively, lowest priority
in the grand scheme of the style sheet (subsequent conflicting styles always have precedence).
 */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 1 1 1;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
/* Image border control - for images inside A tags, which by default have a border */
A IMG
{
	border: 0;
}
.img /* necessary for IMG tags which do not inherit the above style */
{
	border: 0;
}

/* Default A tag behavior */
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

/* HTML INPUT and BUTTON controls */


INPUT
{
	border: 1px solid #a9bbd9;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Checkboxes and Radio buttons inheirit the above style - eliinate borders using noborder */
.noborder INPUT
{
	border-style: none;
}
.input-highlight
{
	color: #f00;
	background-color: #ff9;
	border: 2px solid #c00;
}
SELECT
{
	border: 1px solid #a9bbd9;
	font-family: Verdana;
	font-size: 8pt;
}
TEXTAREA
{
	border: 1px solid #a9bbd9;
	font-family: Verdana;
	font-size: 8pt;
}
BUTTON
{
	border: 1px solid #a9bbd9;
	font-family: Verdana;
	font-size: 8pt;
}

/* Body Header Styles (see body_header.aspx) */

.body-header-fill-top 
{
	height: 13px;
	background-color: #fff;
}
.body-header-ad 
{
}
.body-header-fill-block 
{
	height: 56px;
	background-color: #fff;
}
.body-header-fill-stripe 
{
	height: 12px;
	background-color: #69c;
}
.body-header-fill-bottom 
{
	height: 11px;
	background-color: #fff;
}
.body-header-trail  /* UNUSED */
{
	background-image: url(/images/header-trail.jpg);
	background-repeat: repeat-x;
}

/* Body Header Message Area Styles */
.body-header-message-area
{
	background-color: #666;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0 0 0 5;
}
.body-header-message-area A
{
	color: #fff;
}
.body-header-message-area A:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Custom Body Styles */
.body-main-area
{
	background-color: #fff;
	padding: 10 5 5 5;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	height: 500px;
}
.body-page-title 
{
	color: #333;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
.body-text /* This is used merely to limit max-width of lengthy text -- rec'd changing this */
{
	width: 400px;
	display: block;
	padding: 4 4 4 6;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
}
TABLE .body-dialog-box 
{
	border: 2px solid #666;
	background-color: #fff;
	padding: 5 10 5 10;
}
.body-dialog-box-message
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

/* Welcome and Home Page Styles */
.home-border
{
	border: 1px solid #999;
}
.home-title
{
	background-color: #F4F4FC;
	color: #69c;
	font-family: Verdana, Tahoma;
	font-size: large;
	font-weight: bold;
}
.home-welcome
{	
	color: #000;
	font-family: Verdana, Tahoma;
	font-size: x-small;
}
.home-feature
{	
	color: #006;
	font-family: Verdana, Tahoma;
	font-size: x-small;
}
.home-feature-title
{	
	background-color: #F4F4FC;
	color: #69c;
	font-family: Verdana, Tahoma;
	font-size: large;
	font-weight: bold;
}
.home-feature-msg
{	
	color: #006;
	font-family: Verdana, Tahoma;
	font-size: x-small;
	text-align: center;
}
.home-account
{
	color: #006;
	font-family: Verdana, Tahoma;
	font-size: small;
}
.home-designs
{
	color: #006;
	font-family: Verdana, Tahoma;
	font-size: small;
}
.home-body
{	
	background-color: #ccc;
	color: #000;
	font-family: Verdana, Tahoma;
	font-size: x-small;
}

/* Menu Styles */
.menu-title
{
	/*width: 170px;*/
	height: 24px;
	background-color: #69c;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.menu-bar
{
	background-color: #69c;
}
.menu-bar-corner
{
	height: 24px;
	background-image: url(images/menu-bar-l-24.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.menu-block
{
	background-color: #F4F4FC;
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 2 2 2 6;
	overflow: auto;
	width: 180px;
}
.menu-block-hidden
{
	background-color: #F4F4FC;
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 2 2 2 6;
	overflow: auto;
	width: 180px;
	display: none;
}
.menu-block-scrolling
{
	width: 190px;
	height: 120px;
	padding: 2 2 2 6;
	overflow: scroll;
}
.menu-item-image
{
	padding: 0 5 0 0;
}
.menu-form
	{
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	}
.menu-form-title
	{
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	}
.menu-form-caption
	{
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	}
.menu-error 
{
	color: #f00;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
.menu-form INPUT
{
	border: solid 1px #666;
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}

/* Footer Styles */
.footer-block
{
	color: #666;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

/* Form Styles */

.form-body
{
	border: 1px solid #999;
	background-color: #F4F4FC;
}
TABLE .form-body
{
	border: 1px solid #999;
	background-color: #F4F4FC;
}
.form-body-tab
{
	background-color: #F4F4FC;
}
TABLE .form-body-tab
{
	background-color: #F4F4FC;
}
.form-title
{
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	letter-spacing: 4px;
	padding: 2px 4px;
}
.form-category
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #369;
	background-color: #ccc;
	border-bottom: 1px solid #999;
	padding-left: 5px;
}
.form-caption
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 3px;
	white-space: nowrap;
	color: 333;
}
.form-caption-required
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	text-indent: 3px;
	background-image: url(images/required.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20; 
	color: 333;
}
.form-entry
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 40px;
}
.form-long-text
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	width: 400px;
}
.form-information
{
	font-family: Tahoma;
	font-size: 8.5pt;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #666;
	width: 400px;
}
.form-links
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
.form-error
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #e00;
	width: 400px;
}

/* Image Listings */

TABLE .image-list-body
{
	border: 1px solid #000;
	background-color: #F4F4FC;
}
.image-list-body
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
}
.image-list-title 
{
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
	background-color: #666;
	letter-spacing: 3px;
}
.image-list-text
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	width: 350;
}
.image-list-info 
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}
.image-list-links 
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #fff;
	border: solid 2px #000;
	padding: 2 6 2 6;
}
.image-list-nav 
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #cf0;
	border: solid 2px #000;
	padding:  2 6 2 6;
}

/* List Styles */

TABLE .list-table
{
	border: 1px solid #999;
	background-color: #F4F4FC;
}
.list-table
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.list-header
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #859bb0;
}
.list-header A
{
	color: #fff;
}
.list-header A:hover
{
	color: #fff;
	text-decoration: underline;
}
.list-header A:visited
{
	color: #fff;
	text-decoration: none;
}
.list-header-sub
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
.list-links
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}
.list-row
{
	color: #000;
	background-color: #F4F4FC;
}
.list-row A
{
	color: #000;
}
.list-row A:hover
{
	color: #000;
}
.list-row A:visited
{
	color: #000;
}
.list-row-alt
{
	color: #000;
	background-color: #ddd;
}
.list-row-alt A
{
	color: #000;
}
.list-row-alt A:hover
{
	color: #000;
}
.list-row-alt A:visited
{
	color: #000;
}
.list-pagerarea
{
	letter-spacing: 2;
}

/* Event Listing Styles */

.event-title
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}
.event-detail
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 10px;
}
.event-desc
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	padding-left: 30px;
	width: 300px;
}
.event-links
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 30px;
}
.event-warning
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #f33;
}

/* Card Designer Screen */

.cd-browser-scroller
{
	width: 280;
	height: 300;
	overflow: scroll;
	border: 1px solid #ccc;
	background-color: #fff;
}
.cd-browser-table
{
}
TABLE .cd-browser-table
{
	width: 280;
	border: none;
	background-color: #fff;
	vertical-align: top;
}
.cd-help-text
{
	height: 20px;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #900;
	width: 400px;
}

/* Wysiwyg Editor Styles */

.editable-frame 
{
	padding: 5;
	overflow: scroll
}
.editor  {
	cursor: crosshair;
}
.editor-wait  {
	cursor: wait;
}
td.rebar 
{
	padding:0; 
	padding-bottom:2; 
	padding-top:2;
	font-family: "MS Sans Serif"; 
	font-size: xx-small; 
	vertical-align: middle;
}
td.spacer {
	border-top: 1px solid buttonhighlight;
	padding: 0; margin: 0; height: 4;
}
.rebar span.toolbar {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	padding: 0; margin: 0; padding-bottom:1; padding-top:1;
}
.rebar span.spacer { width: 2px; }
.rebar span.start {
	margin:0;
	background-color: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	width: 3px;
	height: 18px;
}
.rebar span.label { border:0; position:relative; top: -2; margin-left: 3; }
.rebar span.sep {
	margin:0;
	background-color: buttonface;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	width: 2px;
	height: 18px;
}
.rebar select {
	font-size: 11px;
	margin-top: 1; margin-bottom: 1;
}
.rebar .fontselect  {
	font-size: 11px;
	margin-top: 1; margin-bottom: 1;
	width : 200px;
}
.rebar option { border: 5px solid red; }
.rebar span.field {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	padding: 0; margin: 0; padding-bottom:1; padding-top:1;
}
.rebar .field span.label {
	margin-left: 0;
	padding-left: 8; width: 60;
}
.rebar .field span.start {
	position: relative; top: 1;
}
.rebar .field input.field {
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	height: 20px; margin: 0px; 
	margin-bottom: -1px;
}
.rebar img {
	border: 1px solid buttonface; 
	margin:0; 
	padding:1;
	cursor: hand;
}
.rebar img.hover {
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}
.rebar img.down {
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
}
.rebar img.disabled {
	border: 1px solid buttonface; margin:0; padding:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	cursor: auto;
}
.rebar img.spacer {
	cursor: auto;
}

/* Help Styles */
.help_title 
{
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
	background-color: #69c;
	border-bottom: solid 1px #666;
	height: 40px;
	padding-left: 10px;
}
.help_body
{
	padding: 10px;
}

/* Message (Card Design Message) Styles */

.border0px
{
	border-width: 0px;
	border-style: none;
}
.border1px
{
	border-width: 1px;
	border-style: solid;
}
.border2px
{
	border-width: 2px;
	border-style: solid;
}
.border3px
{
	border-width: 3px;
	border-style: solid;
}
.bg-grey
{
	background-color: #F4F4FC;
}
.bg-green
{
	background-color: #6c9;
}
.bg-blue
{
	background-color: #69c;
}
.bg-amber
{
	background-color: #cc6;
}
.bg-red
{
	background-color: #c66;
}
.bg-orange
{
	background-color: #c96;
}
.bg-violet
{
	background-color: #c6c;
}

TABLE .message-body
{
	border-color: #333;
}

.message-title
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}
.message-caption
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 3px;
}
.message-field
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}

/* Misc Styles */

.no-display
{
	display: none;
}
.ad-list-disabled
{
	color: #f00;
}
/* !@! added */
.div-width
{
	width: 600px;
}