
/*	top:		#E0E6EC 
C0CCD8 
	bottom:	#FFFFFF 
http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html
*/
.BlueWhiteGradient, .BlueWhiteVGradient
{
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E0E6EC 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E0E6EC 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E0E6EC 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E0E6EC ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E0E6EC ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E0E6EC ));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E6EC', endColorstr='#FFFFFF');
}

.WhiteBlueVGradient
{
	background-image: -ms-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E6EC');
}



/*	top:		#6C97B7 
	bottom:	#306C9E 
*/
.HorizontalBlueBar
{
	background-image: -ms-linear-gradient(bottom, #306C9E 0%, #6C97B7 100%);
	background-image: -moz-linear-gradient(bottom, #306C9E 0%, #6C97B7 100%);
	background-image: -o-linear-gradient(bottom, #306C9E 0%, #6C97B7 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #306C9E), color-stop(1, #6C97B7));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #306C9E), color-stop(1, #6C97B7));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #306C9E), color-stop(1, #6C97B7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306C9E', endColorstr='#6C97B7');
}

.HorizontalPaleBlueBar
{
	background: #e3effc; /* Old browsers */
	background: -moz-linear-gradient(top,  #e3effc 1%, #b3c7db 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e3effc), color-stop(100%,#b3c7db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3effc 1%,#b3c7db 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3effc 1%,#b3c7db 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3effc 1%,#b3c7db 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e3effc 1%,#b3c7db 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3effc', endColorstr='#b3c7db',GradientType=0 ); /* IE6-9 */
}
.DiagonalBGBlueWhiteBlue
{
	background: #d4e6f7; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #d4e6f7 0%, #edf4f9 67%, #c3d0dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d4e6f7), color-stop(67%,#edf4f9), color-stop(100%,#c3d0dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #d4e6f7 0%,#edf4f9 67%,#c3d0dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #d4e6f7 0%,#edf4f9 67%,#c3d0dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #d4e6f7 0%,#edf4f9 67%,#c3d0dd 100%); /* IE10+ */
	background: linear-gradient(135deg,  #d4e6f7 0%,#edf4f9 67%,#c3d0dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e6f7', endColorstr='#c3d0dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



/* prettier sidebar boxes ************************************************************* */

.GradientBox, .gradient-box, .gradientbox
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:none;

	background-image: -ms-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E6EC');
	-webkit-box-shadow:  1px 2px #cccccc;
	box-shadow: 1px 1px 2px#cccccc;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:8px;
	margin-bottom:12px;

font-size: 11px;
}

.GradientBox h3
{
	background-image: -ms-linear-gradient(bottom, #306C9E0%, #6C97B7 100%);
	background-image: -moz-linear-gradient(bottom, #306C9E0%, #6C97B7 100%);
	background-image: -o-linear-gradient(bottom, #306C9E0%, #6C97B7 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #306C9E), color-stop(1, #6C97B7));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #306C9E), color-stop(1, #6C97B7));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #306C9E), color-stop(1, #6C97B7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306C9E', endColorstr='#6C97B7');
	color:white;
	font-size:13px;
	padding: 2px;
	font-family:Arial, helvetica, sans-serif, sans;
}


.GradientBox h2
{
	background-image: -ms-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #E0E6EC 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0E6EC), color-stop(1, #FFFFFF ));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E6EC');
	color:#000000;
	font-size:13px;
	padding: 2px;
	font-family:Arial, helvetica, sans-serif, sans;
	text-align:center;
	margin-top:0px;
}

.GradientBox p
{
	margin-left:4px;
	margin-right:4px;
}
 