/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0 0 0 0;
}

SELECT
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	vertical-align: top;
}

INPUT
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

INPUT[type='text']
{
	border: solid 1px #d3d3d3;
	height: 22px;
	padding-left: 3px;
	padding-top: 3px;
}

INPUT[type='password']
{
	border: solid 1px #d3d3d3;
	height: 22px;
	padding-left: 3px;
	padding-top: 3px;
}

TEXTAREA
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

TD
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

IMG
{
	border: none;
}

A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
}

A:active
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.link_u:link
{
	text-decoration: underline;
}

.link_u:visited
{
	text-decoration: underline;
}

.link_u:active
{
	text-decoration: underline;
}

.link_u:hover
{
	text-decoration: none;
}

.cursorHand
{
	cursor: pointer;
}

.loginText
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.loginText_r
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.renderduration
{
	font-family: Verdana;
	font-size: 7px;
	color: #CCCCCC;
}

.sectionHeader
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #ff9c00;
}

.sectionText
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.sectionText_b
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.sectionText_u
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #333333;
}

.menuoptionText
{
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.menuoptionText_d
{
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.menuoptions
{
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

.warningText
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

.accountText
{
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #333333;
}

.browsePagnLink
{
	color: #333333;
	padding: 2 7 2 7;
}

.browsePagnDis
{
	color: #333333;
	border: solid 1px #d1e1ff; 
	padding: 2 6 2 6;
	background-color: #edf3ff;
}

.browsePagnLink:hover
{
	color: #333333;
	border: solid 1px #d1e1ff; 
	padding: 2 6 2 6; 
	background-color: #edf3ff;
}