﻿

#pageWrapper
{
	width: 1020px;
	margin: 0px auto;
}

a,
a:link,
a:active,
a:visited
{
	text-decoration: none;
	color: #d0735a;
}

a:hover
{
	text-decoration: underline;
}

a:focus,
input:focus
{ 
	outline: 0 !important;
}

a img,
a:link img,
a:active img,
a:visited img
{
	border: 1px solid #897977;
	text-decoration: none !important;
}

a:hover img
{
	border: 1px solid #333333;
	text-decoration: none !important;	
}

h1, h2, h3, h4, h5
{
	font-family: Helvetica, Arial, sans-serif;
	color: #8a7b78;	
	margin: 0px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 15px;
}

h2
{
	font-size: 18px;
}

h3,
h3 a,
h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-weight: bold;
	color: #4d4543;
}

h3 a:hover,
a:hover h3
{
	color: #4d4543 !important;
	text-decoration: underline;
}

h4
{
	font-size: 12px;
	line-height: 14px;	
}

h5
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4d4543;
}

ul
{
	padding: 0.5em 0em;
	margin: 0px 0px;
}

ul li
{
	margin: 0.5em 0em 0.5em 10px;
	padding-left: 12px;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/bullet_brown.png) no-repeat left 5px;
}

ol li
{
	margin: 0.5em 0em 0.5em 5px;
}

dt
{
	font-weight: bold;
}

dd
{
	padding: 0.25em 0em 2em 0em;
	margin: 0px 0px 0px 0px;
}

label
{
	display: block;
	margin-bottom: 1px;
	font-weight: bold;
	color: #4c4241;
}

input.username,
input.password
{
	width: 180px;
}

input,
textarea,
select
{
	border: 1px solid #b3adac;
	background: #e5e2e1;
	margin-bottom: 10px;
	color: #3e3837;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 3px;	
}

input:focus,
input:focus.username,
input:focus.password
{
	border: 1px solid #897977;
	background: #bbb4b3;
}

fieldset
{
	border: none;
	padding: 0px;
}

.alert
{
  color: #d0735a;
}

p.float
{
	display: inline;
	float: left;
	margin-right: 50px;
}

#pageHeader
{
	background: url(../images/header_bg.png) top center no-repeat transparent;
	height: 88px;
	clear: both;
	margin-bottom: 20px;	
}

#logoHeader
{
	background: url(../images/logo_smartdeploy.png) left center no-repeat transparent;
	height: 57px;
	width: 238px;
	margin-right: 60px;
}

#storeLink
{
	width: auto;
	height: 45px;/*65px; Changed by Kurt to accomidate Sign in*/
	float: right;
	line-height: 65px; 
	display: inline;
	font-size: 14px;
	font-weight: normal;
	color: #f27c5e;
	text-align: right;
}

#buyNow
{
	height: 65px;
	width: 25px;
	background: url(../images/shopping_cart.png) right 20px no-repeat transparent;
}

#storeLink a,
#storeLink a:link,
#storeLink a:active,
#storeLink a:hover,
#storeLink a:visited
{
	color: #f27c5e;
}

#logoHeader a,
#logoHeader a:link,
#logoHeader a:active,
#logoHeader a:hover,
#logoHeader a:visited
{
	height: 57px;
	width: 238px;
	display: block;
	text-decoration: none;
	position: relative;
	/*top: -10px;*/
	
}

#rightPanel
{
	width: 225px;
	float: right;
	padding: 10px;
	background: url(../images/rightcol_bg.png) top left repeat-x #C7BFBD;
	font-size: 11px;
}

#rightPanel a,
#rightPanel a:link,
#rightPanel a:active,
#rightPanel a:visited,
#rightPanel a:hover
{
	color: #4d4543;
}

#rightPanel h3.deploymentSteps
{
	text-indent: -9000px;
	background: url(../images/header_deployment_steps.png) no-repeat 20px 0px;
	height: 41px;
}

#rightPanel dt
{
	font-weight: normal;
	font-size: 12px;
	color: #2a2525;
	padding-left: 22px;
	line-height: 1.5em;
}

