/* Default CSS Stylesheet for a new Web Application project */
a{
	color:#0000FF;
	text-decoration:none;
	font-weight: bold;
	}
A:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight: bold;
	}
A:visited{
	color:#0000FF;
	text-decoration:none;
	font-weight: bold;
	}
A:visited:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight: bold;
	}
A:active{
	color:#FF0000;
	text-decoration:none;
	font-weight: bold;
	}
A:active:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight: bold;
	}	
.Content_Text
{
	font-size: x-small;
	color: #345485;
	font-family: verdana, tahoma, arial, helvetica;
	text-decoration: none;
}
.Content_Title
{
	font-size: 14pt;
	color: #345485;
	font-family: tahoma, arial, helvetica;
	text-decoration: none;
	font-weight: bold;
}
.TitleBar
{
	font-size: 13pt;
	font-family: arial;
	text-decoration: none;
}
.Login_Title
{
	color:#1E527F;
	font-size: 14pt;
	font-family: arial;
	text-decoration: none;
}
.Login_Text
{
	color:#1E527F;
	font-size: 9pt;
	font-family: arial;
	text-decoration: none;
}
.Left_Content_Heading
{
	color:#FFFFFF;
	font-size: 14pt;
	font-family: arial;
	text-decoration: none;
}
.Left_Content_Title
{
	color:#FFFFFF;
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
	font-weight:bold 
}
.Left_Content_Text
{
	color:#FFFFFF;
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
}
A.adam_gamwell{
	color:#f4d100;
	text-decoration:none;
	}
A.adam_gamwell:active{
	color:#f4d100;
	text-decoration:underline;
	}
A.adam_gamwell:hover{
	color:#f4d100;
	text-decoration:underline;
	}
A.adam_gamwell:visited{
	color:#f4d100;
	text-decoration:none;
	}
.footer{
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
	color: #C0C0C0;
	}
A.footer{
	font-size: 8pt;
	font-family: arial;
	font-weight: normal;
	color:#ffffff;
	text-decoration:underline;
	}
A.footer:active{
	font-size: 8pt;
	font-family: arial;
	font-weight: normal;
	color:#ffffff;
	text-decoration:underline;
	}
A.footer:hover{
	font-size: 8pt;
	font-family: arial;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
	}
A.footer:visited{
	font-size: 8pt;
	font-family: arial;
	font-weight: normal;
	color:#ffffff;
	text-decoration:underline;
	}
A.footer:visited:hover{
	font-size: 8pt;
	font-family: arial;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
	}
A.footer:visited:active{
	font-size: 8pt;
	font-family: arial;
	font-weight: normal;
	color:#ffffff;
	text-decoration:underline;
	}
.File_Types_Title
{
	font-size: 8pt;
	color: #345485;
	font-family: verdana, tahoma, arial, helvetica;
	font-weight: bold;
	text-decoration: none;
}
.File_Types_Text
{
	font-size: 8pt;
	color: #74AF4D;
	font-family: verdana, tahoma, arial, helvetica;
	text-decoration: none;
}
.RadGrid
{
	background-image: url(../images/headerBg.gif);
	background-repeat: repeat-x;
	border: 1px solid #a5b9d6;
	border-top: 0;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadGrid TABLE
{
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadGrid TABLE TD
{
	border: 1px solid #eaeae6;
	border-left: 0px;
}

.GridRow .ResizeItem
{
	border-bottom: 1px solid #d5d2cb;
	border-right: 0px;
}

.GridHeader
{
	font-weight: bold;
	text-align: center;
	border:0px;
	background-image: url(../images/headerSeparator1.gif);
	background-repeat: no-repeat;
	background-position: left Center;
}

.GridHeader A
{
	color: #242500;
}

.GridRow
{
	padding-left: 5px;
}

.GridPager
{
	height: 21px;
	color: #242500;
	padding-left: 14px;
}
.GridPager A
{
	color: #242500;
}
.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align: middle;
}
.textfield {
	height: 18px;
	width: 77px;
	background-image:url(../Img/textfield.gif);
	background-attachment:fixed;
	padding-left:3px;
	border:0px;
	font-size:11px;
	padding-top:3px;
	background-repeat:no-repeat;
	background-color:#E5E5E5;
	vertical-align: middle;
}
.GuiFax_GuiFax
{
	width: 179px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
	border: 1px solid #7F9DB9;
}