img {
	border: 0;

}

h1 {
	color: #715e09;
	font-size: 20px;
	font-weight: normal;
}

h1.redhightlight a {
	color: #FF0000;
}

h2 {
	color: #007f98;
	font-size: 20px;
	font-weight: normal;
}

.diary h2 {
	font-size: 16px;
	margin-bottom: 0;
}

.diary hr {
	margin: 2px 0;
	border: 0;
	border-top: 1px solid #000;
}

.small_font {
	font-size: 10px;
}

a
{
	color: #007f98;
}

ul {
	padding-left: 25px;
}


/** User Update Table **/

.updateUser {
	width: 100%;
}

.updateUser td.label {
	width: 150px;
}

ul#documents {
	display: block;
}

*:first-child+html ul#documents li {
	padding: 0 0 0 10px !important;
}

ul#documents li {
	list-style: none;
	padding: 0 !important;
	padding: 0 0 0 10px;
}

ul#documents li.document {
	list-style-image: url(../grfx/icons/pdficon_small.gif)
}

ul#documents li.sound {
	list-style-image: url(../grfx/icons/sound_file.png);
}

ul#documents li.video {
	list-style-image: url(../grfx/icons/doc_video.png);
}

#side_image ul
{
	width: 155px;
	margin: 0;
	padding: 0;
}

#side_image li
{
	width: 155px;
	list-style: none;
}

#side_image li a
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 69px;
	display: block;
}

#side_image li img
{
	display: none;
}

li.shop
{
	width: 155px;
	height: 70px;
	background: url(../grfx/buttons/shop_int.jpg) 0px 0px no-repeat;
}

li.shop:hover
{
	width: 155px;
	height: 70px;
	background: url(../grfx/buttons/shop_int.jpg) -155px 0px no-repeat;
}

li.join
{
	width: 155px;
	height: 64px;
	background: url(../grfx/buttons/joining_int.jpg) 0px 0px no-repeat;
}

li.join:hover
{
	width: 155px;
	height: 64px;
	background: url(../grfx/buttons/joining_int.jpg) -155px 0px no-repeat;
}

li.development
{
	width: 155px;
	height: 72px;
	background: url(../grfx/buttons/learning_int.jpg) 0px 0px no-repeat;
}

li.development:hover
{
	width: 155px;
	height: 72px;
	background: url(../grfx/buttons/learning_int.jpg) -155px 0px no-repeat;
}

li.conferences
{
	width: 155px;
	height: 69px;
	background: url(../grfx/buttons/conference_int.jpg) 0px 0px no-repeat;
}

li.conferences:hover
{
	width: 155px;
	height: 69px;
	background: url(../grfx/buttons/conference_int.jpg) -155px 0px no-repeat;
}