
A:link      { color: #41519A; text-decoration:none; }
A:visited 	{ color: #41519A; text-decoration:none; }
A:active 	{ color: #41519A;  cursor:pointer; text-decoration:none; }
A:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:none; }

A.smalllink:link     { color: #000000; text-decoration:none; font-family: arial; font-size: 8pt; font-weight:bold; }
A.smalllink:visited 	{ color: #000000; text-decoration:none; font-family: arial; font-size: 8pt; font-weight:bold; }
A.smalllink:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 8pt; font-weight:bold; }
A.smalllink:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 8pt; font-weight:bold; }


A.alphalink:link     { color: #ff0000; text-decoration:none; font-family: arial; font-size: 11pt; font-weight:bold; }
A.alphalink:visited 	{ color: #ff0000; text-decoration:none; font-family: arial; font-size: 11pt; font-weight:bold; }
A.alphalink:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 11pt; font-weight:bold; }
A.alphalink:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 11pt; font-weight:bold; }

A.alphalink_sm:link     { color: #000000; text-decoration:none; font-family: arial; font-size: 8pt; font-weight:bold; }
A.alphalink_sm:visited 	{ color: #000000; text-decoration:none; font-family: arial; font-size: 8pt; font-weight:bold; }
A.alphalink_sm:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 8pt; font-weight:bold; }
A.alphalink_sm:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 8pt; font-weight:bold; }

.buttonLink
{
color: #00006A;
background-color : #ffffff;
border-color : #000000;
border : 1px solid; 
padding-left : 6px;
padding-right : 6px;
padding-top : 1px;
padding-bottom : 1px;
font-family : arial,tahoma,verdana;
font-size : 12px;
font-weight: bold;
/*cursor: hand;*/
}

A.buttonLink:link      { color: #00006A; text-decoration:none; }
A.buttonLink:visited 	{ color: #00006A; text-decoration:none; }
A.buttonLink:active 	{ color: #00006A;  cursor:pointer; text-decoration:none; }
A.buttonLink:hover 	{ color: #00006A;  cursor:pointer; text-decoration:none; }


/* datagrid link buttons */

.dgLinkButtonStyle
{
    font-size : 11px;
    font-weight: normal;
    color: #000000;
}
.dgLinkButtonStyle a:link {
	text-decoration: none;
	color: #000000;
	}
.dgLinkButtonStyle a:visited {
	text-decoration: none;
	color: #000000;
	}
.dgLinkButtonStyle a:hover {
	text-decoration: none;
	color: #DC143C;
	}
.dgLinkButtonStyle a:active {
	text-decoration: none;
	color: #DC143C;
	}
	
/* gridview pager style */

.MyPagerStyle
{
    font-size : 14px;
    font-weight: bold;
}
.MyPagerStyle a:link 
{
    font-size : 12px;
	text-decoration: none;
	color: #DC143C;
	}
.MyPagerStyle a:visited 
{
    font-size : 12px;
	text-decoration: none;
	color: #DC143C;
	}
.MyPagerStyle a:hover 
{
    font-size : 12px;
	text-decoration: none;
	color: #DC143C;
	}
.MyPagerStyle a:active 
{
    font-size : 12px;
	text-decoration: none;
	color: #DC143C;
	}



.headerText
{
    font-size: 12pt;
    font-weight: bold;
    color: #00006A;
}
.subHeaderText
{
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;   
}

.arial1 {
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}
.arial1red {
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    color: #990000;
}
.arial1bold {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}
.arial1whitebold {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
}
.arial1redbold {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: #990000;
}
.arial2bold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}
.arial2bluebold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #00006A;
}
.arial2redbold {
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #990000;
}
.arial3bold {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}
.arial3bluebold {
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
    color: #00006A;
}

