﻿/* LSProduction.CSS - Stylesheet for LicenseStream Production 2.0 site.
 * Author: Mark Roboff
 * Copyright: 2007 Imagespan / IT Dev Solutions
 *
 * Remarks: Pages use both CSS styles and ASP.NET Themes.  Generally, ASP.NET Web Controls have display properties defined through themes, while HTML elements 
 * (server and client) use CSS.  Inline formating is kept to a minimum in definition pages, but may be applied on code-behind rendered output.
 * 
 * Guide to theme definitions:  Definitions follow the principle of minimum-code-needed to achieve the result. Individual properties are applied in the 
 * following order: General size, General positioning, margins, borders, padding, background, foreground, font, other.
 */


/********************************** 
* ELEMENTS - Applies to all pages *
***********************************/

body
{
	min-width: 1000px;
	background-color: #808080;
	font-family: Arial, Sans-Serif;
	font-size: .75em;
}

img
{
	border: none;
}

a
{
	color: maroon;
}

/***********************************
 * CLASSES & ID-TAGS - Master Page *
 ***********************************/

/* ---- layout divs ---- */

#divMaster /* centered container */
{
	width: 1000px;
	margin: 0px auto;
	background-color: White;	
}

	#divMasterHeader /* top-header section */
	{
		margin-top: 30px;
		padding-left: 10px; /* white border left padding, reduced content width to 980px */
		padding-right: 10px; /* white border right padding, reduced content width to 990px */
	}
	
	#divMasterMiddle /* middle-main section */
	{
		position: relative;
		padding-left: 225px; /* padding allows for fixed side panel */
		overflow: hidden; /* used for column height matching */
	}
	
		#divMasterMiddle .masterColumn /* common to all mid-column sections */
		{
			position: relative; 
			float: left;
			padding-bottom: 20010px; /* used for column height matching */
			margin-bottom: -20000px; /* used for column height matching */
			background-color: #afafaf;
		}

		#divMasterLeftPanel /* account services panel/column */
		{
			width: 200px;
			right: 225px; /* used for alignment */
			margin-left: 20px;
			margin-right: -755px; /* used for alignment */
			padding-top: 20px;
			padding-left: 5px;
		}

		#divMasterMainContent /* main content panel/column */
		{
			width: 735px;
			padding-top: 20px;
			padding-left: 10px;
			padding-right: 10px;
		}

	#divMasterFooter /* bottom-footer section */
	{
		position: relative;
		clear: both;
		margin-bottom: 30px;
		padding: 10px 0px;
		background-color: White; /* repetition required for IE */
		text-align: center;
	}
	
/* ---- IE patches for layout ---- */

* html #divMasterLeftPanel /* required resize */
{
	width: 225px;
	margin-left: 10px;
}

* html #divMasterMainContent /* required resize */
{
	width: 725px;
}

* html body /* required for correct footer display */
{
  overflow: hidden;
}

* html #wrapper /* required for correct footer display */
{
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background-color: #808080;
}

/* ---- header graphics ---- */

