/* HTML Tag Redefinition */
html, body {height: 100%;  }
body {/* customize_background */ background-color: #ffffff; /* customize_background */ padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor:pointer}

label { font-weight:bold;}
fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
#page{ width:960px; margin:auto; text-align:left }
#page #headerSpacer{ height:4px }
#page #header{ position:relative; } 
#page #header #logo{ color:#999; font-size:32px; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height: auto; 
	margin-bottom: 0px; padding: 0px; margin-top:8px; cursor:pointer;  left:0px ; z-index:1; width:auto; float:left; position: relative;  }
#page #header #logo a{ /* customize_header_logo */color:#000a99; /* customize_header_logo */ text-decoration:none;}
#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }

th {
	font-weight: bold;
	padding: 0px 0px;
	height: 42px;
	white-space: nowrap;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	background-color:  #1f5a9e; /* this is the blue in the header */
	/*background-image: url(nav/images/headercolumnbg.gif);*/
	color: white;
	border: 0px;
	text-shadow: 0.1em 0.2em 0.2em black;
}

.shadow {
	text-shadow: 0.1em 0.2em 0.2em black;
}

#products {
	width: 100%;
	padding: 0px 0px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px gray dotted;
}
.col-product {
	padding: 0px 5px;
	border-bottom: #bbb;
	border-left: gray;
	border-width: 0 0 1px 1px;
	border-style: none none dotted dotted;
	text-transform: inherit;
	text-align: center;
}
.col-product a {
	color: black;
	text-decoration: none;
}
.col-descript {
	text-align: left;
	font-weight: normal;
	background-color: #ddedff;
	color: #1E2F37;
	border-bottom: 1px blue dotted;
	padding-top: 6px;
}
.col-version {
	background-image: url(nav/images/stripes.gif);
	border-bottom: 1px #bbb dotted;
	text-align: center;
}
.col-version table {
	width: 100%;
	text-align: center;
}
.col-required {
	text-align: center;
font-size:x-small;
border-bottom: 1px #bbb dotted;
}
.col-released { 
	background-color: #dDEDFF; 
	border-bottom: 1px blue dotted;
	text-align: center;
}
.col-released table {
	width: 100%;
	text-align: center;
}
.col-download {
	background-image: url(nav/images/stripes.gif);
	border-bottom: #bbb;
	border-right: gray;
	border-width: 0 1px 1px 0;
	border-style: none dotted dotted dotted;
	text-align: center;
}
.col-download table {
	width: 100%;
	text-align: center;
}


#page #header #headerNav{ position: absolute; top: 16px; right: 0px; z-index:2; width:100%; overflow:visible;}
#page #header ul.nav-header{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; float: right}
#page #header ul.nav-header li{float:left; padding:2px 0px; margin-left:16px; margin-bottom: 0px; color:#999; font-size:16px; margin-top:0px }
#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{ text-decoration:none; color:#999999 }
#page #header ul.nav-header li.nav-selected{ border:1px solid #bbb; padding:2px 8px; }
#page #header #header-area{margin-top: 10px; margin-bottom: 10px }
#page #header #header-area #header-area-inside{margin-bottom: 12px;}
/* line below commented out by julian to allow centering images  */
/* #page #header #header-area img { display: block}  */
#page .divider{padding-top: 12px; background: url(images/nav_horizontal_divider.gif) no-repeat top; overflow:hidden; height:1px; clear:both; width:100%; }

#page #central{background:url(images/nav_sidebar_right_bg.gif) repeat-y center; clear:both; }
#page .no-sidebar { background-image: none !important}
#page #central.central-left { background:url(images/nav_sidebar_left_bg.gif) repeat-y center !important; }
#page #central.central-left div#sidebar {float: left !important; }
#page #central.central-left #body {padding-left: 68px !important; padding-right: 0px !important; float:right}
 
#page #central #body{ float:left; width:67%; padding-right:28px; padding-left: 0px !important; padding-right: 0px !important }
#page .no-sidebar #body{ float: none !important; width: auto !important; }
#page #central #sidebar{ float:right; width:23%; overflow:hidden }
#page #central #sidebar p{ line-height:24px}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:24px; font-size:16px;}
#page #central #sidebar ul.nav li{ margin-bottom:16px; }
#page #central #sidebar ul.nav a{ text-decoration:none; color:#333 }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(images/nav_sidebar_left_bg.gif) repeat-y right; }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }

#page #footer {
	margin-top: 24px;
	padding: 10px;
	/* customize_footer */ font: normal normal 10px Arial; /* customize_footer */
	/* customize_footer */ color: #999;	/* customize_footer */
	/* customize_footer_background */	background-color: #e6d8e6; /* customize_footer_background */
}
#page #footer a{ text-decoration:none }
/* added in customize theme css
#page #footer {
  border: 1px #912a8e solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
*/

#page #copyright { font-size: 10px; clear:both; }
#page #copyright a {text-decoration: none; }
#page #copyright span.sign-in {margin-left: 20px}
#page #copyright span.powered-by { float:right; }
#page #copyright span.legal {margin-left: 20px}

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}


#changelog .title {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
#changelog ul {
	list-style:none;
	padding-left:20px;
	width:auto;
}
#changelog-name {
	border-bottom:1px dotted black;
	margin-bottom:20px;
}

/* customize_miscellaneous */  #page #footer {
  border: 1px #912a8e solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* customize_miscellaneous */


/* SUPERFISH STYLES */
#page #header #headerNav, #page #header ul.nav-header { z-index:5 !important }
ul.sf-menu, ul.sf-menu li, ul.sf-menu ul { z-index: 5 !important }


#sf-menu .sf-menu { float:right }
#sf-menu .sf-menu li{background-color:#ffffff !important}
#sf-menu .sf-menu a:focus, #sf-menu .sf-menu a:hover, #sf-menu a:active{background-color:#e8e8e8 !important }
#sf-menu .sf-menu a, #sf-menu .sf-menu a:visited, #sf-menu .sf-menu a:link, #sf-menu .sf-menu a:hover{ color:#000000 !important }

#sf-menu .sf-menu ul.sf-submenu { width:auto !important; min-width:150px !important; float:left; } 
#sf-menu .sf-menu ul.sf-submenu li{ width:auto !important; min-width:150px !important; display:block; float:none; position:relative; left:0px; top:0px; height:auto;} 
#sf-menu .sf-menu ul.sf-submenu li ul { left:100%; position:absolute; top:0px; height:auto; } 
 
/*IE6 needs a border for some reason to calculate width for submenu positioning.  replace with your own color */
#sf-menu .sf-menu li { border:1px solid #ffffff; border-top:1px solid #fff; border-left:1px solid #fff; }

  
/* IE6 Hack #sf-menu .sf-menu ul.sf-submenu li{ -border: 1px solid #fff; }  */

#sf-menu .sf-vertical, #sf-menu .sf-vertical li { width:100%; display:block }  
#sf-menu .sf-vertical li:hover ul.sf-submenu, 
#sf-menu .sf-vertical li.sfHover ul.sf-submenu{ left:100%; display:block; position:absolute; top:0px; width:150px; } 

#site-switch
{
	padding: 5px 5px 10px 5px;
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30,90,157,1.0)), to(rgba(255,255,255,0.2)), color-stop(0.9,#000000));
	background-image: -moz-linear-gradient(-90deg, #1e5a9c, #1e5a9c, #143c68, #0b2037, #000000, #000000, rgba(255,255,255,0.2));
}