#rightPanel dd
{
	color: #8a7b78;
	padding: 0em 0em 0em 22px;
	margin-bottom: 1em;	
}

dl.contentList dd,
dl.contentList dt
{
	padding-left: 22px;
}

dt.step1
{
	background: url(../images/bullet_1.png) no-repeat left 50%;	
}

dt.step2
{
	background: url(../images/bullet_2.png) no-repeat left 50%;	
}

dt.step3
{
	background: url(../images/bullet_3.png) no-repeat left 50%;	
}

dt.step4
{
	background: url(../images/bullet_4.png) no-repeat left 50%;	
}

dt.step5
{
	background: url(../images/bullet_5.png) no-repeat left 50%;	
}

dt.step6
{
	background: url(../images/bullet_6.png) no-repeat left 50%;	
}

dt.step7
{
	background: url(../images/bullet_7.png) no-repeat left 50%;	
}

dt.step8
{
	background: url(../images/bullet_8.png) no-repeat left 50%;	
}

dt.step9
{
	background: url(../images/bullet_9.png) no-repeat left 50%;	
}

dt.step10
{
	background: url(../images/bullet_10.png) no-repeat left 50%;	
}

#leftPanel
{
	width: 650px;
	float: left;
	margin-right: 20px;	
}

#mainPanel
{
	width: auto;		
}

.clear
{
	clear: both;
}

#pageFooter
{
	margin-top: 25px;
	padding: 8px 0px;
	font-size: 11px;
	color: #8a7b78;
	border-top: 1px solid #dcd3d1;
	/*background: url(../images/knight_footer.png) no-repeat right 8px;*/
	height: 100px;
	line-height: 1.25em;	
}

#pageFooter p
{
	margin: 0px;
	padding: 0px;
}

#pageFooter a,
#pageFooter a:link,
#pageFooter a:active,
#pageFooter a:visited,
#pageFooter a:hover
{
	color: #8a7b78;
}

#pageFooter h6
{
	font-size: 11px;
	color: #8a7b78;/*#faf0ee;*/
	font-weight: bold; /*normal;*/
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
}

#pageFooter .pageFooterPanel
{
	display: inline;
	float: left;
	width: 160px;
	height: 100px;
	margin-right: 10px;	
}

#pageFooter .pageFooterPanelRight
{
	display: inline;
	float: right;
	width: 30px;
	height: 40px;
	background: url(../images/knight_footer.png) no-repeat right 5px;		
}

/* Banners */

#banners
{
	width:730px;
	font-size: 10px;
}

#banners div
{
	width:730px;
	display:none;
	margin:0px;
	text-align: right;
}

#banners div a img
{
	border: 0px;
}

#banners div p
{
	padding-right: 40px;
}

#banners #banner1
{
	display:block;
}

#banners ul
{
	width:auto;
	height:68px !important;
	background:#c8bebc;
	margin:0px !important;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0px 1px 1px 1px;
	width:450px;
}

#banners ul li
{
	display:inline;
	width:150px;
	height:68px;
	margin: 0px;
	padding: 0px;	
}

#banners ul li a
{
	text-decoration:none;
	padding: 10px 15px;
	line-height:1.1em;
	margin:0px;
	color:#746765;
	height:68px;
	font-weight:normal;
	width:120px;
	background: url(../images/tab_off.png) no-repeat top left;
	display: block;	
	float: left;	
}

#banners ul li a:hover
{
	background:#d9cfcd;
	background: url(../images/tab_on.png) no-repeat top left;
	color:#d0735a;	
}

#banners a,
#banners a:link,
#banners a:active,
#banners a:visited,
#banners a:hover
{
	color: #8a7b78;
}

#bannersMore
{
	width: 270px;
	float: right;
	position: relative;
	top: -70px;
}

#bannersMore ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

#bannersMore ul li
{
	
}

/* From Prowesscorp.com */

div.photo img
{
	float: left;
	display: inline;
	margin: 0px 15px 15px 0px;
	border: none;
}

div.photoIndent img
{
	float: left;
	display: inline;
	margin: 0px 15px 15px 0px;
	border: none;
	padding-left: 125px;
}