.companyLogo
{
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.titleGraphic
{
	padding-bottom: 3px;
	padding-left: 105px;
}

.dealerLogo
{
	margin-bottom: 8px; 
	margin-left: 105px;
}

.pncLogo
{
	margin-left: 95px;
}

.smallTownLogo
{
	margin-left: 60px; 
}

.spotrunnerLogo
{
	margin-left: 150px;
	margin-bottom: 5px;
}

.takkleLogo
{
	margin-left: 120px;
}

.comcastLogo
{
	margin-left: 80px;
}

.kbbLogo
{
	margin-left: 95px;
}

.batLogo
{
	margin-left: 95px;
}

.gleLogo
{
	margin-left: 140px;
}

.dragonflyLogo
{
	margin-left: 95px;
}

/* ---- header nav buttons ----- */

#tblNavButtons
{
	margin-left: 10px;	
}

	.navButton
	{
		width: 318px;
		height: 17px;
		border-top: solid 1px #808080; 
		border-bottom: solid 1px #808080;
		border-left: solid 1px #808080;
		padding-top: 3px;
		background-image: url(Images/top_nav_back.gif);
		color: #818181;
		text-align: center;
		cursor: pointer;
	}

	.navButton:Hover
	{
		width: 318px;
		height: 17px; 
		padding-top: 3px;	
		background-image: url(Images/top_nav_back_active.gif);
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}

#divNavSublinks
{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #a5a5a5;
	color: White;
	font-size: .9em;
}

.headerLink
{
	color: #ffffff;
	text-decoration: none;
}

.headerLink:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* ---- error message display ---- */

.errorMessage
{
	margin: 0px 45px 10px 20px;
	color: DarkRed;
	text-align: left;
	font-weight: bold;
}

/* ---- account services panel ---- */

.accountServicesPanel
{
	width: 200px;
	background-color: #EEEEEE;
}

	#trPanelHeader
	{
		width: 30px;
	}
	
	.panelLeftBackground
	{
		width: 7px;
		background-image: url(Images/left.gif); 
		background-repeat:repeat-y;
	}
	
	.zoneHeader
	{
		color: #808080;
		font-family: Arial, Sans-Serif;
		font-weight: bold;
		text-decoration: none;
	}

	.zoneText
	{
		font-family: Arial, Sans-Serif;
		font-size: .8em;
	}
	
	.panelRightBackground
	{
		width: 7px;
		background-image:url(Images/right.gif); 
		background-repeat:repeat-y
	}
	

/*************************************
 * CLASSES & ID-TAGS - Content Pages *
 *************************************/

.sectionHeader
{
	margin-bottom: 20px; /* should change to 10 */
	margin-right: 20px;
	padding: 5px 0px 3px 10px;
	background-color: #808080;
	color: white;
	font-family: Arial, Sans-Serif;
	letter-spacing: .075em;
	font-weight: bold;
}

.panelBack
{
	margin-top: -10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: solid 1px #808080;
	padding: 10px; 
	background: url(Images/gradient.jpg) top left repeat-x;
	background-color: #cccccc;
}

.standoutRedBox
{
	border: solid 1px black; 
	padding: 5px; 
	background: darkRed; 
	color: White; 
	font-weight: bold; 
}

.standoutGreenBox
{
	border: solid 1px black; 
	padding: 5px;
	background: darkGreen;
	color: White;
	font-weight: bold;
}

.grayBox
{
	border: solid 1px black;
	background-color: #D3D3D3;
}

.requiredField
{
	color: Maroon;
}

.customError
{
	color: DarkRed;
	font-size: 1.05em;
	font-weight: bold;
}

.standoutLabel
{
	font-size: 1.05em;
	font-weight: bold;
}

#tdLoginCheckboxAndSubmit
{
	padding-left: 10px; 
	padding-top: 10px; 
	text-align:right;
}

.termsAndConditions
{
	height: 400px;
	overflow: auto;
	border: solid 1px black;
	padding: 5px 5px 5px 5px;
}

.orderPricingAbsolute
{
	width: 200px; 
	position:absolute; 
	left: 500px; 
	top: 50px; 
	border: solid 1px black; 
	padding: 5px 5px 5px 5px;
	background-color: lightSteelBlue; 
	
}

.pricingHeader
{
	border-bottom: solid 1px black;
	padding-bottom: 10px; 
	text-align: center; 
	font-weight: bold; 
}

.noteCell
{
	width: 500px;
	border: solid 1px black;
	padding: 7px;
	background-color: #D3D3D3;
	overflow: auto;
}

.noteText
{
	font-family: Arial, Sans-Serif;
	font-size: .9me;
	word-wrap: break-word;
}

.leftProgressBorderStyle
{
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
}

.rightProgressBorderStyle
{
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
}

.articleHeader
{
	 font-size:14px;
	 font-weight:bold;
}

.defaultButton
{
	background-color: #708090;
	border: outset 1px black;
	font-family: Arial, Sans-Serif;
	font-size: .9em;
	font-weight: bold;
	color: White;
	cursor: pointer;	
}

.standardButton
{
	background-color: #808080;
	border: outset 1px black;
	font-family: Arial, Sans-Serif;
	font-size: .9em;
	font-weight: bold;
	color: White;
	cursor: pointer;	
}

.button
{
	background-color: #808080;
	border: outset 1px black;
	font-family: Arial, Sans-Serif;
	font-size: .9em;
	font-weight: bold;
	color: White;
	cursor: pointer;	
}


/***********************
 * Tab Related Classes *
 ***********************/

.activeTab
{
	width: 135px;
	padding: 5px 3px;
	background-color: #708090;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 0 1px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
}

.inactiveTab
{
	width: 135px;
	padding: 5px 3px;
	background-color: #808080;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 0 1px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
}

.tabPanel
{
	background-color: White; 
	border: solid 1px black;
	padding: 10px; 
}

.popup 
{ 
	padding:10px;
    background-color:White;
    border-style:solid;
    border-color: #999;
    border-width:2px;
    vertical-align: middle;
    text-align:center; 
}

.popupHeader
{
	font-family: Arial;
	font-weight: bold;
	padding: 5px 0 5px 0px;
	background: #999;
	height: 20px;
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.blueButton
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	height: auto;
	padding: 2px 5px;
	margin: 0;
	width: auto;
	overflow: visible;
	color: #336699;
	background-color: #ffffff;
	border-color: #336699;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

