/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	/*background: #dde8ff;*/
	background: #dde8ff url(bg.gif) top center repeat-y;
	min-width:1000px;
	line-height:1;
	vertical-align:baseline;
	outline:0 none;
}



#page {
	position:relative; /* needed for footer positioning*/
	margin:0px auto;
	/*margin:0 auto; /* center, not in IE5 */
	width:1000px;
	background: #fffff;
	background-image:url(headerbg.gif); background-repeat:no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	padding:0 0 0 0;
}


#content {
	width:800px;
	#margin-left:22px;
	padding:0 0 0; /* bottom padding for footer */
}

#logo{			position:relative; 	float:left; width:500px; height:150px; margin-top: 0px;}
#topheader{		position:relative; 	float:right; width:280px; height:97px; background-color:#FFFFFF;}
#toplinks{		position:absolute; right:10px; top:10px;}
#menu{			position:relative; 	float:right; width:500px; height:32px; background-image:url(bg_menu2.jpg); background-repeat:repeat-x;}
#menu0{			position:relative; 	float:right; width:800px; height:32px; background-image:url(bg_menu.jpg); background-repeat:repeat-x;}
#submenu{		position:relative;	float:right; width:800px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{	position:relative;						float:right; width:506px;background: #ffffff;}
#leftpanel{		position:relative;						float:left; width:274px;background: #ffffff;}
#central{		position:relative;	float:left;width:800px;background: #ffffff; }
#footerback{
			position:relative;
			bottom:0;
			float:left; width:800px; background:url(footer.gif) top center no-repeat; /*padding:10px;*/ height:100px; padding:0px;}

#footer {
	position:relative;
	
	bottom:0; /* stick to bottom */
	text-align: center;
	padding:1em;
	background: #fffff;
	float:left;
	width:800px;
	height:100px;
	background-image:url(footer.gif); background-repeat:no-repeat;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; 
	background-color:#FBFBFF; 
	padding:10px; 
	margin: 10px 10px 10px 30px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.bodytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

