.hand {  cursor: hand}

body { 
	margin: 0px;
	padding:0px;
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
} 



.groovy
  {
	border-Bottom: 2px groove #E5E5E5;
	border-Top: 2px groove #D7EBFF;
  }

.groovyBottom
  {
	border-Bottom: 2px groove #CADCEE;
  }

.groovyTOp
  {
	border-Top: 2px groove #D7EBFF;
  }


.border
{
	border: 1px solid #003366;
}

.Footer
{
	font-family: Tahoma ;
	font-style: normal;
	font-size: 8pt;
	color: #999999;
	padding: 3px;
	height: 14px;
	width:98%;
} 


.CoolBtn {
	font-family: Tahoma ;
	font-size: 8pt;
	font-weight:bold;
	color: #2A7B56;
	cursor:hand;
	background-image:url(../Images/DashBoard/TopBg.jpg);
	border: 0px solid #333333;
	vertical-align: middle;
	padding: 1px
}


.ErrorBox {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 2px;
}

.siteFont {
	font-family: Arial;
	font-size: 11px;
	color: #003366;
	font-weight: normal;

}
.BrownBorder {

	border: 1px solid #CB4F38;
}
.XYBg {
	background-repeat: no-repeat;
}
.MediaFont {
	font-family: tahoma;
	font-size: 8pt;
	color: #00FF66;
	font-weight: normal;
}

.whiteFont {
	font-family: tahoma;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: normal;
}


.RightDarkBorder {
	border-right: 1px dotted #cccccc;
}

.BorderBottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #003366;
	border-left: none;
	cursor: hand;
}


.drag {
	cursor: move;
	height: 1pt;
	font-family: tahoma;
	font-size: 7pt;
	color: #FFFFFF;

}

.DottedBox {
	cursor: hand;
	height: 1pt;
	font-family: tahoma;
	font-size: 8pt;
	color: #666666;
	border: 1px dashed #CCCCCC;

}

.dragOver {
	cursor: move;
	height: 1pt;
	font-family: tahoma;
	font-size: 7pt;
	color: #666666;
	border: 1px dashed #CCCCCC;

}
.FakeLink {
	cursor: hand;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000099;
	text-decoration: underline;

}
.XBg {

	background-repeat: repeat-x;
}

.YBg {

	background-repeat: repeat-y;
}
.siteFontBig {

	font-family: Arial;
	font-size: 9pt;
	color: #003366;
	font-weight: normal;
}
.tipBox {
	font-family: tahoma;
	font-size: 8pt;
	color: #CC3300;
	margin: 3px;
	padding: 5px;
	width: 610px;
	background-color: #A8FFE2;
}

.ToolBarLinks
{
font-family: tahoma;
	font-size: 8pt;
	color: #003366;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	cursor: hand;
	height:15px;
	border: 1px solid #003366;	
	background-color: #f1f1f1;
}

.ToolBarLinksHover
{
font-family: tahoma;
	font-size: 8pt;
	color: #003366;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	cursor: hand;
	height:15px;
	border: 1px solid #003366;
	background-color: #ffffff;
}

a
{
	font-family: Arial;
	font-size: 11.5px;
	color:Blue;
	text-decoration: none;
}

a:hover {
	color:Orange;
	text-decoration: underline;
}


.greyBg {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	padding: 2px;
	margin: 3px;
	font-weight: normal;
	cursor: hand;
	background-color: #CECECE;
}

.greyHover{
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	padding: 2px;
	margin: 3px;
	font-weight: normal;
	cursor: hand;
	background-color: #CECECE;
}

.greyFont{
	font-family: Arial;
	font-size: 11pt;
	color: #E5E5E5;
	font-weight: normal;
}

.NoMargins
{
margin:0px;
padding:0px;
}
.txtBox {
	font-family: Tahoma;
	font-size: 8pt; 
	border: 1px solid; color: #0353b2; 
	font-weight: normal;
	height: 16px;
	padding-left: 3px;
}

.txtBoxShop {
	font-family: Arial;
	font-size: 12pt; 
	border: 1px solid; color: #0353b2; 
	font-weight: bold;
	height: 20px;
	padding-left: 3px;
}


.LargeBlueArial
{
	font-family: Arial;
	font-size: 14pt;
	font-weight:bold;
	color:#003366;
	padding:0px
}

.RedFont
{
	font-family: tahoma;
	font-size: 9pt;
	font-weight:bold;
	color:#FF3300;
}

.OrangeFont
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #cc6600;
}
.VerySmallFont
{
	font-family: tahoma;
	font-size: 7pt;
	font-weight:normal;
	color:#919B9C;
}

.WhiteFont
{
	font-family: tahoma;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
}

.frameBorder
{
	border-bottom:1px solid #B6C4E9;
	border-left:1px solid #B6C4E9;
	border-right:1px solid #B6C4E9;
}

.SubmitBtn {
	font-family: tahoma;
	font-size: 8pt;
	font-weight:bold;
	background-color: #bbbbbb;
	margin: 0;
	padding: 0;
	border: solid #000000 1px;
	cursor:hand;
	color:#000000;
}

.ActionBtn {
	font-family: tahoma;
	font-size: 8pt;
	font-weight:normal;
	background-color: #d5d5d5;
	margin: 0;
	padding: 0;
	border: solid #333333 1px;
	cursor:hand;
	color:#333333;
	height:20px;
}
.Steps {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

hr {
    height:1px
}

.dpTable {
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	color: #003366;
	width:180px;
	background-color: #ffffff;
	border: 1px solid #B6C4E9;
	}
	
.strike
	{
	text-decoration:line-through;
	font-family: tahoma;
	font-size: 8pt;
	color: #cccccc;
	padding: 2px;
	margin: 3px;
	font-weight: normal;
	}.iconBox {
	background-color: #e9e9e9;
	padding: 3px;
}
.greyFont {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}

.greyFontBIG {
	font-family: tahoma;
	font-size: 12px;
	color: #999999;
}
.SlangResultsBox {

	background-color: #FFFFFF;
	border: 1px solid #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #E15526;
	padding: 5px;
	margin: 5px;
}

.Error
{
	font-family:Arial;
	color:Red;
	font-size:14px;
	font-weight:bold;
	background-color:#ffffcc;
	border:solid 1px #ffff00;
	padding: 10px; margin:5px;
}
