@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #f8f8f8;	
	margin: 0;
}


.t {background: white url(/images/dot.gif) 0 0 repeat-x;}
.b {background: url(/images/dot.gif) 0 100% repeat-x}
.l {background: url(/images/dot.gif) 0 0 repeat-y}
.r {background: url(/images/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/bottomleft.gif) 0 100% no-repeat}
.br {background: url(/images/bottomright.gif) 100% 100% no-repeat}
.tl {background: url(/images/topleft.gif) 0 0 no-repeat}
.tr {background: url(/images/topright.gif) 100% 0 no-repeat; padding:10px}

div#main {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.box {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	padding: 1em;
	font-size: 12px;
}

img {
	border: none;
}

#content{
	font-size: 12px;
}

p, ul, ol {
	line-height: 1.9em;
}

#content td, #content th {
	font-size: 12px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	margin-bottom: 5px;
	margin-top: 0;
	padding-top: 12px;
}


#content h2 {
	color: black;
	font-size: 16px;
	margin-top: 10px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
}

#content h3 {
	font-size: 14px;
	margin-top: 10px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
}

#content h4 {
	font-size: 12px;
}

#content hr {
	border: 0 none;
	border-bottom: 2px dotted #CCC;
	height: 0;
}

#content td {
	border: none;
	text-align: left;
}

#content th {
	text-align: center;
}

#form textarea.gotcha {
	visibility: hidden;
}


.StableInstaller
{
	border: 1px solid #cccccc;
	background: #f8f8f8;
	padding: 1em;
}

div.Installers
{
	border: 1px solid #cccccc;
	background: #f8f8f8;
	padding: 1em;
	max-width: 600px;
}

.DownloadLink
{
	font-size:large;
	font-family: Verdana, Helvetica ;
}

.DownloadLinkType
{
	font-size:xx-small;
}

.DownloadTable
{
	border: 1px solid #cccccc;
	width: 100%;
	
}


/* ---------------------------- Added for Website2 ----------------------------*/
.logo {
    float:left;
	padding-top: 25px;
}

#header {
    height: 94px;
}

.breadcrumbs {
    font-size: 11px;
    color: #c0c0c0;
    margin-bottom: 20px;
    padding-left: 20px;
}

.breadcrumbs a {
    color: #909090;
}

/* Tabs ----------------------------------------------------------------------*/

.tabs {
    float: right;
    padding-right: 30px;
    position: relative;
    top: 48px;
}

.tabs a {
    color: #d0d0d0;
}

.tabs .tab {
    height: 45px;
    float: left;
    border: 1px solid silver;
	background-color: #fafafa;
    margin: 0 5px;
}

.tabs a {
    display: block;
    padding: 0 20px;
    line-height: 45px;
    font-size: 18px;
	font-family: Helvetica, Verdana;
    text-decoration: none;
}

.tabs .selected {
    border-bottom-color: white;
	background-color: #ffffff;
}

.tabs .selected a {
    color: #909090;
}

/* Menu */
.menu table {
    border-collapse: collapse;
}

#content .menu td {
    padding: 0;
}

.menu {
    border-bottom: 1px solid #e0e0e0;
    border-width: 1px 0;
    font-family: Helvetica, Arial;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
    padding-left: 20px;
}

.menu  a.menuitem {
    padding: 0 30px;
    font-size: 16px;
}

.menu a {
    color: #c0c0c0;
}

.menu a.selected {
    color: #909090;
}

/* Content layout */
#content {
	padding: 0 10px 10px 10px;
}

#content .main {
    width: 600px;
    float: left;
}

#content .side {
    width: 250px;
    float: right;
}

#content .bottom {
    clear: both;
}

.placeholder {
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
    padding: 5px 10px;
}

#content a.button {
    display: block;
    background-color: #0084ff;
    width: 200px;
    color: #ffffff;
    padding: 10px;
	font-size: 13px;
    text-align: center;
    margin: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#303030')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#303030');
}

