body{
	font-family:"Helvetica",Arial,Geneva,sans-serif;
}

h1 {
	font-weight:bold;
	font-size:2em;
	font-style:italic;
}

.componentheading{
	font-weight:bold;
	font-style:italic;
	font-size:1.7em;

}

h2, .contentheading {
	font-weight:bold;
	font-size:1.5em;
}

h3  {
	color: #666;
	font-weight: bold;
	font-size: 1.4em;
}

h4 {
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
}

h5 {
	color: #227AB4;
	font-weight: bold;
	font-size: 1.2em;
}

h6 {
	color: #227AB4;
	font-weight: bold;
	font-size: 1.2em;
}


/* links */

a img {
	border:none;
}

h1 a {
	color:black;
	text-decoration:none;
}

a {
	color:blue;
}

.path{
	font-style:italic;
}


/* hidden */

#toolmenu, #sidebar, #sidebar-2, #user1, #navmenu, .access, .designer,
.buttonheading, .addattach, .attachmentsList{
	position:absolute;
	top:-100px;
	left:-100px;
	width:0px;
	height:0px;
	overflow:hidden;	
}

/* module border */

div.module{
	background:transparent url(../../templates/js_simplicity/images/style5/topright_bdr.png) no-repeat scroll 100% 0;
}

div.module div {
	background: transparent url(../../templates/js_simplicity/images/style5/topleft_bdr.png) no-repeat scroll 0 0;
}

div.module div div {
	background: transparent url(../../templates/js_simplicity/images/style5/botright_bdr.png) no-repeat scroll 100% 100%;
}

div.module div div div {
	background: transparent url(../../templates/js_simplicity/images/style5/botleft_bdr.png) no-repeat scroll 0 100%;
}

/* menu */
ul.menu {
	list-style-type:none;
}

ul.menu li {
	list-style-type:none;
}

/* footer */
#footer {
	text-align:center;
}

/* default tables */

.contentpaneopen table {
	border: solid black thin;
}

.contentpaneopen table th {
	font-weight:bold;
	text-alighn:center;
}

.contentpaneopen table td {
	border:solid black thin;
	margin:0px;
}

.contentpaneopen table th {
	border:solid black thin;
	margin:0px;	
}

.contentpaneopen table.centered {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.contentpaneopen {
	width:100%;
}
