/**
 * 
 *	HTML5 Boilerplate
 *
 */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, xform, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/* Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/ */
body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px #00209f; -webkit-box-shadow: 0px 0px 5px #00209f; box-shadow: 0px 0px 5px #00209f;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Text selection color */
::-moz-selection{ background: #486ec3; color:#eee; text-shadow: none; }
::selection { background:#486ec3; color:#eee; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #486ec3; }

/* Make buttons play nice in IE */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:*/
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {
  color: #444;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif; 
}

a {
   outline: 0;
   text-decoration: none;
   color: inherit;
}

/*
 * 
 *	Custom styles
 *  
 */
 

/* << Header stuff >> */

#header {
	background: #486ec3;
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df);
	background: -webkit-linear-gradient(#6588df, #003f8c);
	padding:10px;
	margin-bottom:10px;
	height:57px;
	border-bottom: solid 1px #00209f;
	color:white;
	text-shadow: 1px 1px 1px #00209f;
	-moz-box-shadow: 0px 5px 8px #aaa;
	-webkit-box-shadow: 0px 5px 8px #aaa;
	box-shadow: 0px 5px 8px #aaa;
}

.headercolor {
	background: #486ec3;
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df);
	background: -webkit-linear-gradient(#6588df, #003f8c);
	border-bottom: solid 1px #00209f;
	color:white;
	text-shadow: 1px 1px 1px #00209f;
	-moz-box-shadow: 0px 5px 8px #aaa;
	-webkit-box-shadow: 0px 5px 8px #aaa;
	box-shadow: 0px 5px 8px #aaa;
}

.cart {
	margin:45px 5px 0px 5px;
}

.login {
	width: 108px;
	margin-left:30px;
}
.techeqpic 
{
    max-height:100px;
    max-width:100px;
}
.loginform {
	border:none;
	margin:0 10px 5px 0;
	padding-left:4px;
	width:104px;
	height:15px;
	display:block;
	color:#666;
	font-size:85%;
	text-shadow:none;
	-moz-box-shadow:inset 0 0 7px #ddd;
  -webkit-box-shadow:inset 0 0 7px #ddd;
  box-shadow:inset 0 0 7px #ddd;
}
 
#newsearch {
	margin-left:20px;
	font-size:.6em;
	font-style:italic;
	text-transform:capitalize;
	font-weight:bold;
}


/* << Search stuff >> */

.searchform {
	border:solid 1px #8fbce6;
	width:275px;
	height:20px;
	margin:10px;
	padding:5px 10px;
	display:block;
	color:#666;
	font-size:115%;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}

.searchformsmall {
	border:solid 1px #8fbce6;
	width:200px;
	height:18px;
	margin:10px 0 0 10px;
	padding:2px 5px;
	color:#666;
	font-size:75%;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}

.selleqdrop {
	border:solid 1px #8fbce6;
	width:275px;
	margin:10px;
	display:block;
	color:#666;
    box-shadow: 1 1 3px #aaa;
}

#searcheqbox {
	background-color:#f0f0f0;
	width:318px;
	clear:left;
	margin: 0px 10px 10px 0;
	height:120px;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow:inset 0 0 3px #fff;
    -webkit-box-shadow:inset 0 0 3px #fff;
    box-shadow:inset 0 0 3px #fff;
}

.searchpnbox {
	background-color:#f0f0f0;
	width:318px;
	margin: 0px 10px 10px 0;
	height:120px;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow:inset 0 0 3px #fff;
    -webkit-box-shadow:inset 0 0 3px #fff;
    box-shadow:inset 0 0 3px #fff;
}

#searchpnbox {
	background-color:#f0f0f0;
	width:318px;
	margin: 0px 10px 10px 0;
	height:120px;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow:inset 0 0 3px #fff;
    -webkit-box-shadow:inset 0 0 3px #fff;
    box-shadow:inset 0 0 3px #fff;
}
#searchpnboxtest {
	background-color:#f0f0f0;
	width:350px;
	margin: 0px 10px 10px 0;
	height:120px;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow:inset 0 0 3px #fff;
    -webkit-box-shadow:inset 0 0 3px #fff;
    box-shadow:inset 0 0 3px #fff;
}
#searchhelpbox {
	background-color:#f0f0f0;
	width:318px;
	clear: right;
	margin: 0px 0px;
	height:120px;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow:inset 0 0 3px #fff;
    -webkit-box-shadow:inset 0 0 3px #fff;
    box-shadow:inset 0 0 3px #fff;
}

.searchbox {
	padding:5px;
	border:1px solid ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:inset 0 0 6px #ddd;
    -webkit-box-shadow:inset 0 0 6px #ddd;
    box-shadow:inset 0 0 6px #ddd;
}

.pmsearchbox {
	margin-right:0px;
	padding:5px;
	font-size:16px;
	border:1px solid bbf;
	color:#000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px; 
}

.pmsearchbutton {
	margin:10px 0;
	padding:7px 12px;
	color:#fff;
	font-size:16px;
	text-shadow:1px 1px 1px #aae;
	border:none;
	background: #6E8FE7;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0; 
}
   
.pmsearchbutton:hover {
	background: #86A5FF;
	color: #fff;
}
   
.pmsearchbutton:active {
	background: #587CD2;
}

.pmpartsline {
	float:left;
	width:904px;
	margin:0 0 0 10px;
	padding:5px 20px 2px 10px; 
	display:block; 
	line-height:22px;

	background-color:#fff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);

	border:solid 1px #eef;
	border-right:solid 3px #e6e6ff; 
	border-left:solid 3px #e6e6ff; 
}

.pmpartsline:hover {
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf); 

	border:solid 1px #ddf;
	border-right:solid 3px #ddf; 
	border-left:solid 3px #ddf; 
}

.pmpartsline:active {
	background-color: #ddf; 	
	background: -moz-linear-gradient(100% 100% 90deg, #ccf, #ddf);
	background: -webkit-linear-gradient(#ddf, #ccf);

	border:solid 1px #aaf;
	border-right:solid 3px #bbf; 
	border-left:solid 3px #bbf; 
}



/* << Featured Parts & Equipment stuff >> */

.partlisting {
	width:110px;
	height: 180px;
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	border:solid 1px #eef;
	background-color:#fff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);
	font-size:12px;
}

.eqlisting {
	width:125px;
	height: 190px;
	float:left;
	margin:0 10px 10px 0;
	padding:10px;
	border:solid 1px #eef;
	border-top:solid 1px #fff;
	background-color:#fff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);
	font-size:12px;
}

.partlisting:hover, .eqlisting:hover { 
	border:solid 1px #ddf;
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
}

.partlisting:active, .eqlisting:active {
	border: 1px solid #ccf;
	background-color:#ddf;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	box-shadow: 0px 0px 10px #bbd;
}

.listingpic {
	display:block;
	max-height:75px;
	max-width:105px;
	margin-bottom:5px;
	border:solid 1px #eef;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
}

.listingdesc {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.listingpn {
	color:#666;
	display:block;
	margin-bottom:5px;
}

.listingstock {
	color:#666;
	font-style:italic;
	display:block;
	margin-bottom:5px;
	text-transform:lowercase;
}

.listingprice {
	color:#486ec3;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.partgroup {
	clear:both;
	float:left;
}

/* << Partners stuff >> */

#partnerbox {
	background-color:#eef;
	width:298px;
	clear:right;
	display:inline;
	padding:10px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

.partnermodel {
	border:solid 1px #ddf;
	margin:10px 10px 10px 0;
	box-shadow: 1px 1px 1px #aaf;
	max-height:50px;
	max-width:50px;
}

.partnermodel:hover {
	border:solid 1px #bbf;
	box-shadow: 1px 1px 1px #669;
}

.partnermodel:active {
	border:solid 1px #bbf;
	box-shadow: 2px 2px 4px #88f;
}


/* << Diagram/Parts Listing stuff >> */

#plcats {
	width:614px;
	height:15px;
	margin:0;
	padding:5px;
	float:left;
	clear:both;
	border:solid 1px #ddd;
	border-right:solid 3px #ddf;
	border-left:solid 3px #ddf;
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	text-shadow:-1px -1px 1px white;
	cursor:default;
}

#plcatnum {
	width:30px;
	text-align:right;
	padding-right:5px;
	float:left;
}

#plcatpn {
	width:55px;
	padding:0 10px;
	float:left;
	border-left:1px solid #ccf;
}

