body
{
	margin: 0px;
}
body, table, tr, td
{
	font-family: Tahoma;
	font-size: 11px;
}

ul
{
	margin-left: 24px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: square;
}

/* -- MAIN LINK --*/

a:link, a:active, a:visited, a:hover, .ViewHeader td,.ViewHeader a
{
	color: #0059B6;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {margin:0px;}

.ViewHeader td,.ViewHeader a
{
	text-align: center;
	font-weight: bold;
}

/* -- FOR WELCOME -- */

.Welcome
{
	border: 1px solid white;
	background-color:#F3F3F3;
	cursor:default;
}
.WelcomeHover
{
	border: 1px solid #A0A0A0;
	background-color:#E3E3E3;
	cursor:pointer;
}

/* -- FORM STYLES -- */

.textbox
{
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid black;
	width: 90%;
}

.fieldError
{
	font-size: 11px;
	font-family: Tahoma;
	color: #FF6000;
}

.textboxError
{
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #FF6000;
	width: 90%;
	color: #FF6000;
}

.textboxFS
{
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid black;
	width:200px;
}
.textarea
{
	font-size: 11px;
	font-family: Fixedsys;
	border: 1px solid black;
	height: 100px;
	width: 90%;
}
.textareaError
{
	font-size: 11px;
	font-family: Fixedsys;
	border: 1px solid #FF6000;
	height: 100px;
	width: 90%;
	color: #FF6000;
}
label
{
	width:170px;
}
fieldset
{
	margin:0px;
	padding:10px;
}
/* -- TABS CLASSES -- */

.TabDiv
{
	border: 1px solid #A0A0A0;
	border-top: 0px;
	
	width: 100%;
}
.TabLink
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.TabsActive
{
	border-bottom:1px solid white;
	padding-top:5px;
	padding-left:16px;
	padding-right:16px;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/TabsActiveBackground.gif);
	cursor:pointer;
}
/*.TabsLink:link, .TabsLink:active, .TabsLink:visited
{
	color:Black;
	text-decoration:none;
	border:1px solid black;
}
.TabsLink:hover
{
	color:blue;
	text-decoration:none;
	border:1px solid black;
}*/
.TabsActiveBorderLeft
{
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/TabsActiveLeft.gif);
	width: 3px;
	border-bottom: 1px solid white;
}
.TabsActiveBorderRight
{
	width:3px;
	border-bottom:1px solid white;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/TabsActiveRight.gif);
}
.TabsInactive
{
	border-bottom:1px solid #A0A0A0;
	padding-top:5px;
	padding-left:16px;
	padding-right:16px;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/TabsPassiveBackground.gif);
	cursor:pointer;
}
.TabsInactiveBorderLeft
{
	width:3px;
	border-bottom:1px solid #A0A0A0;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/TabsPassiveLeft.gif);
}
.TabsInactiveBorderRight
{
	width:3px;
	border-bottom:1px solid #A0A0A0;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/TabsPassiveRight.gif);
}
.TabsSpacer
{
	width:1px;
	border-bottom:1px solid #A0A0A0;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/TabsSpacer.gif);
}

/* -- EDIT & VIEV CLASSES -- */

.ViewTable
{
	background-color: #B7B7B7;
}
.ViewTitle
{
	color:#0059B6;
	font-weight:bold;	
}
.SimpleViewHeader
{
	background-color: #DCDCDC;
}
.ViewHeader
{
	background-color: #DCDCDC;
}
.ViewRow0
{
	background-color: #FFFFFF;
}
.ViewRow0 td.ViewValue
{
	height : 25px;
}
.ViewRow1
{
	background-color: #F4F4F4;
}
.ViewRow1 td.ViewValue
{
	height : 25px;
}
.ViewField
{
	font-weight: bold;
}
.ViewValue
{
	font-weight: normal;
}

/* -- GRID CLASSES -- */

.GridTitle
{
	color:#0059B6;
	font-size:14px;
	font-weight:bold
}
.GridFilterTextBox
{
	font-size: 10px;
	font-family: Tahoma;
	border: 1px solid black;
	width: 100%;
}
.GridTable
{
	background-color: #B7B7B7;
	width: 100%;
}
.GridHeader
{
	background-color: #DCDCDC;
}
.GridRow0
{
	background-color: #FFFFFF;
}
.GridRow1
{
	background-color: #F4F4F4;
}
.GridRowPink
{
	background-color: #FFC3B5;
}
.GridRowGreen
{
	background-color: #D1EFB6;
}

.GridButton
{
	font-size: 10px;
}

.tr0, .tr0_hl
{
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #EFF2F5;
}

.tr1, .tr1_hl
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #EFF2F5;
	border: 1px solid #white;
}

.tr0_hl, .tr1_hl
{
	background: #cccccc;
}


.tr0 td, .tr1 td, .tr0_hl td, .tr1_hl td
{
	padding-left: 4px;
	padding-right: 4px;
}

.tr0 input, .tr1 input, .tr0_hl input, .tr1_hl input
{
	border: 1px solid #C6D7E6;
}

.tr0 a, .tr1 a, .tr0_hl a, .tr1_hl a
{
	color: black;
	text-decoration: underline;
}

/* -- GRID LOCKING -- */

/* To provide freeze headers  */
thead th.locked
{
	top: expression(parentNode.parentNode.parentNode.parentNode.scrollTop-1);
	left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft); /* IE5+ only */
	z-index: 20;
	position: relative;
	cursor: default;
}

/* -- GLOBAL CLASSES -- */

.GlobalGradientBGRow
{
	background-image: url(../Images/GlobalPageGradientBackground.gif);
	background-repeat: repeat-y;
	background-color: #F3F3F3;
}

.HelpItemTable
{
}

.HelpItemTableHeader
{
	font-size: 8pt;
	color: #0059B6;
	padding: 4px;
	border-bottom: solid 1px #A0A0A0;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/HelpItemTableTH.gif);
}
.HelpItemTableContent
{
	font-size: 8pt;
	color: #000000;
	padding: 4px;
	background:url(PathRewriter.ashx?path=~/Design/Default/Images/HelpItemTableGradient.gif);
}

.Button
{
	font-size: 11px;
}
.DropDownList
{
	font-size: 11px;
}
.BubleBlueContent{
	FONT-SIZE: 8pt;  
	COLOR: #0059B6;
	FONT-FAMILY: Arial;  
}


.context
{
	position:absolute;
	width:165px;
	border:2px solid black;
	background-color:menu;
	font-family:Verdana;
	line-height:20px;
	cursor:default;
	font-size:14px;
	z-index:100;
	visibility:hidden;
}

.context div
{
	padding-left:10px;
	padding-right:10px;
}

.nToolBarItem
{
	cursor: pointer;
}

.nToolBarD
{
}

.pagetitle
{
	font-size: 11px;
	font-family: Tahoma;
	font-size:12px;
	color: black;
	font-weight: bold;
}

.pagetitle a
{
	font-size:12px;
	color: #0059B6;
}

.Buble_Pink_Content
{
	FONT-SIZE: 8pt;  
	COLOR: #E31000;
	FONT-FAMILY: Arial;  
}
	
.sp span
{
 color: #ffffff;
 font-weight: bold;
 padding-left: 5px;
 padding-right: 5px;
 border: solid 1px orange;
 background-color: #DCDCDC;

}

.sp a
{
 color: black;
 font-weight: normal;
 padding-left: 5px;
 padding-right: 5px;
 border: solid 1px #cccccc;
 background-color: #DCDCDC;
}