﻿/*--------------------general----------------------*/
html, body
{
	margin:0px;
	padding:0px;
	width: 100%;
}
body{
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:8pt;
	text-align:left;
}

img{
	border:0px;
}

input.button
{
	border:1px solid #0B3995;
	color: #0B3995;
	background: #ccc;
	cursor:pointer;
}

input.button:hover
{
	background: #0B3995;
	color: #fff;
}

select
{
	font-family: Monospace;
}

.active, .inactive, .expired, .pending
{
	font-weight: bold;
	text-transform: uppercase;
}

.active
{
	color: #0c0;
}

.inactive
{
	color: #c00;
}

.expired
{
	color: #d60;
}

.pending
{
  color: #090;
  background: #ff0;
  padding: 1px;
}

.duplicate
{
	color: #d60;
	font-weight: bold;
}

.hide
{
	display:none;
}

h2
{
	color:#0B3995;
	font-size:120%;
	margin: 15px 5px 5px 5px;
}

p
{
	margin: 0 5px 10px 5px;
}

a
{
	color: #0B3995;
}

a:hover
{
	color:#00f;
}

/*--------------------header-----------------------*/
.pageheader
{
	border-top:6px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom:1px;
	height:93px;
	min-width: 950px;
	width:100%;
	background: url(../images/bg_top.gif) repeat-x bottom left;
	position: relative;
}

.pageheaderlogo
{
	float:left;
	margin:27px 0 0 51px;
}

.pageheadercontent
{
	position:absolute;
	right:0;
	bottom:0;
	padding: 10px;
	color: #fff;
}

