﻿/*****************************************************************************
*						Cywex Indicators Style								 *
*****************************************************************************/
.IndicatorBox 
{
	color: #000;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	text-align: left;
	width: 216px;
}

.IndicatorLabel
{
	font-weight: bold;
	line-height: 20px; 
	width: 120px;  
	display: inline-table;
	padding-left: 10px;  
}

/*****************************************************************************
*						Law Form Control Style								 *
*****************************************************************************/
.LawAcceptButton
{
	padding:3px;
	text-align:center;
	background:url(Images/cw_accept_bgr.gif) repeat-x top left;
	text-transform:uppercase; margin-right:1px;
	vertical-align:middle;
}

.LawRejectButton
{
	padding:3px;
	text-align:center;
	background:url(Images/cw_reject_bgr.gif) repeat-x top left;
	text-transform:uppercase; margin-right:1px;
	vertical-align:middle;
}

a.LawRejectButton:hover
{
	color: #000;
}

/*****************************************************************************
*						User Widget Style									 *
*****************************************************************************/

a.CywexWidgetButton
{
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 16px;
	height: 26px;
	width: 100px;
	display: inline-block;
	text-align: center;
}

a.CywexWidgetButton:link
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
}

a.DarkBlueLongButton
{
	background-image: url(Images/cw_dblue_btn.gif);
}

a.DarkBlueLongButton:hover
{
	background-image: url(Images/cw_dblue_over_btn.gif);
	color: #000000;
}

a.LightBlueLongButton
{
	background-image: url(Images/cw_lblue_btn.gif);
}

a.LightBlueLongButton:hover
{
	background-image: url(Images/cw_lblue_over_btn.gif);
	color: #000000;
}

a.GreyLongButton
{
	background-image: url(Images/cw_grey_btn.gif);
}

a.GreyLongButton:hover
{
	background-image: url(Images/cw_grey_over_btn.gif);
	color: #000000;
}

a.BraunLongButton
{
	background-image: url(Images/cw_braun_btn.gif);
}

a.BraunLongButton:hover
{
	background-image: url(Images/cw_braun_over_btn.gif);
	color: #000000;
}

.CywexWidgetText
{
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	/*color: #83121f;*/
	color: Red;
	line-height: 17px;
}

/*****************************************************************************
*						Invite Friend Style									 *
*****************************************************************************/
.CywexInviteHeading
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #76c248;	
}

.CywexInviteHelp
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #0d5cb8;
}