body,p,td{
  font-family: Verdana, Sans-serif;
  font-size: 10pt;
}
body{
  background: #330033;
  color: #FF26EC;
  text-align: center;
  padding-bottom: 5px;
}

/*
 *	HEADINGS
 */
h1{ font-size: 14pt }
h2{ font-size: 12pt }

table{ border-collapse: collapse }

/*
 *	GENERAL LINKS
 */
a:link   { color: #00F; text-decoration: none }
a:visited{ color: #808; text-decoration: none }
a:hover  { color: #00F; text-decoration: underline }
a:active { color: #00F; text-decoration: none }

/*
 *  MAIN TABLE
 */
#main{
  width: 760px;
  height: 300px;
  border: solid 1px black;
}
#mainMenu{
  width: 160px;
  border: dashed 1px black;
  vertical-align: top;
  padding: 10px;
}
#mainContent{
  width: 560px;
  border: dashed 1px black;
  vertical-align: top;
  padding: 10px;
}
/*
 *	MENU
 */
h1.menu{
	font-size: 12pt;
	margin-bottom: 0px;
	border: solid 0px black;
}
div.menu{
	border: solid 0px black;
	border-top: 0;
}
a.menu:link   { color: #00F; font-weight: bold }
a.menu:visited{ color: #00F; font-weight: bold }
a.menu:hover  { color: #00F; font-weight: bold }
a.menu:active { color: #00F; font-weight: bold }

/*
 *  MODEL PERSONAL PAGE
 */
input.btnChat{
	margin-top:4px;
	background-image:url('/pics/bg.gif');
	width:220px;
	font-weight:bold;
	color: #FF26EC;
}
h1.privmodel{
  font-size: 12pt;
}
table.privmodel{}
td.privmodelKey{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}
td.privmodelVal{
	vertical-align:top;
	text-align:left;
}

/*
 *  MULTIPLE MODELS TABLE
 */
table.multimodels{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:separate;
}
td.multimodels{
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
	border:solid 1px;
	background:#ffffcc;
	background-image:#ffffcc;
	background-repeat:repeat-x;
}
div.multimodelsinfo{
	text-align: left;
	padding-left:4px;
	height:95px;
}
td.multimodelsKey{
	border: dashed 1px #F0F0F0;
}
td.multimodelsVal{
	border: dashed 1px #F0F0F0;
}
p.promotxt{
	width: 160px;
	height: 125px;
	padding: 2px;
	overflow: auto;
	overflow-x: hidden;
	font-size: 8pt;
	font-style: italic;
	scrollbar-track-color : #FEF;
	scrollbar-face-color : #FEF;
	scrollbar-arrow-color : black;
	scrollbar-shadow-color : black;
	scrollbar-3dlight-color : black;
	scrollbar-base-color : black;
	scrollbar-darkshadow-color : white;
	scrollbar-highlight-color : white;
}

/*
 *  SELECT REGIONS FORM
 */
form.selRegions{
  margin: 0;
}
select.selRegions{}

/*
 *  SELECT AGE FORM
 */
form.selAge{
  margin: 0;
}
select.selAge{}

/*
 *  SEARCH FORM
 */
#searchform{
	padding-top: 10px;
	padding-left:4px;
	font-weight: bold;
}
form.searchform{
  margin: 0;
}
input.searchform{}
select.searchform{}
input.btnsearchform{
	margin-top:4px;
	background-image:url('/pics/bg.gif');
	color:#FF26EC;
	width:75px;
	font-weight:bold;
}

/*
 *  FOOTER
 */
#footer{
  margin: 0px auto;
  margin-top: 10px;
}

/*
 *  PAGE ALIGNMENT
 */
body, #main{
  margin: 0px auto;
}

/*
 *	EIGEN
 */
P{  font-size:8pt; }
UL{ list-style:square; color:#000000; margin-left:18px; margin-bottom:5px; }
OL{ list-style-position:outside; color:#000000; margin-bottom:5px; }
H2{ font-size:8pt; margin:0px; font-family:Verdana; color:#ffff66; }
H3{ font-size:12pt; margin:0px; font-family:Verdana; color:#ffff66; }
A:link		{ COLOR: #000000; TEXT-DECORATION: underline; font-family: Verdana; font-size:8pt; font-weight: normal }
A:visited	{ COLOR: #000000; TEXT-DECORATION: underline; font-family: Verdana; font-size:8pt; font-weight: normal }
A:hover		{ COLOR: #ff00ff; TEXT-DECORATION: underline; font-family: Verdana; font-size:8pt; font-weight: normal }
A:active	{ COLOR: #000000; TEXT-DECORATION: underline; font-family: Verdana; font-size:8pt; font-weight: normal }
a.menu:link 	{ COLOR: #000000; TEXT-DECORATION: none; font-family: Verdana; font-size:8pt; font-weight: bold; }
a.menu:visited	{ COLOR: #000000; TEXT-DECORATION: none; font-family: Verdana; font-size:8pt; font-weight: bold; }
a.menu:hover	{ COLOR: #000000; TEXT-DECORATION: none; font-family: Verdana; font-size:8pt; font-weight: bold; }
a.menu:active	{ COLOR: #000000; TEXT-DECORATION: none; font-family: Verdana; font-size:8pt; font-weight: bold; }
TABLE{ border-collapse:collapse; border-color:#000000; }
	TH			{ font-size:8pt; font-family:verdana; text-align:center; color:#000000; font-weight:normal; }
	TD			{ font-size:8pt; font-family:verdana; text-align:center; color:#000000; font-weight:normal; }	
TABLE.main 		{ width:760px; background: #b2caa1; }
	TD.mainL 	{ width:200px; vertical-align:top; }
	TD.mainM 	{ width:360px; vertical-align:top; }
	TD.mainR 	{ width:200px; vertical-align:top; }	
TABLE.menu 	{ width:'99%'; border:solid 1px; }
	TH.menu	{ background:#000000; height:20px; }
	TD.menu	{ border:solid 1px; border-color:#000000; background:#ffffcc; text-align:left; color:#000000; }
TABLE.content 	{ width:'99%'; border:solid 1px; }
	TH.content	{ background: #000000 ; height:20px; }
	TD.content	{ border:solid 1px; border-color:#000000; background:#ffffcc; text-align:left; color:#000000; padding: 4px; }
BODY{ background: #b2caa1; }