.pageheadercontent a
{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.pageheadercontent a:hover
{
	color:#66ccff;
}

.pageheadercontent .currentuser
{
	font-weight: bold;
	font-size: 150%;
}

.pageheadercontent .currentuser .loggedin
{
	font-weight:normal;
}

/*-------------------login-------------------------*/
.login
{
	background: #bdd7f0;
	height: 300px;
	padding-top:50px;
}

.login table
{
  width:300px;
  margin:0 auto;
}

.login th.top
{
  text-transform: uppercase;
  border-bottom: 1px solid #0F3E9A;
  text-align:center;
  font-weight: normal;
  font-size: 110%;
  padding: 5px;
}

.login th.bot
{
  border-top: 1px solid #0F3E9A;
  padding: 0;
  height:1px;
  line-height: 1px;
}

.login td
{
  padding: 5px 2px;
}

.login .cellname
{
  text-align:right;
}

.login .cellvalue
{
	text-align:left;
}

.login .errormsg
{
	text-align: center;
	margin-top:10px;
}

.logout
{
	text-align: center;
  width:400px;
  margin:50px auto 0 auto;
}


/*-------------------leftcol------------------------*/
.pageleft
{
	position:absolute;
	z-index:2;
	width:214px;
}
.pageleftstage{
	float:left;
	width:100%;
	min-height:300px;
}

/*-------------------leftnav------------------------*/
.leftnavheader, .leftnavheaderonly
{
	padding:0;
	margin:0;
	cursor: pointer;
	width:100%;
}

.leftnavheader a
{
	text-decoration:none;	
	margin:0px;
	padding:0;
	display:block;
	height:25px;
	font:11px Verdana;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;	
	background:url(../images/menu/nav_off_subs.gif) no-repeat;
	padding-left:25px;
	line-height:25px;
}

.leftnavheaderonly a
{
	text-decoration:none;	
	margin:0px;
	padding:0;
	display:block;
	height:25px;
	font:11px Verdana;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;	
	background:url(../images/menu/nav_off.gif) no-repeat;	
	padding-left:25px;
	line-height:25px;
}

.leftnavheader a:hover
{
	background:url(../images/menu/nav_on_subs.gif) no-repeat;
	color:#fff;
}

.leftnavheaderonly a:hover
{
	background:url(../images/menu/nav_on.gif) no-repeat;
	color:#fff;
}

.leftnavitem ul
{
	float:left;
	margin:0px;
	padding:0px;	
}

.leftnavitem ul li
{
	float:right;
	padding:0px;
	margin:0px;	
	list-style:none;
	font-size:0px;
	line-height:0px;
	background:url(../images/menu/sub_nav_off.gif) no-repeat right;	
}

.leftnavitem ul li a
{
	text-decoration:none;	
	margin:0px;
	padding:0 0 0 1px;
	display:block;
	height:23px;
	width:189px;
	color:#fff;
	font:10px Verdana;
	font-weight:normal;
	line-height:20px;
}

.leftnavitem ul li a:hover
{
	padding: 0 0 0 1px;
	background:url(../images/menu/sub_nav_on.gif) no-repeat right;
	color:#fff;
	font-weight:bold;
}

/*-------------------content------------------------*/
#MasterContentLoader
{
	position:absolute;
	left:49%;
	top:106px;
	background: url(../images/ajax-loader_contrast.gif) no-repeat;
	height:16px;
	width:16px;
	z-index: 2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;	
}

.pagepadding
{
	padding:5px;
}
.pagecontent
{
  background:url(../images/bg_left2.gif) repeat-y left;
  padding-left:215px;
	display:inline-block;
	background-color:#ffffff;
	width:100%;
	min-height:300px;
}

.pagemiddle
{
	overflow:hidden;
	width:100%;
	min-width:950px;
	min-height:300px;
}

.pagetitle
{
	background:#000;
	color:#fff;
	font:18px Arial;
	margin: 0 1px;
	width:100%;
	float:left;
	padding:3px;
}

.section
{
	margin: 15px 5px;
}

.section h2
{
	font-size:120%;
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.section ul
{
	margin: 0 0 0 20px;
	list-style: none;
}

.section li
{
	padding: 0 0 10px 0;
}

.notes
{
	color:#999;
	font-style: italic;
}
/*-------------------footer------------------------*/

.pagebottom
{
	width:100%;
}

.pagebuttons
{
	padding:10px 0;
	border-bottom:1px solid #ffffff;
	background:url(../images/bg_left2.gif) repeat-y left;
	background-color:#ccc;
	white-space: nowrap;
	height:30px;
	width:100%;
}

.pagebuttons .stage
{
	float:left;
	white-space:nowrap;
	margin-left:225px;
}

.pagefooter
{
	background:url(../images/bg_footer.gif) repeat-x;
	border-top:1px solid #ffffff;
	width:100%;
	height:64px;
	border-top:1px solid #ffffff;
	text-align:center;
	color:#666666;
	padding-top:25px;		
}

/*---------------------popups-------------------------*/
.popupMenu
{
}

.popupHover
{
	
}

/*---------------------tables-------------------------*/
.cellname
{
	font-weight:bold;
	padding-right:5px;
}

.cellvalue
{
}

.cellinfo
{
	color: #ccc;
}

.celltools
{
	text-align:right;
}

.celltools input
{
	font-size: 10px;
}

.tablecontent
{
	margin: 5px;
	border-collapse: collapse;
}

.tablelist
{
	border-collapse: collapse;
	margin: 5px;
	border:1px solid #ccc;
}

.tablelist th, .tablelist td, .tablecontent th, .tablecontent .td
{
	margin: 0;
	padding: 3px;
}

.tablelist th, .tablecontent th
{
	background: #ccc;
}

.row
{
}

.rowalt
{
	background: #eee;
}

.rowhigh
{
	background: #ffff00 !important;
}

.rowpick
{
	background: #ffc;
}

.rownew
{
  background: #cfc;
}

.rowadd
{
	background: #ccc;
}

.nosale td
{
  color:#c00;
}

/*--------------------msgs--------------------------*/
#MasterLoader
{
	position:absolute;
	z-index:2;
	left: 5px;
	top: 2px;
	background: url(../images/ajax-loader_long.gif) no-repeat;
	height: 18px;
	width: 220px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
}

.mastermsgs div
{
/*	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
*/
}

.mastermsgs
{
	position:relative;
	float:left;
	width:500px;	
}

.errormsg, .valid, .pageerror
{
	font-weight:bold;
	color: #c00;
}

.successmsg, .pagesuccess
{
	font-weight: bold;
	color:#0c0;
}

.pagesuccess, .pageerror
{
	padding:5px;
}

/*-----------------accordion------------------------*/
.accordionHeader, .accordionHeaderSelected
{
    border: 1px solid #333;
    color: #000;
    background-color: #aaa;
		font-weight: normal;
    padding: 1px 2px;
    cursor: pointer;
}

.accordionHeader a, .accordionHeaderSelected a
{
  color: #000;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover, .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: none;
}

.accordionContent
{
  background-color: #aaa;
  border: 1px dashed #333;
  border-top: none;
  padding: 2px;
}



/*--------------------misc--------------------------*/
.lse
{
	font-size:16px;
	font-style:italic;
	color:#999;
	right:0px;
	background:#fff;
	border:1px dotted #000;
}

.editbox
{
	font-size: 11px;
	color: #0f0;
	background: #000;
	font-family: Courier New, Courier, Monospace;
	height:400px;
	min-width:600px;
	width:100%;
}

.edithandle
{
	width:16px;
	height:16px;
	background-image:url(../images/HandleGrip.png);
	overflow:hidden;
	cursor:e-resize;
}

.resources
{
	border:1px solid #0B3995;
	background: #fff;
	padding:0;
	text-align:center;
}

.resources .title
{
	background: #0B3995;
	color:#fff;
	font-weight:bold;
	padding: 2px;
}

.resources .image
{
	padding: 10px;
}

.resources .sheets
{
	padding: 5px;
}

.resources .sheets img
{
	margin-right:5px;
	vertical-align:middle;
}

.resources .upload
{
	text-align:left;
	padding: 2px;
}

.calc
{
	position:absolute;
	border:1px solid #000;
	background:#ccc;
	width:200px;
}

/* Calculator */
.modalCalculator
{
	width:180px;
	background:#ccc;
	border:3px outset #ccc;
	padding:3px;
}

.calcHeader
{
	cursor: move;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}

#CalcResults
{
	font-family: monospace;
	background: #000;
	color: #0f0;
	font-weight: bold;
	font-size: 14px;
}

.calcContent
{
	text-align:center;
}

.calcButton
{
	width:40px;
	height:40px;
	border-width: 3px;
	cursor: pointer;
}

.calcButtons
{
	text-align:center;
}

.calcButtons .calcButton
{
	height:25px;
	width:85px;
}


.onsale { height:12px;width:12px;display:inline-block;background:url(../images/sale_12x12.png) 0 0 no-repeat; }
.newprod { height:12px;width:12px;display:inline-block;background:url(../images/new_12x12.png) 0 0 no-repeat; }

.promologic, .promocode, .promoemail { /* placeholder classes for jquery and suppress warnings in studio */ }