/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    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;
	}	

A IMG
{
	border: 0;
}

/* Same as above, but for images which need explicit style as the above is not inherited */
.img
{
	border: 0;
}

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;
	}
	
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;
	}	
	
/* Native HTML Styles */

/* !!! Checkboxes and Radio buttons seem to inheirit this style - esp. border!!  */

INPUT
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 10pt;
}
.noborder INPUT
{
	border-style: none;
}
.noborder 
{
	border-style: none;
}
SELECT
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 10pt;
}
TEXTAREA
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 10pt;
}
BUTTON
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 10pt;
}

/* Header Styles */
.header
{
	height: 99px;
	background-color: #000;
	color: #fff;
	font-family: Verdana, Tahoma;
	font-size: 24pt;
	font-weight: bold;
	background-image: url(images/banner-fill.jpg);
	background-repeat: repeat-x;
}
.menu-end-l
{
	background-image: url(images/grad-bar-end-l.jpg);
	background-repeat: no-repeat;
}
.menu-end-r
{
	background-image: url(images/grad-bar-end-r.jpg);
	background-repeat: no-repeat;
}
.menu-normal
{
	background-image: url(images/grad-bar-brown.jpg);
	background-repeat: repeat-x;
}
.menu-highlight
{
	background-image: url(images/grad-bar-yellow.jpg);
	background-repeat: repeat-x;
}
.header-menu
{
	height: 22px;
	background-color: #fff;
	color: #fff;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.header-menu A
{
	color: #fff;
	text-decoration: none;
}
.header-menu A:visited
{
	color: #fff;
}	
.header-menu A:hover
{
	color: #ff9;
	text-decoration: underline;
}
	
/* Message Area Styles */
.message-area
{
	/*background-image: url(images/status-bar.gif);
	background-repeat: repeat-x;*/
	background-color: #2A2E3F;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.message-area-pad 
{
	padding-right: 15px;
	padding-left:15px;
}
.message-area A
{
	color: #fff;
	text-decoration: none;
}
.message-area A:visited
{
	color: #fff;
}
.message-area A:hover
{
	color: #ff9;
	text-decoration: underline;
}
/* Footer Styles */
.footer-block
{
	color: #666;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

/* Body Styles */
.body-main-area
{
	background-color: #fff;
	padding: 10 10 10 10;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}
.body-page-title 
{
	color: #333;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

TABLE .body-dialog-box 
{
	border-style: ridge;
	border-color: #000;
	border-width: thick;
	background-color: #fff;
	padding: 5 10 5 10;
}
.body-dialog
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.body-text
{
	width: 400px;
	display: block;
	padding: 4 4 4 6;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	
}

/* Form Styles */

.form-body
{
}
TABLE .form-body
{
	border: 1px solid #000;
	background-color: #F8F7EE;
}
.form-title
{
	font-family: Verdana, Tahoma;
	font-size: large;
	font-weight: bold;
	color: #2a2e3f;
	letter-spacing: 3px;
}
.form-category
{
	/*background-image: url(images/grad-bar-violet.jpg);
	background-repeat: repeat-x; */
	background-color: #8C6121;
	height: 22px;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
}
.form-caption
{	
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 3px;
}
.form-caption-required
{	
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
	text-indent: 3px;
	background-image: url(images/required.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20; 
}
.form-entry
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}
.form-long-text
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	width: 350px;
}
.form-information
{
	color: #333;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	max-width: 500px;
	width: 500px;
}
.form-instruction
{	
	color: #333;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
}
.form-links
{	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}
.form-error
{
	color: #f00;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	width: 400px;
	padding: 10px;
}
.form-disabled
{
	color: #999;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}
.form-icon-background 
{
	background-color: #99f;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.form-longtext
{
	width: 400px;
	display: block;
	padding: 4 4 4 6;
}
.form-entrytext
{
	width: 200px;
	display: block;
}
.form-smalltext
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;

}
/* Image Listings */

TABLE .image-list-body
{
	border: 1px solid #000;
	background-color: #fff;
}
.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: #ff6;
	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;
}

/* General Lists */

TABLE .list-table
{
	border: 1px solid #000;
	background-color: #F5F3E5;
}
.list-table
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.list-title
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006;
}
.list-header
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #666;
}
.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: #D6D3BF;
}
.list-row A
{
	color: #000;
}
.list-row A:hover
{
	color: #000;
}
.list-row A:visited
{
	color: #000;
}
.list-row-alt
{
	color: #000;
	background-color: #EDEBE1;
}
.list-row-alt A
{
	color: #000;
}
.list-row-alt A:hover
{
	color: #000;
}
.list-row-alt A:visited
{
	color: #000;
}
.list-row TD 
{
	padding: 4px;
}
.list-row-alt TD 
{
	padding: 4px;
}