div#screenshots img
{
	vertical-align: top;
	margin: 5px 10px 0px 0px;
}

div.indent
{
	margin-left:20px;
}

hr, .hr
{
	border: 0px;
	height: 1px;
	padding: 15px 0px;
	background: url(../images/hr.png) no-repeat 50% 50%;
	clear: both;
}

.contentSpacer
{
	height: 15px;
}

.button
{
	background: url(../images/button_bg.png) no-repeat #cd6a4e center top;
	border: 1px solid #675a57;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	padding: 0px 2px;
	line-height: 16px;
	text-decoration: none;
}

a .button
{
	color: #ffffff;
	cursor: pointer;	
}

a .button:hover,
.button:hover
{
	color: #000000;
}

.buttonCallout
{
	line-height: 19px;	
}

@-moz-document url-prefix()
{ .buttonCallout 
	{ 
		line-height: 11px !important; 
		position: relative;
		top: -8px;
	} 
}

#smartDeployDetails,
#smartDeployImagingDetails,
#smartDeployImageUpdateDetails,
#smartDeployVirtualDiskDetails,
#vmExpressDetails
{
	padding: 15px 20px 0px 305px;
	margin-bottom: 0px;
	min-height: 300px;
}

#vmExpressDetails h2.vmExpressLogo
{
	text-indent: -9000px;
	height: 40px;
}


#smartDeployImagingDetails h2.smartDeployImagingLogo,
#smartDeployVirtualDiskDetails h2.smartDeployVirtualDiskLogo,
#smartDeployImageUpdateDetails h2.smartDeployImageUpdateLogo,
#smartDeployDetails h2.smartDeployLogo
{
	text-indent: -9000px;
	height: 55px;
}

#smartDeployDetails
{
	background: url(../images/sd_box.png) top left no-repeat;
}

#smartDeployDetails h2.smartDeployLogo
{
	background: url(../images/sd_logo.png) no-repeat top left;
}

#smartDeployImagingDetails
{
	background: url(../images/sd_imaging_box.png) top left no-repeat;
}

#smartDeployImagingDetails h2.smartDeployImagingLogo
{
	background: url(../images/sd_imaging_logo.png) no-repeat top left;
}

#smartDeployImageUpdateDetails
{
	background: url(../images/sd_imageupdate_box.png) top left no-repeat;
}

#smartDeployImageUpdateDetails h2.smartDeployImageUpdateLogo
{
	background: url(../images/sd_imageupdate_logo.png) no-repeat top left;
}

#smartDeployVirtualDiskDetails
{
	background: url(../images/sd_vd_box.png) top left no-repeat;
}

#smartDeployVirtualDiskDetails h2.smartDeployVirtualDiskLogo
{
	background: url(../images/sd_vd_logo.png) no-repeat top left;
}

#vmExpressDetails
{
	background: url(../images/vme_box.png) top left no-repeat;
}

#vmExpressDetails h2.vmExpressLogo
{
	background: url(../images/vme_logo.png) no-repeat top left;
}

