/* CSS Document */

body {
	min-width: 640px;
	background: #ffffff url(../images/bg.jpg) repeat-x;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
}

a:link, a:visited{
	color: #FF7800;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*-------------- list tables ---------------*/
.list_table      { border: 1px solid #cccccc; }
.list_table td	  { padding-left:  5px; }
.list_table th   { background-color: #A94A2C; color: white; height: 18px; }
.list_table th a, .list_table th a:visited { color: white; }
.list_table th.del  { text-align: center; background-color: #660000; }
.list_table th.edit { text-align: center; background-color: #333333; }

.list_table tr     { background-color: #efefef; height: 20px; }
.list_table td.del { text-align: center; background-color: #660000; }

.list_table tr:hover td {
	background: #FEFAE1;
}

.info {
	background: InfoBackground url(../images/sign.gif) no-repeat;
	padding: 5px 5px 5px 15px;
	color: Maroon;
	border: solid 1px #999;
}

.dropcap {
	width: 1em;
	height: 1em;
	float: left;
	text-align: center;
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.article_seperator {
	display: block;
	background: url(../images/seperator.gif) no-repeat center;
	height: 40px;
}

img.thumbnail
{
	position: relative;
	top: -2px;
	background: url('../images/a26.gif') no-repeat;
	width: 146px;
	height: 75px;
	padding: 7px 20px 10px 7px;
}

img.thumb2
{
	position: relative;
	top: -2px;
	background: url('../images/frameb.gif') no-repeat;
	width: 186px;
	height: 118px;
	padding: 7px 20px 10px 7px;
}

h1, h2 {
	/* text-transform: lowercase; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -1px;
	border-bottom: 1px solid #e1e1e1;
	color: #A94A2C;
}

#container{
	padding: 10px;
	width:725px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background: #ffffff;
	border: 1px solid #eeeeee;
}

#header {
	overflow:hidden;
	width: 100%;
}

#header .left{
	float: left;
	background: #eee;
	width: 265px;
}

#header .right{
	float: right;
	width: 448px;
}

#menu {
	margin: 5px auto 0 auto;
	height: 32px;
	background-color: #eee;
	background-image: url(../images/menu_background.jpg);
}

/*

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #eee;
}

#menu li:hover {
	background: #F9F8F1 url(../images/menu.gif) top repeat-x;
}

#menu a {
	display: block;
	height: 32px;
	padding: 8px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7F7772;
	
}

#menu a:hover{
	color: #A94A2C;
}

*/

#content {
	overflow:hidden;
	width: 100%;
	margin-top: 3px;
	background: #ffffff url(../images/content_bg.jpg) repeat-x;
}

#article {
	padding:10px;
	/* background: url(../images/daun.jpg) bottom right no-repeat; */
}

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

#content a:hover {
	text-decoration: none;
}

#content .left{
	float: left;
	width: 248px;
	padding: 10px;
}

#content .left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .left li h2 {
	font-size: 114%;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
	font-family: helvetica;
}

#content .left li {
	padding: 20px;
	background: url(../images/img11.gif) no-repeat;
}

#content .left li ul {
}

#content .left li li {
	padding: 5px 0;
	background: url(../images/img12.gif) repeat-x left bottom;
}

#content .right{
	float: right;
	width: 430px;
	padding: 10px; 
	background: url(../images/img07.gif) repeat-y 0 0;
}

#bottom {
	text-align: right;
	padding-right: 15px;
	margin-top:5px;
	height: 32px;
	background: #eee;
}

#bottom a:link, a:visited{
	color: #888;
	text-decoration: none;
}

#bottom ul {
	margin-top: 5px;
}

#bottom ul li
{
	display: inline;
	line-height: 32px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #888;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Helvetica;
	font-weight: normal;
	color: #4B0E0E;
	text-transform: uppercase;
}

#footer{
	width:748px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
	font-family: Small Fonts, VT100, Arial, Helvetica;
	font-size: 9px;
	text-transform: uppercase;
	color: #c0c0c0;
}


/* remove all list stylings */
.menu, .menu ul {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	border-right: 1px solid #eee;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;

}

.menu ul {
	width: 11em;
	
}

.menu a, .menu a:visited {
	display: block;
	padding: 10px 10px 10px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.0em;
	font-family: Helvetica;
	font-weight: normal;
	color: #7F7772;
}

.menu a:hover, .menu li:hover>a {
	color: #A94A2C;
	padding: 10px 10px 10px 10px;
	background: #F9F8F1 url(../images/menu.gif) top repeat-x;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
	background: #F9F8F1;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */


