﻿

/* Common to all dating modules */
.NormalBoldInfo, .NormalRed {font-weight:bold; color:#FF7C00; font-size:x-small;}
.NormalError  {font-weight:bold; font-size:medium; color: Red }
.NormalInfo {color:#ffffff;}
.NormalLight {font-weight:lighter; color:#8B8888;}

/* Ind command buttons */
#tblSimpleSearch a, .oP_Dating_PersonMsgEmailForm a, 
#oP_Dating_Contact a, .oP_Dating_MyDetailsModifyTbl a,
.oP_Dating_SearchAdvancedCmdTD a, .oP_FavouritesPanel_memberListOdd a,
.oP_MsgListOdd a
{
		text-decoration: none;
}

.CommandLink {color:#FF7C00; font-weight:bold; font-style:italic; }

.cmdButtonTD, .oP_Dating_SearchAdvancedCmdTD  {padding:8px;}

 .CommandBtn /* need this in admin css to change .StandardButton too */
{ 
	background:url(../../images/buttonCmd.gif) repeat-x center center; 
	padding: 25px;
	text-align: center; vertical-align:middle;   
}

a.CommandBtn:hover 
{
	background:url(../../images/buttonCmdHover.gif) repeat-x center center; 
	padding: 25px;
	text-align: center; vertical-align:middle;    
	
}	

/* Ajax tabs */

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */

.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-weight: bold; 
    border-bottom:solid 5px #65536E;     
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    /*background:url(img/yui/sprite.png) #d8d8d8 repeat-x;*/
    background:url(img/tbtBGIndigoLight.jpg) #C0ABCC repeat-x left;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#5F4E69;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
background: url(img/yui/sprite.png) #bfdaff repeat-x left -1300px;          
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color: #362C3B;
    border-bottom: solid 2px #a3a3a3;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
background: url(img/yui/sprite.png) #bfdaff repeat-x left -1300px;    
}

.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color: Transparent;
    border:solid 1px #808080;
    border-top-width:0px;
}