.code {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-style:italic; 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

pre code {
	margin: 0 0 0 0px;  /*--Left Margin--*/
	padding: 0px 0;
	display: block;
	font-size: 12px;
	color:#000000;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#6480cd;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}


:focus { -moz-outline-style: none; }

p {
font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
line-height:1.6em;
margin:0.5em 0 0;
}


/*======================================================sweet tools---*/

.Warning {
-moz-border-radius:2px 2px 2px 2px;
background:none repeat scroll 0 0 #DD0000;
border:0 none;
color:#FFFFFF;
line-height:1.5;
margin:10px 0 20px;
padding:8px;
}

#Panel {
   width: 250px;
   float: right;
}
div.Box {
   -moz-border-radius: 1px;
   -webkit-border-radius: 1px;
   background: #e9f9ff;
   color: #999;
   padding: 6px 10px;
   margin: 0 0 10px;
}
div.Box h4 {
   font-size: 110%;
   color: #2786c2;
   font-weight: bold;
   margin: 0;
   padding: 0 0 1px;
   /* border-bottom: 1px solid #caf0fe; <-- This caused a 2px underline where it was above PanelInfo */
}



div.Box p {
   font-size: 100%;
   padding: 0 0 4px;
   color: #555;
}




/* ---- Panel Elements ---- */

div.Box {
	-moz-border-radius: 0;
	background: none;
	padding: 0;
	margin: 20px 0;
}
div.SearchBox {
	margin: 0 0 20px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   background: #fafafa;
   border: 1px solid #aaa;
   padding: 8px;
}
div#UserOptions,
div.GuestBox {
	margin: 0 0 20px 0;
}
div.Box h4 {
	font-family:"Helvetica Neue (TT)","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:15px;
	color: #444;
	background: url('hr.png') bottom left repeat-x;
}
ul.PanelActivity,
ul.PanelInfo,
body.Profile ul.PanelInfo {
	border: none;
}
ul.PanelActivity li,
ul.PanelInfo li,
ul.PanelInfo li.Active,
body.Profile ul.PanelInfo li {
	background: none;
	border-bottom: 1px dotted #c5d1e2;
	padding: 2px;
	color: #80828C;
}
ul.PanelActivity li {
	font-size: 12px;
}
body a.DraftCommentLink {
	display: block;
	color: #80828C;
	text-decoration: none;
}


div.Box dl {
	background: none;
	border-top: 1px solid #caf0fe;
	border-bottom: 1px solid #caf0fe;
	border: none;
	padding: 0;
	overflow: hidden;
	padding: 3px;
	font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;	
}


div.Box dl dd,
div.Box dl dt {
	line-height: 2.2;
	border-bottom: 1px dotted #c5d1e2;
}
div.Box dl dt {
   float: left;
   width: 80px;
   color: #555;
   font-size: 100%;
}
div.Box dl dd {
   margin-left: 80px;
   line-height: 2.2;
   text-align:left;
   font-size: 100%;
}

div.Box dl dd a{
  line-height: 2.2;
  font-size: 100%;
}


div.RequirementBox, div.DownloadBox {

	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #FAFAFA;
	border:1px solid #AAAAAA;
	color:#555555;
	float:left;
	font-size:80%;
	display: block;
	margin-top: 10px;
	margin-left: 5px;
    margin-right: auto;
	padding:6px;
	width:270px;
	color:#000000;
	font:small/1.7em "Helvetica Neue",Helvetica,arial,sans-serif;
}

div.DownloadBox h3 {
	font-family:'lucida grande','Lucida Sans Unicode',Tahoma,sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#000000;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
	border:0 none;
	margin:0;
}

div.DownloadBox dl {
	padding:0 !important;
}

div.DownloadBox dl dt {
	color:#000000;
	float:left;
	width:100px;
}

.DownloadBox dl dd {
	color:#555555;
}

div.SpecBox {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #FAFAFA;
	border:1px solid #AAAAAA;
	color:#555555;
	float:left;
	font-size:50%;
	padding:5px;
	width:210px;
	color:#000000;
	font:1em "Helvetica Neue",Helvetica,arial,sans-serif;
	margin:5px 0px 0px 5px;
}

div.SpecBox h3 {
	font-family:'lucida grande','Lucida Sans Unicode',Tahoma,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
	border:0 none;
	margin:0;
}

div.SpecBox dl {
	padding:0 !important;
}

div.SpecBox dl dd,
div.SpecBox dl dt {
	line-height: 2.2;
	border-bottom: 1px dotted #c5d1e2;
}

div.SpecBox dl dt {
	color:#000000;
	float:left;
	width:4%;
}

.SpecBox dl dd {
	color:#555555;
	margin-left:4%;
}

/* ---- Big Chunky Buttons ---- */
.ChunkyButton {
   width: 190px;
   margin: 20px 0 0;
   background: url('left_bluegreen.png') bottom left no-repeat;
   cursor: pointer;
   font-size: 20px;
}
.ChunkyButton a {
   font-family: 'lucida grande','Lucida Sans Unicode', Tahoma, sans-serif;
   font-weight: bold;
   color: #fff;
   text-shadow: 0 -1px 0 #000;
   font-size: 20px;
   text-align: center;
   line-height: 2.2;
   display: block;
   height: 46px;
   margin: 0 0 0 5px;
   padding: 0px 0px 0 0;
   background: url('right_bluegreen.png') bottom right no-repeat;
}
.ChunkyButton:hover {
   background: url('left_bluegreen.png') top left no-repeat;
}
.ChunkyButton:hover a {
   background: url('right_bluegreen.png') top right no-repeat;
}


div.DownloadBox p.ChunkyButton {
width:270px;
}

div.Box p.ChunkyButton {
padding:0;
width:270px;
}

