body {
	/*margin-top: 20px;*/
	padding: 0;
	background:url(images/bg.gif) repeat scroll 0 0 #07710c; /*repeat-x #07710c*/;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 { font-size: 44px; }

h2 { font-size: 26px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul, ol { }

blockquote { }

a { color: #000000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}
.oranye {color:#af8503;}
.black {color: #000000;}
.black a:hover{
color:#0000FF;
}

#wrapper {
}

/* Header */

#header-wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 35px;
	margin: 0 auto;
	background:url(images/menu-bg.gif) repeat-x;
	/*background: url(images/shadow4.gif) no-repeat left top;*/
}
/* Aero Menu */
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
/*margin: 0 0 0 10px;*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
/*background: #F7F7F7; /*menu strip background*/
background:url(images/menu-bg.gif) repeat-x;
padding: 4px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
margin: 3px 0 0 10px;
background: transparent url('media/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 0px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #000000; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 0px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #6f6f6a;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 140px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
color: #b78d0b;
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
}

.aerobuttonmenu .rightsection a{
color: navy;
}
/* Login Menu */
	
#asdf {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #bf9a12;
	}
#asdf ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	}

#asdf li {
	display:inline;
	margin:0;
	padding:0;
	}

#asdf a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 10px 0 4px;
	text-decoration:none;
	cursor:pointer;
	}

#asdf a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	height:20px;
	padding:0px 15px 4px 6px;
	color:#FFF;
	font-size:12px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#asdf a span {float:none;}

/* End IE5-Mac hack */
#asdf a:hover span {
	color:#FFF;
	}

#asdf a:hover {
	background-position:0% -42px;
	}

#asdf a:hover span {
	background-position:100% -42px;
	}
/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 76px;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	/*margin-left: 12px;*/
	color: #39561D;
}
/* Login */
#login {
font-family: Verdana, Trebuchet MS;
font-size: 11px;
}
#login a {
font-size:9px;
}
#login a:hover,a:visit {
font-size:9px;
text-decoration:underline;
}
#login .smallandcute {
	background-color: #292929;
	width: 100px;
	margin: 0 0 1px 0;
	height:12px;
	border:#b78d0b 1px solid;
	color: #ffffff;
}
#login .smallandcute:hover {
    border: 1px solid #b78d0b;
    background: #474a23;
}
#login .submit {
	font-family: Verdana, Trebuchet MS;
	font-size: 11px;
	width: 70px;
	height: 18px;
	border:#b78d0b 1px solid;
	color: #000;
	border: none;
	font-weight:bold;
	background:url(images/login.gif);
	cursor:pointer;
}
/* Form */
#reg {
	margin:0 auto;
	width:260px;
	height:254px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#reg table {
	border:1px;
	margin-right:10px;
	margin-top:7px;
	margin-bottom: 6px;
	text-align:center;
	width:250px;
}
#reg tr {
	clear:both;
}
#reg th {
width:110px;
text-align:left;
}
#reg td {
text-align:right;
}
#reg input {
	background-color: #35371a;
	float: left;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#reg .smallandcute {
	width: 126px;
	margin: 0 0 1px 0;
	height:15px;
	border:#b78d0b 1px solid;
	color: #ffffff;
}
#reg .smallandcute:hover {
    border: 1px solid #b78d0b;
    background: #474a23;
}
#reg .reset {
	margin-top: 5px;
	width: 70px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/next.gif) no-repeat;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}

#reg .joinbutton {
	margin-top: 5px;
	margin-left: 10px;
	width: 70px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/next.gif) no-repeat;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}
#reg .next {
	float:right;
	margin-top: 5px;
	margin-left: 3px;
	width: 70px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/next.gif) no-repeat;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}
#reg .sendbutton {
	float:right;
	margin-top: 5px;
	margin-left: 3px;
	width: 70px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/joinbtn.gif) no-repeat;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}
#register {
padding: 5px 0 5px 10px; 
font-size: 12px;
}

#register input {
	background-color: #35371a;
	float: left;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