#vmExpressBox
{
	background: url(../images/itpro_finalist_small.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 55px;
}

/*Details Table*/
table.detailsTable
{
	border-collapse: collapse !important;
}

table.detailsTable,
.detailsTable td,
.detailsTable th,
table.detailsTable td
{
	border: 1px solid #aea3a0 !important;
	background-color: #f0eceb !important;
	margin: 1em 0em !important;
}

.detailsTable th,
.detailsTable td
{
	padding: 2px 4px !important;
	text-align: left;
}

.detailsTable td.highlight
{
	color: #f0eceb !important;
	background: url(../images/bullet.png) no-repeat 50% 50% !important;
}

.detailsTable .altrow td,
table.detailsTable .altrow td
{
	background-color: #DCD5D3 !important;
}

.detailsTable th
{
	background-image: url(../images/table_header.png) !important;
	background-position: top left !important;
	background-repeat: repeat-x !important;
	color: #4d4442 !important;
}

.detailsTable td.rowheader
{
	font-weight: bold !important;
	text-align: left;
}

table.detailsTable .altrow td.highlight
{
	background-color: #DCD5D3 !important;
	color: #DCD5D3 !important;
}

.detailsTable td ul
{
	padding: 0px;
}

.detailsTable td ul li
{
	padding-left: 12px;
	margin: 0px 0px 0px 10px;	
}


table.detailsTable
{
	border-collapse: collapse;
}

table.detailsTable,
.detailsTable td,
.detailsTable th
{
	border: 1px solid #897977;
	background: #ffffff;
	margin: 1em 0em;
}

.detailsTable th,
.detailsTable td
{
	padding: 2px 4px;
}

.detailsTable th
{
	background: #b6acaa;
	color: #4d4442;
}


.detailsTable td.rowheader
{
}

.detailsTable td.highlight
{
	color: #DCD5D3;
	background: url(../images/bullet.png) no-repeat 50% 50%;
}


/* tabs show/hide */

table.tabPanel
{
	border: none;
	width: 100%;
}

table.tabPanel td
{
	border: none;
	padding: 0px 0px;
	background-color: #cec7c5 !important;		
}

.tab 
{ 
	white-space: nowrap;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	color: #4d4543;
	text-transform: uppercase;	
	height:25px;
	width:80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.1em;
	text-align: center;		
}

.tabhold 
{ 
	background: url(../images/tab_off_sm.png) no-repeat top left;
}

.tabfocus,
.tabfocus:hover,
.tabhold:hover
{ 
	background: url(../images/tab_on_sm.png) no-repeat top left;
	color:#d0735a;	
}

.tabcontent 
{ 
	height: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #cec7c5;
}

table.comparisonTable
{
	border-collapse: collapse !important;
}

table.comparisonTable,
.comparisonTable td,
.comparisonTable th,
table.tabPanel td table.comparisonTable td
{
	border: 1px solid #aea3a0 !important;
	background-color: #f0eceb !important;
	margin: 1em 0em !important;
}

.comparisonTable th,
.comparisonTable td
{
	padding: 2px 4px !important;
	text-align: center;
}

.comparisonTable td.highlight
{
	color: #f0eceb !important;
	background: url(../images/bullet.png) no-repeat 50% 50% !important;
}

.comparisonTable .altrow td,
table.tabPanel td table.comparisonTable .altrow td
{
	background-color: #DCD5D3 !important;
}

.comparisonTable th
{
	background-image: url(../images/table_header.png) !important;
	background-position: top left !important;
	background-repeat: repeat-x !important;
	color: #4d4442 !important;
}

.comparisonTable td.rowheader
{
	font-weight: bold !important;
	text-align: center;
}

table.tabPanel td table.comparisonTable .altrow td.highlight
{
	background-color: #DCD5D3 !important;
	color: #DCD5D3 !important;
}

.comparisonTable td ul
{
	padding: 0px;
}

.comparisonTable td ul li
{
	padding-left: 12px;
	margin: 0px 0px 0px 10px;	
}

table,
table.comparisonTable
{
	border-collapse: collapse;
}

table, td, th,
table.comparisonTable,
.comparisonTable td,
.comparisonTable th
{
	border: 1px solid #897977;
	background: #ffffff;
	margin: 1em 0em;
}

th, td,
.comparisonTable th,
.comparisonTable td
{
	padding: 2px 4px;
}

th,
.comparisonTable th
{
	background: #b6acaa;
	color: #4d4442;
}

td.rowheader
.comparisonTable td.rowheader
{
	/*background: #e2dedd;*/
}

td.highlight,
.comparisonTable td.highlight
{
	color: #DCD5D3;
	background: url(../images/bullet.png) no-repeat 50% 50%;
}

table.layoutTable,
.layoutTable,
.layoutTable td
{
	border: none !important;
	background-color: #e2dcdb !important;
}

table.contactForm,
table.contactForm td,
table.formTable,
table.formTable td
{
	border: none;
	background: transparent;
	vertical-align: top;
	font-size:11px;
}

.contactForm .right,
.formTable .right
{
	font-weight: bold;
	text-align: right;
	line-height: 2em;
}

table.clearTable,
table.clearTable th,
table.clearTable td
{
	background-color: transparent !important;
	border: 0px !important;
	vertical-align: top;
}