.list-pagerarea
{
	letter-spacing: 2;
}
/* Other Styles */
.object-browser-scroller
{
	width: 240;
	height: 300;
	overflow: scroll;
	border: 1px solid #666;
}
.editable-frame 
{
	padding: 5;
	overflow: scroll;
	background-color: #fff;
}
.editor  {
	cursor: crosshair;
}

/* Home Page */
.home-title
{
	background-color: #eee;
	color: #2a2e3f;
	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: #eee;
	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;
}

/* WYSIWYG Editor Styles */
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 */
.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;
}

/* Home Page */
.home-title
{
	background-color: #FDFBE7;
	color: #2a2e3f;
	font-family: Verdana, Tahoma;
	font-size: large;
	font-weight: bold;
}
.home-box
{	
	background-color: #F5F3E5;
	padding: 4px;
	border: 1px solid #000;
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	font-weight: normal;
	width: 700px;
}
.home-category
{	
	color: #369;
	font-family: Verdana, Tahoma;
	font-size: 14pt;
	font-weight: bold;
}
/* Info Styles */
.info-title
{
	background-color: #FDFBE7;
	color: #639;
	font-family: Verdana, Tahoma;
	font-size: large;
	font-weight: bold;
}
.info-box
{	
	background-color: #FDFBE7;
	padding: 4px;
	border: 1px solid #000;
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	font-weight: normal;
}

/* Main Home Page Menu */
.main-menu
{
	color: #fff;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}
.main-menu A
{
	color: #fff;
	text-decoration: none;
}
.main-menu A:visited
{
	color: #fff;
}
.main-menu A:hover
{
	color: #ff9;
	text-decoration: underline;
}

.submenu-area
{
	/*background-image: url(images/status-bar.gif);
	background-repeat: repeat-x;*/
	background-color: #8C6121;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.submenu-area-pad
{
	padding: 5px;
	padding-left: 25px;
}
.submenu-area A
{
	color: #fff;
	text-decoration: none;
}
.submenu-area A:visited
{
	color: #fff;
}
.submenu-area A:hover
{
	color: #ff9;
	text-decoration: underline;
}

/* Page Article Styles */
.page-article-table
{
	
}
.page-article-cell
{
	font-family: Verdana, Tahoma;
	font-size: x-small;	
	border: 1px solid #666;
	padding: 10px;
	/*background-color: #eee;*/
}
.page-main-cell
{
	font-family: Verdana, Tahoma;
	font-size: x-small;	
	border: 1px solid #666;
	padding: 10px;
	background-color: #eee;
}

/* Calendar */
.cal-general
{
	font-family: Verdana, Tahoma;
	font-size: x-small;	
	font-weight: normal;
	border: 1px solid #000;
}
.cal-title
{
	font-family: Verdana, Tahoma;
	font-size: 14pt;	
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
.cal-day-header
{
	font-family: Verdana, Tahoma;
	font-size: x-small;	
	font-weight: bold;
	border: 1px solid #000;
	background-color: #B9B9F8;
}
.cal-next-prev
{
	font-family: Verdana, Tahoma;
	font-size: x-small;	
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	background-color: #ffc;
	text-align: center;
}
.cal-selector
{
	font-family: Verdana, Tahoma;
	font-size: x-small;	
	font-weight: bold;
	border: 1px solid #000;
	color: #000;
	background-color: #ffc;
	text-align: center;
}
.cal-day
{
	border: 0px solid #000;
	background-color: #E4E4F9;
}
.cal-day-hilite
{
	border: 2px solid #000;
	font-weight: bold;
	color: #000;
	background-color: #9f6;
}
.cal-listing-title
{	
	font-family: Verdana, Tahoma;
	font-size: 14pt;	
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
.cal-listing
{	
	background-color: #E4E4F9;
	font-family: Verdana, Tahoma;
	font-size: x-small;
	padding: 20px;
}

/* Misc */
.no-display 
{
	display: none;
}