/*#register .select {
	background-color: #35371a;
	float: left;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 19px;
	border:#b78d0b 1px solid;
	color: #ffffff;
}*/
select {font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif; }

.container {
  border:#b78d0b 1px solid;
  background-color: #35371a;
  position: relative; width: 128px; height: 18px; overflow: hidden;
}
.inpSelect {
  color: white; background-color:#35371a;
  position: absolute; width: 133px; top: -2px; left: -2px;
}
.inpSelect:hover {
  background-color: #35371a; 
  border:#b78d0b 1px solid; 
  color: #ffffff;
}
.langcontainer {
  position: relative; width: 80px; height: 18px; overflow: hidden;
  float:right;
  background-color: #181818; border:#b78d0b 1px solid; color: #ffffff;
}
.langSelect {
  background-color: #181818; border:#b78d0b 1px solid; color: #ffffff;
  position: absolute; width: 85px; top: -2px; left: -2px;
}
.langSelect:hover {
  border:#b78d0b 1px solid;
  background: #181818;
}

#register-text {
	width: 135px;
	height: 7px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #000000;
}

#register-submit {
	width: 50px;
	height: 21px;
	border:#b78d0b 1px solid;
	color: #ffffff;
}

#register label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

/* Marquee */

#marquee {
	width: 900px;
	height: 33px;
	margin: 0 auto;
	background:url(images/bg_line.gif) no-repeat left top;
}
#marqueeleft {
	float: left;
	width: 5px;
	height: 35px;
}
#marqueecontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	float: left;
	width: 890px;
	padding: 7px 0 0 0;
}
#marqueeright {
	float: left;
	width: 5px;
	height: 35px;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #011b03; /*#07710c;*/
	
}

/** LOGO */

#logo {
	height: 150px;
	background: url(images/header.png) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { padding-top: 140px; }

#logo h1 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 165px 0 0 15px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

/* Content */
#contentlogin {
	float: left;
	width: 590px;
}
#contentlogin fieldset {background:#35371a; border:1px solid #bf9a12; margin-left: 10px; margin-top:10px; margin-bottom:5px;}
#contentlogin legend { margin:-10px 0 0 0;}
#contentlogin dl {clear:both; margin-left:20px;}
#contentlogin dt {float:left; text-align:left; width:84px; line-height:15px; margin:0 10px 0px 0; margin-left:10px;}
#contentlogin dd {float:left; width:300px; line-height:15px; margin:0 0 0 0;}
#contentlogin dd a{text-decoration:none;color:#FFFFFF;}
#contentlogin table {
	border:1px;
	margin-left: 10px;
	margin-top:7px;
	margin-bottom: 6px;
	text-align:center;
	width: 300px;
}
#contentlogin tr {
	clear:both;
}
#contentlogin th {
	text-align:left;
	width: 100px;
}
#contentlogin td {
	text-align:left;
}
#contentlogin input {
	background-color: #35371a;
	float: left;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentlogin .smallandcute {
	width: 136px;
	margin: 0 0 1px 0;
	height:15px;
	border:#b78d0b 1px solid;
	color: #ffffff;
}
#contentlogin .smallandcute:hover {
    border: 1px solid #b78d0b;
    background: #474a23;
}
#contentlogin .reset {
	margin-top: 5px;
	width: 64px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/joinbtn.gif) no-repeat;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}

#contentlogin .joinbutton {
	margin-top: 5px;
	margin-left: 70px;
	width: 70px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/joinbtn.gif) no-repeat;
	color: #000000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}
