body,
input,
textarea,
button{
	font-family: tahoma, sans-serif;
}

.member-form-field {
	width:280px;
}

body{
	font-size: .7em;
	background-color: #f4f1ea;
}

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

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

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

form{
	margin: 0;
	padding: 0;
}

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

a:hover{
	text-decoration: underline;
}

h2 a, h2 a:hover {
	text-decoration: none;
	color: #494635;
}

.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.75em;
	margin-top: 0;
	color: #192b5c;
	font-weight: normal;
}

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

img{
	border: 0;
}

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

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

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

/* 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/background3.gif);
	color: #333;
}

div#left-column{
	float: left;
	width: 196px;
	padding: 0;
	margin: 0;
	clear: both;
	border-top: 2px solid #deddcb;
}

div#content{
	float: left;
	width: 548px;
	padding: 20px;
	margin: 0;
	min-height: 35em;
	border-top: 2px solid #deddcb;
	color: #494635;
}

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

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;
	border-top: 2px solid #deddcb;
}

div#header{
	padding: 10px 0 10px 0;
	background-color: #f4f1ea;
}

div#header-content{
	margin-top: 1em;
}

div#footer{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #858063;
	background-color: #f4f1ea;
	border-top: 2px solid #deddcb;
	text-align: right;
	height: 1.5em;
}

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

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

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

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

ul.menu.horizontal{
	border: 2px solid #deddcb;
	width: 976px;
	height: 2.15em;
	background-color: #f9f8f4;
}

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

ul.menu.horizontal a{
	color: #192b5b;
	padding: .5em 1em .5em 1em;
	border-right: 2px solid #deddcb;
	float: left;
}

ul.menu.horizontal a:hover,
ul.menu.horizontal li.path a{
	color: #fff;
	background-color: #192b5b;
	text-decoration: none;
}

ul.menu.vertical li{
/*	margin: 1px;*/
	margin: 0 0 0 2px; ;
	padding: 0;
	border-bottom: 2px solid #dfdccb;
}

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

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

ul.menu.vertical li.path a.active{
	background-color: #192b5b;
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

div.article.first{
	border: 0;
}

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

div.article h2{
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

table.list input.text,
table.list textarea{
	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: #DDD;
	padding: .2em .4em .2em .4em;
}

ul#navigation-menu{
	border-top: 1px solid #CCC;
	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 */

/* box styles */
div.box {
	margin: 10px;
	border: 2px solid #dfdccb;
}
div.box h4 {
	padding: .5em;
	margin: 0;
	background-color: #f9f8f4;
	color: #4b4537;
	border-bottom: 2px solid #dfdccb;
}
div.boxcontent {
	padding: .5em;
	margin: 0;
	background-color: #fff;
	overflow: hidden;
}
/* end box styles */