#plcatdesc {
	width:145px;
	padding:0 10px;
	float:left;
	border-left:1px solid #ccf;
}

#plcatnotes {
	width:95px;
	padding:0 10px;
	float:left;
	border-left:1px solid #ccf;
}

#plcatprice {
	width:50px;
	padding:0 10px;
	text-align:right;
	float:left;
	border-left:1px solid #ccf;
}

#plcatqty {
	width:25px;
	text-align:right;
	padding:0 5px;
	float:left;
	border-left:1px solid #ccf;
}

.plline {
	width:614px;
	float:left;
	margin:0;
	padding:3px 0 3px 10px;
	border-bottom:solid 1px #e6e6ff;
	border-top:solid 1px #fff;
	border-right:solid 3px #e6e6ff;
	border-left:solid 3px #e6e6ff;
	background-color:#fff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 2px #eee;
	font-size:12px;
}

.plline:hover { 
	border:solid 1px #e6e6ff;
	border-right:solid 3px #ccf;
	border-left:solid 3px #ccf;
	border-top:solid 1px #fff;
	background-color:#f6f6ff;
	background: -moz-linear-gradient(100% 100% 90deg, #e6e6ff, #f6f6ff);
	background: -webkit-linear-gradient(#f6f6ff, #e6e6ff);
	cursor:default;
}

.plnum {
	width:20px;
	text-align:right;
	padding:2px 10px 2px 0;
	margin-top:2px;
	float:left;
	font-weight:bold;
}

.plpn {
	width:55px;
	padding:2px 10px;
	margin-top:2px;
	float:left;
	border-left:1px solid #e6e6ff;
	font-style:italic;
	color:#778;
}

.pldesc {
	width:145px;
	padding:2px 10px;
	margin-top:2px;
	float:left;
	border-left:1px solid #e6e6ff;
	color:#222;
}

.plnotes {
	width:95px;
	padding:2px 10px;
	margin-top:2px;
	float:left;
	border-left:1px solid #e6e6ff;
}

.plstatus {
	font-size:12px;
	color:#778;
	margin-bottom:5px;
	display:block;
}

.plprice {
	width:50px;
	padding:2px 10px;
	margin-top:2px;
	text-align:right;
	float:left;
	border-left:1px solid #e6e6ff;
	color:#486ec3
}

.plqty {
	width:25px;
	text-align:right;
	padding:2px 0 2px 10px;
	margin:0;
	float:left;
	border-left:1px solid #e6e6ff;
}

.plqtybox {
	border:solid 1px #8fbce6;
	width:100%;
	margin:0;
	padding:2px;
	color:#666;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}

.plorder {
	margin:0 0 0 25px;
	padding:2px 0;
	float:left;
	font-size:12px;
}


/* << Equipment search results stuff >> */

#eqcats {
	width:618px;
	height:15px;
	margin:0 0 0px 0;
	padding:5px;
	float:left;
	clear:both;
	border:solid 1px #ddd;
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	text-shadow:-1px -1px 1px white;
}

.eqcats {
	width:618px;
	height:15px;
	margin:0 0 0px 0;
	padding:5px;
	float:left;
	clear:both;
	border:solid 1px #ddd;
	color:#222;
	background:#ccf;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	text-shadow:-1px -1px 1px white;
}

.eqcats2 {

	margin:0 0 0px 0;
	padding:5px;
	float:left;
	
}

#eqcattype {
	width:100px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

.eqresult {
	width:608px;
	overflow: hidden;
	float:left;
	margin:0 10px 0px 0;
	padding:10px;
	border:solid 1px #eef;
	border-top:solid 1px #fff;
	background-color:#fff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);
	font-size:12px;
}

.eqresult:hover { 
	border:solid 1px #ddf;
	border-top:solid 1px #fff;
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
}

.eqresult:active {
	border: 1px solid #aaf;
	border-top:solid 1px #fff;
	background-color: #ddf; 	
	background: -moz-linear-gradient(100% 100% 90deg, #ccf, #ddf);
	background: -webkit-linear-gradient(#ddf, #ccf);
}

#eqcatpic {
	width:48px;
	float:left;
}

#eqcattype {
	width:100px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

#eqcatmake {
	width:140px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

#eqcatmodel {
	width:156px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

#ueeqcatdesccatmodel {
	width:136px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

#eqcatdesc {
	width:126px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

#ueeqcatmodel {
	width:126px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

#ueeqcatdesc {
	width:126px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

#ueeqcatprice {
	width:60px;
	float:left;
	background-image:url(../img/vdivide.png);
	background-repeat:repeat-y;
	background-position:left;
}

.eqresultpicbox {
	width:43px;
	float:left;
	display:inline;
}

.eqresultpic {
	width:35px;
	float:left;
	display:inline;
	border:solid 1px #ddf;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
}

.eqresulttype {
	width:90px;
	padding:5px;
	float:left;
	display:inline;
	border-left:solid 1px #eef;
	text-transform:lowercase;
	font-style:italic;
}

.eqresultmake {
	width:128px;
	padding:5px;
	float:left;
	display:inline;
	border-left:solid 1px #eef;
	text-transform: uppercase;
	font-weight:bold;
}

.eqresultmodel {
	width:144px;
	padding:5px;
	float:left;
	display:inline;
	border-left:solid 1px #eef;
	text-transform: uppercase;
	font-weight:bold;
}

.eqresultdesc {
	width:144px;
	padding:5px;
	float:left;
	display:inline;
	border-left:solid 1px #eef;
}

.ueeqresultmodel {
	width:114px;
	padding:5px;
	float:left;
	display:inline;
	border-left:solid 1px #eef;
	text-transform:capitalize;
	font-weight:bold;
}

.ueeqresultdesc {
	width:117px;
	padding:5px;
	float:left;
	display:inline;
	border-left:solid 1px #eef;
}

.ueeqresultprice {
	width:36px;
	padding:5px;
	float:left;
	display:inline;
	border-left:solid 1px #eef;
}


/* << Refine Equipment Search >> */

#refinesearchbox {
	background-color:#eef;
	width:278px;
	clear:right;
	display:inline;
	padding:20px;
	margin:0 0 10px 0;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

.refinesearchbox {
	background-color:#eef;
	width:278px;
	clear:right;
	display:inline;
	padding:20px;
	margin:0 0 10px 0;
	border: solid 1px #ddd;
	text-shadow:-1px -1px 1px white;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

#refinesearchbox li{
	list-style-type:none;
	margin:0;
}

.refinesearchform {
	border:solid 1px white;
	width:255px;
	height:20px;
	margin:10px 0;
	padding:5px 10px;
	display:block;
	color:#666;
	font-size:115%;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
	-moz-box-shadow: 0 0 1px #486ec3;
    -webkit-box-shadow: 0 0 1px #486ec3;
    box-shadow: 0 0 1px #486ec3;
}

#refinesearchbox li a { 
	display: block; 
	background: #ddf; 
	background: -moz-linear-gradient(100% 100% 90deg, #ccf, #e8e8ff);
	background: -webkit-linear-gradient(#e8e8ff, #ccf);
	color: #444; 
	text-align: center; 
	text-shadow:none;
	text-decoration:none;
	border: 0; 	
}

#refinesearchbox li a:hover { 
	background-color: #486ec3 !important; 	
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df) !important;
	background: -webkit-linear-gradient(#6588df, #003f8c) !important;
	color: #fff; 
}

#refinesearchbox li a:active { 
	color: #fff;
	background: #8fbce6;
	background: -moz-linear-gradient(100% 100% 90deg, #88e, #ccf);
	background: -webkit-linear-gradient(#ccf, #88e);
}


/* << Resources on Equipment Page >> */

#resourcebox {
	background-color:#eef;
	width:278px;
	clear:right;
	display:inline;
	padding:20px;
	margin:0 0 10px 0;
	border: solid 1px #ddd;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	font-family:Arial, Helvetica, sans-serif;
 }


/* << Organic Tabs - by Chris Coyier of css-tricks.com >> */

#tab-wrap { width: 278px; margin: 20px auto; }

.hide { position: absolute; top: -9999px; left: -9999px; }

#resourcebox .list-wrap { background: #eef; padding: 10px; margin: 0 0 15px 0; }

#resourcebox .nav { 
	overflow: hidden; 
	margin: 0 0 10px 0; 
}

#resourcebox .nav li { 
	width: 86px; 
	height:40px; 
	float: left; 
	margin: 0 10px 0 0; 
}

