/* True Ladyboys MGP stylesheet */

body {
	background-color: #222;
	color: #FFEC8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 9px;
	font-weight: normal;
	background-image: url(blockbg.png);
	border: 1px solid #000;
}

a:link {
	color: #FFEC8B; 
	text-decoration: none
}

a:active {
	color: #FFEC8B;
	text-decoration: none;
}

a:visited { 
	color: #FFEC8B; 
	text-decoration: none
}

a:hover { 
	color: #FFF68F; 
	text-decoration: none
}

.thumb1 {
	border:1px solid #666;
	width:240px;
	height:180px;
	background-color: #111;
}

a:hover .thumb1 {
	border: 1px solid #FFEC8B;
}

.thumb2 {
	border:1px solid #666;
	width:190px;
	height:240px;
	background-color: #111;
}

a:hover .thumb2 {
	border: 1px solid #FFEC8B;
}

.thumb3 {
	border:1px solid #666;
	width:180px;
	height:135px;
	background-color: #111;
	margin-top: 7px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

a:hover .thumb3 {
	border: 1px solid #FFEC8B;
}

.screen1 {
	border:1px solid #666;
	width:320px;
	height:260px;
	background-color: #111;
}

a:hover .screen1 {
	border: 1px solid #FFEC8B;
}

.top1 {
	font-size: 10px;
	background-color: #111;
	font-weight: bold;
}

.tx1 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFEC8B;
	text-decoration: none;
}

/*Left Menu*/

.leftmenu {
	width: 190px;
}

.leftmenu .headerbar {
	color: #EEDC82;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: none; /*16px is left indentation of header text*/
	background-color: #000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

.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 {
    padding-bottom: 1px; /*bottom spacing between menu items*/
}

.leftmenu ul li a {
	color: #CDBE70;
	display: block;
	line-height: 15px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background-color: #222;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #EEDC82;
}

/*Right Menu*/

.rightmenu {
	width: 36px;
}

.rightmenu .headerbar {
	color: #EEDC82;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: none; /*16px is left indentation of header text*/
	background-color: #000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2;
	padding-bottom: 5px;
	padding-left: 2px;
}

.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 {
    padding-bottom: 1px; /*bottom spacing between menu items*/
}

.rightmenu ul li a {
	color: #CDBE70;
	display: block;
	line-height: 15px;
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 2px;
	padding-right: 8;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #222;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #EEDC82;
}