/*content login 2*/
#contentlogin2 {
	float: left;
	width: 590px;
}
#contentlogin2 fieldset {background:#35371a; border:1px solid #bf9a12; margin-left: 10px; margin-top:10px; margin-bottom:5px;}
#contentlogin2 legend { margin:-10px 0 0 0;}
#contentlogin2 dl {clear:both; margin-left:20px;}
#contentlogin2 dt {float:left; text-align:left; width:84px; line-height:15px; margin:0 10px 0px 0; margin-left:10px;}
#contentlogin2 dd {float:left; width:300px; line-height:15px; margin:0 0 0 0;}
#contentlogin2 dd a{text-decoration:none;color:#FFFFFF;}
#contentlogin2 table {
	margin-left: -20px;
	margin-top:7px;
	margin-bottom: 6px;
	text-align:center;
	border:1px solid #52524f;
	border-collapse:collapse;
}
#contentlogin2 tr{
	clear:both;
}
#contentlogin2 tr.head td { 
background:#2d2e1f;
color:#FFFFFF;
} 
#contentlogin2 tr.odd td { 
background:#4f5132;
} 
#contentlogin2 th {
width:110px;
text-align:left;
}
#contentlogin2 td {
width:300px;
text-align:center;
border:1px solid #52524f;
color: #cacac8;
}
#contentlogin2 input {
	background-color: #35371a;
	float: left;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contentlogin2 .smallandcute {
	width: 136px;
	margin: 0 0 1px 0;
	height:15px;
	border:#b78d0b 1px solid;
	color: #ffffff;
}
#contentlogin2 .smallandcute:hover {
    border: 1px solid #b78d0b;
    background: #474a23;
}
#contentlogin2 .reset {
	margin-top: 5px;
	width: 64px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/joinbtn.gif) no-repeat;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}

#contentlogin2 .joinbutton {
	margin-top: 5px;
	margin-left: 3px;
	width: 70px;
	height: 20px;
	border:#b78d0b 1px solid;
	background:url(images/joinbtn.gif) no-repeat;
	color: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	cursor:pointer;
}
#content {
	margin-left: 13px;
	margin-top: 5px;
	float: left;
	width: 590px;
}
.banner {
	margin-bottom: 13px;
	margin-right: 10px;
}
#scrollframe {
background: #2c2d14 url(images/stamp.png) bottom right no-repeat; border:1px solid #bf9a12;
}
#scrollframe2 {
border:1px solid gray; width:520px; margin-bottom: 1em; padding: 10px; background:#000000 url(images/stamp.png) bottom right no-repeat;
}
#scrollframe3 {
background: #073907 url(images/stamp.png) bottom right no-repeat; border:1px solid #bf9a12;
}
/* Post */

.post {
	margin-bottom: 5px;
}

.post .title {
	height: 30px;
	margin-bottom: 0px;
	padding: 4px 0px 2px 20px;
	background: url(images/shadow33.gif) no-repeat left top;
	font: bold Verdana, Trebuchet MS;
	font-weight:bold;
	color: #FFFFFF;
}

.post .date {
	float: right;
	margin-top: -60px;
	padding-right: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #B6ACA2;
}

.post .meta {
	margin: -40px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 20px 20px;
	background: url(images/shadow6.gif) no-repeat left bottom;
}
.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}
/* New Casino */
.casino {
	background: url(images/CasinoandSportsOnlineAnimation.gif) no-repeat left top;
	padding: 37px 0 0 0px;
	height: 130px;
}
/* New Banking*/
.bank {
	background: url(images/BankingAnimation.gif) no-repeat left top;
	height:85px;
	padding: 0 0 0 10px;
	margin-top:3px;
}
.bank h2 {
	font: 11px Verdana, Trebuchet MS;
	padding: 0 15px 0 10px;
	font-size: 15px;
	text-align: center;
	font-weight:bold;
	color:#7c7e2e;
}
.bank p {
	font: 11px Verdana, Trebuchet MS;
	padding: 0 15px 0 10px;
	text-align: center;
	color:#7c7e2e;
}
/* Product */
.product {
	margin-top:5px;
	margin-bottom: 10px;
}

