/* Generic styles */
A.FuncBtn:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma,Arial, Verdana;
	TEXT-DECORATION: underline
}
A.FuncBtn:hover{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #88AEE4;
	FONT-FAMILY: Tahoma,Arial, Verdana;
	TEXT-DECORATION: underline
}
A.FuncBtn:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma,Arial, Verdana;
	TEXT-DECORATION: underline
}
A.FuncBtn:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma,Arial, Verdana;
	TEXT-DECORATION: underline
}
.header1
{
	font-size : 20px;
	color : #333333;
	font-family: Tahoma,Arial, Verdana;
}
.header2
{
	font-size : 13px;
	font-weight : bold;
	color : #333333;
	font-family: Tahoma,Arial, Verdana;
}
.header_Italics
{
	font-size : 13px;
	font-weight : bold;
	font-style : italic;
	color : #333333;
	font-family: Tahoma,Arial, Verdana;
}
.leadtext
{
	font-size : 11px;
	font-weight : bold;
	color : #333333;
	font-family: Tahoma,Arial, Verdana;
}
.leadtext_big
{
	font-size : 12px;
	font-weight : bold;
	color : #333333;
	font-family: Tahoma,Arial, Verdana;
}
.leadtext_green
{
	font-size : 11px;
	font-weight : bold;
	color : Green;
	font-family: Tahoma,Arial, Verdana;
}
.normal
{
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	font-family: Tahoma,Arial, Verdana;
}
.normal_small
{
	font-size : 10px;
	font-weight : normal;
	color : #333333;
	font-family: Tahoma,Arial, Verdana;
}
.TextBoxSmall
{
	border: solid 1px #88AEE4;
	font-family: Tahoma,Arial, Verdana;
	font-size: 11px;
	height: 20px;
	width: 180px;
	background-color:White;
}
.TextBoxNormal
{
	border: solid 1px #88AEE4;
	font-family: Tahoma,Arial, Verdana;
	font-size: 11px;
	height: 20px;
	width: 300px;
	background-color:White;
}
.TextBoxMultiline
{
	border: solid 1px #88AEE4;
	font-family: Tahoma,Arial, Verdana;
	font-size: 11px;
	height: 50px;
	width: 300px;
	background-color:White;
}
.ListBox
{
	border: solid 1px #88AEE4;
	font-family: Tahoma,Arial, Verdana;
	font-size: 11px;
	height: 350px;
	width: 450px;
	background-color:White;
}
.ValidationSummary
{
	
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	font-family: Tahoma,Arial, Verdana;
	border : 1px solid Red;
}
.HelpBox
{
	background-color:FCFC93;
	font-size : 11px;
	color : #000000;
	font-family: Tahoma,Arial, Verdana;
	border : 1px solid black;
	display:none;
	padding : 5px;
	width: 180px;
}
.HelpBoxSmall
{
	background-color:FCFC93;
	font-size : 11px;
	color : #000000;
	font-family: Tahoma,Arial, Verdana;
	border : 1px solid black;
	display:none;
	padding : 5px;
	width: 120px;
}
/* Links Module */
.lm_Table
{
	/*border:1px solid black*/
}

.lm_linksHeader
{
	/*background-color:#88AEE4;*/
	color: #000000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding: 3px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=silver);
}

.lm_linksItemsBg
{
	/*background-color:#DCEBFE;*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DCEBFE,endColorStr=#88AEE4);
}

.lm_linkItems
{
	color: #000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	padding: 3px;
}

A.lm_linkStyle:link
{
	color: #000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

A.lm_linkStyle:hover
{
	color: #010101;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

A.lm_linkStyle:active
{
	color: #000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

A.lm_linkStyle:visited
{
	color: #000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}

.lm_editArea
{
	background-color:White;
	border: solid 1px black;
	position:absolute;
	width: 400px;
	
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
/* End Links Module */
