﻿
.Title
{
	font-weight: bold;
	font-size: 14px;
	color: #009B78;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

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; }


/* 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: 11px;
    font-weight: normal;
    color: #000000;
}
.arial1white {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
}
.arial1red {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #990000;
}
.arial1blue {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #000099;
}


.arial1bold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
.arial1whitebold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.arial1bluebold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000099;
}
.arial1redbold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}

.arial2 {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.arial2bold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.arial2whitebold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.arial2bluebold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000099;
}
.arial2redbold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

.arial3 {
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.arial3bold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.arial3whitebold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.arial3bluebold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000099;
}
.arial3redbold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}