.product .title {
	height: 30px;
	/*padding: 4px 0px 2px 20px;*/
	padding: 0 0 0 10px;
	background: url(images/shadow33.gif) no-repeat left top;
	font: bold Verdana, Trebuchet MS;
	font-weight:bold;
	color: #FFFFFF;
}
.product .entry {
	/*padding: 10px 10px;*/
	/*padding: 0px 0 0 0px;*/
	/*background: url(images/shadow6.gif) no-repeat left bottom;*/
	height: 100px;
	background: url(images/ContentBody.gif) repeat-y;
}
.product .title2 {
	height: 30px;
	/*padding: 4px 0px 2px 20px;*/
	padding: 0 0 0 10px;
	background: url(images/ieContentBody.gif) no-repeat left bottom;
	font: bold Verdana, Trebuchet MS;
	font-weight:bold;
	color: #FFFFFF;
}
.product a.tabbed {
	margin-top: 15px;
	padding-left: 7px;
	float: left;
	width:135px;
	height: 120px;
	display: block;
}
.product a.tabbed span{
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.product .pfooter {
	height: 15px;
	background: url(images/ContentFooter.gif) no-repeat left bottom;
}
/* Banking */
.banking {
	margin-top:7px;
	margin-bottom: 5px;
}

.banking .btitle {
	height: 5px;
	background: url(images/ieContenttitle.gif) no-repeat left top;
}
.banking .entry {
	padding: 10px 10px;
	/*background: url(images/shadow6.gif) no-repeat left bottom;*/
	background: url(images/ContentbBody.gif) repeat-y;
}
.banking .bfooter {
	height: 5px;
	background: url(images/ieContentBody.gif) no-repeat left bottom;
}
/* Sidebar */

#sidebar {
	margin-right: 13px;
	margin-top: 5px;
	float: right;
	width: 270px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 13px;
	padding: 0 0 0px 0px;
	/*background: url(images/shadow1.gif) no-repeat left bottom;*/
	background: url(images/sidebarbg.gif) repeat-y;
	background-color:#35371a;
	color: #b78d0b;
}

#sidebar li ul {
	line-height: 200%;
	padding-bottom: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
	background: none;
}
#sidebar h2 {
	height: 20px;
	margin: 0 0 0px 0px;
	padding: 3px 0 0px 10px;
	background: url(images/Register.gif) no-repeat left top;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
#sidebar .sfooter {
	height: 3px;
	background: url(images/sidebarfooter.gif) no-repeat left bottom;
}

#sidebar p {
	padding: 0px 15px;
	line-height: 200%;
}

#sidebar a {
	color: #FFFFFF;
}
#sidebar2 {
	margin-right: 13px;
	margin-top: 5px;
	float: right;
	width: 270px;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar2 li {
	margin-bottom: 13px;
	padding: 0 0 0px 0px;
	/*background: url(images/shadow1.gif) no-repeat left bottom;*/
	background: url(images/sidebarbg.gif) repeat-y;
	background-color:#35371a;
	color: #b78d0b;
}

#sidebar2 li ul {
	line-height: 200%;
	padding-bottom: 20px;
}

#sidebar2 li li {
	margin: 0;
	padding: 0 20px;
	background: none;
}
#sidebar2 h2 {
	height: 20px;
	margin: 0 0 0px 0px;
	padding: 3px 0 0px 10px;
	background: url(images/ForgotPassword.gif) no-repeat left top;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
#sidebar2 .sfooter {
	height: 3px;
	background: url(images/sidebarfooter.gif) no-repeat left bottom;
}

#sidebar2 p {
	padding: 0px 15px;
	line-height: 200%;
}

#sidebar2 a {
	color: #FFFFFF;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 90%;
	border-collapse: collapse;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #000000;
}

/* Footer */

#footer {
	width: 900px;
	height: 62px;
	margin: 0 auto;	
	padding-bottom:5px;
	/*background: url(images/shadow5.gif) no-repeat left top;*/
	background:#011b03;
}

