@charset "utf-8";


body {
	font: 100% "Segoe UI", "Calibri", Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/bg_ad.gif);
	background-repeat:repeat-x;
}
.oneColFixCtr #container {
	min-width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 1000px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	height: 60px;
	clear:both;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#adHolder {
	text-align:center;	
}

.oneColFixCtr #mainContent {
	margin-top:20px;
	padding: 13px 13px 13px 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

#columnRight {
	float:right;
	width: 462px;
	padding:13px;
}

#columnLeft {
	margin-right: 50%;	
	padding:13px;
}

#mainMenu {
	float:right;
	border: 0px solid red;
	
}

#mainMenu ul {
	margin-top:40px;
}

#mainMenu ul li {
	display: inline;
	padding: 0px 10px;
}

#mainMenu ul li a {
	color: #ffffff;	
	font-size: medium;
	text-decoration:none;
}

h1 {
	font-size:28px;	
	font-weight:normal;
}

h2 {
	font-size:20px;	
	font-weight:normal;
}

h3, .inlineH3 {
	color: #CB0816;
	font-weight:bold;
	font-size:12pt;
	margin-bottom:0px;
}

.first {
	margin-top:0px;	
}

.indented {
	 margin-left:75px;	
}

.indentedMore {
	margin-left: 125px;	
}

a , .ui-tabs .ui-tabs-panel a{
	color:#0073C7;
}

div.utilLinks {
	float:right;
	text-align:right;
	padding: 5px 0 0px 0;
	clear:both;
	color: #aaa;
}


a.utilLink  {
	font-size:x-small;
	color: #aaa;
	text-decoration:none;
}

.priceBig {
	font-size:30pt;
	color:#666666;
}

.logoGrid td {
	padding:10px;	
}

.tab-based-page-content {
	background:#CDEBEE; 
	margin-top:0	
}

.tabHolder {
	margin-right:235px;
}

.tabHeader {
	padding:1px 10px;	
}

.sideMenuHolder{ 
	width:225px; 
	float:right;
}

ul.sideMenu {
	
	
	list-style-type:none;
	margin-left:0px;
	padding-left:5px;
	margin-top:0px;

}

ul.sideMenu li a {
	font-size:9pt;	
}

div#tabs ul.ui-tabs-nav li.ui-state-default {
	background-image:none !important;	
	background-color: transparent;
	border-style:none !important;
	
}

div#tabs ul.ui-tabs-nav li.ui-state-default a {
	
	color: #000000;	
	font-size:12px;
}
div#tabs ul.ui-tabs-nav li.ui-state-active a{
	color: #EB8F00;
	font-size:12px;
}

div#tabs ul.ui-tabs-nav li.ui-state-active {
	background-image:none !important;	
	background-color: #FFF;
	border-style:solid !important;
	
}

div.tiles-four{
	background-color:#222; 
	height:200px; 
	padding:2px 10px; 
	position:relative;
	
}

div.tiles-four h3 {
	color:#ddd;
	font-weight:normal;
}

div.tiles-four div.tile {
	position:absolute; 
	width:20%; 
	color:#fff	;
	font-size:80%;
	border-right: 1px solid #555;
	padding-right:10px
}

div.tiles-four div.lastTile {
	border-style: none !important;	
}

div.tile ul {
	

	margin-left:10px;
	padding-left:5px;
	margin-top:0px;

	
}

div.tile li {
	font-size:80%;	
}

.innerMenu {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	width:175px;
}

.innerMenu li {
	padding-left:10px;
	padding-bottom:5px;
}

.innerMenu li a {
	font-size:10pt;	
}

.cleared-both {
	clear:both;	
}

.cleared-right {
	clear:right;	
}

.note {
	font-size:80%;
	font-style:italic;
}

.cleared-left {
	clear:left;	
}

.innerTogglePanel {
	display:none;	
	padding-top:0px;
}

.innerTogglePanelOn {
	display: block !important;	
}

.question {
	font-weight:bold;	
}

.answer {
	font-size:90%;
	padding-left:15px;
}

.notification, .dataTable {
	border-style:solid;
	border-color: #82CCD5;
	border-width:1px;
	border-top-width:4px;
}

.dataTable td {
	border: 1px solid #CDEBEE;	
}

#newsHolder {
	background-color:#FFF; 
	padding:10px;
}

div#newsHolder table tr td h2 {
	margin-bottom:0px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color:#0073C7;
}

#footer {
	font-size:9pt;
	color: #666;
	margin-bottom:20px;
}

.videoTags {
	font-style:italic;
	color: #666;
	font-size:80%;
}

.videoTitle, .videoDescription {
	margin:0px;
}

.videoDuration, .videoViews {
	color: #666;	
	font-size:80%;
	font-weight:bold;
}

.videoThumbnail {
	float:left; 
	margin:10px 10px 20px 10px;
}

.new {
	font-weight:bold;
}

.new:before {
	content:url(/images/new.gif);	
	padding-right:3px;
}

.releaseHolder div{
	margin-right:250px;	
}

.releaseHolder div:first-child {
	
	background-color:#fff0a5;
	padding: 5px 10px;
	
}

.releaseHolder div:first-child:before {
	content: "Current Release";
	font-size:20px;	
	font-weight:normal;
}

.rel1 {
}

.rel2 {
	left:25%;	
}

.rel3 {
	left:50%;	
}

div.tiles-four div.rel4 {
	left:75%;
	border-right: 0px solid #555 !important;
}
