/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    BACKGROUND-COLOR: #0033CC;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #666666;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0033CC;
}

H1	{	
	font-family: Arial, 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: Arial, 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: Arial, 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: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #0033CC;
	/*color: #99CCFF*/
	}	
		
H5, DT	{	
	font-family: Arial, 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: Arial, 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;
	}	

TABLE
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #666666;
}

.UBAHTable
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #666666;
    background-color: White;
}

.TableUCWorkArea
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #666666;
    background-color: White;
    height: 415px;
    width: 804px;
    text-align: left;
}

.l_UCWorkAreabg
{
    width: 23px;
	background-image:  url("images/lm_border_sm.jpg");
	background-repeat: repeat-y;
}

.r_UCWorkAreabg
{
    width: 22px;
	background-image:  url("images/rm_border_sm.jpg");
	background-repeat: repeat-y;
}

.Copyright
{
    BACKGROUND-COLOR: #0033CC;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #666666;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.yourconsultant:link
{
	font-size: 10pt;
	color: white;
	text-decoration: none;
}
.yourconsultant:visited	
{
	text-decoration:	none;
	color:	white;
	FONT-SIZE: 10pt	
	}
.yourconsultant:hover	
{
	text-decoration:	none;
	color:	#FA9932;
	}


A:link	{	
	text-decoration: underline;
	color:	#ff0000;
	}	
		
A:visited	{	
	text-decoration: underline;
	color:	#ff9900;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

.SMALLWht	
{	
	font-size:	.7em;
	text-decoration: underline;
	color: White;
}	

.SMALLWht_no_und	
{	
	font-size:	.8em;
	text-decoration: none;
	color: White;
}	

.inputs
{
	BORDER-RIGHT: #99ccff 1px solid; 
	BORDER-TOP: #99ccff 1px solid; 
	BORDER-LEFT: #99ccff 1px solid; 
	BORDER-BOTTOM: #99ccff 1px solid	
}

.PopUpTableHeader
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: 14px;
}
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;
	}	

.BoldWhtTxt
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: White;
    FONT-WEIGHT: 600;
}

div#pageDivDot
{
	display: block;
	margin:   5px  0px 0px 0px;
	background-image:  url("http://www.usbornebooksandmore.com/images/dotDiv.gif");
	background-repeat: repeat-x;
}

div#popuperr  
{
	position: relative; 
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 0px;
	background-color: White; 
}

div#popupclose
{
	float: left;
	position: relative; 
	margin: 0px 0px 0px 5px;
}

div#popupclosetxt
{
	float: right;
	margin: 0px 5px 0px 2px;
	color: White;
	font-size: 10px;
}

#dropmenudiv
{
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  #999999;
}

#dropmenudivred a:hover
{
	background-color: #FF3300;
	color: white;
}

#dropmenudivred
{
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudivred a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  #FF3300;
}

#dropmenudivred a:hover
{
	background-color: #FF3300;
	color: white;
}

#dropmenudivgreen
{
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudivgreen a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  #66CC33;
}

#dropmenudivgreen a:hover
{
	background-color: #66CC33;
	color: white;
}

#dropmenudivltblue
{
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudivltblue a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  #0066CC;
}

#dropmenudivltblue a:hover
{
	background-color: #0066CC;
	color: white;
}

#dropmenudivorange
{
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudivorange a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  #FF9900;
}

#dropmenudivorange a:hover
{
	background-color: #FF9900;
	color: white;
}

#dropmenudivteal
{
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudivteal a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  #00CC99;
}

#dropmenudivteal a:hover
{
	background-color: #00CC99;
	color: white;
}

#dropmenudivblue
{
	position: absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudivblue a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  #333399;
}

#dropmenudivblue a:hover
{
	background-color: #333399;
	color: white;
}

#greentop, #greenpic, #greenmiddle, #greenbot
{
	text-align: center;
}

#greenmiddletxtbg
{
	text-align: center;
	height: 62px;
}