#content a.button:hover {
	background-color: #00a0ff;
	color: #ffffff;
	text-decoration:none;
}

.arrowbutton, .arrowleftbutton {
	width: 163px;
	height: 77px;
	background: url(/images/arrow.gif) no-repeat;
	display: block;
	float: left;
	margin-right: 20px;
}

.arrowleftbutton {
    background-image: url(/images/arrowleft.gif);
}

.arrowbutton .text, .arrowleftbutton .text {
	color: white;
	padding-top: 20px;
	width:150px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.arrowleftbutton .text {
    margin-left:13px;
}

.arrowbutton .description {
	font-size: 11px;
	font-weight: normal;
	font-family: arial, helvetica, sans serif;
}

.arrowbutton#selected, .arrowbutton:hover {
	background: url(/images/arrowhighlight.gif) no-repeat;
	color: white;
}

.arrowleftbutton#selected, .arrowleftbutton:hover {
	background: url(/images/arrowlefthighlight.gif) no-repeat;
	color: white;
}

a:hover {
    color: #0084ff;
}

#content div.small, #content div.small p, #content div.small ul {
    font-size: 11px;
}

.siblingnav {
    height: 30px;
    font-size:11px;
    margin-top:20px;
    display:none;
}
.siblingnav .prev {
    float:left;
}
.siblingnav .next {
    float:right;
}

#content .bordered {
	border-collapse:collapse;
	border: 1px solid silver;
}

#content .bordered td {
	padding: 4px 2px;
	border: 1px solid silver;
}

.dottedunderline {
	border-bottom: 2px dotted #CCC;
	margin-bottom: 10px;
}

/* Download Boxes */
.DownloadLink
{
	font-size:large;
	font-family: Verdana, Helvetica ;
}

.DownloadLinkType
{
	font-size:xx-small;
}

.DownloadTable
{
	border: 1px solid #cccccc;
	width: 100%;
	border-collapse: separate;
	background: #f8f8f8;
}

.DownloadTable td
{
	padding: 7px;
}

span.bronze {
	color: #cc723a;
}

span.silver {
	color: #a9a9a9;
}

.seemenu .current img {
	padding:2px;
	border: 2px solid #0084ff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* Footer */
.footer {
	font-size: 12px;
	padding-top: 20px;
	margin: auto;
	width: 750px;
}
.footer .navcol {
	padding: 0 30px 20px 30px;
	float: left;
}
.footer .navcol .header {
	font-weight: bold;
}

.footer .navcol a {
	color: #999999;
	text-decoration: none;
}

.footer .navcol a:hover {
	color: #0084ff;
}

/* what/details */
.detailschild .link {
	font-weight: bold;
	padding-bottom: 5px;
}

.detailschild {
	padding-bottom: 20px;
}

.detailsnode .link  {
	padding: 3px;
	font-size: 11px;
}

.detailsnode .children .children {
	padding-left: 20px;
}

.detailsnode .children .children .children {
	padding-bottom: 0;
}

#content .detailsnode .current a {
	font-weight: bold;
	text-decoration: underline;
}

.search {
	position: absolute;
	width: 100%;
	text-align: right;
}

.search form {
	width: 930px;
	margin: auto;
}

.search  form div {
	width: 305px;
	border: 1px solid #c0c0c0;
	border-top: 0 none;
	text-align: center;
	margin-left: 625px;
	background-color: #fafafa;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding: 2px 0;
}

.search form div input {
	opacity: 0.7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/* Back and Next buttons */

#content a.backbutton, #content a.nextbutton {
    display: block;
    height: 57px;
    width: 67px;
    background-repeat: no-repeat;
    margin: 0;
}

#content a.backbutton {
    background-image: url(/images/see/back.gif);
}

#content a.backbutton:hover {
    background-image: url(/images/see/backhighlight.gif);
    text-decoration: none;
}

#content a.nextbutton {
    background-image: url(/images/see/next.gif);
}

#content a.nextbutton:hover {
    background-image: url(/images/see/nexthighlight.gif);
    text-decoration: none;
}
