﻿/* general */
td { margin: 0; padding: 0; }

th { margin: 0; padding: 0; }

table { margin: 0; padding: 0; }

fieldset { margin: 0; padding: 0; }

form { margin: 0; padding: 0; }

pre { margin: 0; padding: 0; }

blockquote { margin: 0; padding: 0; }

p { margin: 0; padding: 0; }

dd { margin: 0; padding: 0; }

dt { margin: 0; padding: 0; }

li { margin: 0; padding: 0; }

dl { margin: 0; padding: 0; }

ol { margin: 0; padding: 0; }

ul { margin: 0; padding: 0; }

h6 { margin: 0; padding: 0; }

h5 { margin: 0; padding: 0; }

h4 { margin: 0; padding: 0; }

h3 { margin: 0; padding: 0; }

h2 { margin: 0; padding: 0; }

h1 { margin: 0; padding: 0; }

div { margin: 0; padding: 0; }

body { margin: 0; padding: 0; }

html { margin: 0; padding: 0; }

body 
{
    background-image:url('images/bodyBackground.png');
	background-repeat:repeat-x;
	
    background-color:#333;
    direction:rtl;
    font-size:12px;
    font-family:Arial;
    text-align: center;
}
.clear {clear:both;height:100%}
a:active {color:#c20000;font-weight:bold}
a:visited {color:#c20000;font-weight:bold}
a:link {color:#c20000;font-weight:bold}
a:hover {color:#c20000}
img {border:none}

.maintext {font-size:10pt; margin:3px 15px 3px 15px; float:right;}
.maintext a:visited{color:#c20000}
.maintext a:link{color:#c20000}
.maintext a:hover{color:red}

.maintext p{margin:8px 0 8px 0;}

.maintext ul li{paddin:1px 10px 2px 0}
.mainiframe {width:820px; margin:5px -3px 5px 0; float:right;}
.success
{
    clear:both;
    display:block;
    padding:15px;
    font-size:1.4em;
    font-weight:bold;
    margin:10px auto;
    width:760px;
    color:#fff;
    padding:50px 10px;
}
.error
{
    clear:both;
    display:block;
    padding:15px;
    font-size:1.4em;
    font-weight:bold;
    margin:10px auto;
    width:760px;
    color:#fff;
    padding:50px 10px;
}
.error
{
    background-color:Red;
}
.success
{
    background-color:#333;
}
h1 a:visited {color:#c20000;}
h1 a:link {color:#c20000;}
h2 a:visited {color:#c20000;}
h2 a:link {color:#c20000;}
h1
{
    color:#c20000;
    border-right:20px solid #c20000;
    margin:0 20px 10px 0;
    padding-right:5px;
    font-size:1.5em;
    font-weight:bold;
    display:block;
    text-align:right;
}
h2
{
    color:#c20000;
    padding:0 25px 0 0;
    font-size:1.2em;
    font-weight:bold;
    float:right:
    display:block;
}
.wrapper
{
    width:808px;
    overflow:hidden;
    margin:22px auto;
    text-align:right;

}
.top
{
    margin:0 14px;
    width:784px;
    height:58px;
    color:#fff;
    overflow:hidden;
}
.topLogo:active {
  text-indent:14px;
  text-decoration:none;
  display:block;
  float: right;
  width: 220px;
  height: 58px;
  line-height:58px;
  font-size:1.8em;
  font-weight:bold;
  background-image:url(images/topLogo2.png);
}

.topLogo:visited {
  text-indent:14px;
  text-decoration:none;
  display:block;
  float: right;
  width: 220px;
  height: 58px;
  line-height:58px;
  font-size:1.8em;
  font-weight:bold;
  background-image:url(images/topLogo2.png);
}

.topLogo:link {
  text-indent:14px;
  text-decoration:none;
  display:block;
  float: right;
  width: 220px;
  height: 58px;
  line-height:58px;
  font-size:1.8em;
  font-weight:bold;
  background-image:url(images/topLogo2.png);
}

.topMenu
{
    float:left;
    list-style:none;
    height:58px;
    line-height:58px;
}
.topMenu li
{
    display:block;
    float:left;
}
.topMenu li a:active
{
    color:#fff;
}
.topMenu li a:visited
{
    color:#fff;
}
.topMenu li a:link
{
    color:#fff;
}
.topMenu li a:hover
{
    color:#c20000;
}
.dcontent
{
    width:808px; float:center;
    background-image:url(images/contentBackground.png);  
}
.contentNavigation
{
   width:808px;
   height:54px;
   background-image:url(images/navigationBackground.png); 
}
.contentNavigation ul
{
    margin:0px auto;
    padding-top:4px;
    width:780px;
    list-style:none;
    border-right:1px solid #fff;
    height:30px;
    line-height:30px;
}
.contentNavigation ul li
{
    float:right;
    display:block;
    border-left:1px solid #fff;
    height:30px;
}
.contentNavigation ul li a:visited
{
    width:110px;
    text-align:center;
    height:30px;
    display:block;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    background-image:url(images/navigationLink.png);
}
.contentNavigation ul li a:active
{
    width:110px;
    text-align:center;
    height:30px;
    display:block;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    background-image:url(images/navigationLink.png);
}
.contentNavigation ul li a:link
{
    width:110px;
    text-align:center;
    height:30px;
    display:block;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    background-image:url(images/navigationLink.png);
}
.contentNavigation ul li a:hover
{
    background-image:url(images/navigationHover.png);
}
.ftr
{
    width:780px;
    overflow:hidden;
    background:url(images/fback.png) top no-repeat;
    padding:40px 14px 0 14px;
    height:14px;
    line-height:14px;
}
.ftrMenu
{
    list-style:none;
    font-weight:bold;
    font-size:14px;
}
.ftrMenu li
{
    display:block;
    float:right;
}
.ftrMenu li a:active
{
    font-size:12px;
    color:#fff;
}
.ftrMenu li a:visited
{
    font-size:12px;
    color:#fff;
}
.ftrMenu li a:link
{
    font-size:12px;
    color:#fff;
}
.ftrMenu li a:hover
{
    color:#c20000;
}
.ftrCopyrights
{
    color:#fff;
    float:left;
    display:block;
    font-size:12px;
    font-weight:bold;
}
.contentRight p{margin:7px 0 7px 0; width:100%}
.contentRight
{
    overflow:hidden;

    width:560px;
    margin-right:10px;
    float:right;
}
.ftrCopyrights a:active
{
    color:#fff;
}
.ftrCopyrights a:visited
{
    color:#fff;
}
.ftrCopyrights a:link
{
    color:#fff;
}
.contentLeft
{
    width:200px;
    margin-left:10px;
    float:left;
}

/* mainpage */
.mainpageHeader
{
    width:808px;
    height:224px;
    background-image:url(images/mainpageHeader2.png);
    clear:both;
}
.mainpageSearchLoginForm
{
    width:300px;
    margin-top:36px;
    float:right;
    margin-right:10px;
}
.mainpageSearchLoginForm .formRow
{
    height:22px;
    line-height:22px;
}
.mainpageSearchFormRow
{
   }
.aaa{    
   background-color:green;
    float:right; width:280px; 
    height:100px;

}
.mainpageSearchFormRow input
{
    float:right;
    margin-right:5px;
}
.mainpageSearchFormRow select
{
    float:right;
    margin-right:5px;
}
.mregister
{
    padding-top:142px; padding-right:2px;
    float:right;
    width:170px;
    height:60px;
    display:block;
}
.mlogin
{
    padding-top:80px;
    padding-right:83px;
    float:right;
    width:140px;
    height:60px;
    display:block;    
}
.mainpageContent
{
    width:784px;
    margin:0 12px;
    overflow:hidden;
}
.indexpageContent
{
    width:800px;
    overflow:hidden;
    margin:4px 4px 0 4px;
background-color:white; 

}
.mainpageInfoBox
{
    float:right;
    width:290px;
    overflow:hidden;
}
.mainpageInfoBox ul
{
    overflow:hidden;
    list-style:none;
}
.mainpageUsersOnlineBoxScrollContainer {
 position: relative;
 width: 290px;
 height: 130px;
 overflow: hidden;
 background-image:url(images/mainpageOnlineUsersBox.png);
}
.mainpageUsersOnlineBoxScroller
{
    list-style:none;
}
.mainpageUsersOnlineBoxScroller li
{
    display:block;
    width:270px;
    height:110px;
    margin:10px;
}
.mainpageUsersOnlineBoxScroller img
{
    float:right;
    display:block;
    margin-left:10px;
}
.mainpageUsersOnlineBoxScroller ul
{
    float:right;
    width:150px;
    margin-right:10px;
    list-style:none;
}
.mainpageUsersOnlineBoxScroller ul li
{
    height:20px;
    line-height:20px;
    margin:0;
}
.mainpageOnlineTabs
{
    list-style:none;
    width:270px;
    margin:0 10px;
    height:30px;
    margin-bottom:20px;
}
.mainpageOnlineTabs li
{
    display:inline;
}
.mainpageUsersOnlineFemales:active
{
    display:block;
    width:130px;
    height:30px;
    line-height:30px;
    text-indent:30px;
    font-weight:bold;
 }
.mainpageUsersOnlineFemales:visited
{
    display:block;
    width:130px;
    height:30px;
    line-height:30px;
    text-indent:30px;
    font-weight:bold;
 }
.mainpageUsersOnlineFemales:link
{
    display:block;
    width:130px;
    height:30px;
    line-height:30px;
    text-indent:30px;
    font-weight:bold;
 }
.mainpageUsersOnlineMales:active
{
    display:block;
    width:130px;
    height:30px;
    line-height:30px;
    text-indent:30px;
    font-weight:bold;
 }
.mainpageUsersOnlineMales:visited
{
    display:block;
    width:130px;
    height:30px;
    line-height:30px;
    text-indent:30px;
    font-weight:bold;
 }
.mainpageUsersOnlineMales:link
{
    display:block;
    width:130px;
    height:30px;
    line-height:30px;
    text-indent:30px;
    font-weight:bold;
 }
.mainpageUsersOnlineMales:active
{
    margin-left:10px;
    float:right;
    background-image:url(images/mainpageOnlineUsersMales.png)
}
.mainpageUsersOnlineMales:visited
{
    margin-left:10px;
    float:right;
    background-image:url(images/mainpageOnlineUsersMales.png)
}
.mainpageUsersOnlineMales:link
{
    margin-left:10px;
    float:right;
    background-image:url(images/mainpageOnlineUsersMales.png)
}
.mainpageUsersOnlineFemales:active
{
    float:left;
    background-image:url(images/mainpageOnlineUsersFemales.png)
}

.mainpageUsersOnlineFemales:visited
{
    float:left;
    background-image:url(images/mainpageOnlineUsersFemales.png)
}

.mainpageUsersOnlineFemales:link
{
    float:left;
    background-image:url(images/mainpageOnlineUsersFemales.png)
}

.mainpageFeedbackerMessage
{
    clear:both;
    padding:5px;
    display:block;
}

.mainpageFeedbackerName
{
    clear:both;
    padding:5px;
    display:block;
}
.mainpageFeedbackerName
{
    color:#c20000;
    font-weight:bold;
}
.mainpageFeedbackerMessage
{
    padding:5px;
    font-weight:bold;
    color:#fff;
    background-color:#c20000;
}     


/* finduser */
.searchSelectors
{
    overflow:hidden;
    border:1px solid #c20000;
    padding:1px;
    margin-bottom:10px;
}
.searchSelector
{
    padding:2px 4px;
    overflow:hidden;
    background-color:#c20000;
    color:#fff;
    float:right;
    margin-left:1px;
    height:22px;
    line-height:22px;
}
.searchSelector label
{
    margin-left:5px;
    font-size:0.9em;
    font-weight:bold;
}
.searchSelectorButton       
{
    float:right;
    border:0;
    display:block;
    background-color:#333;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:0.9em;
    width:36px;
    text-align:center;
    height:26px;
    line-height:26px;
}

/* forms */
.formBody
{
    overflow:hidden;
}
.formRowMessageImages
{
    height:100%;
    overflow:hidden;
	padding 2px;
    margin:2px;
    clear:both;
}
.formRowRadio
{
    height:100%;
    overflow:hidden;
	padding 2px;
    margin:2px;
    clear:both;
}
.formRowCheckBox
{
    height:100%;
    overflow:hidden;
	padding 2px;
    margin:2px;
    clear:both;
}
.formRow
{
    height:100%;
    overflow:hidden;
	padding 2px;
    margin:2px;
    clear:both;
}
.formRow label
{
    width:100px;
    text-align:left;
    margin-left:5px;
    display:block;
    font-weight:bold;
    height:20px;
    float:right;
}
.formRow textarea
{
    float:right;
    text-align:right;
}
.formRow input
{
    float:right;
    text-align:right;
}
.formRow select
{
    float:right;
    text-align:right;
}
.formError
{
    font-size:0.9em;
    margin-right:5px;
    float:right;
    font-weight:bold;
}
.formSubmit
{
    clear:both;
    float:right;
    margin-right:115px;
}
.formGroupTitle
{
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
    background-color:#333;
    display:block;
    padding:2px;
    clear:both;
}
.formGroup
{
    overflow:hidden;
    border:#333 solid 1px;
    padding:5px 0;
    margin-bottom:5px;
    height:100%;
}
.formRadioList
{
    overflow:hidden;
}
.formAnyList
{
    border:1px solid #ccc;
    padding:5px;
    margin:5px;
    overflow:hidden;
    height:100%;
    font-weight:bold;
}
.formAnyList input
{
    float:right;
}
.formAnyList label
{
    float:right;
    margin-right:5px;
    margin-left:10px;
    display:block;
}
.formRadioList span
{
    height:20px;
    line-height:20px;
    width:100%;
    margin-right:60px;
    display:block;
    float:right;
}
.formRadioList label
{
    text-align:right;
}
.formCounter
{
    clear:both;
    display:block;
    font-weight:bold;
    font-size:.9em;
    margin-right:105px;
}
.checkboxes input
{
    margin-left:2px;
    float:right;
}
.checkboxes label
{
    display:block;
    float:right;
    font-weight:bold;
    width:110px;
}
.formRowCheckBox input
{
    float:right;
    margin-right:105px;
}
.formRowCheckBox label
{   
    display:block;
    float:right;
    margin-right:10px;
    font-weight:bold;
}
.formRowRadio span
{
    width:100px;
    text-align:left;
    margin-left:5px;
    display:block;
    font-weight:bold;
    float:right;
}
.formRowRadio table
{
    float:right;
    text-align:right;
}
.formRowMessageImages
{
    overflow:hidden;
    height:100%;
}
.formRowMessageImage
{
    overflow:hidden;
    height:100%;
}
.formRowMessageImage a:visited
{
    float:right;
}
.formRowMessageImage a:active
{
    float:right;
}
.formRowMessageImage a:link
{
    float:right;
}
.formRowMessageImage input
{
    margin-right:5px;
    margin-top:95px;
    float:right;
}
.formRowMessageImage label
{
    font-weight:bold;
    display:block;
    margin-right:5px;
    margin-top:95px;
    float:right;
}

.formNBody
{
    width:560px;
    overflow:hidden;
    height:100%;
    background-image:url(images/internalBoxBackground.png)
}
.formNBodyHeader
{    
    width:560px;
    height:20px;
    background-image:url(images/internalBoxHeader.png)
}
.formNGroupTitle
{
    overflow:hidden;
    height:100%;
    display:block;
    font-weight:bold;
    margin:5px;
    padding:2px;
    background-color:#ddd;
    border:1px solid #ccc
}
.formNGroup
{
    overflow:hidden;
    margin:5px;
    padding:5px;
    height:100%;
    border:1px solid #ccc;
}
.formNSubmit
{
    clear:both;
    float:right;
    margin-right:115px;
}
.formNSubmit2
{
    clear:both;
    float:right;
    margin-right:5px;
}
.formNBodyftr
{   
    clear:both;
    width:560px;
    height:20px;
    line-height:20px;
    padding-top:10px;
    background:url(images/internalBoxftr.png) #fff top no-repeat
}


/* misc */
#preview
{
    z-index:999;
	position:absolute;
	background:#000;
	padding:5px;
	display:none;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
.pagination
{
    clear:both;
    list-style:none;
}
.pagination li
{
    display:block;
    float:right;
}
.pagination li a:active
{
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    border:1px solid #990000;
    padding:2px;
    margin-left:1px;
    font-weight:bold;
    text-align:center;
}
.pagination li a:visited
{
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    border:1px solid #990000;
    padding:2px;
    margin-left:1px;
    font-weight:bold;
    text-align:center;
}
.pagination li a:link
{
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    border:1px solid #990000;
    padding:2px;
    margin-left:1px;
    font-weight:bold;
    text-align:center;
}
.pagination li a:hover
{
    font-size:1.4em;
}
.paginationActive:active
{
    background-color:#990000;
    color:#fff;
}
.paginationActive:visited
{
    background-color:#990000;
    color:#fff;
}
.paginationActive:link
{
    background-color:#990000;
    color:#fff;
}
.welcomeRight
{
    width:230px;
    float:right;
}
.welcomeLeft
{
    float:left;
    width:320px;
}
.welcomeTitle
{
    display:block;
    border:1px solid #ccc;
    background-color:#ddd;
    font-weight:bold;
    padding:2px;
    margin:2px;
}
.welcomeBox
{
    overflow:hidden;
    height:100%;
    margin-bottom:10px;
}
.welcomeHeader
{
    height:10px;
    width:230px;
    background-image:url(images/welcomeBoxHeader.png);
}
.welcomeContent
{
    width:230px;
    background-image:url(images/welcomeBoxContent.png);
    overflow:hidden;
    height:100%;
}
.welcomeContent ul
{
    padding:1em 2em;
}
.welcomeContent p
{
    padding:1em 2em;
}
.welcomeContent ul
{
    list-style-type:square;
}
.welcomeftr
{
    height:10px;
    width:230px;
    background-image:url(images/welcomeBoxftr.png);
}
.internalRight
{
    float:right;
    width:180px;
    overflow:hidden;
    height:100%;
}
.internalRightTitle
{
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:5px;
}
.internalRightMenuOnline
{
    list-style:none;
    width:180px;
    overflow:hidden;
    height:100%;
    margin-bottom:10px;
}
.internalRightMenuOnline li
{
    width:180px;
    overflow:hidden;
    height:30px;
    line-height:30px;
    background-image:url(images/internalMenuButtonOnlineBack.png);
    margin-bottom:1px;
}
.internalRightMenuOnline li img
{
    float:right;
    height:30px;
    width:30px;
}
.internalRightMenuOnline li a:visited
{
    width:150px;
    float:right;
    display:block;
    height:30px;
    line-height:30px;
    font-size:0.9em;
}
.internalRightMenuOnline li a:active
{
    width:150px;
    float:right;
    display:block;
    height:30px;
    line-height:30px;
    font-size:0.9em;
}
.internalRightMenuOnline li a:link
{
    width:150px;
    float:right;
    display:block;
    height:30px;
    line-height:30px;
    font-size:0.9em;
}
.internalRightMenuOnline li a:hover
{
    font-size:1em;
}
.internalRightMenu
{
    list-style:none;
    width:180px;
    overflow:hidden;
    height:100%;
    margin-bottom:10px;
}
.internalRightMenu li
{
    width:180px;
    overflow:hidden;
    height:30px;
    line-height:30px;
    background-image:url(images/internalMenuButton.png);
    margin-bottom:1px;
}
.internalRightMenu li img
{
    float:right;
    height:30px;
    width:30px;
}
.internalRightMenu li a:visited
{
    width:150px;
    float:right;
    display:block;
    height:30px;
    line-height:30px;
    font-size:0.9em;
}
.internalRightMenu li a:active
{
    width:150px;
    float:right;
    display:block;
    height:30px;
    line-height:30px;
    font-size:0.9em;
}
.internalRightMenu li a:link
{
    width:150px;
    float:right;
    display:block;
    height:30px;
    line-height:30px;
    font-size:0.9em;
}
.internalRightMenu li a:hover
{
    font-size:1em;
}
.messageItems
{
    overflow:hidden;
    height:100%;
}
.messageItem
{
    overflow:hidden;
    height:100%;
    margin-bottom:5px;
    padding:5px;
    border:2px solid #ccc;
}
.messageItemContent
{
    margin-right:20px;
    float:right;
    width:400px;
}
.messageItemContent span
{
    display:block;
    font-size:0.9em;
    font-weight:bold;
}
.messageItemContent p
{
    padding:1em 0;
}


.personItems
{
    overflow:hidden;
    height:100%;
    width:560px;
}
.personItemsSmall
{
    float:left;
    overflow:hidden;
    height:100%;
    width:470px;
}
.personItemsMedium
{
    clear:both;
    overflow:hidden;
    height:100%;
    width:320px;
}
.personItem
{
    overflow:hidden;
    height:100%;
    margin-bottom:20px;
}
.personItemSmall
{
    width:230px;
    overflow:hidden;
    height:100%;
    float:left;
    margin-right:5px;
    margin-bottom:20px;
}
.personItemMedium
{
    width:320px;
    overflow:hidden;
    height:100%;
    margin-bottom:10px;
}
.personItemProfile
{
    width:540px;
    height:140px;
    padding:10px;
    background-image:url(images/personItemBackground.png);
}
.personItemProfileSmall
{
    width:210px;
    height:110px;
    padding:10px;
    background-image:url(images/personItemSmallBackground.png);
}
.personItemProfileMedium
{
    width:300px;
    height:150px;
    padding:10px;
    background-image:url(images/personItemMediumBackground.png);
}
.personItemsPics
{
    height:100px;
    width:100px;
    float:right;
}
.personItemsPic
{
    height:100px;
    width:75px;
    border:none;
    float:right;
    padding:2px;
    border:2px solid #ccc;
}
.personImageZoom
{
    clear:both;
    width:83px;
    height:20px;
    float:right;
    margin-top:10px;
}
.personItemsInfo
{
    margin-right:10px;
    width:220px;
    display:block;
    float:right;
    list-style:none;
}
.personItemsInfo li
{
    display:block;
    height:18px;
    line-height:18px;
}
.personItemsInfoSmall
{
    margin-right:10px;
    width:100px;
    display:block;
    float:right;
    list-style:none;
}
.personItemsInfoMedium
{
    margin-right:10px;
    width:190px;
    display:block;
    float:right;
    list-style:none;
}
.personItemsAbout
{
    float:right;
    border-right:1px solid #333;
    padding-right:14px;
    margin-right:14px;
    height:110px;
    display:block;
    width:160px;
}
.personItemActions
{
    list-style:none;
    overflow:hidden;
    height:100%;
    margin-right:10px;
}
.personItemActions li
{
    display:block;
    float:right;
}
.personItemActions li a:active
{
    width:110px;
    height:30px;
    display:block;
}
.personItemActions li a:visited
{
    width:110px;
    height:30px;
    display:block;
}
.personItemActions li a:link
{
    width:110px;
    height:30px;
    display:block;
}
.personItemEmpty
{    
    display:block;
    font-weight:bold;
    text-align:center;
    font-size:1.4em;
    margin-top:20px;
}
.personItemFinduserBar
{
    width:560px;
    height:60px;
    background-image:url(images/personItemBackgroundBig.png);
    margin-bottom:20px;
}

.personItemFinduserBarButton
{
    float:left;
    width:70px;
    height:60px;
    line-height:60px;
    border:none;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    background:none;
}
.personItemFinduserBarItems
{
    padding:0 5px;
    font-size:0.9em;
    font-weight:bold;
    width:470px;
    height:60px;
    float:right;
}
.personItemFinduserBarItems label
{
    padding-left:5px;
}
.personItemFinduserBarTop
{
    width:470px;
    height:30px;
    line-height:30px;
}
.personItemFinduserBarBottom
{
    width:470px;
    height:30px;
    line-height:30px;
}


.personItemBar
{
    background-image:url(images/personItemBarBackground.png);
    height:30px;
    line-height:30px;
    width:560px;
    margin-bottom:20px;
}
.personItemBarButton
{
    float:left;
    background:url(images/personItemBarButton.png);
    height:30px;
    line-height:30px;
    width:80px;
    border:none;
    color:#fff;
    font-size:0.9em;
    font-weight:bold;
}
.personItemBarOnlineRadios
{
    margin-right:5px;
    float:right;
    width:470px;
    display:block;
    color:black;
    font-size:0.9em;
    font-weight:bold;
}
.personItemBarOnlineRadios label
{
    height:30px;
    line-height:30px;
    float:right;
    display:block;
    margin-right:10px;
    padding-left:10px;
}
.personItemBarOnlineRadios input
{
    height:30px;
    line-height:30px;
    float:right;
    margin-right:10px;
}
.personItemBarFinduser
{
    width:470px;
    margin-right:5px;
    height:30px;
    line-height:30px;
    float:right;
    font-size:0.9em;
    font-weight:bold;
}
.personItemBarFinduser label
{
    display:block;
    float:right;
    margin-left:2px;
}
.personItemBarFinduser select
{
    font-family:Arial;
    font-weight:bold;
    margin-top:4px;
    float:right;
    margin-left:6px;
}


.profileNew
{
    overflow:hidden;
    height:100%;
}
.profileHeader
{
    background-image:url(images/personItemBarBackground.png);
    height:20px;
    line-height:20px;
    width:550px;
    padding:5px;
    list-style:none;
    margin-bottom:10px;
    font-size:0.9em;
}
.profileHeader li
{
    height:20px;
    line-height:20px;
    float:right;
    display:block;
    margin-left:10px;
}
.profileHeader li img
{
    vertical-align:middle;
}
.profileImages
{
    width:540px;
    height:140px;
    padding:10px;
    background-image:url(images/personItemBackground.png);
    list-style:none;
    margin-bottom:10px;
}
.profileImages li
{
    display:block;
    float:right;
    width:100px;
}
.profileImages li a:visited
{
    margin-left:10px
}
.profileImages li a:active
{
    margin-left:10px
}
.profileImages li a:link
{
    margin-left:10px
}
.profileAboutme
{
    font-weight:bold;
    padding-right:10px;
    height:110px;
    width:200px;
    display:block;
}
.profileActions
{
    list-style:none;
    overflow:hidden;
    height:100%;
    margin-right:10px;
    margin-bottom:10px;
}
.profileActions li
{
    display:block;
    float:right;
}
.profileActions li a:active
{
    width:110px;
    height:30px;
    display:block;
}
.profileActions li a:visited
{
    width:110px;
    height:30px;
    display:block;
}
.profileActions li a:link
{
    width:110px;
    height:30px;
    display:block;
}
.internalBox
{
    overflow:hidden;
    height:100%;
    padding-top:20px;
    width:560px;
    background:url(images/internalBoxHeader.png) top no-repeat;
}
.internalBoxBody
{
    overflow:hidden;
    height:100%;
    padding:0 5px;
    width:550px;
    background-image:url(images/internalBoxBackground.png);
}
.internalBoxftr
{
    clear:both;
    height:20px;
    line-height:20px;
    width:560px;
    padding-top:10px;
    background:url(images/internalBoxftr.png) top no-repeat;
}
.internalBoxTitle
{
    display:block;
    font-weight:bold;
    padding:2px;
    background-color:#ddd;
    border:1px solid #ccc;
}
.internalBoxGroup
{
    overflow:hidden;
    height:100%;
    padding:5px 0px;
    margin-bottom:20px;
}
.internalBoxGroup span
{
    display:inline;
    margin:0 5px;
}


.profile
{
    overflow:hidden;
}
.onlineusers
{
    border:1px solid #990000;
    padding:1px;
    width:556px;
    margin-bottom:5px;
    overflow:hidden;
    height:100%;
}
.onlineusers-radio
{
    float:right;
    width:455px;
    margin-left:1px;
    display:block;
    background-color:#990000;
    color:#fff;
    height:22px;
    line-height:22px;
}
.onlineusers-radio label
{
    height:22px;
    line-height:22px;
    float:right;
    display:block;
    margin-right:10px;
    padding-left:10px;
    border-left:1px solid #fff;
    font-weight:bold;
    font-size:0.9em;
}
.onlineusers-radio input
{
    height:22px;
    line-height:22px;
    float:right;
    margin-right:10px;
}
.onlineusers-button
{
    border:none;
    background-color:#333;
    display:block;
    width:100px;
    float:left;
    height:22px;
    line-height:22px;
    font-size:0.9em;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
.emptyItemList
{
    display:block;
    font-weight:bold;
    text-align:center;
    font-size:1.4em;
    margin-top:20px;
}
.contentUser
{
    width:784px;
    margin:0 12px;
}
.contentUserRight
{
    float:right;
    width:180px;
    overflow:hidden;
    text-align:right;
}
.contentUserLeft
{
    float:left;
    width:562px;
    overflow:hidden;
    text-align:right;
}
.contentUserRightTitle
{
    color:#fff;
    font-weight:bold;
    display:block;
    width:180px;
    height:30px;
    line-height:30px;
    background:url(images/contentUserRightTitle.png) right no-repeat;
    margin-bottom:1px;
    text-indent:10px;
}
.contentUserRight ul
{
    list-style:none;
    overflow:hidden;
    margin-bottom:10px;
}
.contentUserRight ul li
{
    display:block;
    float:right;
}
.contentUserRight ul li a:active
{
    text-indent:5px;
    display:block;
    width:180px;
    height:20px;
    line-height:20px;
    margin-bottom:1px;
    background-color:#990000;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    text-decoration:none;
    border:none;
}
.contentUserRight ul li a:visited
{
    text-indent:5px;
    display:block;
    width:180px;
    height:20px;
    line-height:20px;
    margin-bottom:1px;
    background-color:#990000;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    text-decoration:none;
    border:none;
}
.contentUserRight ul li a:link
{
    text-indent:5px;
    display:block;
    width:180px;
    height:20px;
    line-height:20px;
    margin-bottom:1px;
    background-color:#990000;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    text-decoration:none;
    border:none;
}
.contentUserRight ul li a:hover
{
    background-color:#333;
    color:#fff;
}
.contentUserRight ul li a img
{
    float:right;
}
.contentUserLeft h1
{
    margin:0 0 20px 0;
}

.allFlirtOrNot
{
    width:320px;
    overflow:hidden;
    height:100%;
    background-image:url(images/flirtOrRunBackground.png);
}
.allFlirtOrNotTop
{
    width:320px;
    background-image:url(images/flirtOrRunTopBackground.png);
    height:30px;
}
.allFlirtOrNotTop span
{
    font-size:0.9em;
    font-weight:bold;
    display:block;
    text-align:center;
    float:right;
    width:120px;
    height:30px;
    line-height:30px;
}
.allFlirtOrNotContent
{
    overflow:hidden;
    height:100%;
    margin:5px 30px;
}
.allFlirtOrNotContent img
{
    border:2px solid #ccc;
    padding:2px;
}
.flirtOrNotExplanationLink
{
    display:block;
    margin:5px;
    font-size:1.2em;
}    
.flirtOrNotExplanation
{
    display:none;
    overflow:hidden;
    margin:5px 10px;
}
.flirtOrNotExplanation li
{
    font-weight:bold;
    font-size:0.9em;
    display:block;
    margin-bottom:5px;
}

.allFlirtOrNotftr
{
    background-image:url(images/flirtOrRunftrBackground.png);
    height:40px;
    padding:10px 0;
}
.allFlirtOrNotRunBtn
{
    background:none;
    border:none;
    display:block;
    float:right;
    height:40px;
    width:110px;
    cursor:pointer;
}
.allFlirtOrNotFlirtBtn
{
    background:none;
    border:none;
    display:block;
    float:right;
    height:40px;
    width:110px;
    cursor:pointer;
}
.allFlirtOrNotFlirtBtn
{
    margin-right:10px;
}
.allFlirtOrNotRunBtn
{        
    margin-right:80px;
}

.enter1 {font-size:15pt; font-weight:bold;}


.mframe {width:800px; height:370px; margin:2px 5px 2px 0px; }
.style1 {
				font-weight: bold; color: #C20000;
}
.style2 {
				font-size: 15pt;
				color: #C20000;
				margin-top: 15px;
}
