@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
#gradient {
	-webkit-box-shadow: 0px 0px 16px #000000;
	-moz-box-shadow: 0px 0px 16px #000000;
	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
	behavior: url(/styles/PIE.htc);
	border-radius: 5px;
	box-shadow: 0px 0px 16px #000000;
 	*margin-bottom:5px;
}
/* HEADER */

#header {
	padding-bottom:1px;
	width:100%;
	padding-top:5px;
	font-family: 'Droid+Sans:bold', sans-serif;
	background: -webkit-gradient(linear, 0% 20%, 0% 84%, from(#FFFDFD), to(#C7C7C7));
	background: -moz-linear-gradient(20% 84% 90deg, #C7C7C7, #FFFDFD);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFDFD, endColorstr=#C7C7C7);
	background-color: #FFF;
}
#header a {
	font-size:9.25pt;
}
#headerRight {
}
#logoArea {
	position: relative;
	z-index: 2;
}
#topMostTabs {
	position:relative;
	z-index:1;
	left:-100px;
	white-space:nowrap;
	vertical-align:top;
}
.topTab {
	color:#FFF;
	text-align:center;
	padding: 5px 6px 10px 6px;
	position:relative;
	top:15px;
	left:0;
	display: inline-block;
	white-space:normal;
	margin-left:-4px;

	background: -webkit-gradient(linear, left top, left bottom, from(#1a79bd), to(#0c588f));
	background: -moz-linear-gradient(top, #1a79bd, #0c588f);
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a79bd, endColorstr=#0c588f); */
	background-color: #1a79bd;
	border: thin solid #000000;
	border-bottom: thin solid #acacac;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	*border:1px solid black;
	*behavior: url(/styles/PIE.htc);
	*border-radius: 5px;
	*margin-left:1px;
}
.topTab a {
	color:#FFFFFF;
	text-decoration:none;
	-webkit-transition:color .1s ease-in-out;  
    -moz-transition:color .1s ease-in-out;  
    -o-transition:color .1s ease-in-out;  
    transition:color .1s ease-in-out;
}
.topTab a:hover {
	color:#000;
}

.topTab a:active { color:#FFFF00; }

#topRight span {
	font-size:8pt;
}
#greyBar {
	margin-top:12px;
	background-color:#bababa;
	position:relative;
	z-index:1;
 *height:auto;
	height: 20px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:9px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius-right:5px;
}
#greyBar a img {
	float:right;
	display:table-cell;
	padding-right:5px;
	vertical-align:middle;
	border:0;
}
#nav {
	font-family: 'Droid+Sans:bold', sans-serif;
	background:url(/images/commonImages/blueDot.jpg);
	background-color:#0057a7;
	text-align:center;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-bottom:1px;
	width:100%;
}
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding:1px 5px 1px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 23px;
	width: 23px;
	text-align:center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	padding-left:2px;
	padding-right:20px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	cursor:pointer;
	background-color: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#00adee', endColorstr = '#0078a5');
 -ms-filter:  progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#00adee', endColorstr = '#0078a5');
}
/* END HEADER */

/* TWO COLUMN LAYOUT */
 #container {
	background-color: #fff;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#tabs {
	font-size:12px;
	width:99%;
	min-height:250px;
}
#tabBottomBar {
	border-bottom: 10px solid #666;
	padding-top:14px;
	margin:0;
 *margin-top:0px;
 *height:0px;
 *padding-top:0px;
}
.innertube {
	padding: 10px;
}
#content {
	margin-left: 200px;
}
.pageTitle {
	margin-top:-5px;
	font-style:italic;
	margin-bottom:0px;
}
.secondTitle {
	padding-left:25px;
}
#content h2 {
	margin: 0 0 .5em 0;
}
#leftTitle {
	font-weight:bold;
	background: #1a79bd;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a79bd), to(#0c588f));
	background: -moz-linear-gradient(top, #1a79bd, #0c588f);
 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#1a79bd', endColorstr = '#0c588f');
 -ms-filter:  progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#0c588f', endColorstr = '#1a79bd');
	color:white;
	padding: 1px 0px 1px 25px;
	margin-left: -20px;
	margin-top: 8px;
	position: relative;
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:10px;
	padding-right:10px;
	font-size:16px;
 *behavior: url(/styles/PIE.htc);
 *border-radius: 5px;
 *z-index:10;
 *position:inherit;
 *margin-top:4px;
}
#leftTitle .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-left: 10px solid transparent;
	border-top: 5px solid #1a79bd;
	top: 104%;
	left: 0;
	position: absolute;
}
/* LEFT COLUMN */
#leftColumn {
	float: left;
	width: 200px;
	background:#EBEBEB;
	font-size:10pt;
	/* CSS EQUAL HEIGHT */
	margin-bottom: -6500px;
	padding-bottom: 6500px;
	position:relative;
	z-index:4;
	margin-left:5px;
}
#leftColumn A:hover {
	color: #003366;
	text-decoration: none;
}
#leftColumn .bar {
	height:5px;
	background-color:#666666;
}
/* LEFT HAND NAV */

