﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Arial, Verdana, Tahoma;
	background-color: #ffffff;
}
input, option, select
{
	font-size: 8pt;
	padding-bottom: 0px;
	font-family: Arial, Verdana, Tahoma;
	background-color: #eeeeee;
}
TD, P
{
	font-size: 9pt;
	padding-bottom: 0px;
	font-family: Arial, Verdana, Tahoma;
	background-color: #ffffff;
}



a.AdminLinks
{
	font-size: 9pt;
	color: #1a3562;
	text-decoration: none;
}
a.AdminLinks:link
{
	color: #1a3562;
	text-decoration: none;
}

a.AdminLinks:visited
{
	color: #1a3562;
	text-decoration: none;
}
a.AdminLinks:hover
{
	color: #ff0000;
	text-decoration: underline;
}
TD.AdminMenuHeader
{
	margin-top: 8px;
	font-weight: bold;
	color: #1a3562;
	padding-top: 8px;
	border-bottom: #3399cc 1px solid;
	background-color: #ffffff;
}

.toplinks
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 9pt;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: 'Trebuchet MS' , Arial, Tahoma, Serif;
	color: #1a3562;

}
a.toplinks
{
	/*font-size: x-small;*/
	color: #1a3562;
	text-decoration: none;
}
a.toplinks:hover
{
	color: #ff0000;
	text-decoration: underline;
}
a.toplinks:link
{
	/*color: #0000cc;*/
}
a.toplinks:visited
{
	/*color: #0000cc;*/
}





.txt3
{
	font-size: 8pt;
}
.crumbs
{
	font-size: 8pt;
}

.txt4
{
	font-size: 8pt;
}

.txt3Bold
{
	font-weight: bold;
	font-size: 8pt;
}
.txt4Bold
{
	font-weight: bold;
	font-size: 8pt;
}

.tableBorder
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	background-color: #ffffff;
}
TD.filelistheader
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: top;
	color: white;
	background-color: #1a3562;
	text-align: center;
}

TD.gradtop
{
	font-size: 8pt;
	background-image: url(images/box_top.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
TD.gradbot
{
	font-size: 8pt;
	background-image: url(images/box_bot.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}


TD.celloutline
{
	border-top: #cadbec 1px solid;
	font-size: 8pt;
	border-left: #cadbec 1px solid;
}

TR.normal
{
	background-color: #ffffff;
}
TR.alternate
{
	background-color: #fafafa;
}

TD.AdminBorder
{
	border-right: #3399cc 1px dotted;
	height: 400px;
}



A.lnk3
{
	font-weight: bold;
	font-size: 8pt;
	color: #1a3562;
	text-decoration: none;
}
A.lnk3:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #1a3562;
}
A.lnk3:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #1a3562;
}
A.lnk3:hover
{
	color: #ff3300;
	text-decoration: underline;
}
A.lnk2
{
	font-weight: bold;
	font-size: 8pt;
	color: #1a3562;
	text-decoration: none;
}
A.lnk2:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #1a3562;
}
A.lnk2:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #1a3562;
}
A.lnk2:hover
{
	color: #ff3300;
	text-decoration: underline;
}
A.crumbs
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
	text-decoration: none;
}
A.crumbs:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}
A.crumbs:link
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}
A.crumbs:hover
{
	color: #1a3562;
	font-weight: bold;
	text-decoration: underline;
}


.dmsdotnet
{
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
	font-size: x-large;
	padding-bottom: 8px;
	padding-top: 8px;
	font-family: 'Trebuchet MS' , Arial, Tahoma, Serif;
}
.dms
{
	color: #0099cc;
}
.dotnet
{
	color: #cc6666;
	font-style: italic;
}
.footer
{
	color: #999;
	font-size: 8pt;
}

