/* Both Way Sex MGP stylesheet */

body {
	background-color: #00688B;
	color: #E0FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #36648B;
	border-top: 1px solid #7EC0EE;
	border-right: 1px solid #6CA6CD;
	border-bottom: 1px solid #6CA6CD;
	border-left: 1px solid #7EC0EE;
}

a:link, a:active, a:visited {
	color: #E0FFFF; 
	text-decoration: none
}

a:hover { 
	color: #ff0; 
	text-decoration: none
}

.thumb1 {
	border:1px solid #5CACEE;
	width:240px;
	height:180px;
	background-color: #4A708B;
}

.thumb2 {
	border:1px solid #5CACEE;
	width:192px;
	height:240px;
	background-color: #4A708B;
}

.thumb3 {
	border:1px solid #5CACEE;
	width:180px;
	height:135px;
	margin: 7px 4px 1px 4px;
	background-color: #4A708B;
}

a:hover .thumb1, a:hover .thumb2, a:hover .thumb3 {
	border: 1px solid #ff0;
}

.tx1 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.top1 {
	font-size: 10px;
	font-weight: bold;
	background-color: #4A708B;
	border-top: 1px solid #7EC0EE;
	border-right: 1px solid #6CA6CD;
	border-bottom: 1px solid #6CA6CD;
	border-left: 1px solid #7EC0EE;
}

/*Left Menu*/

.leftmenu {
	width: 192px;
	text-align: left;
	vertical-align: top;
}

.leftmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.leftmenu ul li {
    padding-bottom: 1px; /*bottom spacing between menu items*/
}

.leftmenu ul li a {
	color: #E0FFFF;
	display: block;
	line-height: 15px;
	text-decoration: none;
	padding: 2px 0px 2px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #4A708B;
	border-top: 1px solid #7EC0EE;
	border-right: 1px solid #6CA6CD;
	border-bottom: 1px solid #6CA6CD;
	border-left: 1px solid #7EC0EE;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #607B8B;
	background-color: #B0E2FF;
}

/*Right Menu*/

.rightmenu {
	width: 36px;
	text-align: right;
	vertical-align: top;
}

.rightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rightmenu ul li {
    padding-bottom: 1px; /*bottom spacing between menu items*/
}

.rightmenu ul li a {
	color: #E0FFFF;
	display: block;
	line-height: 15px;
	text-decoration: none;
	padding: 2px 8px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #4A708B;
	border-top: 1px solid #7EC0EE;
	border-right: 1px solid #6CA6CD;
	border-bottom: 1px solid #6CA6CD;
	border-left: 1px solid #7EC0EE;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #607B8B;
	background-color: #B0E2FF;
}

