/* @group layout */

html,body {
	margin: 0;
	padding: 0;
	background: #003867 url(../_img/bgBody.gif) repeat-x;
	font: 9pt/1.5em "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #000;
}
#bodyFramework {
	width: 790px;
	position: relative;
	margin: 0 auto;
	background: #FFF url(../_img/bgContentFramework.gif) repeat-y;
}
#bodyFramework #frameworkTop {
	width: 790px;
	height: 211px;
	background: transparent url(../_img/bgContentFrameworkTop.jpg) no-repeat;
}
#bodyFramework #frameworkBottom {
	width: 790px;
	padding-bottom: 50px;
	background: transparent url(../_img/bgContentFrameworkBottom.jpg) no-repeat bottom;
}
/* @group #footer */

#footer	{
	margin: 0 15px 20px 15px;
	padding-bottom: 20px;
	text-align: center;
	color: #8585AD;
	background: #003867;
}

#footer a	{
	color: #8585AD;
}

#footer a:hover,
#footer a:active	{
	color: #A3A3C3;
}



/* @end */
#header {
	margin: 0 15px;
	padding-top: 50px;
}
#companyLogo {
	margin: 20px 0 0 20px;
}
img {
	border:  0px;
}
#contentFramework	{
	margin: 0 15px 0 15px;
	padding-right: 60px;
	background-color: transparent;
}


/* @group mainNavigation */
#header ul, #header li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #mainNavigation {
	position: absolute;
	top: 75px;
	right: 75px;
	height: 31px;

}

#mainNavigation li {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	padding: 0 0 0 3px;
margin-left: 10px;	
	cursor: pointer;
	background: url(../_img/buMainNavigation8.png);
}

#mainNavigation li a {
	float: left;
	display: block;
	height: 31px;
	line-height: 31px;
	padding: 0 12px 0 9px;
	background: url(../_img/buMainNavigation8.png) no-repeat right top;
}

#mainNavigation li:hover,
#mainNavigation li.active{
	color: #CC0000;
	margin-top: 2px;
}
#mainNavigation li.active a{
	color: #CC0000;
}
.loading{
	margin:3px 0;
}
/* @end */

/* @group subNavigation */

ul#subNavigation {
	position: absolute;
	top: 120px;
	right: 50%;
	margin-right: -320px;
	width: 100%;
	text-align: right;
}

#subNavigation li {
	display: inline;
	text-decoration: none;
	color: #006;
	margin-left: 1em;
}
#subNavigation a:hover,
#subNavigation li.active a	{
	color: #CC0000;
}

/* @end */


/* @group langNavigation */

#langNavigation {
	position: absolute;
	top: 130px;
	left: 50%;
	font-size: 0.9em;
	margin-left: -320px;
}

#langNavigation a {
	text-decoration: none;
	color: #006;
	margin-right: 0.5em;
}
#langNavigation a:hover,
#langNavigation a.active	{
	color: #CC0000;
}

/* @end */

#iehack	{
	width: 60px;
	height: 60px;
	float: left;
}

#content	{
	padding: 0;
	width: 440px;
	text-align: left;
	line-height: 1.5em;
	float: left;

}

#sidebar {
	float: left;
	width: 180px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	font: 8pt/1.5em "Helvetica Neue", Verdana, Arial, sans-serif;
	
}

/*
#sidebar {
	float: right;
	width: 180px;
	margin: 0 0 0 0;
	padding: 0;
}
*/

/* @end */


/* @group tables */
#content table{
	border-spacing: 1px;
	border-collapse: separate;
	width:100%;
}
caption	{
	font-weight: bold;
	color: #666699;
}
td, th{
	border: 1px solid #CFCFE3;
	padding: 3px;
	margin: 2px;
}
#content table td+td{
	width:70px;
	white-space: nowrap;
}
#content table tr:nth-child(even) td{
	background: #EEE;
}

th	{
	font-weight: bold;
	text-align: center;
	background-color: #DFDFEF;
	color: #000;
}
tfoot td	{
	border-color: #CFCFE3;
	font-size: 0.8em;
	color: #666699;
}

/* @end */

/* @group hedings */

h2, h3, h4, h5	{
	font-weight: normal;
	color: #C00;
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em ;
	padding-top: 1.5em ;
}

h1	{
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #006;
	font-weight: normal;
	padding-bottom: 3px ;
	border-bottom: 1px solid #CFCFE3;
}

h2	{
	font-size: 125%;
/*	font-weight:bold;*/
}

h3	{
	color: #000;
	font-size: 105%;
	font-weight: bold;
	
}



/* @end */

/* @group links */

a	{
	text-decoration: none;
	color: #000066;
}

#sidebar a	{
	color: #333;
}
#sidebar a:hover	{
	color: #000;
}

#content a	{
	text-decoration: underline;
	color: #666;
}

a:hover,
a:active,
a.active,
#content a:hover 	{
	color: #CC0000;
}



/* @end */

/* @group lists */

#content ul,#content ol	{
	padding: 0.5em 0 1em 2em;
	margin: 0;
}

#content ul li{
	list-style-image: url(../_img/listBullet.gif);
	list-style-position: outside;
	vertical-align: middle;
	padding-bottom:0.5em;
}
#content ol li{
	list-style: decimal;
	list-style-position: outside;
	vertical-align: middle;
	padding-bottom: 0.5em;
}
#content ol[type="a"] li { list-style: lower-latin; }
#content ol[type="A"] li { list-style: upper-latin; }
ul.downloads {
	margin: 0px;
	padding: 0px;
}
ul.downloads li	{
	list-style-image: none;
	list-style-type: none;
}
.downloads span	{
	float: right;
}
#content .downloads a	{
	display: block;
	width: 100%;
	margin-bottom: 8px;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(../_img/iconPDF.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid red;
}

