﻿/***************************************/
/*				PAGE TEXT			   */
/***************************************/

a{text-decoration: none;}

.divLink
{
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight:bold;
}

.accountLink 
{
	list-style-image : url('images/rightarrow.gif');
}
.divLinksmall
{
	
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight:normal;
}

.text
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight:bold;
}

.error
{
	color: #c00;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight:normal;
}

.panelButton
{
	font-size: 8pt;
	font-weight :bold;
	background-color: #DBDBCC;
	border: 1px solid #000000;
	cursor: hand;
}

/************************************/
/*				WEBPANEL			*/
/************************************/

.defaultGroup
{
	background-color: #DDDDDD;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	border-bottom:1px solid #666666;
	padding: 5px 5px 0px 10px;
}
.LeftNavHeader
{
  height : 30px;
  padding-left: 10px;
  font-size : 12px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  color: white;
  background-repeat: repeat-x;
  background-position: 50px 49%;
  background-image: url('images/buttonbg.gif');
  border-bottom: 1px solid #666666;
}


.defaultGroupHeader
{
	height: 30px;
	cursor: hand;
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	padding-left: 10px;
	background-color: Transparent;
	background-image: url(images/grad_default_group.jpg);
	border-bottom: 1px solid #333333;
}

.groupHeader
{
	font-size: 10pt;
	font-weight: bold;
	color: Green;
}
/**********************************************
FORM
************************************************/
.formBox
{ 
border-width : 1px;
border-color : #000000;
font-family :Tahoma;
font-size :small; 
width : 100px; 
height : 14px; 
}