#resourcebox .nav li.last { 
	margin-right: 0; 
}

#resourcebox .nav li a { 
	display: block; 
	background: #ddf; 
	background: -moz-linear-gradient(100% 100% 90deg, #ccf, #e8e8ff);
	background: -webkit-linear-gradient(#e8e8ff, #ccf);
	color: #444; 
	text-align: center; 
	border: 0; 	
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
}

#resourcebox li a.current,#resourcebox li a.current:hover { 
	background-color: #486ec3 !important; 	
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df) !important;
	background: -webkit-linear-gradient(#6588df, #003f8c) !important;
	color: #fff; 
	font-weight:bold; 
}

#resourcebox .nav li a:hover, #resourcebox .nav li a:focus { 
	color: #fff;
	background: #8fbce6;
	background: -moz-linear-gradient(100% 100% 90deg, #88e, #ccf);
	background: -webkit-linear-gradient(#ccf, #88e);
}

#resourcebox ul { 
	list-style: none; margin-left:0; 
	}
	
#resourcebox ul li a { 
	display: block; 
	border-bottom: 1px solid #dee; 
	padding: 4px; 
	color: #444; 
}

#resourcebox ul li a:hover { 
	background: #8fbce6; 
	background: -moz-linear-gradient(100% 100% 90deg, #88e, #ccf);
	background: -webkit-linear-gradient(#ccf, #88e);
	color: #fff; 
	text-decoration:none;
}

#resourcebox ul li a:active { 
	background-color: #00209f; 	
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df);
	background: -webkit-linear-gradient(#6588df, #003f8c);
	color: #fff; 
	text-decoration:none;
}

#resourcebox ul li:last-child a { 
	border: none; 
}


/* << Sidebar Listing >> */

.sidelisting {
	width:280px;
	float:left;
	margin:0px 0px 5px 0;
	padding:5px;
	display:block;
	border:solid 1px #ccf;
	background: #e6e6ff; 
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #e2e2ff);
	color: #444; 
}