#footer p {
	font: 9px Verdana, Trebuchet MS;
	padding: 6px 0;
	text-align: center;
	line-height: normal;
	color: #808080;
}
#footer h2 {
	padding-top: 5px;
	font-size: 14px;
	color:#7c7e2e;
	text-align: center;
}
#footer h3 {
	font: 11px Verdana, Trebuchet MS;
	padding-top: 5px;
	text-align: center;
	color:#c0c0c0;
	
}
#footer a {
	color: #B5ADA5;
}
#footer h3 a ,a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* TOP NAV */
#topnav { background: #3865b1 url(images/MainNavB-1.gif) repeat; height:30px;  margin: 0 0 30px 0; padding: 0px 0; z-index: 1000; top: 0; left: 0; width: 100%;  position: fixed; color:#000000 }
* html #topnav{ /*IE6 hack*/
position: absolute; width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px"); }
#topnav .left { float: left; text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; font-style: normal; color: #000; width:100%;}
#topnav .right {font-family: Verdana, Trebuchet MS; float: right; text-align: center; font-weight: normal; font-size: 11px;letter-spacing: 0; width: 30px; white-space: nowrap;}
#topnav .right a {font-size: 10px; color: #000; text-decoration: underline;}
#topnav .right a:hover {font-size: 10px; color: #000; text-decoration: none;}
#left_top a { text-decoration: none; color: #000; }
#left_top a:hover { text-decoration: underline; color: #000; }
#left_top a:link{ color:#000; }

/* Bottom BAR */
#byo-bar
{
z-index: 999999999;
font-family: Verdana, Trebuchet MS;
font-size: 11px;
width: 100%;
position: fixed;
background: url(images/MainNavB-1.gif);
bottom: 0;
left: 0;
text-align: right;
min-width: 450px;
height: 26px;
color:#000000;
}
#byo-bar-container
{
height: 26px;
margin-left: 10px;
margin-right: 10px;
background-image:url(bg.png);
background-position:top center;
background-repeat:repeat-x;
border-left: 1px solid #d9e3ff;
border-right: 1px solid #d9e3ff;
}
.byo-title
{
float: left;
font-family: Verdana, Trebuchet MS;
font-size: 11px;
margin: 0px;
width: auto;
text-align: left;
color: #000000;
background-repeat:repeat-x;
border-right: solid 1px #d9e3ff;
border-bottom-style: none;
display: block;
height: 25px;
}
.byo-title a, .byo-title a:hover, .byo-title a:visited, .byo-title a:active
{
text-decoration: none;
color: #000;
cursor:pointer;
}

