
.gradLtBlue{
	background: -webkit-linear-gradient(#a6d1f1, #5493c2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#a6d1f1, #5493c2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a6d1f1, #5493c2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#a6d1f1, #5493c2); /* Standard syntax */
}

.hoverLtBlue:hover{
	background: -webkit-linear-gradient(#a6d1f1, #5493c2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#a6d1f1, #5493c2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a6d1f1, #5493c2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#a6d1f1, #5493c2); /* Standard syntax */
}
.hoverLtBlue:focus{
	background: -webkit-linear-gradient(#a6d1f1, #5493c2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#a6d1f1, #5493c2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a6d1f1, #5493c2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#a6d1f1, #5493c2); /* Standard syntax */
}

.gradBlueGrey{
	background: -webkit-linear-gradient(#99ccff, #cccccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#99ccff, #cccccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#99ccff, #cccccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#99ccff, #cccccc); /* Standard syntax */
}

.gradDkBlue{
	background: -webkit-linear-gradient(#333399, #5493c2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#333399, #5493c2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#333399, #5493c2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#333399, #5493c2); /* Standard syntax */
}
.gradOrange{
	background: -webkit-linear-gradient(#ffcc66, #ff9900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffcc66, #ff9900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffcc66, #ff9900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffcc66, #ff9900); /* Standard syntax */
}

.gradYellow{
	background: -webkit-linear-gradient(#ffff1a, #e6e600); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffff1a, #e6e600); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffff1a, #e6e600); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffff1a, #e6e600); /* Standard syntax */
}

.gradOrangeGrey{
	background: -webkit-linear-gradient(#ffcc33, #cccccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffcc33, #cccccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffcc33, #cccccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffcc33, #cccccc); /* Standard syntax */
}

.gradDkOrange{
	background: -webkit-linear-gradient(#f3b972, #d37c12); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f3b972, #d37c12); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f3b972, #d37c12); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f3b972, #d37c12); /* Standard syntax */
}

.gradGrey{
	background: -webkit-linear-gradient(#efefef, #999999); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#efefef, #999999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#efefef, #999999); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#efefef, #999999); /* Standard syntax */
}
.gradLtGrey{
	background: -webkit-linear-gradient(#efefef, #e6e6e6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#efefef, #e6e6e6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#efefef, #e6e6e6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#efefef, #e6e6e6); /* Standard syntax */
}
.gradDkGrey{
	background: -webkit-linear-gradient(#777777, #999999); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#777777, #999999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#777777, #999999); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#777777, #999999); /* Standard syntax */
}

.gradGreen{
	background: -webkit-linear-gradient(#9bd57b, #7db75d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#9bd57b, #7db75d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#9bd57b, #7db75d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#9bd57b, #7db75d); /* Standard syntax */
}

.gradDkGreen{
	background: -webkit-linear-gradient(#009900, #006600); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#009900, #006600); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#009900, #006600); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#009900, #006600); /* Standard syntax */
}

.gradGreenGrey{
	background: -webkit-linear-gradient(#ccff66, #cccccc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ccff66, #cccccc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ccff66, #cccccc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ccff66, #cccccc); /* Standard syntax */
}

.gradRed{
	background: -webkit-linear-gradient(#ff8080, #ff5050); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff8080, #ff5050); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff8080, #ff5050); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff8080, #ff5050); /* Standard syntax */
}

.gradDkRed{
	background: -webkit-linear-gradient(#ff8080, #ff5050); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff8080, #ff5050); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff8080, #ff5050); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff8080, #ff5050); /* Standard syntax */
}

.gradPurple{
	background: -webkit-linear-gradient(#ecb3ff, #cc33ff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ecb3ff, #cc33ff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ecb3ff, #cc33ff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ecb3ff, #cc33ff); /* Standard syntax */
}

.gradFallColors{
	background: -webkit-linear-gradient(#e9af5d, #f5e7c4); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e9af5d, #f5e7c4); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e9af5d, #f5e7c4); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e9af5d, #f5e7c4); /* Standard syntax */
}

.gradPink{
	background: -webkit-linear-gradient(#ffccff, #ff99cc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffccff, #ff99cc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffccff, #ff99cc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffccff, #ff99cc); /* Standard syntax */
}

.gradYelGrn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f21d+0,2ad121+100 */
	background: #f9f21d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f21d 0%, #2ad121 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f21d 0%,#2ad121 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f21d 0%,#2ad121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f21d', endColorstr='#2ad121',GradientType=0 ); /* IE6-9 */
}

.gradMaroon {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f21d+0,2ad121+100 */
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6666 0%, #990000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff6666 0%, #990000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6666 0%, #990000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
}

.gradAqua {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f21d+0,2ad121+100 */
	background: #00ffcc; /* Old browsers */
	background: -moz-linear-gradient(top,  #00ffcc 0%, #99ffeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00ffcc 0%, #99ffeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00ffcc 0%, #99ffeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffcc', endColorstr='#99ffeb',GradientType=0 ); /* IE6-9 */
}


.hoverOrangeGreyGrad{
	cursor: pointer;
	background: -webkit-linear-gradient(#efefef, #999999); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#efefef, #999999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#efefef, #999999); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#efefef, #999999); /* Standard syntax */
}
.hoverOrangeGreyGrad:hover{
    cursor:  pointer;
	background: -webkit-linear-gradient(#ffcc66, #ff9900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffcc66, #ff9900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffcc66, #ff9900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffcc66, #ff9900); /* Standard syntax */
}

.hoverOrangeGreenGrad{
	cursor: pointer;
	background: -webkit-linear-gradient(#9bd57b, #7db75d); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#9bd57b, #7db75d); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#9bd57b, #7db75d); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#9bd57b, #7db75d); /* Standard syntax */
}
.hoverOrangeGreenGrad:hover{
    cursor:  pointer;
	background: -webkit-linear-gradient(#ffcc66, #ff9900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffcc66, #ff9900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffcc66, #ff9900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffcc66, #ff9900); /* Standard syntax */
}

.hoverOrangeOrangeGrad{
	cursor: pointer;
	background: -webkit-linear-gradient(#ffcc66, #ff9900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffcc66, #ff9900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffcc66, #ff9900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffcc66, #ff9900); /* Standard syntax */
}


.hoverOrangeLtBlueGrad{
	cursor: pointer;
	background: -webkit-linear-gradient(#a6d1f1, #5493c2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#a6d1f1, #5493c2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a6d1f1, #5493c2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#a6d1f1, #5493c2); /* Standard syntax */
}
.hoverOrangeLtBlueGrad:hover{
    cursor:  pointer;
	background: -webkit-linear-gradient(#ffcc66, #ff9900); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffcc66, #ff9900); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffcc66, #ff9900); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffcc66, #ff9900); /* Standard syntax */
}

/* homepage tabs */
.hoverOrangeGreyTab {
	background-color: rgba(189,189,189,1.0); 
	color: #000; 
	border: 1px solid #111;
	}
.hoverOrangeGreyTab:hover { 
	background-color: rgba(255,155,0,1.0); 
	border: 1px solid #111;
	}

.hoverOrangeBlueTab { 
	background-color: rgba(50,100,255,1.0); color: #fff; 
	border: 1px solid #111;
	}
.hoverOrangeBlueTab:hover { 
	background-color: rgba(255,155,0,1.0); 
	border: 1px solid #111;
	}




.hoverOrangeGrey { background-color: rgba(128,128,128,0.2); }
.hoverOrangeGrey:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangeWhite { background-color: rgba(255,255,255,1.0); }
.hoverOrangeWhite:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangeRed { background-color: rgba(255,0,0,0.2); }
.hoverOrangeRed:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangeBlue { background-color: rgba(50,100,255,0.2); }
.hoverOrangeBlue:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangeDkBlue { background-color: rgba(50,100,255,0.5); }
.hoverOrangeDkBlue:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangeGreen { background-color: rgba(50,200,50,0.2); }
.hoverOrangeGreen:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangePurple { background-color: rgba(155,0,200,0.2); }
.hoverOrangePurple:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangeOrange { background-color: rgba(255,155,0,0.2); }
.hoverOrangeOrange:hover { background-color: rgba(255,155,0,0.4); }

.hoverOrangeYellow { background-color: rgba(255,255,204,0.6); }
.hoverOrangeYellow:hover { background-color: rgba(255,155,0,0.4); }


.hoverYellowWhite { background-color: rgba(255,255,255,1.0); }
.hoverYellowWhite:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowGrey { background-color: rgba(128,128,128,0.2); }
.hoverYellowGrey:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowRed { background-color: rgba(255,0,0,0.2); }
.hoverYellowRed:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowBlue { background-color: rgba(50,100,255,0.2); }
.hoverYellowBlue:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowDkBlue { background-color: rgba(50,100,255,0.5); }
.hoverYellowDkBlue:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowGreen { background-color: rgba(50,200,50,0.2); }
.hoverYellowGreen:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowPurple { background-color: rgba(155,0,200,0.2); }
.hoverYellowPurple:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowPink { background-color:  rgba(255,100,255,0.5); }
.hoverYellowPink:hover { background-color: rgba(255,255,102,0.4); }

.hoverYellowOrange { background-color: rgba(255,155,0,0.4); }
.hoverYellowOrange:hover { background-color: rgba(255,255,102,0.8); }

.hoverYellowYellow { background-color: rgba(255,255,102,0.6); }
.hoverYellowYellow:hover { background-color: rgba(255,255,102,0.8); }

.hoverYellowAqua { background-color:  rgba(0,255,255,0.5);}
.hoverYellowAqua:hover { background-color: rgba(255,255,102,0.8); }


.hoverBlueGrey { background-color: rgba(128,128,128,0.2); }
.hoverBlueGrey:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueRed { background-color: rgba(255,0,0,0.2); }
.hoverBlueRed:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueBlue { background-color: rgba(50,100,255,0.2); }
.hoverBlueBlue:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueDkBlue { background-color: rgba(50,100,255,0.5); }
.hoverBlueDkBlue:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueGreen { background-color: rgba(50,200,50,0.2); }
.hoverBlueGreen:hover { background-color: rgba(50,100,255,0.2); }

.hoverBluePurple { background-color: rgba(155,0,200,0.2); }
.hoverBluePurple:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueOrange { background-color: rgba(255,155,0,0.2); }
.hoverBlueOrange:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueYellow { background-color: rgba(255,255,102,0.6); }
.hoverBlueYellow:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueWhite { background-color: rgba(255,255,255,1.0); }
.hoverBlueWhite:hover { background-color: rgba(50,100,255,0.2); }

.hoverBlueAqua { background-color:  rgba(0,255,255,0.5); }
.hoverBlueAqua:hover { background-color: rgba(50,100,255,0.2); }

/* HoverBlack */
.hoverBlackBlue { background-color: rgba(50,100,255,0.2); }
.hoverBlackBlue:hover { background-color: #333; color:#66ccff; }

.hoverBlackGreen { background-color: rgba(50,200,50,0.2); }
.hoverBlackGreen:hover { background-color: #333; color:#66cc66; }

.hoverBlackOrange { background-color: rgba(255,155,0,0.2); }
.hoverBlackOrange:hover { background-color: #333; color:#ff9900; }

.hoverBlackYellow { background-color: rgba(255,255,102,0.6); }
.hoverBlackYellow:hover { background-color: #333; color:#ffff00; }

.hoverBlackWhite { background-color: rgba(255,255,255,1.0); }
.hoverBlackWhite:hover { background-color: #333; color:#e0e0e0; }


.bgBlack {background-color:  #000;}		
.bg777 {background-color: #777;}
.bg333{background-color: #333;}

.bgWhite {background-color:  #fff;}			
.bgYellow  {	background-color: rgba(255, 250, 80, 0.8); }
.bgLtYellow{	background: rgba(255,255,200,0.8); }
.bgOrange { background-color: rgba(255, 155, 0, 0.6);}
.bgGreen { background-color: rgba(135, 200, 100, 0.4);}
.bgAqua { background-color: rgba(0, 240, 255, 0.4);}
.bgBlue { background-color: rgba(0, 120, 190, 0.4);}
.bgLtBlue { background-color: rgba(0, 120, 190, 0.4);}
.bgDkBlue { background-color: rgba(0, 43, 128, 1.0);}
.bgPurple { background-color: rgba(153, 51, 255, 0.3);}
.bgGrey { background-color: rgba(0, 0, 0, 0.2);}
.bgLtGrey {background-color: #efefef;}	
.bgRed {background-color:  rgba(255,0,0,0.5);}			
.bgPink {background-color:  rgba(255,100,255,0.5);}	
.bgPinkFaded {background-color:  rgba(255,100,255,0.3);}	
.bgPurple {background-color:  rgba(155,0,200,0.5);}	
.bgAqua {background-color:  rgba(0,255,255,0.5);}	

/* clipboard backgrounds */
.cbRed {background-color:  rgba(255,0,0,0.7);}	
.cbYellow  {	background-color: rgba(255, 250, 80, 0.8); }
.cbOrange { background-color: rgba(255, 155, 0, 0.8);}
.cbGreen { background-color: rgba(135, 200, 100, 0.6);}
.cbAqua { background-color: rgba(0, 240, 255, 0.8);}
.cbLtBlue { background-color: rgba(0, 120, 190, 0.8);}
.cbDkBlue { background-color: rgba(0, 179, 179, 0.8);}
.cbPurple { background-color: rgba(153, 51, 255, 0.6);}