/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }


.logBG
{
	background-position: center top;
	font-family: Arial;
	font-size: 10pt;
	color: #4c5a5d;
	background-image: url("images/logBG.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 5px;
}
		
A:link      { color: #265CC0; text-decoration:none;
    text-align: center;
}
A:visited 	{ color: #265CC0; text-decoration:none; }
A:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #265CC0; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
A.topLink:link      { color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:visited 	{ color: #163A6E; text-decoration:none; font-weight: normal; }
A.topLink:active 	{ color: #163A6E;  cursor:hand; text-decoration:none; font-weight: normal; }
A.topLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight: normal; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #6487DC;
 }

.titleSmall
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: small;
    font-weight: bold;
    color: #6487DC;
 }

hr {
	border: 0;
	border-top: 2px solid #DE5C2F;
	height: 2px;
}



ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #6487DC;

}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #265CC0;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #265CC0;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#2A48CE;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#6487DC;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #6487DC;
	text-align: right;
}


.button
{
    font-family: Verdana;
    font-weight: bold;
}


.text
{
    font-family: Verdana;
    font-size: small;
}

.textLink
{
    font-family: Verdana;
    font-size: small;
}

.textsmall
{
    font-family: Verdana;
    font-size: xx-small;
}

.textBold
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.textBoldRed
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: #FF0000;
}

.textBoldBlue
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: #0066FF;
}
.StepHeading
{
    background-color: #C0C0C0;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    font-style: normal;
}


/* Used to set GridvIew column invisible while still retrieving value*/	
.invisibleElement
{
width:0px;
}
.textpopup
{
    font-family: Arial;
    font-size: x-small;
}
.StepHeadingSmall
{
    background-color: #C0C0C0;
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
}
.FieldDescription
{
    font-family: Verdana;
    font-size: small;
    clip: rect(auto, auto, auto, auto);
    font-weight: bold;
    color: #000000;
}

.TableBlock
{
    background-color: #CCCCCC;
}
 
.titlehelp
{
    font-family: Arial;
    color: #666666;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    z-index: auto;
}

.makeinvisible
{
    visibility: hidden;
}
.makevisible
{
    visibility: visible;
}

.imgLink
{
	border-width: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 24px;
    width: 24px;
}