﻿/* Basic */

body { }
p {	margin-bottom: 0px;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

/* Common stuff, should be style neutral; otherwise place in styles in themes */
.hidden{display:none;visibility:hidden;}
.updateProgress
{
	position: absolute;
	background-color: #000;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	filter: alpha(opacity=100);
	MozOpacity: 1.0;
	opacity: 1.0;
}
.Wizard
{
	font-size:11px;
}


.WizardSideBar
{
	width: 300px;
	vertical-align: top;

}
.WizardSideBar a
{
	vertical-align: top;
}

.WizardSideBarItem
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:15px;
	background-color:#D8E1E8;
	color: #002C45;
	background-image:url(../images/sidebarmask.png);
	background-repeat:repeat-y;
}


.WizardSideBarSelected
{
	font-weight: bold;
	/*background-image:url(../images/gloss.png);*/
	background-image:url(/App_Themes/Glass/Web/tcATabBack.gif);
	background-color:#4986A2;
	background-position:left center;
	background-repeat:repeat-x;
	border-width:1px;
	border-style:solid;
	width:300px;
	height:25px;
	vertical-align:middle;
	padding-left:3px;
	border-color:#4986A2;
	color: white;
	font-size:12px;
}
.WizardSideBarSelected a
{
	color: white;
}

.WizardSideBarItem a
{
	color: #002C45;
}
.WizardSideBarHeader, .WizardSideBarFooter
{
	background-image:url(../images/top-bot-sidebarmask.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.WizardStep
{
	padding: 5px 3px 5px 3px;
	width:100%;
}
.WizardNavigation
{
	padding: 4px 4px 4px 0px;
	width: 300px;
}
.WizardMessage
{
	margin: 5px 5px 5px 5px;
	padding:8px 3px 8px 3px;
	background-color:#e6e6e8;
	color: #444;
}

.WizardStepTitle
{
	font-size:medium; 
	font-weight:bold;
	padding-bottom:5px;
}
.StepNavigationContainer
{
	padding: 3px 3px 3px 3px;
	border:solid 1px #C6C6C4;
	background-color:#D8E1E8;
	min-width:400px;
}
.StartOver
{
	float:right;
	margin-right:15px;
}
.StepContainer
{
	min-height:75px;
}
.toast
{
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	vertical-align:middle;
	padding-left:3px;
	border-color:#93878B;
	background-color:#e6e6e8;
	color: #444;
}

table.literature {
	border-collapse: collapse;
	width: 80%;
	font-size: 1.1em;
}
table.literature a
{
	color: #444;
}
table.literature th {
	
	font-weight: bold;
	background-image:url(../images/gloss.png);
	background-position:left center;
	background-repeat:repeat-x;
	border-width:1px;
	border-style:solid;
	height:30px;
	vertical-align:middle;
	padding-left:3px;
	border-color:#016bbd;
	background-color:#b1ddff;
	color: #444;
	font-size:14px;
}

table.literature td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}



table.literature tr.alt td {
	background: #ecf6fc;
}

table.literature tr.over td {
	background: #bcd4ec;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}

