@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(images/page_bg.jpg) repeat-x;

}

p {
	margin: 5px;
}

#wrapper {
	width:900px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
}

.wrapper-b {
	height:10px;
	background: url(images/wrapper_b.png) 0 100% repeat-x;
}

.wrapper-l {
	background: url(images/wrapper_l.png) 0 0 repeat-y;
}

.wrapper-r {
	padding: 0px 12px 0px 12px;
	background: url(images/wrapper_r.png) 100% 0 repeat-y;
}

.wrapper-m {
	background: #ffffff;
}

.wrapper-bl {
	background: url(images/wrapper_bl.png) 0 100% no-repeat;
}

.wrapper-br {
	padding: 0px 12px 0px 12px;
	background: url(images/wrapper_br.png) 100% 100% no-repeat;

}

#header {
	background: #000000 url(images/header_bg.jpg) repeat-x;
	height:135px;
	clear:both;
}

.header-title {
	background: url(images/header_title_bg.png) repeat-x;
	height:101px;
	font-family: Arial, Helvetica, sans-serif;
	color:#102458;
	font-weight:bold;
	font-size:34px;
	text-align:center;
	padding-top:15px;
}

#logo {
	position:absolute;
	top:25px;
	left:90px;
	background-image:url(images/bcd-logo.png);
	height:100px;
	width:725px;
	clear:both;
	

}

#menu {
	background: #000000 url(images/menu_bg.jpg) repeat-x;
	height:43px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
}

#content {
	background: #206bb8 url(images/content_bg.jpg) repeat-x;
	padding-bottom:25px;
	padding-right:100px;
	padding-left:100px;
	height:100%;
}

#content-area {
	background: #ffffff url(images/content_area_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
	clear:both;
}

#left-float
{
	width:250px;
  	float:left;
}


#right-float
{
	width:400px;
 	float:right;
}

#left-float-form
{
	width:305px;
  	float:left;
	padding:10px;
}

#right-float-form
{
	width:305px;
 	float:right;
	padding:10px;
}

#bottom-float-form
{
	width:100%;
	float:left;
	padding:10px;
}

.highlight {
	width: 300px;
	background-color:#FFC;
	margin: 10px 0 10px 10px;
	padding: 5px 5px 5px 5px;
	float: right;
}

.seperator {
	height: 1px;
	padding: 5px 0 5px 0;
}

.line {
	border-top: 1px solid #999999;
}

img.border 
{
 padding: 7px 7px 7px 7px ;
}

img.floatright { 
    float: right; 
    margin: 4px; 
}

img.news 
{
 padding: 0px 7px 0px 7px ;
}

a#question 
{
	display:block;
	width:30px;
	height:25px;
    background-image: url(images/question-mark.png);
	margin:0px;
	float:right;
}

a#question:hover 
{
	display:block;
	width:250px;
	height:225px;
    background-image: url(images/perf.png);
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 36px;
	font-weight: bold;
}

h2 {font-family: Arial, Helvetica, sans-serif; color: #515151; font-size: 20px; font-weight: bold; }

h3 {font-family: Arial, Helvetica, sans-serif; color: #515151; font-size: 16px; font-weight: bold; }

h4 {font-family: Arial, Helvetica, sans-serif; color: #263F70; font-size: 16px; font-weight: bold; }

h5 {font-family: Arial, Helvetica, sans-serif; color: #263F70; font-size: 14px; font-weight: bold; }

#footer {
	background: #000000 url(images/footer_bg.png) repeat-x;
	height:70px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:25px;
	clear:both;
}

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; clear:both; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { height: 43px; }
#nav *:hover { }
#nav a { border-right: 1px solid #206bb8; color: white; font-size: 18px; padding: 6px; line-height: 1.7; text-decoration:none; }
  #nav li.hover a { background-color: #5E5A5A; text-decoration:none; }
  #nav ul { top: 30px; }
    #nav ul li a { background-color: #5E5A5A; text-decoration:none; }
      #nav ul a.hover { background-color: #206bb8; text-decoration:none; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); text-decoration:none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* Slider */

* { margin: 0; padding: 0; }
#main { height: 100% }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
fieldset { padding: 8px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 100%;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}


.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("images/AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("images/AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("images/AccordionTab2.gif");
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}