﻿
/*============================================================
	Layout
============================================================*/

	.BorderOuter{
		background-color: #AAAAAA;
	}

	.BorderInner{
		background-color: #FFFFFF;
	}

	.GridHeader{
		height: 16px;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		padding-left: 2px;
		padding-right: 2px;
/*		background-color: #CCCCCC;*/
		background-image: url('/CommonFiles/Themes/001/Images/Bg_Silver.jpg');
		white-space: nowrap;
	}

	.GridHeaderSm{
		height: 16px;
		font-family: arial;
		font-size: 9px;
		font-weight: bold;
		color: #000000;
		padding-left: 2px;
		padding-right: 2px;
/*		background-color: #CCCCCC;*/
		background-image: url('/CommonFiles/Themes/001/Images/Bg_Silver.jpg');
		white-space: nowrap;
	}

	.GridHeaderOrder{
		height: 18px;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
/*		background-color: #CCCCCC;*/
		background-image: url('/CommonFiles/Themes/001/Images/Bg_Silver_02.jpg');
		white-space: nowrap;
	}

	.GridHeaderOrder td{
		height: 16px;
		padding: 0 3px;
		padding-top: 1px;
	}

	.GridDetail{
		height: 16px;
		font-family: verdana;
		font-size: 10px;
		font-weight: normal;
		color: #000000;
		white-space: nowrap;
		padding-left: 2px;
		padding-right: 2px;
		background-color: #FFF;
		white-space: nowrap;
	}

	.GridDetailSm{
		height: 16px;
		font-family: arial;
		font-size: 9px;
		font-weight: normal;
		color: #000000;
		padding-left: 2px;
		padding-right: 2px;
	}

	.GridDetailOrder{
		height: 24px;
		font-family: verdana;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		white-space: nowrap;
		padding-left: 2px;
		padding-right: 2px;
		background-color: #FFF;
		white-space: nowrap;
	}

	.GridDetailOrder td{
		height: 16px;
		padding: 0 3px;
		padding-top: 1px;
	}

	.GridException{
		height: 16px;
		font-family: verdana;
		font-size: 10px;
		font-weight: normal;
		color: #000000;
		white-space: nowrap;
		padding-left: 2px;
		padding-right: 2px;
	}

	a.GridLink{
		text-decoration: none;
	}


	a.GridLink:Hover{
		text-decoration: underline;
	}


	a.GridLink:Link{
		color: #555555;
	}


	a.GridLink:Visited{
		color: #555555;
	}

	.GridCell{
		width: 130px;
		padding: 5px;
	}

	.GridText{
		font-family: arial;
		font-size: 11px;
		color: #555555;
	}

	.RowBgSelected{
		background-color: #FFCC99;
	}

	.RowBgEven{
		background-color: #F3F3F3;
	}

	.RowBgOdd{
		background-color: #E9E9E9;
	}

	.RowBgOver{
		background-color: #DDDDDD;
	}



/*============================================================
	Formatting
============================================================*/

	.Hr{
		height: 0px;
		font-size: 0px;
		line-height: 0px;
	}

	.HrDotted{
		border-bottom: dotted 1px #AAAAAA;
	}

	.HrDashed{
		border-bottom: dashed 1px #AAAAAA;
	}

	.Vr{
		width: 0px;
		height: 100%;
	}

	.VrDotted{
		border-left: dotted 1px #AAAAAA;
/*		height: 100%;*/
	}

	.VrDashed{
		border-left: dashed 1px #AAAAAA;
/*		height: 100%;*/
	}



/*============================================================
	Text
============================================================*/

	.PageHeading{
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
	}

	.PageHeading10{
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
	}

	.PageHeading11{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
	}

	.PageHeading12{
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
	}

	.PageHeading14{
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
	}

	.PageHeading16{
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
	}

	.PageContent9{
		font-family: Arial;
		font-size: 9px;
	}

	.PageContent10{
		font-family: Arial;
		font-size: 10px;
	}

	.PageContent11{
		font-family: Arial;
		font-size: 11px;
	}

	.PageContent12{
		font-family: Arial;
		font-size: 12px;
	}

	.GroupHeading{
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
	}

	.RecordCount{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}


