﻿

img
{
	border: 0;
}


/*Master Page*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e0d0d;
	line-height: 18px;
	margin: 0px;
}


.navigation
{
	background-image: url(../../Resources/images/navigation_strip.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.button
{
	background-image: url(../../Resources/images/button.jpg);
	background-repeat: no-repeat;
}
.button1
{
	background-image: url(../../Resources/images/button2.jpg);
	background-repeat: no-repeat;
}
.button a
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.button a:hover
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
.button1 a
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.button1 a:hover
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}

.white_strip
{
	background-image: url(../../Resources/images/white_strip.jpg);
	background-repeat: repeat-y;
}
.left_top
{
	background-image: url(../../Resources/images/left_top.jpg);
	background-repeat: no-repeat;
}
.left_mid
{
	background-image: url(../../Resources/images/left_mid.jpg);
	background-repeat: repeat-y;
	width: 239px;
}
.left_bottom
{
	background-image: url(../../Resources/images/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.orange_heading
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d86e02;
}
.blue_heading
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2c6698;
}
.bottom_link a
{
	text-decoration: none;
	color: #0e0d0d;
}
.bottom_link a:hover
{
	text-decoration: underline;
	color: #0e0d0d;
}

a.orange_link
{
	color: #d97006;
	text-decoration: underline;
}
.left_mid a
{
	color: #0e0d0d; ;
text-decoration:none;
}
.left_mid a:hover
{
	color: #0e0d0d;
	text-decoration: underline;
}
.graybox
{
	border-top: 1px solid #CCC6C6;
	border-bottom: 1px solid #CCC6C6;
}

.graybold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e0d0d;
	line-height: 18px;
	font-weight: bold;
}
.textbox_style
{
	width: 200px;
}
.successMsg
{
	font: 10px Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #353535;
	font-weight: bold;
	background-image: url(../images/download_status.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