.sidelisting:hover { 
	border:solid 1px #aaf;
	color:#fff;
	text-shadow:1px 1px 1px #00209f;
	background: #ddf;
	background: -moz-linear-gradient(100% 100% 90deg, #88e, #ccf);
	background: -webkit-linear-gradient(#ccf, #88e);
}

.sidelisting:active { 
	border:solid 1px #aaf;
	color:#fff;
	text-shadow:1px 1px 1px #00209f;
	background: #aaf;
	background: -moz-linear-gradient(100% 100% 90deg, #66d, #aaf);
	background: -webkit-linear-gradient(#aaf, #66d);
}

.sidelistingpic {
	float:left;
	display:inline;
}

.sidebartext {
	float:left;
	padding:10px;
	width:200px;
}


/* << Sidebar Listing >> */

.ueuserpicbox {
	height: 100px;
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
	border:solid 1px #eef;
	background-color:#f6f6ff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);
}

.ueuserpicbox:hover {
	border:solid 1px #ccf;
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #f6f6ff);
	background: -webkit-linear-gradient(#f6f6ff, #ddf);
}

.ueuserpic {
	display:block;
	max-height:97px;
	max-width:127px;
	border:solid 1px #eef;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
}


/* << Page Controls >> */

#pagebox {
	width:100%;
	clear:left;
	text-shadow:-1px -1px 1px white;
	text-align:center;
	margin:10px 0;
}

#pagebox a { 
	border: solid 1px #ddd;
	background: #eee;
	background: -moz-linear-gradient(100% 100% 90deg, #e6e6e6, #eee);
	background: -webkit-linear-gradient(#eee, #e6e6e6);
	padding: 3px 6px;
	margin:10px;
	border-radius: 5px;
	text-shadow:none;
	color: #999;
	text-decoration: none !important;
	vertical-align: middle;
}
   
#pagebox a:hover {
	border:solid 1px #999;
	background: #bbb;
	background: -moz-linear-gradient(100% 100% 90deg, #999, #ccc);
	background: -webkit-linear-gradient(#ccc, #999);
	color:#fff;
}
   
#pagebox a:active {
	border:solid 1px #fff;
	background-color: #00209f; 	
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df);
	background: -webkit-linear-gradient(#6588df, #003f8c);
	color:#fff;
}

/* << Footer >> */

footer {
	margin-top:10px;
	text-align:right;
}




/* << Part Page >> */

.partpagepic {
	max-height:250px;
	max-width:250px;
	margin:0 20px 0px 0;
	float:left;
}

.partqty {
	border:solid 1px #8fbce6;
	width:100%;
	max-width:50px;
	height:20px;
	margin-bottom:10px;
	padding:5px;
	display:block;
	clear:both;
	color:#666;
	font-size:115%;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}


/* << Shopping Cart >> */

.cartitem {
	width:622px;
	float:left;
	border:solid 1px #e6e6ff;
	border-top:solid 1px #fff;
	border-right:solid 3px #e6e6ff;
	border-left:solid 3px #e6e6ff;
	background-color:#fff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);
	text-shadow:1px 1px 1px #f6f6ff;
}

.cartitem:hover { 
	border:solid 1px #e6e6ff;
	border-right:solid 3px #ccf;
	border-left:solid 3px #ccf;
	border-top:solid 1px #fff;
	background-color:#f6f6ff;
	background: -moz-linear-gradient(100% 100% 90deg, #e6e6ff, #f6f6ff);
	background: -webkit-linear-gradient(#f6f6ff, #e6e6ff);
}

.cartdetail {
	margin:5px 0;
	padding:18px 10px 0 10px;
	height:57px;
	float:left;
	border-left:1px solid #e6e6ff;
}

.cartpicbox {
	width:80px;
	margin:5px 0;
	padding:0 10px;
	height:75px;
	float:left;
}

.cartpic {
	max-width:75px;
	max-height:75px;
	border:solid 1px #ddf;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
}


/* << jQuery Tools Tooltips >> */

.tooltip {
	display:none;
	position:absolute;
	padding:12px;
	color:#fff;	
	font-weight:bold;	
	font-size:12px;
	background: #486ec3;
	background: rgba(72, 110, 195, 0.9);
	border:solid 2px #ccf;
	border:solid 2px rgba(255, 255, 255, 0.7);
	border-radius:8px;
	cursor:help;
}

.question {
	background: #ccf;
	padding: 1px 4px;
	border-radius: 30px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
}

.tipped {
	padding:5px;
	display:inline-block;
	cursor:help;
}

.tipped:hover {
 	background:#b9c9fe;
}


/* << USAfix™ Toolbar >> */


.tbdefault {
	border-left:5px solid #ccf;
	border-right:5px solid #ccf;
	border-radius:5px;
	background: #449;
	background: -moz-linear-gradient(100% 100% 90deg, #449, #77c);
	background: -webkit-linear-gradient(#77c, #449);
	color: #fff !important;
	padding:5px 10px;
	margin:0 5px;
	text-shadow:none;
	box-shadow: 1px 2px 3px #bbb;
	text-decoration: none !important;
	vertical-align: middle;
}
   
.tbdefault:hover {
	border-left:5px solid #aad;
	border-right:5px solid #aad;
	background: #338;
	background: -moz-linear-gradient(100% 100% 90deg, #338, #66b);
	background: -webkit-linear-gradient(#66b, #338);
}
   
.tbdefault:active {
	border-left:5px solid #88b;
	border-right:5px solid #88b;
	background: #116;
	background: -moz-linear-gradient(100% 100% 90deg, #116, #449);
	background: -webkit-linear-gradient(#449, #116);
}


/* << Checkout procedure >> */

.breadcrumbbox {
	width:980px;
	margin:10px auto;
	clear:both;
}

.bcp {
	height:24px;
	padding:3px;
	margin:0 10px 20px 0;
	color:#444;
	font-size:14px;
	line-height:28px;
	background: #ccf;
	background: -moz-linear-gradient(100% 100% 90deg, #99f, #ddf);
	background: -webkit-linear-gradient(#ddf, #99e);
	box-shadow: 1px 2px 3px #ccc;
	border:solid 1px #aaf;
	border-top:solid 1px #ccf;
	border-bottom:solid 1px #88d;
	border-radius:5px;
	display:inline;
	text-decoration:none;
	cursor:default;
}

.bcp:hover {
	text-decoration:none;
}

.bcp:hover {
	text-decoration:none;
}

.bcf {
	height:24px;
	padding:3px;
	margin:0 10px 20px 0;
	color:#888;
	font-size:14px;
	line-height:28px;
	background: #ccc;
	background: -moz-linear-gradient(100% 100% 90deg, #aaa, #eee);
	background: -webkit-linear-gradient(#eee, #aaa);
	box-shadow: 1px 2px 3px #ccc;
	border:solid 1px #bbb;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #999;
	border-radius:5px;
	display:inline;
	cursor:default;
}

.cform {
	border:none;
	margin:0px 10px 10px 0;
	padding:5px;
	width:104px;
	height:15px;
	border:solid 1px #ccf;
	color:#666;
	font-size:85%;
	text-shadow:none;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}

#cartbox {
	background-color:#fff;
	width:588px;
	clear:left;
	display:inline;
	margin: 0px 10px 10px 0;
	padding:30px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:none;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

#cartbox a {
	color:#486ec3;
}

#cartbox a:hover {
	text-decoration:underline;
}

.threeoptions {
	width:170px; 
	height:200px;
	float:left; 
	text-align:center; 
	padding:12px;
	margin:10px 0 30px 0;
}


/* << Tooltip stuff with <i> >> */

span > i {
	text-align: center;
	font: normal 90% sans-serif;
	line-height: 150%;
	color: #fff;
	background: #486ec3;
	background-clip: padding-box;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	border-radius: 6px;
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	padding: 10px;
	bottom: 100%;
	margin-bottom: 15px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

span > i:before, span > i:after {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

span > i:before {
	border-top: 10px solid transparent;
	border-top: 10px solid transparent;
	margin-top: 5px;
}

span > i:after{
	border-top: 10px solid #DDD;
	margin-top: -0px;
	z-index: 1;
}

span:hover > i {
	visibility: visible;
	opacity: 1;
}

/* << General >> */

body {
	background:url(bg.gif);
}

.container {
	margin:5px auto;
	min-width:980px;
	clear:both;
	padding:3em;
}

.containert {
	margin:0 auto;
	max-width:980px;
	clear:both;
}

.min100{
	width:100%;
}

.100min{
	min-width:100%;
}

.reportbox {
	background-color:#fff;
	width:960px;
	clear:left;
	display:block;
	margin: 0px 10px 10px 0;
	padding:10px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:none;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}
#contentbox {
	background-color:#fff;
	display:inline;
	margin: 0px 10px 10px 0;
	padding:10px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:none;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

#contentbox2 {
	background-color:#fff;
	width:628px;
	clear:left;
	display:inline;
	margin: 0px 10px 10px 0;
	padding:10px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:none;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}
#contentbox24 {
	background-color:#fff;
	width:628px;
	clear:left;
	display:inline;
	margin: 0px 10px 10px 0;
	padding:10px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:none;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
}
hr {
	margin:20px 0;
}

.divider {
	width:100%; 
	height:1px; 
	margin:20px 0;
	float:left;
	clear:both;
	background-color:#eef; 
	box-shadow: 0px 1px 2px #eef; 
}

a, a:active, a:visited { 
	color: inherit; 
	text-decoration:none; 
}

a:hover { 
	color:inherit;
	cursor:pointer;
	text-decoration:underline; 
}

.fancycontainer {
	margin:0 auto;
	width:100%;
	height:100%;
	clear:both;
	background-color:#fff;
}

.left {
	float:left;
}

.right {
	float:right;
}

.nofloat {
	float:none;
}

.mlten {
	margin-left:10px;
}

input {
	text-shadow:inherit;
}

.cleared {
	clear:both;
}

.button {
	border-top: 1px solid #ddf;
	border-bottom:1px solid #446;
	border-right:none;
	border-left:none;
	background: #6F90E8;
	padding: 3px 8px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	font-weight:normal;
	text-decoration: none !important;
	vertical-align: middle;
}
   
.button:hover {
	border-top: 1px solid #ccf;
	border-bottom: 1px solid #aae;
	background: #86A5FF;
	color: #fff;
}
   
.button:active {
	border-top: 1px solid #669;
	border-bottom: 1px solid #aae;
	background-color: #587CD2; 	
}

.assetbutton {
	border-top: 1px solid #ddf;
	border-bottom:1px solid #446;
	border-right:none;
	border-left:none;
	background: #6F90E8;
	padding: 2px 5px;
	margin:5px;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
}
   
.assetbutton:hover {
	border-top: 1px solid #ccf;
	border-bottom: 1px solid #aae;
	background: #86A5FF;
	color: #fff;
}
   
.assetbutton:active {
	border-top: 1px solid #669;
	border-bottom: 1px solid #aae;
	background-color: #587CD2; 	
}

.brokebutton {
	border-top: 1px solid #ccc;
	border-bottom:1px solid #aaa;
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	background: #eee;
	padding: 3px 6px 1px 6px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
	text-shadow:0px 0px 0px #aaa;
	color: #844 !important;
	text-decoration: none !important;
	vertical-align: middle;
	cursor:default !important;
}

.xbutton {
	border-top: 1px solid #ccc;
	border-bottom:1px solid #aaa;
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	background: #e8e8e8;
	padding: 0px 5px 2px 5px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
	text-shadow:0px 0px 0px #aaa;
	color: #666 !important;
	text-decoration: none !important;
	vertical-align: middle;
}
   
.xbutton:hover {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #ddd;
	background: #ddd;
	color: #fff;
}
   
.xbutton:active {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #eee;
	background: #ccc; 	
}

.gbutton {
	border-top: 1px solid #eee;
	border-bottom:1px solid #555;
	border-right:none;
	border-left:none;
	background: #888;
	padding: 3px 8px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
}
   
.gbutton:hover {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #ddd;
	background: #aaa;
	color: #fff;
}
   
.gbutton:active {
	border-top: 1px solid #888;
	border-bottom: 1px solid #eee;
	background-color: #666; 	
}

.lilgbutton {
	border-top: 1px solid #eee;
	border-bottom:1px solid #aaa;
	border-right:none;
	border-left:none;
	background: #ddd;
	padding: 0px 2px 2px 2px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 3px;
	text-shadow:none;
	color: #999 !important;
	text-decoration: none !important;
	vertical-align: middle;
	height: .5em;
}
   
.lilgbutton:hover {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	background: #ccc;
	color: #888;
}
   
.lilgbutton:active {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #eee; 	
	color: #bbb;
}

.grbutton {
	border-top: 1px solid #eee;
	border-bottom:1px solid #555;
	border-right:none;
	border-left:none;
	background: #080;
	padding: 3px 8px;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
}
   
.grbutton:hover {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #ddd;
	background: #2a2;
	color: #fff;
}
   
.grbutton:active {
	border-top: 1px solid #888;
	border-bottom: 1px solid #eee;
	background-color: #060; 	
}

 .offbutton {
	border-top: 1px solid #ddd;
	border-bottom:1px solid #bbb;
	border-right:none;
	border-left:none;
	background: #bb0;
	padding: 3px 8px;
	margin:10px 20px 10px 0;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
} 
     .offSoldbutton {
	border-top: 1px solid #ddd;
	border-bottom:1px solid #bbb;
	border-right:none;
	border-left:none;
	background: #bb0;
	padding: 3px 8px;
	margin:10px 20px 10px 0;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
} 
.obutton {
	border-top: 1px solid #ddd;
	border-bottom:1px solid #bbb;
	border-right:none;
	border-left:none;
	background: #EFAA22;
	padding: 3px 8px;
	margin:10px 20px 10px 0;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
}
.obutton:hover {
	border-top: 1px solid #eee;
	border-bottom:1px solid #ccc;
	background: #FFBF3B;
	color: #fff;
}
   
.obutton:active {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	background: #D59400;
	color: #fff;
}
.rbutton {
	border-top: 1px solid #ddd;
	border-bottom:1px solid #bbb;
	border-right:none;
	border-left:none;
	background: #CC0000;
	padding: 3px 8px;
	margin:10px 5px 10px 0;
	border-radius: 5px;
	text-shadow:none;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: middle;
}
.rbutton:hover {
	border-top: 1px solid #eee;
	border-bottom:1px solid #ccc;
	background: #E82F18;
	color: #fff;
}
   
.rbutton:active {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	background: #BA0000;
	color: #fff;
}

.bbox {
	padding:12px;
	border:solid 1px #eef;
	background-color:#fff;
	background: -moz-linear-gradient(100% 100% 90deg, #f6f6ff, #fff);
	background: -webkit-linear-gradient(#fff, #f6f6ff);
	cursor:pointer;
}

.bbox:hover { 
	border:solid 1px #ddf;
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	cursor:pointer;
}

.bbox:active {
	border: 1px solid #ccf;
	background-color:#ddf;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	box-shadow: 0px 0px 10px #bbd;
	cursor:pointer;
}

.recentitem {
	color:#444;
	cursor:pointer;
}

.recentitem:hover { 
	color:#486ec3;
	cursor:pointer;
}

.recentitem:active {
	color:#486ec3;
	cursor:pointer;
}

.gbox {
	padding:3px 10px;
	background-color:#f0f0f0;
	cursor:pointer;
}

.gbox:hover { 
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	cursor:pointer;
}

.gbox:active {
	background-color:#ddf;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	box-shadow: 0px 0px 10px #bbd;
	cursor:pointer;
}

.wbox {
	padding:3px 10px;
	background-color:#fff;
	cursor:pointer;
}

.wbox:hover { 
	background-color:#eef;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	cursor:pointer;
}

.wbox:active {
	background-color:#ddf;
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #ddf);
	box-shadow: 0px 0px 10px #bbd;
	cursor:pointer;
}

.defaultcursor {
    cursor:default;
}
   .tabularl
{
	background: #fff;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	text-align: left;
}
.tabularl24
{
	background: #fff;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	text-align: left;
}
.tabularl th
{
	font-size: 115%;
	font-weight: normal;
	color: #039;
	text-align: left;
	padding: 10px 6px;
	border-bottom: 2px solid #6678b1;
}
.tabularl td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	text-align: left;
	padding: 3px 5px;
}
.tabularl tbody tr:hover td
{
	color: #009;
	background:#eef;
}

.tabularbox
{
	margin: 20px 0;
	text-align: left;
	border-collapse: collapse;
}
.tabularbox th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 2px solid #aabcfe;
	border-bottom: 2px solid #fff;
	color: #039;
	text-align: left;
}
.tabularbox td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	text-align: left;
}
.tabularbox tr:hover td
{
	background: #d0dafd;
	color: #339;
}
.tabularboxr
{
	margin: 20px 0;
	text-align: left;
	border-collapse: collapse;
}
.tabularboxr th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 2px solid #aabcfe;
	border-bottom: 2px solid #fff;
	color: #039;
	text-align: left;
}
.tabularboxr td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	text-align: left;
}
.tabularboxr tr:hover td
{
	background: #d0dafd;
	color: #339;
}

.doctable
{
	border-collapse: collapse;
	border: 1px dotted #b5d3ff;
	border-bottom:0;
	width:100%;
}

.doctable th
{
	padding: 1.5em .5em .25em .5em;
	background: #fff;
	border-bottom: 2px solid #b5d3ff;
	color: #486ec3;
	font-weight: normal;
	font-size:1.2em;
	cursor: default;
	text-align: left;
}
.doctable td
{
	padding:0;
	background: #fbfbfb; 
	border-bottom: 1px dotted #b5d3ff;
	color: #444;
}
.doctable td a
{
	display: block;
	text-decoration: none;
	font-size:1.2em;
	margin:.25em 1em;
}
.doctable tr:hover td
{
	background: #eee;
	color: #000;
}

.formtable
{
	border-collapse: collapse;
}

.formtable th
{
	padding: 1.5em .5em .25em .5em;
	background: #fff;
	border-bottom: 2px solid #b5d3ff;
	color: #486ec3;
	font-weight: normal;
	cursor: default;
	text-align: left
}
.formtable td
{
	padding: .7em .5em 0 .5em;
	background: #fbfbfb; 
	border-bottom: 1px dotted #b5d3ff;
	color: #444;
}
.formtable tr:hover td
{
	background: #eee;
	color: #000;
}

.bformtable
{
	border-collapse: collapse;
	border-top: 1px solid #486ec3;
}

.bformtable th
{
	padding: 1.5em .5em .25em .5em;
	background: #b8e0ff;
	border-bottom: 2px solid #486ec3;
	color: #486ec3;
	font-weight: normal;
	cursor: default;
	text-align: left
}
.bformtable td
{
	padding: .7em .5em 0 .5em;
	background: #b8e0ff; 
	border-bottom: 1px dotted #486ec3;
	color: #444;
}
.bformtable tr:hover td
{
	background: #eee;
	color: #000;
}
.tabulargbox
{
	margin: 10px 0;
	text-align: left;
	border-collapse: collapse;
}
.tabulargbox th
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	color: #444;
	font-weight:bold;
	text-align: left;
}
.tabulargbox td
{
	padding: 5px;
	background: #f4f4f4; 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	color: #666;
	text-align: left;
}
.tabulargbox tr:hover td
{
	background: #eee;
	color: #000;
}

.gboxy
{
	margin: 10px 0;
	text-align: left;
	border-collapse: collapse;
}
.gboxy th
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 5px;
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	color: #444;
	font-weight:bold;
	text-align: left;
}
.gboxy td
{
	padding: 5px;
	background: #f4f4f4; 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #666;
	text-align: left;
}
.gboxy tr:hover td
{
	background: #eee;
	color: #000;
}

.tabulartech {   
    width: 100%;   
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #525252;   
    border-collapse:collapse;   
}  
.tabulartech td {   
    padding: 5px;   
    color: #444;   
    text-align: left;
}  
.tabulartech th {   
    padding: 8px;   
    color: #fff;   
    background: #424242;   
    border-top: solid 1px #525252;   
    font-size: 12px;
    text-align: left;
}  
.tabulartech .alt { background: #fcfcfc }  
.tabulartech .pgr { background: #424242 }  
.tabulartech .pgr table { margin: 5px 0; }  
.tabulartech .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.tabulartech .pgr a { color: #666; text-decoration: none; }  
.tabulartech .pgr a:hover { color: #000; text-decoration: none; }  

.ltgrayborder {
    border: solid 1px #aaa;   
}

.ltgrayborder {
    border: solid 1px #ddd;   
}

.ltrgrayborder {
    border: solid 1px #bbbbbb;   
}

.techcell {
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
}

.block {
	display:block;
}

.inline {
	display:inline;
}

.noborder {
	border:0 !important;
}

.techeqpic {
	max-height:100px;
	max-width:100px;
}

.filterform {
	border:solid 1px #8fbce6;
	padding:2px 5px;
	color:#666;
	font-size:11px;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}
.menubar
{
	width: 100%;
	margin: 0;
	list-style: none;  
	background-color: #486ec3;
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df);
	background: -webkit-linear-gradient(#6588df, #003f8c);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 5px #9c9c9c;
	-webkit-box-shadow: 0 2px 5px #9c9c9c;
	box-shadow: 0 2px 5px #9c9c9c;
}
.menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background-color: #486ec3;
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df);
	background: -webkit-linear-gradient(#6588df, #003f8c);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 5px #9c9c9c;
	-webkit-box-shadow: 0 2px 5px #9c9c9c;
	box-shadow: 0 2px 5px #9c9c9c;
}

.menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

.menu a 
{
	float: left;
	height: 5px;
	padding: 0 6px;
	color: #eee;
	text-transform: uppercase;
	font: bold 12px/7px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

.menu li:hover > a
{
	color: #fafafa;
}

*html .menu li a:hover /* IE6 */
{
	color: #fafafa;
}

.menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 99999;    
	background-color: #486ec3;
	background: -moz-linear-gradient(100% 100% 90deg, #003f8c, #6588df);
	background: -webkit-linear-gradient(#6588df, #003f8c);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 2px;
    border-radius: 5px;
}

.menu ul ul
{
  top: 0;
  left: 150px;
}

.menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #88e;
}

.menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

.menu ul a
{    
    padding: 5px;
	height: 10px;
	width: 250px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html .menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html .menu ul a /* IE7 */
{    
	height: 10px;
}

.menu ul a:hover
{
	background-color: #88c;
	background: -moz-linear-gradient(100% 100% 90deg, #88c, #aaf);
	background: -webkit-linear-gradient(#aaf, #88c);
}

.menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #88c;
}

.menu ul li:first-child a:hover:after
{
    border-bottom-color: #aaf; 
}

.menu ul ul li:first-child a:hover:after
{
    border-right-color: #aaf; 
    border-bottom-color: transparent; 	
}


.menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
.menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#TSSbox {
	background-color:#fff;
	width:628px;
	clear:left;
	display:inline;
	margin: 0px 10px 10px 0;
	padding:10px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:none;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
       }
#WelcomBox {
	background-color:#fff;
	width:628px;
	clear:left;
	display:inline;
	margin: 0px 10px 10px 0;
	padding:10px;
	min-height:120px;
	border: solid 1px #ddd;
	text-shadow:none;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
       }
    </style>

   
/* << Text >> */

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	display:block; 
}

p {
	margin-bottom:10px;
	line-height:150%;
}

h1 {
	font-size:1.8em;
	margin:30px 20px 0px 20px;
}

h2 {
	font-size:1.2em;
	margin:10px;
}

h3 {
	font-size:1.2em;
	color:#486ec3;
}

h4 {
	font-size:1.2em;
	margin-top:20px;
	clear:both;
}

h5 {
	font-size:1.4em;
	color:#486ec3;
	clear:both;
	float:left;
	margin:0 0 10px 0;
}

h6 {
	font-size:1.2em;
	color:#444;
	clear:both;
	float:left;
	margin:0 0 10px 0;
}

h7 {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
	display:block;
}

.cosubheader {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
	display:block;
}

.contacttext {
	color:#486ec3;
	font-size:115%;
	font-weight:bold;
	margin-left:10px;
}

sup { 
	font-size: 75%; 
	position: relative; 
	bottom: 0.4em; 
}

.options {
 padding:0px 10px;
 margin:0 0 10px;
 display:block;
 text-decoration: none; 
}
.options:hover {
 background:#def;
 cursor:pointer;
}

.white {
	color:#fff;
}

.black {
	color:#000;
}

.ltblue {
	color:#6e8fe7;
}

.ltrblue {
	color:#b5d3ff;
}

.ltstblue {
	color:#d2efff;
}

.palebluebg {
	background-color:#98b8ff;
}

.faintbluebg {
	background-color:#c2e3ff;
}

.green {
	color:#080;
}

.orange {
	color:#efaa22;
}

.orangebg {
	background: #efaa22;
}

.ltgreen {
	color:#4b4;
}

.blue {
	color:#486ec3;
}

.dkblue {
	color:#124b99;
}

.red {
	color:#a00;
}

.yellow {
	color:#f8f844;
}

.gray {
	color:#444;
}

.faintgray {
	color:#aaa;
}

.ltgray {
	color:#666;
}

.ltrgray {
	color:#ccc;
}

.ltstgray {
	color:#eee;
}

.dkgray {
	color:#222;
}

.bold {
	font-weight:bold;
}

.notbold {
	font-weight:normal;
}

.rightalign {
	text-align:right;
}

.centeralign {
	text-align:center;
}

.leftalign {
	text-align:left;
}

.zeromargin {
	margin:0;
}

.zeromargintop {
	margin-top:0;
}

.zeropadding {
	padding:0;
}

.smaller {
	font-size:80%;
}

.waysmaller {
	font-size:50%;
}

.smaller2 {
	font-size:25%;
}

.larger {
	font-size:120%;
}

.waylarger {
	font-size:150%;
}

.larger2 {
	font-size:200%;
}

.fullwidth {
	width:98%;
}

.defaultcursor {
	cursor:default;
}
.pointercursor {
	cursor:pointer;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.rightzero {
	right:0;
}

.right20 {
	margin-right:20;
}

.ver10 {
	margin-top:10px;
	margin-bottom:10px;
}

.paddingver10 {
	padding-top:10px;
	padding-bottom:10px;
}

.padding10 {
	padding:10px;
}

.padding20 {
	padding:20px;
}

.paddinghor10 {
	padding-left:10px;
	padding-right:10px;
}

.paddinghor20 {
	padding-left:20px;
	padding-right:20px;
}

.paddingver20 {
	padding-top:20px;
	padding-bottom:20px;
}

.hor10 {
	margin-left:10px;
	margin-right:10px;
}

.ver20 {
	margin-top:20px;
	margin-bottom:20px;
}

.bottom10 {
	margin-bottom:10px;
}

.topsmall {
	margin-top:1em;
}

.topmed {
	margin-top:2em;
}

.toplarge {
	margin-top:3em;
}

.bottomsmall {
	margin-bottom:1em;
}

.bottommed {
	margin-bottom:2em;
}

.bottomlarge {
	margin-bottom:3em;
}

.toppadsmall {
	padding-top:1em;
}

.toppadmed {
	padding-top:2em;
}

.toppadlarge {
	padding-top:3em;
}

.bottompadsmall {
	padding-bottom:1em;
}

.bottompadmed {
	padding-bottom:2em;
}

.bottompadlarge {
	padding-bottom:3em;
}

.top10 {
	margin-top:10px;
}

.bottom20 {
	margin-bottom:20px;
}

.bottomsmall {
	margin-bottom:.5em;
}

.bottommed {
	margin-bottom:1em;
}

.bottomlarge {
	margin-bottom:1.5em;
}

.top20 {
	margin-top:20px;
}

.hor20 {
	margin-left:20px;
	margin-right:20px;
}

.italic {
	font-style:italic;
}

/* crap paceley added */
.rtheader
{
	margin:0 0 0px 0;
	padding:5px;
	background-color:#eef;

	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	text-shadow:-1px -1px 1px white;
}
.rtresult {
	margin:0 10px 0px 10px;
	padding:10px;
	background-color:#fff;

	font-size:12px;
}
.rtaltresult {
	margin:0 10px 0px 10px;
	padding:10px;
	background-color:#ddf;

	font-size:12px;
}

.extenderlist {
	background: #f8f8f8;
	width: auto!important;
	padding: 0px 10px 10px 10px;
	list-style: none;
	border: solid 1px #ddd;
	box-shadow: 2px 2px 5px #ddd;
}
.extenderlistitem {
	line-height: 1.5em;
	background: #f8f8f8!important;
	cursor: pointer!important;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 3px;
}

.dottedborder {
	border:1px dotted #ddd;
}

.dottedbottom {
	border-bottom:1px dotted #ddd;
}

.dottedtop {
	border-top:1px dotted #ddd;
}

.whiteborder1 {
	border:1px solid #fff;
}

.whiteborder {
	border:1px solid #fff;
}

.whitebottom {
	border-bottom:1px solid #fff;
}

.whitetop {
	border-top:1px solid #fff;
}

.bluebottom {
	border-bottom:1px solid #486ec3;
}

.ltbluebottom {
	border-bottom:1px solid #6e8fe7;
}


.ltblueborder {
	border:1px solid #c8d3ed;
}

.grayborder {
	border:1px solid #888888;
}

.ltbluebottom {
	border-bottom:1px solid #6e8fe7;
}

.ltblueright {
	border-right:1px solid #6e8fe7;
}

.dottedltbluebottom {
	border-bottom:1px dotted #6e8fe7;
}

.dottedltbluetop {
	border-top:1px dotted #6e8fe7;
}

.dottedright {
	border-right:1px dotted #ddd;
}

.dottedleft {
	border-left:1px dotted #ddd;
}

.whitebg {
	background:#fff;
}

.yellowbg {
	background:#f8f844;
}

.greenbg {
	background:#080;
}

.ltgreenbg {
	background:#5e5;
}

.dkbluebg {
	background:#2052a2;
}

.bluebg {
	background:#486ec3;
}

.ltbluebg {
	background:#6e8fe7;
}

.lightbluebg {
	background: #bfccea;
}

.ltrbluebg {
	background:#BDE7FF;
}

.pbluebg {
	background:#d2efff;
}

.pgreenbg {
	background:#e3f6dd;
}

.redbg {
	background:#c00;
}

.hovertable tr:hover td.redbg
{
	background: #e00;
}

.dkredbg {
	background:#900;
}

.hovertable tr:hover td.dkredbg
{
	background: #600;
}

.medgraybg {
	background:#999;
}

.dkgraybg {
	background:#666;
}

.graybg {
	background:#e8e8f0;
}

.graybghover {
	background:#e8e8f0;
}

.ltgraybg {
	background:#f0f0f0;
}

.ltrgraybg {
	background:#f8f8f8;
}

.gboxcellbg {
	background:#f4f4f4;
}

.hoverltgraybg:hover {
	background:#f8f8f8;
}

.hoverpalebluebg:hover {
	background:#c2e3ff;
}

.accordion {
	list-style: none;
	padding: 0 0 0 0;
	width: 100%;
}
.level1 {
	display: block;
	border:solid 1px #ddd;
	border-left:none;
	border-right:none;
	background-color:#eef;
	background: -webkit-linear-gradient(#eef, #ddf);
	box-shadow: 0px 0px 5px #ddd;
	text-shadow:-1px -1px 1px white;
	margin: 1px 0;
	cursor: pointer;
	padding: 5 5 5 7px;
	list-style: circle;
}
.level2 {
	display: block;
	border-top:none;
	border-bottom:1px #486ec3;
	border-left:none;
	border-right:none;
	background-color:#fafafa;
	background: -webkit-linear-gradient(#fff, #eee);
	text-shadow:-1px -1px 1px white;	font-weight: bold;
	margin: 1px 0;
	cursor: pointer;
	padding: 5 5 5 7px;
	list-style: circle;
	color: #800;
}
.accordion ul {
	list-style: none;
	padding: 0 0 0 0;
}
.accordion ul{
	display: none;
}
.accordion ul li {
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 20px 20px 20px 40px;
}
.accordion a {
	text-decoration: none;
}
.accordion a:hover {
	text-decoration: underline;
}
.mobutton {
	padding: .1em .5em;
	margin:.3em 0;
	border-radius: .1em;
	text-shadow:none;
}

.clearbg {
	background: transparent;
}

.bluegradbg {
	border:solid 1px #ccf;
	background: #e6e6ff; 
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #e2e2ff);
	color: #444; 
}

.bluehoverbg {
	border:solid 1px #ccf;
	background: #e6e6ff; 
	background: -moz-linear-gradient(100% 100% 90deg, #ddf, #eef);
	background: -webkit-linear-gradient(#eef, #e2e2ff);
	color: #444; 
}

.bluehoverbg:hover { 
	border:solid 1px #aaf;
	color:#fff;
	text-shadow:1px 1px 1px #00209f;
	background: #ddf;
	background: -moz-linear-gradient(100% 100% 90deg, #88e, #ccf);
	background: -webkit-linear-gradient(#ccf, #88e);
}

.bluehoverbg:active { 
	border:solid 1px #aaf;
	color:#fff;
	text-shadow:1px 1px 1px #00209f;
	background: #aaf;
	background: -moz-linear-gradient(100% 100% 90deg, #66d, #aaf);
	background: -webkit-linear-gradient(#aaf, #66d);
}

.grayhoverbg {
	border:solid 1px #ccc;
	background: #aaa; 
	background: -moz-linear-gradient(100% 100% 90deg, #bbb, #aaa);
	background: -webkit-linear-gradient(#aaa, #bbb);
	color: #444; 
}

.grayhoverbg:hover { 
	border:solid 1px #aaf;
	color:#fff;
	text-shadow:1px 1px 1px #00209f;
	background: #ddf;
	background: -moz-linear-gradient(100% 100% 90deg, #88e, #ccf);
	background: -webkit-linear-gradient(#ccf, #88e);
}

.grayhoverbg:active { 
	border:solid 1px #aaf;
	color:#fff;
	text-shadow:1px 1px 1px #00209f;
	background: #aaf;
	background: -moz-linear-gradient(100% 100% 90deg, #66d, #aaf);
	background: -webkit-linear-gradient(#aaf, #66d);
}

.boxshadow {
  box-shadow: 0px 0px 5px 2px #ddd;
}

.ltboxshadow {
  box-shadow: 0px 0px 3px 0px #ccc;
}
.nounder {
	text-decoration: none!important;
}

.form {
	padding:5px;
	border:solid 1px #ccf;
	color:#666;
	text-shadow:none;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}
.xform {
	padding:5px;
	border:solid 1px #ccf;
	color:#666;
	text-shadow:none;
	-moz-box-shadow:inset 0 0 7px #ddd;
    -webkit-box-shadow:inset 0 0 7px #ddd;
    box-shadow:inset 0 0 7px #ddd;
}

.blocklinks a {
	display: block;
}

.padlarge {
	padding:2em;
}

.padmed {
	padding:1em;
}

.padsmall {
	padding:.5em;
}

.padvsmall {
	padding:.25em;
}

.marglarge {
	margin:2em;
}

.margmed {
	margin:1em;
}

.margverlarge {
	margin-top:2em;
	margin-bottom:2em;
}

.margvermed {
	margin-top:1em;
	margin-bottom:1em;
}

.margversmall {
	margin-top:.5em;
	margin-bottom:.5em;
}

.margsmall {
	margin:.5em;
}

.margxsmall {
	margin:.25em;
}

.lheightsmall {
	line-height: 1.1em;
}

.lheightmed {
	line-height: 1.5em;
}

.lheightlarge {
	line-height: 2em;
}

.noshadow {
	text-shadow:none;
}

.thirdcell {
	width:33%;
}

.twothirdcell {
	width:66%;
}

.z2 {
	z-index: 2;
}

.z100 {
	z-index: 100;
}

.z1000 {
	z-index: 1000;
}

.roundedcorners {
	border-radius: 5px;
}

.roundedtopleft {
	border-radius-top-left: 5px;
}

.calendarmonth table {
	font-weight: bold;
}

.calendarmonth td {
	border:solid #6e8fe7 1px;
	font-weight: bold;
}

.calendarmonth td:hover {
	background:#eee;
	border:solid #486ec3 1px;
	color:#486ec3;
}

.hidden {
	display: none !important;
}

.fixed {
	position: fixed;
}

.centered {
	margin-left: auto;
	margin-right: auto
}

input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.noborder {
	border: 0;
}

.tahoma {
	font-family: Tahoma;
}

.tm {
	top:1em;
	vertical-align: top;
	font-size:.4em; 
}

.databox
{
	margin: 10px 0;
	border-collapse: collapse;
}
.databox th
{
	font-weight: normal;
	padding:.75em 1em;
	background: #eee;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	color: #444;
	font-weight:bold;
	vertical-align: bottom;
}
.databox td
{
	padding:.75em 1em;
	background: #f4f4f4; 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #666;
	vertical-align: middle;
}
.databox tr:hover td
{
	background: #eee;
	color: #000;
}
.databox a {
	text-decoration: none;
	color: inherit;
}

.valigntop {
	vertical-align: top;
}

.valignmiddle {
	vertical-align: middle;
}

.valignbottom {
	vertical-align: bottom;
}


.blue10 {
  color: #ecf0f9;
}

.blue20 {
  color: #dae2f3;
}

.blue30 {
  color: #c8d3ed;
}

.blue40 {
  color: #b6c5e7;
}

.blue50 {
  color: #a3b6e1;
}

.blue60 {
  color: #91a8db;
}

.blue70 {
  color: #7f99d5;
}

.blue80 {
  color: #6d8bcf;
}

.blue90 {
  color: #5a7cc9;
}

.blue100 {
  color: #486ec3;
}

.bluebg10 {
  background: #ecf0f9;
}

.bluebg20 {
  background: #dae2f3;
}

.bluebg30 {
  background: #c8d3ed;
}

.bluebg40 {
  background: #b6c5e7;
}

.bluebg50 {
  background: #a3b6e1;
}

.bluebg60 {
  background: #91a8db;
}

.bluebg70 {
  background: #7f99d5;
}

.bluebg80 {
  background: #6d8bcf;
}

.bluebg90 {
  background: #5a7cc9;
}

.bluebg100 {
  background: #486ec3;
}

.collapse {
	border-collapse:collapse;
}

.ltyellowbg {
	background:#ffc;
}

.ltredbg {
	background:#fdd;
}

.hovertable tr:hover td.ltredbg
{
	background: #fbb;
}

.dkgrayborder {
	border:solid 1px #444;
}

.hovertable tr:hover .bluecell10
{
	background: #ecf0f9;
}

.hovertable tr:hover .bluecell20
{
	background: #dae2f3;
}

.hovertable tr:hover td
{
	background: #c8d3ed;
}

.hovertable tr:hover .bluecell40
{
	background: #b6c5e7;
}

.hovertable tr:hover .bluecell50
{
	background: #a3b6e1;
}

.hovertable tr:hover .bluecell60
{
	background: #91a8db;
}

.hovertable tr:hover .bluecell70
{
	background: #7f99d5;
}

.hovertable tr:hover .bluecell80
{
	background: #6d8bcf;
}

.hovertable tr:hover .bluecell90
{
	background: #5a7cc9;
}

.hovertable tr:hover .bluecell100
{
	background: #486ec3;
}
.hovertable tr:hover td.ltyellowcell
{
	background: #ffa;
}
.hovertable tr:hover td.ltgraycell
{
	background: #f0f0f0;
}

.gmenubutton, .gmenubutton:visited {
	padding:.25em .5em;
	border:solid 1px #bbb; 
	border-radius:.33em;
	background:#e8e8e8;
}

.gmenubutton:hover {
	background:#f8f8f8;
	text-decoration: none;
}

.gmenubutton:active {
	background:#e0e0e0;
	border:solid 1px #ddd; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}
.wmenubutton, .wmenubutton:visited {
	padding:.25em .5em;
	border:solid 1px #888; 
	border-radius:.33em;
	background:#f8f8f8;
}

.wmenubutton:hover {
	background:#fff;
	text-decoration: none;
}

.wmenubutton:active {
	background:#e8e8e8;
	border:solid 1px #ddd; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}

.omenubutton, .omenubutton:visited {
	color:white;
	padding:.25em .5em;
	border:solid 1px #ddd; 
	border-radius:.33em;
	background:#efaa22;
}

.omenubutton:hover {
	color:white;
	background:#ffc83a;
	text-decoration: none;
}

.omenubutton:active {
	color:white;
	background:#e0a01f;
	border:solid 1px #eee; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}

.omenubuttonw, .omenubuttonw:visited {
	color:white;
	padding:.25em .5em;
	border:solid 1px #bbb; 
	border-radius:.33em;
	background:#efaa22;
}

.omenubuttonw:hover {
	color:white;
	background:#ffc83a;
	text-decoration: none;
}

.omenubuttonw:active {
	color:white;
	background:#e0a01f;
	border:solid 1px #ddd; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}

.bmenubutton, .bmenubutton:visited {
	color:white;
	padding:.25em .5em;
	border:solid 1px #ddd; 
	border-radius:.33em;
	background:#a3b6e1;
}

.bmenubutton:hover {
	color:white;
	background:#b6c5e7;
	text-decoration: none;
}

.bmenubutton:active {
	color:white;
	background:#91a8db;
	border:solid 1px #eee; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}

.bmenubuttonw, .bmenubuttonw:visited {
	color:white;
	padding:.25em .5em;
	border:solid 1px #ddd; 
	border-radius:.33em;
	background:#a3b6e1;
}

.bmenubuttonw:hover {
	color:white;
	background:#b6c5e7;
	text-decoration: none;
}

.bmenubuttonw:active {
	color:white;
	background:#91a8db;
	border:solid 1px #ddd; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}

.grmenubutton, .grmenubutton:visited {
	color:white;
	padding:.25em .5em;
	border:solid 1px #ddd; 
	border-radius:.33em;
	background:#66bf4c;
}

.grmenubutton:hover {
	color:white;
	background:#76cf54;
	text-decoration: none;
}

.grmenubutton:active {
	color:white;
	background:#56af3c;
	border:solid 1px #eee; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}

.rmenubutton, .rmenubutton:visited {
	color:white;
	padding:.25em .5em;
	border:solid 1px #ddd; 
	border-radius:.33em;
	background:#f55;
}

.rmenubutton:hover {
	color:white;
	background:#f77;
	text-decoration: none;
}

.rmenubutton:active {
	color:white;
	background:#f33;
	border:solid 1px #eee; 
	text-decoration: none;
	box-shadow: #bbb 0 0 10px;
}

.textshadow {
	text-shadow:1px 1px 1px #888;
}

.lowercase {
	text-transform:lowercase;
}

.allcaps {
	text-transform: uppercase;
}