body,
input,
textarea,
button,
select{
	font-family: times, serif;
}

body{
	font-size: .9em;
}

input,
textarea,
button,
select{
	font-size: 100%;
}

input.text,
textarea{
	border: 1px solid #CCC;
	padding: .1em;
}

input.error,
textarea.error,
select.error{
	background-color: #F0F0F0;
}

form{
	margin: 0;
	padding: 0;
}

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

a:hover{
	text-decoration: underline;
}

.print{
	display: none;
}

.required{
	color: #F00;
	margin-left: .1em;
}

div.error{
	color: #F00;
	font-weight: bold;
}

div.feedback{
	color: #008000;
	font-weight: bold;
}

button{
	border: 1px solid #369;
	background-color: transparent;
	font-weight: bold;
	color: #369;
}

h1,
.sys-Heading1{
	font-size: 1.5em;
	margin-top: 0;
}

h2,
.sys-Heading2{
	font-size: 1.2em;
}

img{
	border: 0;
}

img.border{
	border: 1px solid black;
}

img.icon{
	width: 16px;
	height: 16px;
}

img.icon_flag{
	width: 16px;
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

img.icon.text{
	vertical-align: middle;
	margin-right: .3em;
}

div.spacer{
	height: 1em;
}

/* framework styles */
div#validate {
	width: 958px;
	margin: auto;
	padding: 10px;
	border: 1px dotted #ccc;
}

div.framework{
	width: 980px;
	margin: auto;
	background-color: #fff;
	background-image: url(../../../images/background_3col.gif);
	color: #333;
}

div.framework.one-column{
	background-image: none;
}

div.framework.two-columns-left{
	background-image: url(../../../images/background_2col_left.gif);
}

div.framework.two-columns-right{
	background-image: url(../../../images/background_2col_right.gif);
}

div#left-column{
	float: left;
	width: 196px;
	padding: 0;
	margin: 0;
	clear: both:
	overflow: hidden;
}

div.content{
	float: left;
	width: 548px;
	padding: 20px;
	margin: 0;
	min-height: 35em;
	overflow: hidden;
}

div.content div#printer-version{
	cursor: pointer;
	float: right;
	color: #369;
}

div.content.one-column {
	width: 940px;
}

div.content.two-columns {
	width: 744px;
}

div#tip {
	margin-top: 2em;
	border-top: 1px dotted #ddd;
	padding: 1em 0 1em 0;
}

div#tip input.text{
	margin-right: 2em;
	width: 20%;
}

div#tip span{
	font-weight: bold;
	margin-right: 2em;
}

div#user-info{
	color: white;
	float: right;
}

div#user-info span.username{
	font-weight: bold;
}

div#user-info button{
	color: white;
	padding: 0;
	border: 0;
	cursor: pointer;
}

div#print-page,
div#close-window{
	display: none;
}

div#right-column{
	float: left;
	width: 176px;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}

div#header{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #666;
}

img#logo-screen{
	width: 324px;
	height: 16px;
	margin-bottom: 40px;
	margin-left: 10px;
}

img#logo-screen2{
	width: 62px;
	height: 100px;
	margin-right: 10px;

}

img#logo-print{
	width: 324px;
	height: 16px;
}


img#logo-handheld{
	display: none;
}

div#footer{
	text-align: center;
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #fff;
	border-top: 1px solid #666;
	height: 1em;
}

div#left-column p, div#right-column p{
	margin: 0 0 1em 0;
}
/* end framework styles */

/* frame styles */
div.frame h4{
	background-color: #F7F7F7;
	font-weight: bold;
	padding: .2em 1em .2em 1em;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1px;
}

div.frame div{
	background-color: #F7F7F7;
	padding: 1em;
	overflow: hidden;
}
/* end frame styles */

/* errorhandler styles */
div#errorhandler h2{
	margin: 0;
	color: #F00;
}
/* end errorhandler styles */

/* menu styles */
ul.menu a,
ul.menu div{
	text-decoration: none;
	font-weight: bold;
}

ul.menu,
ul.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu.horizontal{
	width: 958px;
	height: 1.6em;
}

ul.menu.horizontal li{
	display: inline;
}

ul.menu.horizontal a,
ul.menu.horizontal div{
	color: #000;
	padding: .25em 1em .25em 1em;
	border-right: 1px solid black;
	float: left;
}

ul.menu.horizontal a:hover,
ul.menu.horizontal li.path a,
ul.menu.horizontal li.path div{
	color: #666;
	background-color: #FFF;
	text-decoration: none;
}

ul.menu.vertical li{
	margin: 1px;
	padding: 0;
}

ul.menu.vertical a,
ul.menu.vertical div{
	color: #666;
	display: block;
	padding: 3px 10px 3px 10px;
	width: 174px;
	background-color: #F7F7F7;
	text-decoration: none;
}

ul.menu.vertical li.path li{
	margin: 0;
}

ul.menu.vertical li.path a,
ul.menu.vertical li.path div{
	background-color: #FFF;
}

ul.menu.vertical li.path li a,
ul.menu.vertical li.path li div{
	font-weight: normal;
	padding-left: 20px;
	width: 164px;
}

ul.menu.vertical li.path li.path li a,
ul.menu.vertical li.path li.path li div{
	padding-left: 30px;
	width: 154px;
}