#sidebar ul {
	margin-bottom: -8px;
}
#sidebar li {
	margin-bottom: 8px;
}

#sidebar .downloads li{
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 8px;
}
#sidebar .downloads li.pdf{
	background-image: url(../_img/iconPDF.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* My Comment */




/* @end */


/* @group froms */
form	{
	margin: 0;
}


fieldset	{
	border: 0;
	margin: 0px;
	padding: 0px;
}
legend	{
	padding: 0;
	margin: 0;
	font-weight: bold;
}

label	{
	width: 20%;
	float: left;
	clear: both;
	font-weight: normal;
}
input.text, textarea, select	{
	border: 1px solid #CFCFE3;
	margin-bottom: 2px;
	margin-left: 10px;
	width: 75%;
}
input.check	{
	border: 1px solid #CFCFE3;
	margin-bottom: 2px;
}
.choose input {
	margin-left: 20%;
	position: relative;
	left: 10px;
	float: left;
	border: 0;
}
.choose label {
	float: right;
	width: 70%;
}

.half	{
	width: 30%;
}
.inline	{
	clear: none;
	display: inline;
}

button{
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	background-color: transparent;
	width: auto;
	overflow: visible;
}

button.button	{
	line-height: 21px;
	background-image: url(../_img/bu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 4px 0 0;
	margin-right: 1em;
	
}
button.button span	{
	display: block;
	text-align: center;
	white-space: nowrap;
	height: 21px;
	line-height: 21px;
	padding: 0 4px 0 12px;
	background-image: url(../_img/bu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
}
button:hover.button span	{
	color: #FF0000;
}

button.submit span	{
	color: #339933;
}
button:hover.submit span	{
	color: #003300;
}
button.reset span	{
	color: #993333;
}
button:hover.reset span	{
	color: #330000;
}

/* @end */


/* @group box  */

#sidebar .box h2,
#sidebar .box h2 a,
#sidebar .box legend	{
	color: #006;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1em;
}
#sidebar .box p	{
	margin: 0;
}

.box {
	position: relative;
	margin: 0px auto;
	min-width: 64px;
	max-width: 800px; /* based on image dimensions - not quite consistent with drip styles yet */
	color: #000;
	z-index: 1;
	margin-left: 4px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

.box .content,
.box .t,
.box .b,
.box .b div {
	background: transparent url(../_img/sidebox8.png) no-repeat top right;
}


.box .content {
	position:relative;
	padding: 4px 4px 0 2px;
	min-height: 40px;
}

.box .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 4px; /* top slice width */
	margin-left: -4px;
	height: 100%;
	background-position: top left;
}

.box .b {
	/* bottom */
	position: relative;
	width: 100%;
}

.box .b,
.box .b div {
	height: 4px; /* height of bottom cap/shade */
	font-size: 1px;
}

.box .b {
	background-position: bottom right;
}

.box .b div {
	position:relative;
	width: 4px; /* bottom corner width */
	margin-left: -4px;
	background-position: bottom left;
}

.box .hd,
.box .bd,
.box .ft {
	position: relative;
}

.box .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.box h1,
.box p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.5em 0px 0.5em 0px;
}

address	{
	font-style: normal;
}
.vcard .url{
	display:none;
}
/* @end */

.figure.left{
	float:left;
	width:142px;
	margin:0 4px 0 0;
}
.figure.right{
	float:right;
	width:142px;
	margin:0 0 0 4px;
}
.figure.top{
	margin: 4px 0 4px 0;
	text-align: center;
}
.figure.bottom{
	float:left;
	margin:4px 0 4px 0;
	text-align: center;
}
.figure a{
	display:block;
	line-height:0;
}
#content .figure p.caption{
	text-align:left;
	font-style: italic;
	font-size: .9em;
	margin: 0;
}
#content .figure p.credit{
	float:right;
	font-size: .9em;
	text-align: right;
	margin: 0;
}
.chapter{
	clear:both;
}
.clear {
	clear: both;
}

/* shadow box start */
#zoomelement {
	z-index: 100;
}
.zoombox {
	margin-left: 5px;
}
.zoombox button.close {
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	top: -10px;
	left: -15px;
	background-repeat: no-repeat;
	background-position: center center;
}
.zoombox .cwrapper,
.zoombox .t,
.zoombox .b,
.zoombox .b div {
	background: transparent url(../_img/shadow.png) no-repeat top right;
}
.zoombox .cwrapper {
	position: relative;
	padding: 5px 5px 0 0;
}
.zoombox .t {
	/* top+left vertical slice */
	left: 0px;
	top: 0px;
	width: 5px;
	/* top slice width */
	margin-left: -5px;
	height: 100%;
	background-position: top left;
	position: absolute;
}
.zoombox .content{

}
.zoombox .b {
	/* bottom */
	position: relative;
	width: 100%;
}
.zoombox .b,
.zoombox .b div {
	height: 5px; /* height of bottom cap/shade */
	font-size: 1px;
}
.zoombox .b {
	background-position: bottom right;
	width: 100%;
}

.zoombox .b div {
	position:relative;
	width: 5px; /* bottom corner width */
	margin-left: -5px;
	background-position: bottom left;
}
/* shadow box end */
