.TopLeftBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #D9E4FF;
	text-align: left;
	padding-left: 8px;
	border-top: 1px solid #000033;
	border-right: 0px none #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
}

.TopRightBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #D9E4FF;
	text-align: left;
	padding-left: 8px;
	border-top: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 0px none #000033;
}


.BottomLeftBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #ECF3FB;
	padding-left: 8px;
	border-top: 0px none #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
}

.BottomRightBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #ECF3FB;
	padding-left: 8px;
	border-top: 0px none #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 0px none #000033;
}


.BottomBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #ECF3FB;
	padding-left: 8px;
	text-align: center;
	border-top: 0px none #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
}



.Row
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #ECF3FB;
	padding-left: 8px;
	text-align: left;
	border-top: 0px none #000033;
	border-right: 1px solid #000033;
	border-bottom: 0px none #000033;
	border-left: 1px solid #000033;
}


.Button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000CC;
	border: 1px solid #000033;
}
.ButtonSearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
	background-color:#FFFFFF ;
	border: 1px solid #000033;
}



.TopBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	background-color: #D9E4FF;
	text-align: left;
	padding-left: 8px;
	border-top: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
}

/* Component Art Web Grid*/
.Grid
{
	border: 1px solid #7C7C94;
	background-color: #FFFFFF;
	cursor: pointer;
}

.HeadingRow
{
	background-color: #E2E2E2;
}

.HeadingCell
{
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	padding: 3px;
}

.HeadingCellText
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.DataRow
{
	background-color: #FFFFFF;
}

.DataCell
{
	cursor: default;
	padding: 3px;
	border-right: 1px solid #EAE9E1;
	border-bottom: 1px solid #EAE9E1;
	font-family: verdana;
	font-size: 10px;
}

.DataRow td.FirstDataCell
{
	padding-left: 3px;
}

.SelectedRow
{
	background-color: #FFEEC2;
}

.SelectedRow td.DataCell
{
	cursor: default;
	padding: 2px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: verdana;
	font-size: 10px;
	border-bottom: 1px solid #4B4B6F;
	border-top: 1px solid #4B4B6F;
	border-right: 0px;
}

.SelectorCell
{
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
}

.GridFooter
{
	cursor: default;
	padding: 5px;
}

.GridFooter a
{
	color: Black;
	font-weight: bold;
}


.PagerText
{
	font-family: verdana;
	font-size: 11px;
}

/* Component Art Combo Box*/
.ddn
{
	cursor: default;
	color: #666;
	font-family: Tahoma, "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	z-index: 20000 !important;
}
.ddn-ftr
{
	width: 190px;
	height: 8px;
	background: transparent url( "images/static.png" ) no-repeat 50% -82px;
	overflow: hidden;
}
/* overflow:hidden allows IE6 to render the element's height correctly */

.ddn-con
{
	width: 188px;
	height: auto;
	background-color: #f6f6f6;
}
.ddn-item
{
	width: 182px;
	padding-left: 8px;
	line-height: 22px;
	background: none;
}
.ddn-item-hover
{
	background: transparent url( "images/static.png" ) no-repeat;
	width: 182px;
	padding-left: 8px;
	line-height: 22px;
	color: #000;
}

.cmb
{
	padding-left: 4px;
	background-color: #f6f6f6;
	border: 1px solid #454545;
	border-right-color: #000;
	border-bottom-color: #000;
}
.cmb-hover
{
	background-color: #fff;
}
.txt
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333;
}
.cmb-hover .txt
{
	color: #000;
}


.style
{
	background: #f6f6f6 url( "images/vertical.png" ) repeat-y;
}
.style .ddn-item
{
	width: 190px;
	height: 34px;
	line-height: 34px;
}
.style .ddn-item-hover
{
	width: 190px;
	height: 34px;
	line-height: 34px;
	color: #333333;
	background: transparent url( "images/static.png" ) no-repeat 0 -44px;
}
.style .brk
{
	width: 190px;
	height: 4px;
	background: transparent url( "images/static.png" ) no-repeat 0 -78px;
}

.font
{
	background: #f6f6f6 url( "images/vertical.png" ) repeat-y;
}
.font .ddn-item
{
	width: 190px;
	height: 22px;
	line-height: 22px;
}
.font .ddn-item-hover
{
	width: 190px;
	height: 22px;
	color: #333333;
	background: transparent url( "images/static.png" ) no-repeat 0 -22px;
}
.font .icon
{
	width: 12px;
	height: 12px;
	float: left;
	padding: 5px 16px 0 4px;
}


.comboBox
{
	border: 1px solid #A6A7AA;
	background-color: white;
}

.comboBoxHover
{
	border: 1px solid #555555;
	background-color: white;
}

.comboDropDown
{
	border: 1px solid #868686;
	background-color: white;
	padding: 1px;
	padding-right: 0px;
	width: 500px;
	cursor: default;
}

.comboTextBox
{
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.comboTextBoxHover
{
	background-color: #B2B4BF;
}

.comboItem
{
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #ffffff;
}

.comboItemHover
{
	background-color: #B2B4BF;
	background-image: url(images/comboItemBg.gif);
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #DBCE99;
}

.headingRow
{
	background-color: #E2E2E2;
}

.headingCell
{
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	padding: 3px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.dataRow
{
	background-color: #FFFFFF;
}

.dataCell
{
	cursor: default;
	padding: 3px;
	border: 1px solid #ffffff;
	border-right-color: #EAE9E1;
	border-bottom-color: #EAE9E1;
	font-family: verdana;
	font-size: 10px;
}


.GridHeader
{
	background-image: url(  '/I:/Projects/WebShop/images/topshape.jpg' );
}


