.body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #474a51;
	background: #DFEFF8;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    BORDER-RIGHT: #363534 1px solid; 
    BORDER-TOP: #363534 1px solid; 
    BORDER-LEFT: #363534 1px solid; 
    BORDER-BOTTOM: #363534 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #363534;
    font-family:  Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#363534;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#363534;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#363534;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#D29106;
}
/* style for module titles */
.Head   {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #363534;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #363534;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    bold;
    color:#363534;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}

.DefaultType
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #363534;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family:  Arial, Helvetica, sans-serif;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	 color: #363534;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #363534;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #363534;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #363534;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D29106;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #CCCCCC;
	font-family:  Arial, Helvetica, sans-serif;
}
/* GENERIC */
H1  {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #363534;
}

H2  {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #363534;
}

H3  {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #363534;
}

H4  {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #363534;
}

H5, DT  {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #363534;
}

H6  {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #363534;
}

TFOOT, THEAD    {
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #363534;
}

TH  {
    vertical-align: baseline;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #363534;
}

A:link  {
    text-decoration:    none;
    color: #0066CC;
}

A:visited   {
    text-decoration:    none;
    color: #0066CC;
}

A:active    {
    text-decoration:    none;
    color: #0066CC;
}

A:hover {
    text-decoration:    underline;
    color: #0066CC;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
font-family:Arial, Helvetica, sans-serif;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #363534;
    height:1pt;
    text-align:left
}
/**/
.LeftPane{
	padding-top: 10px;
	padding-bottom: 10px;
   padding-left: 10px;
	padding-right: 10px;
}
.NavPane{
	padding-top: 5px;
	padding-bottom: 5px;
   padding-left: 25px;
	padding-right: 5px;
}
.NavMiddlePane{
	padding-top: 5px;
	padding-bottom: 5px;
   padding-left: 25px;
	padding-right: 5px;
}
.BannerPane1Left{
	padding-top: 0px;
	padding-bottom: 0px;
   padding-left: 0px;
	padding-right: 0px;
}
.BannerPaneRight{
	padding-top: 0px;
	padding-bottom: 0px;
   padding-left: 0px;
	padding-right: 0px;
}
.TopPane{
	padding-top: 0px;
	padding-bottom: 10px;
   padding-left: 5px;
	padding-right: 0px;
}
.ContentPane{
	padding-top: 10px;
	padding-bottom: 10px;
   padding-left: 10px;
	padding-right: 10px;
}
.RightPane{
	padding-top: 10px;
	padding-bottom: 10px;
   padding-left: 10px;
	padding-right: 5px;
}
.BottomPane{
	padding-top: 10px;
	padding-bottom: 10px;
   padding-left: 10px;
	padding-right: 10px;
}
.rightmiddlepane{
    padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 10px;
	padding-right: 10px;
}

.Separatorcssclass{
}

.login{
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
A.login:link{
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
A.login:visited{
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
A.login:hover{
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
A.login:active{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.user{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	font-weight: normal;   
}
A.user:link{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
A.user:visited{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
A.user:hover{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
A.user:active{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.current{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3A3A;
	font-weight: normal;
}
.copyright{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	padding-left: 200px;
	padding-right: 12px;
}
.terms{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
}
A.terms:link{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
A.terms:visited{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
   text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
   font-weight: normal;
   padding-left: 12px;
	padding-right: 12px;
}
A.privacy:link{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.hostname{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
   font-weight: normal;
   padding-left: 12px;
	padding-right: 12px;
}
A.hostname:link{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
   font-weight: normal;
}
A.hostname:visited{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-decoration: none;
	font-weight: normal;
}
A.hostname:hover{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
    text-decoration: underline;
	font-weight: normal;
}
A.hostname:active{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.links{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left:4px;
}

A.links:link{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	}
A.links:visited{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
A.links:active{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.QuickLink{
	font-family: Arial;
	font-size: 11px;
	color: #363534;
	}
	
.SubTabLinks{
    font-family: Arial;
	font-size: 12px;
	color: #363534;
	}
.SubTabLinksHeader{
    font-family: Arial;
	font-size: 12px;
	color: #363534;
	font-weight:500;
	text-transform:capitalize;
	}
.breadcrumb{
	font-family: Arial;
	font-size: 10px;
	color: #363534;
	padding-left: 12px;
	padding-right: 12px;
	
	}
A.breadcrumb:link{
	font-family: Arial;
	font-size: 10px;
	color: #363534;
}
A.breadcrumb:visited{
	font-family: Arial;
	font-size:10px;
	color: #363534;
}
A.breadcrumb:hover{
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}
A.breadcrumb:active{
	font-family: Arial;
	font-size: 8px;
	font-weight: bolder;
	color: #363534;
	}