ul.menu.vertical li.path li.path li.path li a,
ul.menu.vertical li.path li.path li.path li div{
	padding-left: 40px;
	width: 144px;
}

ul.menu.vertical li.path li a.active.bullet,
ul.menu.vertical li.path li div.active.bullet,
ul.menu.vertical a.active.bullet.right,
ul.menu.vertical div.active.bullet.right{
	background-image: url(../../../images/bullet.gif);
}

ul.menu.vertical a.active.bullet.right,
ul.menu.vertical div.active.bullet.right{
	background-position: 181px;
}

ul.menu.vertical li.path li a.active.bullet.left,
ul.menu.vertical li.path li div.active.bullet.left{
	background-position: 10px;
}

ul.menu.vertical li.path li.path li a.active.bullet.left,
ul.menu.vertical li.path li.path li div.active.bullet.left{
	background-position: 20px;
}

ul.menu.vertical li.path li.path li.path li a.active.bullet.left,
ul.menu.vertical li.path li.path li.path li div.active.bullet.left{
	background-position: 30px;
}

ul.menu.vertical a:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

ul.menu.vertical a.active,
ul.menu.vertical div.active{
	color: #000;
	background-repeat: no-repeat;
}

ul.menu a.active span#bullet,
ul.menu div.active span#bullet{
	float: right;
	font-weight: bold;
}
/* end menu styles */

/* items styles */
div.item{
	border-top: 1px solid #CCC;
	padding: 1em 0 1em 0;
	clear: both;
	margin: 0;
	/*height: 100%;*/
}

div.item img{
	float: left;
}

div#item div.related{
	clear: both;
}

div.item.first{
	border: 0;
}

div.item img{
	margin: 0 10px 10px 0;
}

div.item h2{
	margin: 0;	
}

div#item h2{
	margin: 1em 0 0 0;
}

div.byline{
	font-size: .8em;
}

div.item p{
	margin: .5em 0 0.5em 0;
}

div.read-more{
	text-align: right;
}

div#item h1{
	margin-bottom: .2em;
}

div#item div#images{
	float: right;
	margin-top: 1em;
}

div#item div#images div.image{
	margin: 0 0 10px 10px;
}

div#item div#images div.image div.text,
.sys-Imagetext{
	font-size: .8em;
	margin-top: .3em;
}

div#item div#preface{
	font-weight: bold;
	margin-top: 1em;
}
/* end items styles */

/* list styles */
table.list{
	width: 100%;
}

table.list input.text,
table.list textarea,
table.list select{
	width: 90%;
}

table.list input.radio{
	vertical-align: middle;
}

table.list th{
	text-align: left;
	background-color: #DDD;
}

table.list.form td{
	vertical-align: top;
}

table.list.form button{
	margin-right: .3em;
}

table.list td.error{
	color: #F00;
	padding-bottom: 0;
}

table.list label.help{
	cursor: default;
	border-bottom: 1px dotted;
}

table.list tr.separator td{
	font-size: 50%;
}

table.list tr.form-separator div{
	padding-bottom: .2em;
	border-bottom: 1px solid #CCC;
	margin: .5em 0 .5em 0;
	font-weight: bold;
}

table.list tr.dark td{
	background-color: #F0F0F0;
}

table.list th,
table.list td{
	padding: .2em .4em .2em .4em;
}

table.list th.nowrap,
table.list td.nowrap{
	white-space: nowrap;
}

table.list th.right,
table.list td.right{
	text-align: right;
}
/* end list styles */

/* navigation menu styles */
div#navigation-header{
	background-color: #eee;
	padding: .2em .4em .2em .4em;
}

ul#navigation-menu{
	border-top: 1px solid #eee;
	margin: 0;
	padding: .4em 0 0 0;
	list-style-type: none;
	color: #999;
	clear: both;
}

ul#navigation-menu li{
	display: inline;
	padding: .2em .3em .2em .3em;
}

ul#navigation-menu li.numbers.active{
	font-weight: bold;
	color: #000;
}
/* end navigation menu styles */

/* filelist styles */
div#tree-menu{
	float: left;
	width: 29%;
	margin-right: 10px;
}

div#tree-menu a.active{
	background-color: #DDD;
	padding: 1px;
}

table.list.file-list{
	width: 69%;
}
/* end filelist styles */

/* calendar styles */
table.calendar{
	width: 100%;
}

table.calendar td{
	overflow: hidden;
	padding: .1em;
}

table.calendar td.day,
table.calendar td.week{
	text-align: right;
	width: 12.5%;
}

table.calendar td.day{
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCC;
}

table.calendar td.week{
	border-right: 1px solid #CCC;
	color: #999;
	background-color: #F0F0F0;
}

table.calendar th{
	font-weight: normal;
	background-color: #DDD;
	padding: .1em .2em .1em .2em;
}

table.calendar tr.day-names td{
	text-align: center;
	border-bottom: 1px solid #CCC;
	background-color: #F0F0F0;
}

table.calendar tr.day-names td.first{
	border: 0;
}

table.calendar td.weekend{
	background-color: #FFF;
}

table.calendar td.item{
	padding: 0;
}

table.calendar td.item a{
	color: #FFF;
	background-color: #99B3CC;
	display: block;
	padding: .1em .2em .1em .2em;
}

table.calendar td.item a:hover{
	text-decoration: none;
	background-color: #336699;
}

table.calendar td.today{
	font-weight: bold;
}
/* end calendar styles */
