.body{
background:#c8935d;
font-family:tahoma, sans-serif;
font-size:11px;
color: #000000;
width:100%;
height:100%
}
form.form {
display: inline;
}
.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;
}


.lg-heading-white { font-family: tahoma, sans-serif;
color: #ffffff;
font-size:24px;
font-weight:bold;
}	
.heading-white { font-family: tahoma, sans-serif;
color: #ffffff;
font-size:14px;
font-weight:bold;
}
.sm-heading-white { font-family:tahoma, sans-serif;
color: #ffffff;
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;
}

.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;
}
	
		input.button {
		font-family: tahoma, sans-serif;
		color: #660000;
		font-size:11px;
		font-weight:bold;
		background-color: #b9b4f5;
		padding: 0.5px;
		margin-left: 0.5px;
		}
		
		input.button:hover {
		font-family: tahoma, sans-serif;
		color: #ffffff;
		font-size:11px;
		font-weight:bold;
		background-color: #6b8d72;
		padding: 0.5px;
		margin-left: 0.5px;
		}
	
		input.button-sm {
		font-family: tahoma, sans-serif;
		color: #002f5d;
		font-size:10px;
		background-color: #660000;
		padding: 0.5px;
		margin-left: 0.5px;
		}
		
		input.button-sm:hover {
		font-family: tahoma, sans-serif;
		color: #ffffff;
		font-size:10px;
		background-color: #6b8d72;
		padding: 0.5px;
		margin-left: 0.5px;
		}	
/*
Use for Bread Crumbs
*/
.BreadCrumbs A {color:#30007c;text-decoration:none}
.BreadCrumbs A:hover {color:#30007c;text-decoration:underline}
/*
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
*/
.BrownPanelTopLeft {background:transparent url('resources/images/cpanel-brown_c.png') no-repeat top left;width:12px;height:12px}
.BrownPanelTop {background:transparent url('resources/images/cpanel-brown_tb.png') repeat-x top center;width:100%;height:12px}
.BrownPanelTopRight {background:transparent url('resources/images/cpanel-brown_c.png') no-repeat top right;width:12px;height:12px}
.BrownPanelLeft {background:transparent url('resources/images/cpanel-brown_lr.png') repeat-y center left;width:12px}
.BrownPanelRight {background:transparent url('resources/images/cpanel-brown_lr.png') repeat-y center right;width:12px}
.BrownPanelBottomLeft {background:transparent url('resources/images/cpanel-brown_c.png') no-repeat bottom left;width:12px;height:12px}
.BrownPanelBottom {background:transparent url('resources/images/cpanel-brown_tb.png') repeat-x bottom center;width:100%;height:12px}
.BrownPanelBottomRight {background:transparent url('resources/images/cpanel-brown_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 .BrownPanelTopLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_tl.png', sizingMethod='image')}
* html .BrownPanelTop {background:transparent none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_t.png', sizingMethod='scale')}
* html .BrownPanelTopRight {background:transparent none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_tr.png', sizingMethod='image')}
* html .BrownPanelLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_l.png', sizingMethod='scale')}
* html .BrownPanelRight {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_r.png', sizingMethod='scale')}
* html .BrownPanelBottomLeft {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_bl.png', sizingMethod='image')}
* html .BrownPanelBottom {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_b.png', sizingMethod='scale')}
* html .BrownPanelBottomRight {background:transparent none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/cpanel-brown_br.png', sizingMethod='image')}


/* Top Menu Rollout links */
.LinksSubItem{
margin:0px 0px 0px 17px;
list-style-image:url('resources/images/graphic_bullet.png');
white-space:nowrap;padding-left:0px;/*needed for FireFox*/
}
.LinksSubItem li{
font-size:12px;
padding:2px 0px 2px 0px;
}
.LinksSubItem a{
font-size:12px;
color:#30007c;
text-decoration:none
}
.LinksSubItem a:hover{
font-size:12px;
color:#660000;text-decoration:underline
}