body
{
	margin:0px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:10pt;
	color:#3C3C3C;
	background-color:#f6f8fc;
}

a
{
	text-decoration:none;
	color:#90b3dc;
	cursor:pointer;
}
a:hover
{
	color:#b9d6f9;
}

a img
{
	border:0px;
}

#containerMain
{
	width:960px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:15px;
	border:solid 1px #dcdcdc;
	background-color:#fff;
	padding-bottom:15px;
}

#header
{
	height:100px;
	background:transparent url(../img/bacadlogo-small.png) no-repeat 10px 7px !important;
}
#header .title
{
	font-family:verdana;
	font-size:22pt;
	font-weight:bold;
	padding:32px 0 0px 158px;
	color:#000;
	text-align:left;
}
#header .languages
{
	float:right;
	padding:8px 0 0 0;
}
#header .languages a
{
	padding-right:8px;
}

#license
{
	text-align:center;
	font-size:9px;
	color:a0a0a0;
	padding-bottom:20px;
}

.box
{
	width:760px;
	height:300px;
	margin:0 auto;
	background:transparent url(../img/box.png) no-repeat top left !important;
}
.boxsmall
{
	width:760px;
	height:200px;
	margin:0 auto;
	background:transparent url(../img/boxsmall.png) no-repeat top left !important;
}
.boxs
{
	padding:20px;
}
.box .content, .boxsmall .content
{
	padding:30px 35px 30px 35px;
}
.box .content .title, .boxsmall .content .title, .boxs .title, div.pagetitle
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18pt;
	font-weight:bold;
	line-height:1.7;
	padding:0 0 12px 0;
}
div.pagetitle
{
	margin: 20px 0 0 20px;
}
.box .content .description, .boxsmall .content .description
{
	color:#646464;
	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size:11pt;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	padding:5px;
}
.box .content a, .boxsmall .content a
{
	font-weight:bold;
	text-align:right;
	display:block;
	font-size:10pt;
	padding:15px 45px 15px 15px;
	background:transparent url(../img/link.png) no-repeat right center;
}
.box .content a:hover, .boxsmall .content a:hover
{
	background-image:url(../img/linkover.png);
}

.boxs .subbox
{
	padding:5px 0 22px 0px;
	font-size:11pt;
}
.boxs .subbox a
{
	display:block;
	font-size:10pt;
	padding:5px 0 0 5px;
}

.backlink
{
	background-color:rgb(145,145,145);
	display:block;
	padding:2px 0px 2px 6px;
	color:#fff;
	font-weight:bold;
}





div.infobox
{
	margin: 10px 30px;
	padding: 7px;
	background-color: #FEEFB3;
	border: 1px solid #B88630;
	color: #B88630;
}
div.infobox div.title
{
	font-weight: bold;
	margin-bottom: 5px;
}
div.infobox a
{
	color: #8F5700;
	border-bottom: 1px dotted #B88630;
}
div.infobox a:hover
{
	color: #9F6100;
	border-bottom: 0;
}

div.helpchapter
{
	margin:20px;
	color: #2C2C2C;
}
div.helpchapter div.header 
{
	height: 29px;
	margin-bottom: 5px;
}
div.helpchapter div.header div.title
{
	padding: 5px 0 0 40px;
	font-weight: bold;
	font-size: 11pt;
}
div.helpchapter div.header div.bubble
{
	float:left;
	width: 26px;
	height: 26px;
	padding: 2px 3px 0 0;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	background: transparent url(../img/bubble.png) no-repeat top left;
	background: transparent url(../img/bubble.png) no-repeat top left;
}
div.helpchapter div.content
{
	border-left: 3px solid silver;
	margin-left:11px;
	padding: 5px 10px 8px 30px;
}
div.helpchapter div.content img
{
	display: block;
	margin: 15px 10px;
}

div.spacer
{
	display:block;
	height:20px;
}
