ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, object, iframe
{
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img
{
	border: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
:focus
{
	outline: none;
}

body
{
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #141414;
}

h2, h3, h4
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-size: 11px;
}

a:link
{
	color: #222297;
	text-decoration: none;
	cursor: pointer;
}
a:visited
{
	color: #222297;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	color: #222297;
	text-decoration: underline;
}
a:active
{
	color: #FF4545;
	text-decoration: underline;
}

p
{
	margin: 0;
	padding: 0 0 9px 0;
}

.lite
{
	color: #999;
}

ul
{
	list-style: outside;
	margin: 0 0 9px 16px;
}

dt
{
	font-weight: bold;
}

dd
{
	padding: 0 0 9px 0;
}

pre
{
	background-color: #f6f6f6;
	color: #006600;
	display: block;
	font-family: 'Courier New' , Courier, monospace;
	font-size: 11px;
	max-height: 250px;
	overflow: auto;
	margin: 5px 0 10px 0;
	padding: 10px;
	border: solid 1px #d1d7dc;
}

hr
{
	background-color: #ddd;
	color: #ccc;
	height: 1px;
	border: 0px;
}
html, body
{
	scrollbar-face-color: #DEDEDE;
	scrollbar-base-color: #F5F5F5;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #F5F5F5;
	scrollbar-shadow-color: #EBF5FF;
	scrollbar-highlight-color: #F5F5F5;
	scrollbar-3dlight-color: #C3C3C3;
	scrollbar-darkshadow-Color: #9D9D9D;
}
.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}
.button-normal-tiny
{
	background-image: url(../../Resources/images/button_normal-tiny.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 32px;
	height: 21px;
	border: none 0px transparent;
	cursor: pointer;
	/*Added by Rocky for the side spacing*/
	margin-left:0px;
	margin-top:3px;
	margin-bottom:4px;
	margin-right:0px;
}
.button-hover-tiny
{
	background-image: url(../../Resources/images/button_hover-tiny.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 32px;
	height: 21px;
	border: none 0px transparent;
	cursor: pointer;
	/*Added by Rocky for the side spacing*/
	margin-left:0px;
	margin-top:3px;
	margin-bottom:4px;
	margin-right:0px;
}
.button-normal
{
	background-image: url(../../Resources/images/button_normal.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 75px;
	height: 21px;
	border: none 0px transparent;
	cursor: pointer;
	/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}
.button-hover
{
	background-image: url(../../Resources/images/button_hover.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 75px;
	height: 21px;
	border: none 0px transparent;
	cursor: pointer;
	/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}

.button-normal-large
{
	background-image: url(../../Resources/images/button_normal_large.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 110px;
	height: 21px;
	border: none 0px transparent;
	cursor: pointer;
	/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}
.button-hover-large
{
	background-image: url(../../Resources/images/button_hover_large.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 110px;
	height: 21px;
	border: none 0px transparent;
	cursor: pointer;
	/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}



.button-add
{
	background: url(../../Resources/images/button_add.gif) transparent no-repeat 0 2px;
	border: 0;
	padding: 3px 0px 2px 17px;
	text-align: left;
	font: 11px tahoma,verdana,helvetica;
	cursor: pointer;
}
.button-remove
{
	background: url(../../Resources/images/button_remove.gif) transparent no-repeat 0 2px;
	border: 0;
	padding: 3px 0px 2px 17px;
	text-align: left;
	font: 11px tahoma,verdana,helvetica;
	white-space: nowrap;
	cursor: pointer;
}
.button-export
{
	background: url(../../Resources/images/excel.gif) transparent no-repeat 0 2px;
	border: 0;
	padding: 3px 0px 2px 17px;
	text-align: left;
	font: 11px tahoma,verdana,helvetica;
	white-space: nowrap;
	cursor: pointer;
}
.button-option
{
	background: url(../../Resources/images/button_option.gif) transparent no-repeat 0 2px;
	border: 0;
	padding: 3px 0px 2px 17px;
	text-align: left;
	font: 11px tahoma,verdana,helvetica;
	white-space: nowrap;
	cursor: pointer;
}
.textbox
{
	line-height: 18px;
	height: 18px;
	border: solid 1px #b5b8c8;
	padding: 1px 3px 1px 3px;
	background: url(../../Resources/images/text_bg.gif) #fff repeat-x 0px 0px;
	vertical-align: middle;
	/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}
.LabelTextBox
{
	line-height: 18px;
	height: 18px;
	border: solid 1px #b5b8c8;
	padding: 1px 3px 1px 3px;
	background: url(../../Resources/images/text_bg.gif) #fff repeat-x 0px 0px;
	vertical-align: middle;
		/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}

.label
{
	/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}

.textarea
{
	border: solid 1px #b5b8c8;
	padding: 3px;
	background: url(../../Resources/images/text_bg.gif) #fff repeat-x 0px 0px;
	margin-left: 4px;
		/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}
.underline
{
	border-bottom: solid 1px #eee;
}
.dropdownlist
{
		/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
	
}
.gridWrapper
{
	overflow:hidden !important;
	/*Added by Rocky on July 29, 2008 for the left side scoller problem*/
	/*width:expression(document.getElementById('pageWrapper').offsetWidth -50);*/

	/*width:expression(document.getElementById('gridWrapper-body').offsetWidth + 5); */
	/*width:90%; */
}
.gridWrapper-tl
{
	color: #333;
	background: transparent url(../../Resources/images/corners_sprite.gif) no-repeat 0 0;
	padding-left: 6px;
}
.gridWrapper-tr
{
	background: transparent url(../../Resources/images/corners_sprite.gif) no-repeat right 0;
	padding-right: 6px;
}
.gridWrapper-tc
{
	background: transparent url(../../Resources/images/top_bottom.gif) repeat-x 0 0;
	overflow: hidden;
}
.gridWrapper-ml
{
	background: #fff url(../../Resources/images/left_right.gif) repeat-y 0 0;
	padding-left: 6px;
	padding-bottom:6px;
}

.gridWrapper-mr
{
	background: transparent url(../../Resources/images/left_right.gif) repeat-y right 0;
	padding-right: 6px;
}
.gridWrapper-mc
{
	border: 0 none;
	padding: 0;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	padding-top: 6px;
	background: #f1f1f1;
}

.gridWrapper-text
{
	overflow: hidden;
	color: #333;
	font: bold 11px tahoma,arial,verdana,sans-serif;
	padding: 5px 0 4px 0;
	border: 0 none;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-left: 20px !important;
	background: url(../../Resources/images/grid.png) no-repeat 0 4px;
}
.gridWrapper-content
{
	width:auto;
	border-bottom:solid 1px #d0d0d0;
}
.gridWrapper-toolbar
{
	border: solid 1px #d0d0d0;
	display: block;
	padding: 1px 1px 0px 3px;
	margin: 0;
	background: url(../../Resources/images/toolbar_bg.gif) #d0def0 repeat-x left top;
	position: relative;
	 /*Added by Rocky on July 29, 2008 for the right side gridview width greater than the parent container DIV problem*/
	width: expression(document.getElementById('gridWrapper-body').offsetWidth-6;);
	overflow: hidden;
}
.gridWrapper-toolbar .split
{
	background: url(../../Resources/images/grid_split.gif) no-repeat center;
	display: block;
	font-size: 1px;
	height: 16px;
	width: 4px;
	overflow: hidden;
	cursor: default;
	margin: 0 2px 0;
	border: 0;
}
.gridWrapper-body
{
	border:solid 1px #d0d0d0;
    background:transparent;
	/*Added by Rocky on July 29, 2008 for the right side gridview width greater than the parent container DIV problem
    width:98.4%;*/
        
    border: 0 none;
}
.grid
{
	border: solid 1px #d0d0d0;
}
.grid th
{
	overflow: hidden;
	background: #f9f9f9 url(../../Resources/images/grid_header.gif) repeat-x 0 bottom;
	cursor: default;
	font: normal 12px arial,tahoma,helvetica,sans-serif; /*font-weight:bold; 	color:#454545;*/
	padding: 1px 0 0 0;
	vertical-align: middle;
	padding: 4px 3px 4px 5px;
	font-weight: normal;
	white-space:nowrap;
	height:21px;
}
.grid tr
{
	height: 16px;
	line-height: 20px;
}
.grid td
{
	border: 1px solid #d0d0d0;
	
		padding-left: 4px;
	padding-right: 4px;
	padding-bottom:4px;
	padding-top:4px;
	
	/*padding-left: 2px;
	padding-right: 1px;*/
	-moz-user-select: none;

}
.grid-alternatingrow
{
	background-color: #f9f9f9 !important;
}
.grid-selectedrow
{
	background-color: #DFE8F6 !important;
	border: 1px dotted #a3bae9;
}
.grid-mouseoverrow
{
	background-color: #DDD8F6 !important;
	border: 1px dotted #a3bae9;
}

/*Added by Rocky on July 30, 2008 for the talbe style*/
.table
{
	border: solid 1px #d0d0d0;
}
.table th
{
	overflow: hidden;
	background: #f9f9f9 url(../../Resources/images/grid_header.gif) repeat-x 0 bottom;
	cursor: default;
	font: normal 12px arial,tahoma,helvetica,sans-serif; /*font-weight:bold; 	color:#454545;*/
	padding: 1px 0 0 0;
	vertical-align: middle;
	padding: 4px 3px 4px 5px;
	font-weight: normal;
	white-space:nowrap;
	color:#333;
	font-weight:bold;
	text-align:left;
	height:21px;

}
.table tr
{
	height: 20px;
	line-height: 13px;
}
.table td
{
	border: 1px solid #d0d0d0;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:4px;
	padding-top:4px;
	line-height:1.5;
	-moz-user-select: none;
	text-align:left;
}


.popupContainer
{
/*		background-color: white;
		border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
*/	display: none;
	z-index: 11105;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.popupHeader
{
	overflow: hidden;
	color: #333;
	font: bold 11px tahoma,arial,verdana,sans-serif;
	padding: 5px 0 4px 0;
	border: 0 none;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-left: 5px !important;
}
.invalid
{
	/*border:solid 1px #f00;*/
	color:#f00;
	line-height:20px;
	/*Added by Rocky for the side spacing*/
	margin-left:4px;
	margin-top:3px;
	margin-bottom:4px;
}

.copyRight
{
	font-size:10px;
}

.copyRight a:link
{
	color: #222297;
	text-decoration: none;
	cursor: pointer;
}
.copyRight a:visited
{
	color: #222297;
	text-decoration: none;
	cursor: pointer;
}
.copyRight a:hover
{
	color: #222297;
	text-decoration: underline;
}
.copyRight a:active
{
	color: #FF4545;
	text-decoration: underline;
}
.linkimage
{
	cursor:pointer;
}
.radioDisplay
{
	display:none;	
}
.pagerlink td,a,span
{
	border-style:none;
	padding-left:1px;padding-right:1px
}


