/*Badonka Dunk MGP stylesheet*/

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cbcb00;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #111;
	border: 1px solid #222;
}

a:link, a:active, a:visited {
	color: #cbcb00; 
	text-decoration: none
}

a:hover { 
	color: #c60; 
	text-decoration: none
}

.thumb1 {
	border:1px solid #666;
	width:240px;
	height:180px;
	background-color: #111;
}

a:hover .thumb1 {
	border: 1px solid #c60;
}

.thumb2 {
	border:1px solid #666;
	width:190px;
	height:240px;
	background-color: #111;
}

a:hover .thumb2 {
	border: 1px solid #c60;
}

.thumb3 {
	border:1px solid #666;
	width:180px;
	height:135px;
	background-color: #111;
	margin: 7px 4px 1px 4px;
}

a:hover .thumb3 {
	border: 1px solid #c60;
}

.tx1 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.top1 {
	font-size: 10px;
	font-weight: bold;
	background-color: #000;
}


/*Left Menu*/

.leftmenu {
	width: 190px;
}

.leftmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li a {
	color: #cbcb00;
	display: block;
	line-height: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cbcb00;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #c60;
	background-color: #000;
}

/*Right Menu*/

.rightmenu {
	width: 30px;
}

.rightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.rightmenu ul li a {
	color: #cbcb00;
	display: block;
	line-height: 15px;
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
	padding: 2px 8px 2px 0px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cbcb00;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #c60;
	background-color: #000;
}