.leftNav {
*padding-left:7px;
	margin-top:10px;
	margin-bottom:10px;
}
.leftNav li {
	background-color: #d7d7d7;
	background: -moz-linear-gradient(top, #d7d7d7, #c8c8c8);
	background: -webkit-gradient(linear, left top, left bottombottom, from(#d7d7d7), to(#c8c8c8));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7',endColorstr='#c8c8c8');
	padding: 1px 0px 1px 25px;
	margin-left: -60px;
	margin-top: 8px;
	position: relative;
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;
	color: #454545;
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	list-style:none;
	behavior: url(/styles/PIE.htc);
 *position:inherit;
 *border-radius: 5px;
 *margin-bottom:6px;
 *margin-top:6px;
}
.leftNav li a {
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	width:100%;
}
.leftNav .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-left: 10px solid transparent;
	border-top: 5px solid #cbcbcb;
	top: 104%;
	left: 0;
	position: absolute;
}
.leftNav .currentPage .arrow {
	border-top: 5px solid #666666;
}
.leftNav .currentPage {
	font-weight:bold;
	color: #E2C016;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottombottom, from(#666), to(#333));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#333333');
	background:#666;
}
.leftNav .leftNavList {
*color:#000000;
*width:200px;
}
.leftNav .leftNavList li {
	*color:#000000;
	*margin-left:15px;
}
.leftNav .leftNavList li a {
	*color: #003366;
}
.leftNav .currentPage a {
	color:#e2c016;
}
/* END LEFT HAND NAV */



#topRight {
	float:right;
	padding-right:25px;
	font-size:9pt;
}
/* FOOTER */
#bottomLinks {
	width: 95%;
	color: black;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
#bottomLinks a {
	color: black;
}
#bottomLinks a:hover {
	text-decoration: none;
}
#footer {
	clear: both;
	margin: 0;
}
#bottomInformation {
	background-color: #999;
	padding-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size:10pt;
	width:100%;
	height:24px;
	dispay: table-cell;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#legalLinks {
	background-color: #666666;
	padding: 4px;
	float:left;
	vertical-align: top;
	-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
}
#legalLinks a {
	color: white;
}
#legalLinks a:hover {
	text-decoration: none;
}
#bottomContent {
	padding:1em;
}
/* END FOOOTER */

.sectionTitle {
	border: solid 1px #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter: progid : DXImageTransform.Microsoft.gradient(startColorstr ='#00adee', endColorstr = '#0078a5');
	background-color: #0095cd;
	border-radius: 5px;
	padding:1px;
}
.sectionTitle a {
	padding-left:10px;
	color:#FFF;
	font-weight:bold;
}
.title {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCCC, endColorstr=#FFFFFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#cccccc));
	background: -moz-linear-gradient(0% 100% 90deg, #CCCCCC, #FFFFFF);
	background-color: #CCC;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding: 1px 0px 5px 0px;
	border-bottom: thin solid black;
	width: 100%;
	vertical-align:top;
	font-weight: bold;
	margin-top: 0px;

}
.item {
background-color:#FFF;
	border: thin solid #C7C7C7;
	-webkit-box-shadow: -1px -1px 4px #C7C7C7;
	-moz-box-shadow: -1px -1px 4px #C7C7C7;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding-bottom: 5px;
	/* width: 350px; */
	display:inline-block;

	margin-right:15px;
	padding-bottom:10px;
	vertical-align:top;
		 *behavior: url(/styles/PIE.htc);
	 *border-radius:5px;
	 box-shadow: -1px -1px 4px #C7C7C7;
	 *border:1px solid #C7C7C7;
	  *display:inline;

}
.purchaseButton {
	/* display:none; */
	border:thin solid #666;
	padding:2px;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20) );
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#faa51a', endColorstr = '#f47a20' );
}
.purchaseButton:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015) );
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#f88e11', endColorstr = '#f06015' );
	cursor: pointer;
}
.purchaseButton:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a) );
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#f47a20', endColorstr = '#faa51a' );
}


.blackGreyGradBar {
	background:	-webkit-gradient(linear, 0% 100%, 0% 0%, from(#000000), to(#999));
	background: -moz-linear-gradient(0% 100% 90deg, #000000, #666666);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#000000);
	background-color: #666666;
	margin: 0 auto;
	padding: 3px;
}

.blueButton {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#00adee', endColorstr = '#0078a5' );
	padding: 2px;
	margin-top:5px;
		*behavior: url(/styles/PIE.htc);
}

.blueButton:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc),
		to(#00678e) );
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#0095cc', endColorstr = '#00678e' );
	cursor: pointer;
}

.blueButton:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5),
		to(#00adee) );
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#0078a5', endColorstr = '#00adee' );
}

/* Orange Button */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20) );
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr ='#faa51a', endColorstr = '#f47a20');
	padding: 2px;
	margin-top:5px;
	*behavior: url(/styles/PIE.htc);
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015) );
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f88e11', endColorstr = '#f06015' );
	cursor: pointer;
}

.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a) );
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f47a20', endColorstr = '#faa51a' );
}

/* END ORANGE BUTTON */


/* red */
.cancel {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	cursor: pointer;
	padding: 2px;
	margin-top:5px;
	behavior: url(/styles/PIE.htc);
}
.cancel:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.cancel:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
 
/* previous */
.previous {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	cursor: pointer;
	padding: 2px;
	margin-top:5px;
	behavior: url(/styles/PIE.htc);	
	text-decoration:none;
}
.previous:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.previous:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}