/**
* @file			LaunchSiteCSS.css
*
* @copyright 	(C) slp3D, Inc.  2005, 2007
* 
* @author		Neil Patterson
* @author		Terry Doll
* @date			12/30/2005
* @description	CSS file for all styles in the automated launchsite
*
* @revised		02/08/2006
* @notes		notes here			
*/



/* *******************************************************************
   *   UNIVERSAL 
   *   These will determine the background images
   ******************************************************************* */
body
{
	background-color:#A6A3B4;
}
.Bckgnd_body_rpt
{
	background-image:url(../images/cpi_2326_body_rpt.jpg);
}
.Bckgnd_body_inner_rpt
{
	background-image:url(../images/cpi_2326_UVP_body_rpt.jpg);
}
.Bckgnd_body_norpt
{
	background-image:url(../images/cpi_2326_body_rpt.jpg); 
	background-repeat:no-repeat;
}
.Bckgnd_UVP_body_rpt
{
	background-image:url(../images/cpi_2326_UVP_body_rpt.jpg);
}
.Bckgnd_body_inner_norpt
{
	background-image:url(../images/cpi_2326_UVP_body_rpt.jpg);
}
.Bckgnd_UVP_body_norpt
{
	background-image:url(../images/cpi_2326_UVP_body_rpt.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_mainWin_rpt
{
	background-image:url(../images/cpi_2326_mainWin_rpt.jpg);
}
.Bckgnd_nav_bar
{
	background-image:url(../images/cpi_2326_nav_bar.jpg); 
	background-repeat:no-repeat;
}
.Bckgnd_UVP_nav_bar
{
	background-image:url(../images/cpi_2326_UVP_nav_bar.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_mainWin
{
	background-image:url(../images/cpi_2326_mainWin.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_mainWin_inner
{
	background-image:url(../images/cpi_2326_UVP_mainWin.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_UVP_mainWin
{
	background-image:url(../images/cpi_2326_UVP_mainWin.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_rightNav_rpt
{
	background-image:url(../images/cpi_2326_rightNav_rpt.jpg);
}
.Bckgnd_body_btm
{
	background-image:url(../images/cpi_2326_body_btm.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_body_inner_btm
{
	background-image:url(../images/cpi_2326_UVP_body_btm.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_UVP_body_btm
{
	background-image:url(../images/cpi_2326_UVP_body_btm.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_footerLogo
{
	background-image: url(includes/launchsite/images/cpi_2326_footerLogo.jpg);
	background-repeat:no-repeat;
}
.Bckgnd_contactFormColor
{
	background-color:#360036;
}


/* *******************************************************************
   *   UNIVERSAL 
   *   these are the styles for the launchsite in alphabetical order
   ******************************************************************* */
div#actionNav
{
	height:30px;
	margin-top:5px;	
}

div#actionNav a
{
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:5px;
	padding-bottom:9px;
	border:0px solid #C39BC3;
}

div#actionNav a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
div#backToTop {
	visibility: hidden;
	display: none;
}

div#blurb {
	visibility: hidden;
	display: none;
}

div#contactDisclaimer
{
	margin-top:64px;
	margin-right:25px;
}

div#contactDisclaimer a
{
	color:#382c82;
	text-decoration:underline;
}

div#contactDisclaimer a:hover
{
	color:#382c82;
}

div#contactDisclaimer h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:15px;
	color:#382c82;
}

.docsotClickHere
{
	font-size: 10px;
	font-weight:normal;
	color:#382c82;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: underline;
}

div#DocSotHdr
{ 
    width: 100%; 
	padding: 0px; 
	overflow: hidden;
	margin-top: 0px;
	margin-bottom:0px;
}

div#DocSotHdr h3
{
	margin-top: 21px;
	margin-bottom:0px;
	margin-left: 15px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#382c82;
	text-decoration: none;
}

div#docSots
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#docSots a
{
	font-size: 14px;
	font-weight:bold;
	color:#382c82;
	text-decoration: underline;
	padding: 5px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}

div#docSots a:visited
{
	color:#382c82;
}

div#docSots a:hover 
{
	color:#000000;
}

div#docSots h2
{
	font-size: 18px;
	font-weight:bold;
	color:#382c82;
	width:350px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-decoration: underline;
}

div#docSots h5
{
	font-size: 12px;
	font-style:normal;
	color:#382c82;
	width:275px;
	border-top: 0px;
	padding: 3px;
	margin-top:0px;
	margin-bottom: 15px;
	margin-left: 32px;
}

div#docSotSlides
{
	width: 400px;
	height: 300px;
	overflow:auto;
	scrollbar-base-color: orange; 
	scrollbar-arrow-color: purple;
	scrollbar-track-color: #382c82;
	scrollbar-darkshadow-color: blue;
	margin-top: 0px; 
	margin-left:2px;
}

div#FloatRight
{
	float:right;
	padding: 15px;
	padding-top:0px;
	margin-top:35px;
}

.footerTxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	margin-top:10px;
	margin-right:5px;
	color:#382c82;
}

.footerTxt a
{
	color:#382c82;
	text-decoration:underline;
}

.footerTxt a:hover
{
	color:#000000;
}

div#historyLinks
{ 
    width: 334px;
	height:64px; 
	padding: 0px; 
	overflow: hidden;
	margin-top: 0px;
	margin-bottom:0px;
}

div#historyLinks2BOX
{ 
    width: 405px;
	height:64px; 
	padding: 0px; 
	overflow: hidden;
	margin-top: 0px;
	margin-bottom:0px;
}

div#historyLinks2
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:30px;
	margin-right:5px;
}

div#historyLinks2 a
{
	color:#382c82;
	font-size:11px; 
	font-weight:bold;
	text-decoration:underline;
}

div#historyLinks2 a:visited
{
	color:#382c82;
}

div#historyLinks2 a:hover
{
	color:#000000;
}

div#historyLinks2 h1
{
	color:#382c82;
	font-size:10px;
	margin-top:35px;
	margin-bottom:0px;
}

div#MainWindow
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:15px;
	margin-right:30px;
}

div#MainWindow a
{
	color:#382c82;
	text-decoration:underline;
}

/* style below is repeated toward the end 
of doc. I dont know why but it works that way */
div#MainWindow a:hover
{
	color:#382c82;
}

div#MainWindow a:visited
{
	color:#382c82;
}

div#MainWindow font
{
	font-size:12px;
	color:#000000;
}

div#MainWindow h1
{
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
}

div#MainWindow h2
{
	font-size:15px;
	font-weight:bold;
	color:#382c82;
	margin-top:1px;
	margin-bottom:1px;
}

div#MainWindow h3
{
	font-size:13px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#000000;
}

div#MainWindow h4
{
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#382c82;
}

div#MainWindow h5
{
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
	color:#382c82;
}

div#MainWindow h6
{
	font-size:12px;
	margin-top:3px;
	margin-bottom:10px;
	font-weight:bold;
	color:#000000;
}

.MainWindow_h7
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#382c82;
	margin-top:10px;
	margin-bottom:0px;
}


div#MainWindow li
{
	font-size:12px;
	color:#000000;
}

div#MainWindow p
{
	font-size:12px;
	color:#000000;
}

div#MainWindowRight
{
	margin-top:10px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
}

div#MainWindowRight a
{
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:0px;
	color:#382c82;
}

div#MainWindowRight a:hover
{
	text-decoration:underline;
	color:#000000;
}

div#MainWindowRight font
{
	margin-top:10px;
	font-size:11px;
	color:#000000;
}

div#MainWindowRight h2
{
	font-size:12px;
	font-weight:bold;
	color:#382c82;
	margin-top:10px;
	margin-bottom:10px;
}

div#MainWindowRight h3
{
	font-size:18px;
	font-weight:bold;
	color:#382c82;
	margin-top:10px;
	margin-bottom:10px;
}

div#MainWindowRight li
{	
	list-style-type:disc; 
	color:#382c82; 
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:0px;
}

div#MainWindowRight p
{
	font-size:11px;
	color:#382c82;
	margin-top:0px;
	margin-bottom:10px;
}

div#MainWindowRight ul
{	
	margin-left:0px; 
	padding-left:15px;
}

div#Player
{
	width: 320px;
	height: 300px;
	margin-top:0px;
	margin-left: 14px;
}

div#previewPlayer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#382c82;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
}

div#previewPlayer font
{
	font-size: 18px;
}

div#previewPlayer h4
{
	font-size: 21px;
	margin-bottom: 10px;
}

div#previousWebcasts {
	visibility: hidden;
	display: none;
	width:226px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#382c82;
}

div#previousWebcasts a
{
	text-decoration:underline;
	color:#382c82;
}

div#previousWebcasts a:hover
{
	color:#000000;
}

div#previousWebcasts h1 {
	color:#666666;
	font-size:18px;
	margin-top:5px;
	font-weight: bold;
	width:98%;
	height:24px;
	padding:3px;
	background-color:#EEEEEE;
}

div#previousWebcastsBox {
	background-color:#666666; 
	border:1px solid #382c82; 
	padding:5px;
	padding-top:0px; 
	margin-top:5px;
	height:200px;
	overflow:auto;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #382c82;
	scrollbar-highlight-color: #382c82;
	scrollbar-3dlight-color: #382c82;
	scrollbar-darkshadow-color: #382c82;
	scrollbar-track-color: #382c82;
	scrollbar-arrow-color: #382c82;
}

div#revisedblurb {
	visibility:visible;
	display: inline;
}

div#showPublication {
	visibility: hidden;
	display: none;
	width:226px;
	font-family:Arial, Helvetica, sans-serif;
}

div#showPublication a
{
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#382c82;
}

div#showPublication a:hover
{
	color:#382c82;
}

.viewLiveWebcastCopy
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	padding:5px; 
	margin-top:0px;
	margin-bottom:15px;
	width:275px;
	display:block;
	font-weight:normal;
	color:#382c82;
	border:1px solid #000000;
}

.viewLiveWebcastCopy a
{
	text-decoration: underline;
}

.viewLiveWebcastCopy a:hover
{
	color:#382c82;
}

div#webcastbtn {
	visibility: hidden;
	display: none;
}

div#webcastbtn a
{
	color:#382c82;
	text-decoration:underline;
}

div#webcastbtn h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
}

div#webcastbtn2 {
	visibility: visible;
	display: inline;
}
div#MainWindow a.right
{
	color:#C6A0EB;
	text-decoration:underline;
}
div#MainWindow a.right:hover
{
	color:#FDBD3B;
	text-decoration:underline;
}
div#MainWindow a:hover
{
	color:#000000;
}
div#MainWindow p.right
{
	color:#382c82;
}

div#RightNav
{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#RightNav a
{
	text-decoration:none;
	font-size:11px;
	font-weight: normal;
	margin-top:5px;
	margin-bottom:0px;
	color:#382c82;
}

div#RightNav a:hover
{
	text-decoration:underline;
	color:#000000;
}

div#RightNav li
{	
	background-image:url(../images/SqBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 8px;
}

div#RightNav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#RightNav h1
{	
	color:#d2002d; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	display:block;
	width:165;
	height:15px;
	border-bottom:1px solid #d2002d;
}