.byo-title img
{
float: left;
margin: 5px;
}
.byo-title div {
float: left;
margin: 4px 5px 0px 5px;
color: #000;
width: auto !important;
}
.byo-title span {
font-family: Verdana, Trebuchet MS;
font-size: 11px;
float: left;
margin: 4px 5px 0px 5px;
color: #000;
width: auto !important;
}
.byo-button-active
{
font-family: Verdana, Trebuchet MS;
font-size: 11px;
float: right;
margin: 0px;
height: 24px;
padding: 0px;
width: auto;
text-align: left;
background: #fff;
color: #000;
border-bottom: 1px solid #d9e3ff;
border-left: 1px solid #d9e3ff;
border-right: 1px solid #d9e3ff;
margin-right: -1px;
}
.byo-button img, .byo-button-active img
{
float: left;
margin: 5px;
}
.byo-button div, .byo-button-active div
{
font-family: Verdana, Trebuchet MS;
font-size: 9px;
padding: 7px 12px 0px 6px;
float: left;
height: 25px;
}
.byo-button
{
float: right;
margin: 0px;
font-size: 9pt;
height: 25px;
padding: 0px;
width: auto;
text-align: left;
color: #000;
background-repeat:repeat-x;
border-left: solid 1px #d9e3ff;
border-bottom-style: none;
display: block;
}
.byo-button:hover
{
background:url(images/MainNavB-11.gif);
color:#000;
cursor: pointer;
}
.byo-button-active:hover
{
cursor: pointer;
}
.byobox
{
z-index: 999999999;
font-family: Verdana, Trebuchet MS;
font-size: 9px;
position: fixed;
bottom: 24px;
float:right;
}
.byobox-content
{
height: auto;
background-color: #fff;
border: solid 1px #d9e3ff;
display: none;
}
.byobox-content-show
{
height: auto;
background-color: #fff;
border: solid 1px #d9e3ff;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
display: block;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.byobox-content-title
{
height:20px;
background-color: #3865b1;
border-bottom: solid 1px #d9e3ff;
display: table;
color:#FFFFFF;
font-weight:bold;
float:left;
}
.byobox-content-title-close
{
float:right;
background:url(images/minimize.png) no-repeat center;
width:10px;
height:10px;
margin-top:5px;
cursor: pointer;
padding-right: 5px;
}
.byobox-content-title-main
{
color:#FFFFFF;
float:left;
padding-top: 3px;
padding-left: 5px;
}
.byobox-content-item
{
height:auto;
margin:4px;
padding:2px;
}
/*-- (mta bar) --*/
#mta_bar{z-index:100; top:0; left:0; width:100%; overflow:auto; position:fixed; margin-left:0; margin-right:0; margin-top:0; margin-bottom:4px; padding-left:0; padding-right:0; padding-top:7px; padding-bottom:4px;
z-index:100;opacity: 0.9;filter: alpha(opacity: 90);}
* html #mta_bar{position:absolute; /*IE6 hack*/width:expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px":body.clientWidth+"px")}
#mta_bar .center{float:left; text-align:center; font-family:Verdana,Arial; font-size:13px; font-weight:bold; font-style:normal; color:#FFFFFF; width:65%}
#mta_bar .left{float:left; text-align:left; font-family:Verdana,Arial; font-size:13px; font-weight:normal; font-style:normal; color:#FFFFFF; width:20%}
#mta_bar .right{font-family:verdana,Arial,Helvetica,sans-serif; float:right; text-align:center; font-weight:normal; font-size:10px; letter-spacing:0; width:30px; white-space:nowrap}
#mta_bar .right a{font-size:10px; color:#FFFFFF; text-decoration:none}
#mta_bar .right a:hover{font-size:10px; color:#80ff00; text-decoration:none}
#left_bar a{background:url('http://i642.photobucket.com/albums/uu147/remoxp/dollar.png') no-repeat; text-decoration:none; color:#FFFFFF; padding-left:23px; padding-right:0; padding-top:0; padding-bottom:0}
#left_bar a:hover{text-decoration:none; color:#80ff00}
#left_bar2 a{background:url('http://remoxp.fileave.com/FaceBook_thumb(1).png') no-repeat 2px; text-decoration:none; color:#FFFFFF; padding-left:21px; padding-right:0; padding-top:0; padding-bottom:0}
#left_bar2 a:hover{text-decoration:none; color:#80ff00}
#to_top{background:transparent url(http://2.bp.blogspot.com/_C6KkooKXCEw/Si0hpItyl-I/AAAAAAAAEYQ/kmsk9iVM9HM/s400/delete.png) no-repeat scroll 0%; position:absolute; /*this replaces float - fixes thanks to Larry ofhttp://blog.lroot.com*/height:18px; width:19px; margin:0 0 0 900px; /*this was updated*/padding:9px 5px}
#anima_sudut2 a:link {
color:#000000;
}
#anima_sudut2 a:visited {
color: #FFFFFF;
text-decoration:none;
}
#anima_sudut2 a:hover {
color: #000000;
}
#to_top a{padding:8px}

#topbar {
   BORDER-RIGHT: 0px solid; 
   PADDING-RIGHT: 0px; 
   BORDER-TOP: 0px solid; 
   PADDING-LEFT: 0px; 
   Z-INDEX: 100; 
   RIGHT: 0px; 
   VISIBILITY: hidden; 
   PADDING-BOTTOM: 0px; 
   BORDER-LEFT: 0px solid; 
   WIDTH: 110px; 
   PADDING-TOP: 200px; 
   BORDER-BOTTOM: 0px solid; 
   POSITION: absolute; 
   TOP: 300px; HEIGHT: 367px
}

div.TabView div.Tabs

{

height: 0px;

overflow: hidden;

}

div.TabView div.Tabs a

{

float: left;

display: block;

width: 98px;

text-align: center;

height: 0px;

padding-top: 3px;

vertical-align: middle;

}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active

{


}

div.TabView div.Pages

{

clear: both;

overflow: hidden;

}

div.TabView div.Pages div.Page

{

height: 100%;

padding: 0px;

overflow: hidden;

}

div.TabView div.Pages div.Page div.Pad

{

padding: 3px 5px;

}
