/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/*
html, body {
	 overflow:hidden;  hide browser's main scrollbar 
}
*/
/*@import url("../../../../resources/shared/stylesheets/yui/reset-fonts-grids.css");*/

body {
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;  /*Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0;
	line-height: 20px;
}
/* Commonly used to style page titles. */
h1 {
  color: #0079C0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #003D72;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #0079C0;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #70AAD7;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
.inline {
	display:inline;
	line-height: 14px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	/* width: 1024px;*/
  	width:100%;
	/* background-color:#FFFFFF;  DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	
	height:100%;	/* this will make sure that the height will extend at the bottom */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	/* overflow: auto;	 will have a scrollbar at our content containier */
	/* position:absolute;  container div must be absolute, for our fixed bar to work */
}
#centerwrapper {
	width: 1024px;
	margin: 0 auto;
}

#outerWrapper #header {
	background-image: url(CPHeader.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 11px;
	height: 91px;
	line-height: 15px;
}
#outerWrapper #topNavigationPane, #outerWrapper #dnn_topNavigationPane {
	background-image: url(menuBackground.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 49px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width: 1024px;
	background-repeat: no-repeat;
}
#outerWrapper #graphicbar {
  background-image: url(ClearBar.jpg);
  background-repeat: no-repeat;
  height: 24px;
  width: 1024px;
}
.submenua {
	width: 1024px;
	border-bottom-color: #BED7ED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#outerWrapper #contentWrapper {
    padding-top: 10px;
	width: 1024px;
	min-height: 450px;
	height:auto !important;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#TwoColR, #TwoColL, #OneCol, #ThreeCol {
	clear: both;
}

#outerWrapper #contentWrapper #OneCol {
  float: left;
  padding: 0px 0px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 98%;
}
.OneColFull {
  width: 100%;
}
.NoPaneBorder {
	border: 0px; !important;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #TwoColR {
	padding: 0px 0px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
}
#outerWrapper #contentWrapper #TwoColL {
  padding: 0px 0px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  	text-align: left;
}
#outerWrapper #contentWrapper #TwoColR #LeftThird {
	padding: 0px 0px 0px 0px;
}
.TwoColThird {
	float: left;
	width: 25%;
	padding: 0px 5px 0px 5px;
}
#outerWrapper #contentWrapper #TwoColR #TwoColFull {
	padding: 0px 5px 0px 5px;
}
.TwoColFull {
	float: left;
	width: 71%;
	padding: 0px 5px 0px 5px;
}
#outerWrapper #contentWrapper #ThreeCol {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.ThreeColLeft {
	float: left;
	width: 246px;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ThreeColCenter {
	float: left;
	width: 492px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.ThreeColRight {
	float: left;
	width: 246px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#dnn_ControlPanel {
	width: 1024px;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}
#outerWrapper #graphicbar #userContainer {
	padding-top: 0px;
	padding-right: 35px;
	float: right;
}
#outerWrapper #graphicbar #userContainer {
	font-size: 14px;
}
#outerWrapper #graphicbar #userContainer A:link
{
	text-decoration: none;
	color: #073E74;
	font-size:14px;
}

#outerWrapper #graphicbar #userContainer A:visited
{
    text-decoration: none;
    color: #073E74;
}

#outerWrapper #graphicbar #userContainer A:hover
{
    text-decoration: none;
    color: #073E74;
}

#outerWrapper #graphicbar #userContainer A:active
{
    text-decoration: none;
    color: #073E74;
}
#footerContainer { /* the menu itself */
		height: 60px; /* fix bar's height */
		width: 1024px; /* fixed width */

		/* center this div */
		margin-left: 0px;
		margin-right: auto;
		
		/* add effect */
	padding: 0 10px 0 25px;
	background-color: #FFFFFF;
	/*background-image: url(leftnav_spacer.gif);*/
	background-repeat: repeat-y;
} 
	}
.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
.footer_nav a:link, .footer_nav a:visited, .footer_nav a:hover, .footer_nav a:active {
	color: #003366;
	text-decoration: none;
}
	
.alt_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C8C8C;
	line-height: 15px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
.small_text_bold_dk_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}
.small_text_bold_lt_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2780C1;
	font-weight: bold;
}
.small_text_bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.smallest_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #999999;
}
.sub_header_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
}
.sub_header_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #003366;
}
.sub_header_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #1B72B4;
}
.sub_header_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #003366;
	font-weight: bold;
}
.sub_header_6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #1B72B4;
	font-weight: bold;
}
.bold_txt {
	font-weight: bold;
}
.italic_txt {
	font-style: italic;
}
/* These Items are specific to the Active Social Modules */
div#amsocial .astabarea {
margin-top:15px;
width:100%;
padding-left: 15px;
}
.url {
	color:#09C;
}
.location {
	font-size: 12px;
}
.centerpoint_CATHomeHead {
	visibility: hidden;
	line-height: 0px;
}
div#amsocial .asccsmod {
	border:solid 0px transparent;
	margin:0px;
	padding:0px;
	width:400px;
	min-width:400px;
}
div#amsocial .shell #row2 ul.tools li a:link,
div#amsocial .shell #row2 ul.tools li a:visited, 
div#amsocial .shell #row2 ul.tools li a:hover {
font-size:120%;
}
div#amsocial .CSSgrouplist .aslstsummary,
div#amsocial .profileview  .aslstsummary {
	height: 100%;
}
div#amsocial .CSSgrouplist .aslistrowitem,
div#amsocial .profileview .grpgrid .aslistrowitem {
	height: 100%;
}
div#amsocial table.aspager {
	overflow: auto;
	width: 100%;
}
div#amsocial .aslstsummary {
	line-height: 17px;
}
.messagearea {
	padding-left: 20px;
	font-size: 125%;
}
div#amsocial .asformsec {
	width:98%;
}
.as_location {
	font-size: 10px;
}
.afsubgrid {
	width: 100%;
}
div#amsocial div.member .aslabelsmbold {
	font-weight:normal;
	font-size: 10px;
}
ul#catlinks {
  float: left;
  width: 1024px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li#catlinks {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#friendonline {
	padding: 0 0 0 0;
}
ul#friendonline li {
	list-style-type: none;
	padding: 0 0 0 0;
}