.body{
background:#ccd2e4;
font-family:tahoma, sans-serif;
font-size:11px;
color: #000000;
width:100%;
height:100%
}

form.form {
display: inline;
}

.lg-heading-blue { font-family: tahoma, sans-serif;
color: #000066;
font-size:24px;
font-weight:bold;
}	
.heading-blue { font-family: tahoma, sans-serif;
color: #000066;
font-size:14px;
font-weight:bold;
}
.sm-heading-blue { font-family:tahoma, sans-serif;
color: #000066;
font-size: 11px;
font-weight:bold;
}

.lg-heading-red { font-family: tahoma, sans-serif;
color: #660000;
font-size:24px;
font-weight:bold;
}	
.heading-red { font-family: tahoma, sans-serif;
color: #66000;
font-size:14px;
font-weight:bold;
}
.sm-heading-red { font-family:tahoma, sans-serif;
color: #660000;
font-size: 11px;
font-weight:bold;
}


.lg-heading { font-family: tahoma, sans-serif;
color: #000000;
font-size:24px;
font-weight:bold;
}	
.heading { font-family: tahoma, sans-serif;
color: #000000;
font-size:14px;
font-weight:bold;
}
.sm-heading { font-family:tahoma, sans-serif;
color: #000000;
font-size: 11px;
font-weight:bold;

}.lg-heading-red { font-family: tahoma, sans-serif;
color: #660000;
font-size:24px;
font-weight:bold;
}	
.heading-red { font-family: tahoma, sans-serif;
color: #660000;
font-size:14px;
font-weight:bold;
}
.sm-heading-red { font-family:tahoma, sans-serif;
color: #660000;
font-size: 11px;
font-weight:bold;
}

.text-med { font-family: tahoma, sans-serif;
font-size: 13px;
color: #000000;
}
.text-sm { font-family: tahoma, sans-serif;
font-size: 11px;
color: #000000;
}
.text-mini { font-family: tahoma, sans-serif;
font-size: 9px;
color: #000000;
}
.textred-sm { font-family: tahoma, sans-serif;
color: #660000;
font-size:11px;
}
.error { font-family:verdana,arial,helvetica;
color: #F7CF1D;
font-size:11px;
font-weight:bold;
}
A:link {font-family: tahoma, sans-serif;
color:#660000;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
A:active {font-family: tahoma, sans-serif;
color:#660000;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
A:visited {font-family: tahoma, sans-serif;
color:#660000;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
A:hover {font-family: tahoma, sans-serif;
color: #000099;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

ol.sweeps li { padding-bottom: 6px; }


/*
Used for main rounded corner tables
*/
.CommonPanelTopLeft {background:transparent url('resources/images/cpanel_c.png') no-repeat top left;width:12px;height:12px}
.CommonPanelTop {background:transparent url('resources/images/cpanel_tb.png') repeat-x top center;width:100%;height:12px}
.CommonPanelTopRight {background:transparent url('resources/images/cpanel_c.png') no-repeat top right;width:12px;height:12px}
.CommonPanelLeft {background:transparent url('resources/images/cpanel_lr.png') repeat-y center left;width:12px}
.CommonPanelRight {background:transparent url('resources/images/cpanel_lr.png') repeat-y center right;width:12px}
.CommonPanelBottomLeft {background:transparent url('resources/images/cpanel_c.png') no-repeat bottom left;width:12px;height:12px}
.CommonPanelBottom {background:transparent url('resources/images/cpanel_tb.png') repeat-x bottom center;width:100%;height:12px}
.CommonPanelBottomRight {background:transparent url('resources/images/cpanel_c.png') no-repeat bottom right;width:12px;height:12px}
/* Using "* html" hack instead of "underscore" hack since IE7 already renders the PNGs natively; using the underscore will allow IE7 to use the AlphaImageLoader which is not desired. */
* html .CommonPanelTopLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_tl.png', sizingMethod='image')}
* html .CommonPanelTop {background:transparent none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_t.png', sizingMethod='scale')}
* html .CommonPanelTopRight {background:transparent none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_tr.png', sizingMethod='image')}
* html .CommonPanelLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_l.png', sizingMethod='scale')}
* html .CommonPanelRight {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_r.png', sizingMethod='scale')}
* html .CommonPanelBottomLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_bl.png', sizingMethod='image')}
* html .CommonPanelBottom {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_b.png', sizingMethod='scale')}
* html .CommonPanelBottomRight {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel_br.png', sizingMethod='image')}

/*
Used for small rounded corner tables
*/
.BluePanelTopLeft {background:transparent url('resources/images/cpanel-blue_c.png') no-repeat top left;width:12px;height:12px}
.BluePanelTop {background:transparent url('resources/images/cpanel-blue_tb.png') repeat-x top center;width:100%;height:12px}
.BluePanelTopRight {background:transparent url('resources/images/cpanel-blue_c.png') no-repeat top right;width:12px;height:12px}
.BluePanelLeft {background:transparent url('resources/images/cpanel-blue_lr.png') repeat-y center left;width:12px}
.BluePanelRight {background:transparent url('resources/images/cpanel-blue_lr.png') repeat-y center right;width:12px}
.BluePanelBottomLeft {background:transparent url('resources/images/cpanel-blue_c.png') no-repeat bottom left;width:12px;height:12px}
.BluePanelBottom {background:transparent url('resources/images/cpanel-blue_tb.png') repeat-x bottom center;width:100%;height:12px}
.BluePanelBottomRight {background:transparent url('resources/images/cpanel-blue_c.png') no-repeat bottom right;width:12px;height:12px}
/* Using "* html" hack instead of "underscore" hack since IE7 already renders the PNGs natively; using the underscore will allow IE7 to use the AlphaImageLoader which is not desired. */
* html .BluePanelTopLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_tl.png', sizingMethod='image')}
* html .BluePanelTop {background:transparent none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_t.png', sizingMethod='scale')}
* html .BluePanelTopRight {background:transparent none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_tr.png', sizingMethod='image')}
* html .BluePanelLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_l.png', sizingMethod='scale')}
* html .BluePanelRight {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_r.png', sizingMethod='scale')}
* html .BluePanelBottomLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_bl.png', sizingMethod='image')}
* html .BluePanelBottom {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_b.png', sizingMethod='scale')}
* html .BluePanelBottomRight {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-blue_br.png', sizingMethod='image')}


/* Quicklinks */
#QuickLinksTable {padding:10px 0px 10px 10px}
.QuickLinksTD {font-family:Arial;text-align:left;vertical-align:top;padding-right:15px;white-space:nowrap}
.QuickLinksItem {font-weight:bold;font-size:12px;margin-left:3px}
.Item2 {margin-top:15px}
.QuickLinksItem A {color:#30007c;text-decoration:none}
.QuickLinksItem A:hover {color:#30007c;text-decoration:underline}
.QuickLinksSubItem {margin:0px 0px 0px 17px;list-style-image:url('resources/images/graphic_bullet.gif');white-space:nowrap;padding-left:0px;/*needed for FireFox*/}
.QuickLinksSubItem LI {font-size:11px;padding:2px 0px 2px 0px}
.QuickLinksSubItem A {color:#30007c;text-decoration:none}
.QuickLinksSubItem A:hover {color:#30007c;text-decoration:underline}