#greenmiddletxt
{
	text-align: left;
	margin-top: -50px; 
	margin-left: 20px; 
	width: 174px;
    height: 54px;
}

#bluetop, #bluepic, #bluemiddle, #bluebot
{
	text-align: center;
}

#bluemiddletxtbg
{
	text-align: center;
	height: 62px;
}

#bluemiddletxt
{
	text-align: left;
	margin-top: -50px; 
	margin-left: 20px; 
	width: 174px;
    height: 54px;
}


/* Begin box elements */

/* Red box */
#sidebox_r 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 170px;
	background-image:  url("images/boxside.gif");
	background-repeat: repeat-y;
}

#sidebox_r hr 
{
	display: none;
}

#sidebox_r h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/boxhead_r.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Red box */

/* Green box */
#sidebox_g, #sidebox_g1
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 170px;
	background-image:  url("images/boxside.gif");
	background-repeat: repeat-y;
}

#sidebox_g hr, #sidebox_g1 hr
{
	display: none;
}

#sidebox_g h2, #sidebox_g1 h2
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/boxhead_g.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Green box */

/* Light Blue box */
#sidebox_ltb 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 170px;
	background-image:  url("images/boxside.gif");
	background-repeat: repeat-y;
}

#sidebox_ltb hr 
{
	display: none;
}

#sidebox_ltb h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/boxhead_ltb.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Light Blue box */

/* Orange box */
#sidebox_o 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 170px;
	background-image:  url("images/boxside.gif");
	background-repeat: repeat-y;
}

#sidebox_o hr 
{
	display: none;
}

#sidebox_o h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/boxhead_o.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Orange box */

/* Teal box */
#sidebox_t 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 170px;
	background-image:  url("images/boxside.gif");
	background-repeat: repeat-y;
}

#sidebox_t hr 
{
	display: none;
}

#sidebox_t h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/boxhead_t.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Teal box */

/* Blue box */
#sidebox_b 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 170px;
	background-image:  url("images/boxside.gif");
	background-repeat: repeat-y;
}

#sidebox_b hr 
{
	display: none;
}

#sidebox_b h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/boxhead_b.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Blue box */

#sideboxContent
{
	display: block;
	margin: 0px 13px 0px 13px;
	font-size: 11px;
	line-height: 13px;
}

#sideboxContent p 
{
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sideboxBottom 
{
	display: block;
	margin: 0px 0px 0px 0px;
	width: 170px;
	height: 15px;
	background-image: url("images/boxbot.gif");
	background-repeat: no-repeat;
}
.spotlight_title
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.spotlight_name:link
{
	font-weight:  bolder;
	color: black;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
}
.page_expander
{
	margin-left: 0px auto;
	margin-right: 0px auto;
	margin-top: 12px;
	width: 700px;
	height: 33px;
	font-weight: bold;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/expander.gif');
	background-repeat: no-repeat;
	text-align: center;
}

/* Modal popup progress area */
.OuterTableCellOverlay
{
    top: 0px;
    left: 0px;
    width: 100%;
    /*height: 5000px;*/
    height: 380%;
    position: absolute;
    background-color: #999999;
    z-index: 970;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.70;
    /*padding-top: 25%;
    padding-left: 25%;*/
}


.InnerTableCellOverlayInput
{
	top: 15%;
	margin-left: 75px;
	position: fixed;
    text-align: left;
    width: 600px;
    height: 500px;
    border: 2px solid #999999;
    padding: 8px;
    background-color: #ffffcc;
    z-index: 980;
}

.InnerTableCellOverlayVideo
{
	top: 25%;
	margin-left: 80px;
	position: fixed; 
    text-align: left;
    width: 575px;
    border: 1px solid #a0af6c;
    padding: 8px;
    background-color: #000000;
    z-index: 980;
}

.InnerTableCloseButton
{
	float: right;
	padding: 0px 0px 2px 0px; 
	margin-top: -26px;
    z-index: 990;
}

/* End Modal popup progress area */

