/* 
	Copyright Systems2win
	This style sheet contains most of the "look and feel" class styles that can be more safely edited.
	Please keep (mostly) in alphabetical order.
	Only edit if you know what you're doing
	and COMMENT every change
*/

.aka {color:#444444;/*gray*/margin-top:0; font-style:italic;} /* Used just below headers - for clarification */ 

.backblue {background-color: #DDEEFF;} 
.backcream {background-color: #FFEE99;} 
.backgold {background-color: #FFCC33;}
.backgreen {background-color: #CCFFCC;}
.backgrey {background-color: #E4E4E4;}
.backpink {background-color: #FFCCCC;}
.backwhite {background-color: #FFFFFF;}

.bookmark {color: #444444;font-size:10px;margin-top:0;text-align:right;margin-bottom:0;}

.borderblack1px {border: 1px #000000 solid;}
.borderdouble {border:3px #000000 double;}
.bordernone {border:none;}

.bulletlogo {list-style-image: url(http://www.systems2win.com/images/logos/s2win_logo_t_14.gif);}

.centerburst34{width:34px;margin:auto;}
.centerburst50{width:50px;margin:auto;}
.centerburst70{width:70px;margin:auto;}
.centerburst115{width:115px;margin:auto;}
.centervideo{width:190px;margin:auto;}

.clearing {clear:both;} /* to clear stuff between blocklevel elements */
.clearfloat {clear:both;height:0;line-height:0.0;font-size:0;} /* to clear nested floated blocklevel elements.
Also serves as a reminder for the IE Holly Hack. */
 
.colorblack {color: #000000;}
.colorblue {color: #000066;}
.colorgray {color: #444444;}
.colorgreen {color: #008000;}
.colororange {color: #FF6600;}
.colorpurple {color: #660066;}
.colorred {color: #CC0000;}
.colorwhite {color: #FFFFFF;}

.d1 {color: #000066;font-size:36px;font-weight:bold;margin:12px 0 12px;}
.d2 {color: #000066;font-size:30px;font-weight:bold;margin:18px 0 10px;} /* avoids SE0 implications of h2 or h3 */
.d3 {color: #000066;font-size:24px;font-weight:bold;margin:18px 0 10px;}

.floatleft {float:left;margin-right:10px;}
.floatright {float:right;margin-left:10px;}/*remember to usually clear using .clearing */

.fwbold {font-weight:bold;}
.fwnormal {font-weight:normal;}

.greynote {         /* small grey footnotes */ 
	color: #444444;  /* gray */
	font-size: 12px;
  	margin-top: 4px;  
 	margin-bottom: 4px;
	font-weight:100; 
	}

.indent1 {margin-left:30px;}
.indent2 {margin-left:60px;}
.indent3 {margin-left:90px;}
.indent4 {margin-left:120px;}
.indent5 {margin-left:150px;}

.list-latin {list-style-type:lower-latin;}
.list-roman {list-style:lower-roman;}

.m-right30 {margin-right:30px;}
.m-right90 {margin-right:90px;}
.margin-top12 {margin-top:12px;}
.margin-top6 {margin-top:6px;}
.margins-more {margin-top:12px; margin-bottom:20px;}
.margins-sixpix {margin-top:6px; margin-bottom:6px;}
.mid-menu {margin-left:-15px; margin-right:-15px;}

.ohead {
	color: #FF6600; /*orange*/
	font-size:20px;
	font-weight:bold;
	margin-top:14px; 
 	}

.subhead {/* used mostly for product titles within tables */
	color: #000066;
	font-size:20px;
	font-weight:bold;
	margin-top:10px; 
  	margin-bottom:4px;
 	}

.redhead {color: #CC0000; font-weight: bold; font-size:18px;}

.textcenter {text-align:center;}
.textleft {text-align:left;}
.textright {text-align:right;}

/* Fixed font sizes */
.text10 {font-size:10px;}
.text11 {font-size:11px;}
.text12 {font-size:12px;}

/* Might someday change these to variable font sizes*/
.textsmall {font-size:12px;}
.textnorm {font-size:14px;}
.textmedium {font-size:18px;}
.textlarge {font-size:24px;}/* same as h3 */
.textxlarge {font-size:30px;}/* same as h2 */
.textlargexx {font-size:36px;}/* same as h1 */
.texthuge {font-size:48px;}

/* Headers are specified in main Systems2win css */

.textshadow {text-shadow:0 1px 1px #334d66;}

/* Zero margins only work if also zero for element above or below */
.zero-bottom {margin-bottom: 0;}
.zero-margin {margin-top: 0; margin-bottom:0;}
.zero-top {margin-top: 0;}



