

/***********************************************/
/* HTML reset for FF and IE6 */
/***********************************************/ 

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*/
html {
	width:100%;
	height:100%;	
}
body{
	padding:0;
	margin:0;
	border:0;				/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:100%;
	/* The min-width property does not work in old versions of Internet Explorer */							
			background-image:url(http://thecchl.com/img/site_images/318/bg_site.jpg);			
		background-repeat: repeat-x;	
		background-position: 0 0;		
		background-attachment: scroll;
	
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
}




/***********************************************/
/* Links & Headers */
/***********************************************/

/* Main Links. Only use if no col link colors are set. */	
.contentContainer a				{	 }
.contentContainer a:active 		{	text-decoration: none; }
.contentContainer a:link 		{	text-decoration: underline; }
.contentContainer a:visited 	{	text-decoration: underline; }
.contentContainer a:hover 		{	text-decoration: underline; }


/* Link colors for each column. Use if the use default link colors is off.*/
.col1 a:link	{	color: #222222;  }
.col1 a:visited	{	color: #222222;  }
.col1 a:hover	{	color: #666666; }

.col2 a:link	{	color: #efefef;  }
.col2 a:visited	{	color: #efefef;  }
.col2 a:hover	{	color: #afafaf; }

.col3 a:link	{	color: #efefef;  }
.col3 a:visited	{	color: #efefef;  }
.col3 a:hover	{	color: #afafaf; }


/* Page headers common. */
h1, h2, h3, h4,	{	font-family: Verdana, Arial, sans-serif;	padding: 0; margin: 0;}

/* H1 Page heading background images */
.contentContainer h1{
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	
			background-position: top right;
		background-image:url(http://thecchl.com/img/site_images/318/bg_heading_h1.jpg);
		background-repeat: no-repeat;
		
	text-indent:  3px;
	height: 45px;
	line-height: 45px;

}

/* H2 Page heading background images */
.contentContainer h2{
	overflow: hidden;
	margin-top: 10px;

		

	text-indent:  0px;
	height: 35px;
	line-height: 28px;
}


/* Page headers font sizes. */
h1{	font-size: 1.7em; width: 100%; }
h2{	font-size: 1.5em; }
h3{	font-size: 1.25em; }
h4{	font-size: 1.0em; }


/* Layout Widths for headings and widgets. 
.layout1-col1 h1, .layout1-col1 .pscms_widget{ width: 656px; }
.layout1-col3 h1, .layout1-col3 .pscms_widget{ width: 180px;	background:none;	background-repeat: no-repeat; }
.layout2-col1 h1{ width: 498px; }
.layout2-col1 .pscms_widget{ width: 496px; }
.layout6-col1 h1, .layout6-col1 .pscms_widget{ width: 796px; }
.layout7-col1 h1, .layout7-col1 .pscms_widget{ width: 956px; }


.layout8-col1 h1, layout8-col1 .pscms_widget{ width: 666px; }
.layout8-col3 h1, layout8-col3 .pscms_widget{ width: 300px; }
.layout8-col1 h2, layout8-col1 .pscms_widget{ width: 666px; }
.layout8-col3 h2, layout8-col3 .pscms_widget{ width: 300px; }
****/

/* H2 widths */
.layout1-col3 h2{ }
.layout2-col3 h2{ }
.layout4-col3 h2{ }
.layout6-col2 h2{ }






/* Page headers in columns text colors. */
.col1 h1 { 	color: #ffffff; }
.col2 h1 { 	color: #ffffff; }
.col3 h1 { 	color: #ffffff; }

.col1 h2 { 	color: #000000; }
.col2 h2 { 	color: #ffffff; }
.col3 h2 {  color: #ffffff; }



/* Page headers that are links. */
h1 a, h2 a, h3 a, h4 a{			}


/***********************************************/
/* General style things. */
/***********************************************/
img{
	border: none;
	padding: 0;
	margin: auto;
}

#siteWrap {
	width: 986px;
	padding:0;
	
		
			margin: 0px auto 0 auto;
	
    }


.content_container form{ margin: 0; padding: 0; }

/***********************************************/
/* Common Layout page styles: Header, Navigation, footer. */
/***********************************************/

/* main CMS content table */
#headerTable {
	width:986px;
	padding:0;
	margin:0;			/* width of whole page */
}

#headerTable img{
}

/* for custom stats snippets ie Flash scoreboard etc.. */
#statsComponentTop{
	width: 986px;	
	margin: 0 auto;
	padding: 0;
}

/* Bread crumb styles - goes between the top nav and main content - could be used for styling if no bread crumb option */
#breadCrumb{
	width: 986px;	
	color: #efefef;
	background-color: #000000;
	font-size: 0.6em ;
	height: 23px;	
	
		
	}

#breadCrumb a{
	color:#ffffff;
	display: none;
}

/* Anti-breadcrumb - this goes after col1-3 but before the footer. Used to make a site width spanning background at the bottom. */
#antiBreadCrumb{
	color: #efefef;
	background-color: #000000;
	font-size: 0.6em ;
	height: 20px;	
	
		
			display: none;
		
}

/**************************************************************
Navigation One styles.
**************************************************************/

#levelOneNav{
	background-color: #e5eaee;
	/*border-bottom: 1px solid #ffffff;	*/
	width: 986px;
	margin: 0px 0 0px 0;
	padding: 0;
}

#levelOneNav a{
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;	
	display: block;
	line-height: 20px;  // Line height.
	padding: 5px;	// Height of the navbar.		
}

#levelOneNav a.topMenuLink{
	color: #ffffff;
	
			background-image: url( http://thecchl.com/img/site_images/318/bg_level1_off.jpg);
		background-position: center center;
		background-repeat: repeat-x;		
		
	background-color: #e5eaee;
    text-decoration: none;	
	height: 23px;		
}

#levelOneNav a.topMenuLink:hover, a.topMenuLink:active {
	color: #efefef;
	
			background-image: url(http://thecchl.com/img/site_images/318/bg_level1_on.jpg);
		background-repeat: repeat-x;	
		background-position: center center;	
		
	background-color: #e5eaee;	
	
	text-decoration:none;	
}

#levelOneNav tr{
	width: 986px;
}

#levelOneNav td{
	text-align: center;
	
			border-right:1px solid #afafaf;
	}

#levelOneNav td.last{
			border: none;
		
}


/**************************************************************
Navigation LevelTwo syles.
**************************************************************/

#levelTwoNav {
	margin: 20px 0 0 0;
	background-color: #363636;
}

#levelTwoNav a{
	color:#ffffff;

		
			border-bottom:1px solid #414141;
		
	font-weight: normal;
	font-size: 98%;
	display:block;
    text-decoration: none;
	padding: 5px 0px 5px 15px; 		
}

#levelTwoNav a:hover, #levelTwoNavOn a:hover, #levelTwoNav a:active {
	color:#ffffff;
	
		
	background-color: #666666;
    text-decoration:none;	
}

.levelTwoLinksAdd {
	padding:2px;
}	


/**************************************************************
Navigation LevelThree styles.
**************************************************************/

#levelThreeNav{
	font-size: 96%;
	background-color: #292a29;	
	text-decoration:none;
	margin: 0 0 5px 0;
	padding: 0px;
}

#levelThreeNav a {
	color: #ffffff;
	
		
	background-color: #292a29;	
	border-bottom:1px solid #414141;	
	/* make sure to overwrite border from level2 */
	font-weight:normal;
	font-size: 96%;
	display:block;
	padding: 5px 0px 5px 30px; 	
}

#levelThreeNav a:hover, #levelThreeNavOn a, #levelThreeNav a:active {
		
	
	background-repeat:repeat-x;			
	background-color: #292a29	
	text-decoration:underline;
}


/**************************************************************
main CMS content table
**************************************************************/

#cmsTable {
	width:986px;							/* width of whole page */
	background-color: #000000;     /* Right column background colour */
	border:0;
	padding:0;
	margin:0;
}

#cmsTable td {
	vertical-align:top;
}

/**************************************************************
Footer styles
**************************************************************/
#footer {
	width:986px;
	color: #ffffff	clear:both;
	
	background: none;
	
			margin: auto;
		
	
	margin-bottom: 20px;
	vertical-align: top;
}

#footer a:link { color: #ffffff; }
#footer a:visited { color: #ffffff; }
#footer a:focus { color: #ffffff; }
#footer a:hover { color: #ffffff; }
#footer a { color: #ffffff; }

#footer p {
	color: #ffffff;
	text-align: right;
	
	}


/**************************************************************
Column background images, background colors, text colors, padding bottom.
***************************************************************/

.col1{
	background: #FFFFFF;
	color: #222222;
	
			
	vertical-align:top;
	padding-bottom: 30px; /* padding-XXXX. Where XXXX is the $CMS_COL_PADDING_DIRECTION in config.php */
}

.col2{
	background: #000000;
	color: #efefef;		
	
		
		background-image: url( http://thecchl.com/img/site_images/318/bg_col2.jpg);
		background-repeat: repeat-y;
		background-position: top right;	
		background-attachment: scroll;		
		
	
	vertical-align:top;
	padding-bottom: 30px; /* padding-XXXX. Where XXXX is the $CMS_COL_PADDING_DIRECTION in config.php */
}

.col3{
	background: #000000;
	color: #efefef;	
	
		
	vertical-align:top;
	padding-bottom: 30px; /* padding-XXXX. Where XXXX is the $CMS_COL_PADDING_DIRECTION in config.php */
}


/**************************************************************
Layout 1: 3 columns. 	
	Left: 	150 content, 160 w/ 10px padding, 5px left, 5px right. 	
	Right:	170 content, 180 w/ 10px padding, 5px left, 5px right. 	
	Mid: 	636 content, 646 w/ 10px padding, 5px left, 5px right. 			
***************************************************************/

#cmsTable .layout1-col1 {
	width: 646px;
}

#cmsTable .layout1-col2 {
	width: 160px;
}

#cmsTable .layout1-col3 {
	width: 180px;
}


/**************************************************************
Layout 2: 3 columns. 	
	Left: 	150 content, 160 w/ 10px padding, 5px left, 5px right. 
	Right:	320 content, 330 w/ 10px padding, 5px left, 5px right. 		
	Mid: 	486 content, 496 w/ 10px padding, 5px left, 5px right. 		
***************************************************************/

#cmsTable .layout2-col1 {
	width: 496px;
}

#cmsTable .layout2-col2 {
	width: 160px;
}

#cmsTable .layout2-col3 {
	width: 330px;
}


/**************************************************************
Layout 6: 2 columns.
	Left: 	150 content, 160 w/ 10px padding, 5px left, 5px right.  		
	Main: 	816 content, 826 w/ 10px padding, 5px left, 5px right. 		
***************************************************************/

#cmsTable .layout6-col1 {
	width: 826px;
}

#cmsTable .layout6-col2 {
	width: 160px;
}

/**************************************************************
Layout 7: 1 column.
	Mid: 	976 content, w/ 10px padding, 5px left, 5px right.
***************************************************************/

#cmsTable .layout7-col1 {
	width: 986pxpx;
	background: #FFFFFF;
	color: #222222;
	background-image: url( http://thecchl.com/img/site_images/318/bg_col1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align:top;
	padding-bottom: 30pxpx;
}

/**************************************************************
Layout 8: 2 columns. 	
	Left: 	666 content, 676 w/ 10px padding, 5px left, 5px right. 			
	Mid: 	300 content, 310 w/ 10px padding, 5px left, 5px right. 	
***************************************************************/

#cmsTable .layout8-col1 {
	width: 676px;
	padding-left: 5px;
	padding-right: 5px;
}

#cmsTable .layout8-col3 {
	width: 310px;
	padding-left: 5px;
	padding-right: 5px;
}



/**************************************************************
WTT Template Layouts 
***************************************************************/

/**************************************************************
Layout 4: 2 columns. 	
	Mid: 	666 content, 676 w/ 10px padding, 5px left, 5px right.		
	Right: 	300 content, 310 w/ 10px padding, 5px left, 5px right. 		
***************************************************************/

#cmsTable .layout4-col1 {
	background:  #ffffff;  /* $CMS_WTT_STATS_BACKGROUND -> white.  always white. never not white*/
	float:left;
	margin: 0 0 -32767px 0;
	padding: 5px 0px 32767px 12px;
	width: 644px;	
}

#cmsTable .layout4-col3 {
	float: right;
	margin: 0 0 -32767px 0;
	padding: 0 0 32767px 0;
	width: 330px;	
}

/* equal col heights fix */
#cmsTable .statsContainerWrapper{
	position: relative;
	overflow: hidden;
	zoom: 1; /* zoom fix for ie6 */	
}


/**************************************************************
Layout 5: 1 columns. BASEBALL FOR NOW
	Mid: 	973px content, 983 w/ 10px padding, 5px left, 5px right.			
***************************************************************/
/* Not used right now */
#cmsTable .layout5-col1 {
	width: 973px;
	padding: 5px;
	float:left;
	background-color: #ffffff; /* $CMS_WTT_STATS_BACKGROUND -> white.  always white. never not white*/
}

/**************************************************************
WTT Stats layout settings.
**************************************************************/
/* Stats Layouts for WTT tool NEWCSS */
#statsContainer {
	width: 100%;
	padding: 0;
}

/* PS STATS CONTAINER WEB TEMPLATE TOOL, default stats font*/
#psStatsContainer   { 
	font-family: Verdana, Arial, sans-serif; 
	font-size:10px; 
    margin: 20px 0 10px 10px;
}

/* WTT Ad Div */
#pscmsWttTopAd {
	padding:4px;
	padding-bottom:12px;
	width: 976px;
	text-align:center;
}
/**************************************************************
Splash Page Files
**************************************************************/
#splashPage {
		background-color: #000000;
	height:100%;
	width:100%;
}
#splashTable {
	width: 986px;
			margin:auto;
			height:90%;
	}
#splashCell {
	background-color: #;
		color: #FFFFFF;
	padding: 0;
}


/**************************************************************
Tests and experiements from WeezLabs.
**************************************************************/
.contentContainer  { 	padding: 5px; }
#aus{	padding: 5px; }

/* IE6 bug fix */
.clearfix{
 display:inline-block;
}
.clearfix:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}


/* hey */
.pscms_widget{
	background-color: #dfdfdf;
	border: 1px solid #999;
	color: #464646;
	margin: 6px auto;
	padding: 0 0 4px 0;
}	

.pscms_widget h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}	
	.pscms_widget h3{
		background: url('http://thecchl.com/img/site_images/318//bg_level1_off.jpg') repeat-x center top;			
		color: #ffffff;				
		height: 23px;
		line-height: 20px;
		margin: 0 0 6px 0;
		overflow: hidden;	
		padding: 0;
		text-indent: 5px;
		text-align: left;
		width: 100% !important; /* This will override any column widths for headers */						
	}

	.pscms_widget h4{ font-size: 11px; }

/* Links in a widget box */
.pscms_widget a:link{	color: #666;	}
	.pscms_widget a:visited{	color: #666;	}
	.pscms_widget a:focus{		}
	.pscms_widget a:hover{	color: #666; }
	.pscms_widget a{		}	
	
	/* The full button */
	a.fullStats_link:link{	color: #ffffff !important;	 }
		a.fullStats_link:visited{ color: #ffffff !important;	 }
		a.fullStats_link:focus{}
		a.fullStats_link:hover{
			background: url('http://thecchl.com/img/site_images/318//bg_level1_on.jpg') repeat-x center center;			
			color: #efefef !important;
			border:1px solid #fff;
		}
		a.fullStats_link{
			background: url('http://thecchl.com/img/site_images/318//bg_level1_off.jpg') repeat-x center center;	
			border: 1px solid #444;			
			display: block;
			font-size: 10px;
			font-weight: bold;	
			height: 10px;	
			line-height: 10px;
			margin: auto;	
			padding: 3px !important;	/* Don't let other links override the button! */
			text-align: center;							
			text-transform: uppercase;
			width: 100px;	
			color: #ffffff;
		}	

	.pscms_widget .bpeDownload a.fullStats_link{
		background: transparent url(http://thecchl.com/img/icon_download.gif) no-repeat; left center;
	}

/* Divisions, seasons, extra info in here. */
.extra_info{ 
	display: block;					
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;						
}	
	
/* Bottom of any widget if we need a button. */
.sap{
	margin: auto;					
	padding: 6px 0 0 0;
	clear: both;
}

/* HEYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY*/


/* Styles for usability and readability */
.alt{ background-color: #ffffff; color: #464646; }
.odd{ background-color: #dddddd; color: #464646; }	


/* Search filter styles */
#filter_result{
	border: 1px solid #999999;
	margin: auto; 
	width: 98%;
}

.filter_result{

}
	

.filter_control{ 
	margin: auto;
	margin-bottom: 12px;
	font-size: 10px;	
}
	.filter_control table{
		width: 100%;
		border: none;
	}
	
/**************************************************************
 pscms_widgets overrides.
**************************************************************/	
.bpeDownload,
.bpeFlash,
.bpeLink,
.bpeImage{
	background: none;
	border: none;
}	
/**************************************************************
 The rest of the styles.
**************************************************************/
/** Need to change this to grab the config.php variables **/

.bpeTb{
    margin: 20px 0 10px 0;
    padding: 6px;
}
	.bpeTb h2{
		overflow: visible;
		height: auto;
	}

.bpeYouTube{ text-align: center; }
	.bpeYouTube .extra_info{	text-align: center; } 
	
.bpeImage{
    margin: 20px 0 10px 0;
    padding:0;
    text-align: center;
    font-size: 10px;
}
	.bpeImage img{
		padding: 0px;
		margin: 0px;
	}

.bpeLink{ margin: 0; }
	.bpeLink a{ 	}
	.bpeLink a.small{ font-size: 80%; }
	.bpeLink a.medium{ font-size: 100%; }
	.bpeLink a.large{ font-size: 150%; }
	.bpeLink p{ margin: 7px 0;	}
	.bpeLink h4, 
	.bpeLink h3, 
	.bpeLink h2{
		margin: 0px;
	}

#sponsorsLeft .bpeLink a, #sponsorsRight .bpeLink a{
	margin: 0;
	padding: 0;
	background: none;
}

.bpeSmall{ font-size: 85%; }
.bpeMedium{ font-size: 100%; }
.bpeLarge{ 	font-size: 120%; }

.bpeDivider{
	margin: 15px 0;
}

.bpeDivider hr{
	border: none;
	border-top: 1px solid #ffffff;
	background: none;
}

/**************************************************************
BPE Download
**************************************************************/
.bpeDownload{ 
	font-size: 12px;
}
.bpeDownload a{ padding: 6px 0 6px 20px; }
	.bpeDownloadPic{ background: transparent url(http://thecchl.com/img/pic.png) no-repeat left center; }
	.bpeDownloadTxt{ background: transparent url(http://thecchl.com/img/txt.png) no-repeat left center; }
	.bpeDownloadPdf{ background: transparent url(http://thecchl.com/img/pdf.png) no-repeat left center; }
	.bpeDownloadArchive{ background: transparent url(http://thecchl.com/img/archive.png) no-repeat left center; }
	.bpeDownloadFile{ background: transparent url(http://thecchl.com/img/file.png) no-repeat left center; }

/**************************************************************
BPE Forms
**************************************************************/
.bpeFormPub{
	margin: auto;
	border: 1px solid #999;	
}
	.bpeFormPub form{	margin: auto; width: 100%; }
	.bpeFormPub input,
	.bpeFormPub textarea, 
	.bpeFormPub select{
		border: 1px solid #aaa;
		display: inline;							
		margin: 0 auto;
		padding: 3px;				
	}
	
	.bpeFormPub label{
		display: block;
		margin: 0;
		padding: 0;
		font-weight: bold;						
	}						
	
	.bpeFormPub option{ border: 1px dotted #ccc; }
	.bpeFormPub fieldset{ border: none; padding: 0; }	
		.bpeFormPub fieldset fieldset{  }	
		.bpeFormPub fieldset fieldset div input, 
		.bpeFormPub fieldset fieldset div label{
			border: none;							
			display: inline;
			font-weight: normal;								
			margin: 3px;
		}	
	
	/* BPE Form required field */
	.bpeForm_required{ color: #ff0000; }
	
	/* BPE Form submit button */
	.bpeFormPub .submit input{ 
		background: url('http://thecchl.com/img/site_images/318//bg_level1_off.jpg') repeat-x center center;	
		color: #ffffff;
		cursor: pointer;
		display: block;
		font-size: 10px;
		font-weight: bold;	
		margin: 12px 0 0 0 6px;	
		padding: 3px;
		text-align: center;							
		text-transform: uppercase;
		width: 80px;
	}	

/**************************************************************
Content Styles
**************************************************************/

.smallText{
	font-size: 80%;
}

.defaultText{
	font-size: 100%;
}

.largeText{
	font-size: 130%;
}

.highlightText{
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
}

.bpeTb table{
	border:1px solid #ffffff;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
}

.bpeTb table td{
	padding: 3px;
}

.bpeTb table.tableBorders td{
	border-width: 1px;
	border-style: inset;
}

.bpeTb table thead, .tableHeaderRow, .tableCellBold{
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
}


/**************************************************************
Widgets: Flash scoreboard, news, stats.
**************************************************************/

/*video viewer box */
.video {
	background-color: #000000;
	padding:5px;
	background-image:url(http://thecchl.com/img/site_images/318/back_video.jpg);
	background-repeat:repeat-x;
}


/**************************************************************
Widgets: Flash scoreboard, news, stats.
**************************************************************/

/*latest news on home page */
.latestNews {
	background-color: #000000;
	padding:5px;
	width:290px;
	background-image:url(http://thecchl.com/img/site_images/318/back_video.jpg);
	background-repeat:repeat-x;
}

.txt {
}


/**************************************************************
Widgets: News styles
**************************************************************/

.bpeNews{
	display:block;
	clear:both;
	width:100%;
	margin-top:15px
}

.bpeNewsArticle{
	padding: 4px;
}

/* Temp styles for news page */
.bpeNewsStyle{
	padding: 0 0 8px 8px;
}
	.bpeNewsStyle h2{ margin: 0; background: none; text-indent: 0px; line-height: normal; height: auto; padding:0px;}
	.bpeNewsStyle h2 a:link{ color: #464646;}
		.bpeNewsStyle h2 a:visited{ color: #464646;}
		.bpeNewsStyle h2 a:focus{ color: #464646;}
		.bpeNewsStyle h2 a:hover{ color: #666;}
		.bpeNewsStyle h2 a:active{ color: #666;}

	.bpeNewsStyle a.fullStats_link{ margin: auto 0; }		

.newsThumb{
	border: 1px solid #666;
	padding: 1px;
	margin-right: 12px;
	margin-left: 8px
	width: 120px;
	overflow: hidden;
}

.bpeNews .last{ border-bottom: none; }

.newInfo{ 
	padding:0px;
	margin:0px
}

.newsItemText{ margin-bottom: 12px; }

.fullStory{
	display:block;
	text-align:right;
	clear:both;
	margin-top:10px;
	margin-bottom:10px
}

.bpeNewsAggregator{ padding: 12px 16px; }

.newsAggregatorDate{
	font-size:10px;
	margin-bottom: 12px;
	color: #222222;
}

.bpeNewsAggregator p{
	padding:2px;
	margin: 0 0 0 0px;
}




/**************************************************************
Widget: NEW Stats styles.
**************************************************************/



.statsWidget{ 
	padding-bottom: 6px;
}					
	.statsWidget ul.statsWidget_playerInfo{
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 0px;
	}
		.statsWidget ul.statsWidget_playerInfo li{
			display: block;
		}
		
		.statsWidget span.playerInfo{}
		
		.statsWidget .odd{ background-color: #dddddd; color: #464646; }
		.statsWidget .alt{ background-color: #ffffff; color: #464646; }		

	/* Container for all the content (non-headings, subheadings) */	
	.statsWidget_container{	
		background: none;
		padding: 0px;	
	}	

	/* The actual stats table inside of any widget */
	.statsWidget table.stats{
		border: 1px solid #aaa;
		border-right: none;
		margin: auto;
		width: 96%;
	}						
		.statsWidget table.stats tr .name{ text-align: left; }
		.statsWidget table.stats tr td{
			padding: 2px 6px;
			border-top: 1px solid #aaa;
			border-right: 1px solid #aaa;
			text-align: center;
		}					
		
		.statsWidget table.stats th{
			border-right: 1px solid #aaa;
			color: #333;
			padding: 3px 6px;
			text-align: center;
		}
		
		.statsWidget table.stats th.title,
		.statsWidget table.stats tr.thed{
			background: #999 url('http://thecchl.com/img/bg_statsWidget_subHeading.jpg') repeat-x center ;
			color: #ffffff;
			font-weight: bold;
			font-size: 12px;
			text-align: left;
			text-transform: uppercase;
		}	
			.statsWidget table.stats th.title{ padding: 12px 0; }
			.statsWidget table.stats tr.thed{
				border-top:1px solid #ddd;
				font-size: 10px;
				padding: 4px;
			}	



				
/**************************************************************
Widget: New Next game stats.
**************************************************************/				
/* The actual frame in the next game / prev game / game widget box that holds all the team logos, text and records */
.pscms_game_widget_content {
	border: 1px solid #999;		
	clear: both;
	margin: 0 auto;
	padding: 0 0 6px 0;
	width: 96%;
}

.next_game{
	background: #fff url('http://thecchl.com/img/pscms_game_widget_bg.jpg') no-repeat center top;					
}

.last_game{
	background: #fff url('http://thecchl.com/img/pscms_game_widget_plain_bg.jpg') repeat-x center top;					
}			

/* Team logos for next game / prev game */
.pscms_game_widget_content .logo{
	border: 1px solid #ccc;
}

#tabscontent{
	text-transform: uppercase;
}
	/* Height next game */
	#tabContent1{
	}
	/* Height of prev game */
	#tabContent2{
	}	
	
/* Next game / Prev game menu items. */
.statsWidget_container ul.gameWidgetNav{
	clear: both;	
	list-style:none;		
	margin: auto;
	padding: 0;
	width: 96%;
}
	.statsWidget_container a{
	}
		.statsWidget_container a span.menuItem{
			background: url('http://thecchl.com/img/site_images/318//bg_level1_off.jpg') repeat-x center top;			
			color: #ffffff;				
			display:block;
			font-weight: bold;				
			padding: 6px;	
			margin-bottom: 1px;
		}
		/* Menu item hover tags */
		.statsWidget_container a:hover{ }
		.statsWidget_container a:hover span.menuItem{ 
			background: url('http://thecchl.com/img/site_images/318//bg_level1_on.jpg') repeat-x center top; 
			color: #efefef;
		}
		
		#tabHeaderAvtive span.menuItem, #tabHeaderActive a{	display: block;	}
		#tabHeaderActive span.menuItem{ border-bottom: 1px solid #ffcc00; }	


/**************************************************************
Widget: Next game stats.
**************************************************************/
.pscms_widget .pscms_game_widget_content a{
	font-weight: bold;
	font-size: 11px;
}

.pscms_widget .pscms_game_widget_content .record{
	display: block;
}

.widget_nextGame,
.widget_nextGameTop,
.widget_nextGameMiddle,
.widget_nextGameBottom{
	width: 318px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

.widget_nextGame{
	margin-bottom: 10px;
	clear: both;
}

.widget_nextGameTop{
	height: 31px;
	background-position: top middle;
}

.widget_nextGameTop_hockey{			background-image: url(http://thecchl.com/img/pscms_widget_next_game_hky_top.jpg);			}
.widget_nextGameTop_baseball{		background-image: url(http://thecchl.com/img/pscms_widget_next_game_baseball_top.jpg);	}
.widget_nextGameTop_lacrosse{		background-image: url(http://thecchl.com/img/pscms_widget_next_game_lax_top.jpg);			}
.widget_nextGameTop_soccer{			background-image: url(http://thecchl.com/img/pscms_widget_next_game_scr_middle.jpg);		}

.widget_nextGameMiddle{
	height: 124px;	
	background-position: middle middle;
}

.widget_nextGameMiddle_hockey{			background-image: url(http://thecchl.com/img/pscms_widget_next_game_hky_middle.jpg);		}
.widget_nextGameMiddle_baseball{		background-image: url(http://thecchl.com/img/pscms_widget_next_game_baseball_middle.jpg);	}
.widget_nextGameMiddle_lacrosse{		background-image: url(http://thecchl.com/img/pscms_widget_next_game_lax_middle.jpg);		}
.widget_nextGameMiddle_soccer{			background-image: url(http://thecchl.com/img/pscms_widget_next_game_scr_middle.jpg);		}

.widget_nextGameBottom{
	height: 41px;	
	background-position: bottom middle;
}

.widget_nextGameBottom_hockey{			background-image: url(http://thecchl.com/img/pscms_widget_next_game_hky_bottom.jpg);		}
.widget_nextGameBottom_baseball{		background-image: url(http://thecchl.com/img/pscms_widget_next_game_baseball_bottom.jpg);	}
.widget_nextGameBottom_lacrosse{		background-image: url(http://thecchl.com/img/pscms_widget_next_game_lax_bottom.jpg);		}
.widget_nextGameBottom_soccer{			background-image: url(http://thecchl.com/img/pscms_widget_next_game_scr_bottom.jpg);		}

.widget_nextGameTop h2{
	color: #ffffff;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-indent: 5px;
	line-height: 21px;
	margin: 0;
	padding: 0;	
	background: none;
}

.widget_nextGameLink{
	clear: both;
	width: 318px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;	
}

.widget_nextGameBottom p.away, .widget_nextGameBottom p.home {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.widget_nextGame p.away{
	float: left;
	margin-left: 20px;
}

.widget_nextGame p.home{
	float: right;
}

.widget_nextGame p.home span.record, .widget_nextGame p.away span.record{
	display: block;
	font-size: 10px;
	font-weight: normal;
}

.widget_nextGameBox{
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	margin-top: 15px;
}

.widget_nextGameBoxAway{
	float: left;
	margin-left: 10px;
}

.widget_nextGameBoxHome{
	float: right;
	margin-right: 10px;
}

/**************************************************************
Widget: Previous game stats.
**************************************************************/

.widget_prevGame,
.widget_prevGameTop,
.widget_prevGameMiddle,
.widget_prevGameBottom,
.widget_prevGameLink{
	width: 318px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	color: #333333;
}

.widget_prevGame{
	margin-bottom: 10px;
	position: relative;
}

.widget_prevGameTop{
	background-position: top middle;
	height: 31px;
}

.widget_prevGameTop_hockey{			background-image: url(http://thecchl.com/img/pscms_widget_prev_game_hky_top.jpg);		}
.widget_prevGameTop_baseball{		background-image: url(http://thecchl.com/img/pscms_widget_prev_game_baseball_top.jpg);	}
.widget_prevGameTop_lacrosse{		background-image: url(http://thecchl.com/img/pscms_widget_prev_game_lax_top.jpg);		}
.widget_prevGameTop_soccer{			background-image: url(http://thecchl.com/img/pscms_widget_prev_game_scr_top.jpg);		}


.widget_prevGameMiddle{
	background-position: bottom middle;
	height: 124px;
}

.widget_prevGameMiddle_hockey{			background-image: url(http://thecchl.com/img/pscms_widget_prev_game_hky_middle.jpg);		}
.widget_prevGameMiddle_baseball{		background-image: url(http://thecchl.com/img/pscms_widget_prev_game_baseball_middle.jpg);	}
.widget_prevGameMiddle_lacrosse{		background-image: url(http://thecchl.com/img/pscms_widget_prev_game_lax_middle.jpg);		}
.widget_prevGameMiddle_soccer{			background-image: url(http://thecchl.com/img/pscms_widget_prev_game_scr_middle.jpg);		}


.widget_prevGameBottom{
	background-position: bottom middle;
	height: 41px;
}

.widget_prevGameBottom_hockey{			background-image: url(http://thecchl.com/img/pscms_widget_prev_game_hky_bottom.jpg);		}
.widget_prevGameBottom_baseball{		background-image: url(http://thecchl.com/img/pscms_widget_prev_game_baseball_bottom.jpg);	}
.widget_prevGameBottom_lacrosse{		background-image: url(http://thecchl.com/img/pscms_widget_prev_game_lax_bottom.jpg);		}
.widget_prevGameBottom_soccer{			background-image: url(http://thecchl.com/img/pscms_widget_prev_game_scr_bottom.jpg);		}

.widget_prevGameTop h2{
	color: #ffffff;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-indent: 10px;
	padding: 0;
	margin: 0;
	background: none;
	width: 318px;	
	line-height: 130%;
}

.widget_prevGameBottom p{
	color: #ffffff;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	line-height: 130%;
	position: absolute;
	top: 150px;
	left: 8px;
}

.widget_prevGame p.away{
	float: left;
	margin-left: 14px;
}

.widget_prevGame p.home{
	float: right;
}

.widget_prevGameLink{
	clear: both;
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	top: 15px;
}

.widget_prevGame p.home span.record, .widget_prevGame p.away span.record{
	display: block;
	font-size: 10px;
	font-weight: normal;
}

.widget_prevGameBox{
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	margin-left: 10px;
}	
	
.widget_prevGameBoxAway{
	float: left;
}

.widget_prevGameBoxScore{
	float: left;
	margin-left: 5px;
}

.widget_prevGameTeamName{
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
}

.widget_prevGameScore{
	font-size: 25px;
	font-weight: bold;
	display: inline;
	float: right;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.widget_prevGameBoxHome{
	float: left;
	clear: both;
}

.widget_prevGame .record{
	font-size: 10px;
}

.first{
	margin-top: 7px;
}


/**************************************************************
Widget: Featured player stats.
**************************************************************/



/**************************************************************
Widget: SimplePhoto
**************************************************************/


/**************************************************************
Widget: Photo Album
**************************************************************/

.layout1-col1 .widget_photoAlbum{ width: 615px !important; }
.layout2-col1 .widget_photoAlbum{ width: 496px; }
.layout6-col1 .widget_photoAlbum{ width: 100%; }
.layout7-col1 .widget_photoAlbum{ width: 986px !important; }
.layout8-col1 .widget_photoAlbum{ width: 666px; }

/* Photo album set the widths here */
.layout1-col1 .widget_photoAlbum_thumb,
.layout1-col1 .widget_photoAlbum_entry{
	width: 149px; 
}

.layout7-col1 .widget_photoAlbum_thumb,
.layout7-col1 .widget_photoAlbum_entry{
	width: 220px; 
}

/* Photo albums links */
.widget_photoAlbum a:link{ color: #fff; }
	.widget_photoAlbum a:visited{ color: #ccc; }
	.widget_photoAlbum a:focus{ }
	.widget_photoAlbum a:hover{ color: #fff; }
	.widget_photoAlbum a{ border: none; }

.widget_photoAlbum_entry a img{
	border:  none;
	display: block;
	margin-bottom: 10px;
	clear: both;
}

.widget_photoAlbum_entry{
	border: 1px solid #afafaf;
	float: left;
	margin: 1px 1px;
	padding: 0px;
}

.widget_photoAlbum_thumb{
	height: 100px;	
	overflow: hidden;	
	width: 130px;
	margin: auto;
}

.widget_photoAlbum_info{
	background: url(http://thecchl.com/img/bg_photo_album_grad.jpg) repeat-x center center;
	border-top: 1px dotted #999;
	clear:both;
	color: #fff;
	font-size: 9px;
	height: 100px;		
	padding: 6px;
}
	.widget_photoAlbum_title{ padding: 0; margin: 0 0 3px 0; font-size: 12px; }

	.widget_photoAlbum_numPhotos, 
	.widget_photoAlbum_albumDate{
		text-align: left;
		margin: 0;
		padding: 0;
		font-size: 11px;
		text-decoration: none;
	}
		.widget_photoAlbum_numPhotos a:link,
		.widget_photoAlbum_albumDate a:link{
			text-decoration: none;
			color: #efefef;
		}	
	
widget_photoAlbum h2{
	margin: 0;
	padding: 0;
	background: none;
}




/**************************************************************
Widget: Photo Album selector
**************************************************************/
div.widget_photoAlbumSel{
	width: 100%;
	background-color: #111111;
	color: #ffffff;
	padding: 8px 0 8px 0;
}

h2.widget_photoAlbumSel_heading{
	margin:0;
}

div.widget_photoAlbumSel h4{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

select.widget_photoAlbumSel{
	color: #000000;
	border: 1px solid #efefef;;
	display: inline;
	font-size: 11px;	
	margin-left: 10px;	
}

/**************************************************************
Widget: Photo gallery
**************************************************************/
.widget_photoGalleryAlbum{   }
.widget_photoGallery_heading{ margin: 0; padding: 0; }
.widget_photoGallery h3{
	background: #333333;
	border-bottom: 1px solid #464646;
	color: #fff;
	padding: 6px;
}

#album{
	border: 1px solid #464646;
}

/* Widget photogallery widths for different layouts - All col3's */
.col3 .widget_photoGalleryFlash{ height: 375px; }

/* Widget photogallery widths for different layouts - Col1's */
.layout1-col1 .widget_photoGalleryFlash{ height: 496px; }
.layout2-col1 .widget_photoGalleryFlash{ height: 384px; }
.layout6-col1 .widget_photoGalleryFlash{ height: 660px; }
.layout7-col1 .widget_photoGalleryFlash{ height: 790px; }
.layout8-col1 .widget_photoGalleryFlash{ height: 550px; }



/**************************************************************
Calendar Styles                            
**************************************************************/

/* main calendary div wrapper */
.calendarDetails { margin-top:10px; }

/* event details page table */
#calendarEventDetails {
	width: 100%;
	margin-top:10px;
}
	#calendarEventDetails td { padding: 2px; }

.eventDetailsLeft {
	padding: 2px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.eventDetailsRight {
	padding: 2px;
	border-top:1px solid #cccccc;
}

/* calendar table link styles */
#eventsCalendar a 			{  }
#eventsCalendar a:link		{ color: #222222; }
#eventsCalendar a:visited	{ color: #444444; }
#eventsCalendar a:hover		{ color: #666666;  }
#eventsCalendar a:active	{ color: #222222; }

/* calendar table style */	
td.calendarheight{
	border: 1px solid #afafaf;
	background-color:#eeeeee;
	height:90px;
	width:60px;
	color:#000000;	
}

td.last{
	border-right: 1px solid #afafaf;
}

.calendarDate {
	width:100%;
	padding:0px 0;
	background: none;
	color: #222222;
}

.calenderHeaderRow {
	background: url('http://thecchl.com/img/site_images/318//bg_level1_off.jpg') repeat-x center top;			
	color: #ffffff;
	font-size:10px;
	height: 25px	
	padding:5px;
	vertical-align: middle !important;
}

.calenderHeaderRowMonth{
	background: url('http://thecchl.com/img/site_images/318//bg_level1_off.jpg') repeat-x center top;			
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 25px;	
	text-align: center;
	vertical-align: middle !important;
}


.calenderHeaderRow a:link			{ color: #ffffff; }
	.calenderHeaderRow a:visited 	{ color: #aaaaaa; }
	.calenderHeaderRow a:hover 		{ color: #afafaf; }
	.calenderHeaderRow a			{  }

/* for calendar legend */
div.game {
	background-color:#D8DFEA;
	width:20px;
	padding:2px;
	border:1px solid #dddddd;
}

/* event/game wrappers in calendar */
div.eventholder {
	border:1px solid #dddddd;
	background-color:#F6F6BF;
	padding:2px;
	margin-bottom:5px;
}

div.multidayholder {
	border:1px solid #cccccc;
	background-color:#cccc99;
	padding:2px;
	margin-bottom:5px;
}

div.eventHolder a, div.multidayHolder a{ 	color: #333333; }
div.eventHolder a:visited, div.multidayHolder a:visited{ 	color: #333333; }
div.eventHolder a:hover, div.multidayHolder a:hover{ 	color: #666666; }

div.event {
	background-color:#FFFFCC;
	width:20px;
	padding:2px;
	border:1px solid #dddddd;
}

/* today's header */
.calendarToday {	
	color: #000000;
	font-weight:bold;
	background-color:#FF9999;
	padding:2px;
	
}

.calendarTabs {
	text-align: left;
	width: 190px;
}

.calendarDayRow {
	background-color:#666666;
	color: #fff;
	padding: 0px;
	text-align: center;
}

.calendarGameHome {
	background-color:#BDD0E1;
	border:1px solid #dddddd;
	padding: 2px;
}

.calendarGameAway {
	background-color:#B2CBB2;
	border:1px solid #dddddd;
	padding: 2px;
}

.calendarLegend{ 
	background: rgb(204, 204, 204) url(/img/bg_statsWidget_subHeading.jpg) repeat-x scroll left top; 
	text-align: center; 
	color: rgb(102, 102, 102);
	margin-top: 6px;
	border-top: 1px dotted #afafaf;
	padding: 5px; 
}
	.calendarLegend div{
		width:20px;
		height:20px;
		display:inline;
		border: 1px solid #ddd;
	}
	#calendarAwayGameLegend { background-color:#B2CBB2; }
	#calendarHomeGameLegend { background-color:#BDD0E1; }
	#calendarEventLegend { background-color:#FFFFCC; }	
	#calendarEventMDLegend { background-color: #CCCC99 };

.calendarListEventOn { }
.calendarListEventOff { }

.calendarListSectionHeader {
	background-color: #666666;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}

#calendarListGames { width:100%; }
	#calendarListGames td {
		padding: 2px;
		border-bottom:1px solid #cccccc;
		background-color: #eeeeee;
	}

/*Event cell in list view */
.calendarListEvent{ text-decoration: none; }
	#calendarListEvents{ width:100%; }
	#calendarListEvents td {
		padding: 2px;
		border-bottom:1px solid #cccccc;
		background-color: #eeeeee;
	}

.calendarListEvent a 			{  }
.calendarListEvent a:visited 	{ #444444;}
.calendarListEvent a:link 		{ #222222;	}
.calendarListEvent a:hover		{ #666666;	}

/*Day cell in List view */
.calendarListDay {
	width:30px;
	font-weight:bold;
	font-size:12px;
	color: #222222;
}

.imgLeft{
	float: left;
	padding: 5px 11px 5px 0;
}

.imgCenter{
	text-align: center;
	width: 100%;
	padding: 5px 0;
}

.imgRight{
	float: right;
	padding: 5px 0 5px 11px;
}

/**************************************************************
Sharing: Share this button + styles
**************************************************************/
.share_this_button{
	width: 125px;
	height: 16px;
	margin: 0px;
}

.share{
	float: left;
}

.share_rss{

}

/**************************************************************
Network: Network Ads and other ad slots
**************************************************************/

#networkAdRight {
	margin: 6px auto;
	width: 300px;
}
#networkAdLeft {
	margin: 6px auto;
}
#topAdSlot {
	margin: auto;
	padding:6px;
	text-align:center;
	background-color: #000000;
}
#bottomAdSlot {
	margin: auto;
	padding:6px;
	text-align:center;
}



/**************************************************************
Table Header Rows
**************************************************************/
.header_row {
		color: #FFFFFF;
			background-color:#000000;
		font-weight:bold;
}



/**************************************************************
Tabs for tabbing.
**************************************************************/

/** TAB VIEW CSS **/
	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		padding-bottom: 5px;
		margin: 2px;
		color:#000000;
		
	}
	.dhtmlgoodies_tabPane div{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('http://thecchl.com/images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('http://thecchl.com/images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('http://thecchl.com/images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
		color:#000000;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
		color:#000000;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	
/*****
Events agg test.
****/


.centering_container{
width: 100%;
text-align: center;
padding: 6px 0;
}

.calendarDetails{
background: #ffffff;
margin: 0;
padding: 0;
}
.calendarDetails h4{
	color: #999;
	font-size: 13px;
	margin: 12px 0 0 0;
}									
.calendarDetails .share{
	float: right;
	margin: 3px 6px 0 0;
}
.eventDetails{
	padding: 3px 0 0 6px;
	width: 100%;
}
.eventDetails .left{
	border: none;
	float: left;									
	width: 150px;
	padding-right: 3px;
}
.eventDetails .right{									
	border: none;
	border-left: 1px dotted #ccc;	
	float: left;									
	padding-left: 1%;
	width: 70%;
}
	.eventDetails .description{
		line-height: 1.55em;
		margin: 0;
		padding: 0;
	}									

.newsAggregatorDate{
	background-color:#EFEFEF;											
	border: 1px solid #666;
	color: #464646;
	float: left;
	padding: 0pt;
	position: relative;
	text-align: center; 										
	width: 55px;
}	
	.newsAggregatorDate .day{
		text-transform: uppercase;
		border-bottom: 1px solid #cfcfcf;
		background-color: #efefef;
	}
	.newsAggregatorDate .date{
		font-size: 14px;
		font-weight: bold;
		background-color: #fff;		
	}
	.newsAggregatorDate .month{
		font-size: 11px;
		font-weight: bold; 
		background-color: #fff;		
	}
	.newsAggregatorDate .time{
		background-color:#efefef;
		border-top: 1px solid #ccc;											
	}
	.newsAggregatorDate .notYear{
		width: 40px;
		border-right: 1px solid #cfcfcf;										
	}
	.newsAggregatorDate .year{
		color: #999;
		font-weight: bold;
		font-size: 12px;
		border-top: 1px solid #cfcfcf;	
	}


	
/**************************************************************
PSReg: Registration styles intergation.
**************************************************************/	
/* PSREG: A list of registrations open / closed. */
ul.psreg_registration_list{
	list-style-type: none;
	margin: 0;
	padding: 3px;
}
	ul.psreg_registration_list li{
		margin: 0;
		padding-top: 3px;
	}

/* Button for registration, should take styles from the CMS full stats link. */
.psreg_registration_holder a.fullStats_link:hover {
	cursor: pointer;
}

.psreg_registration_holder a.fullStats_link {
	width:70px;
	cursor: pointer;
}

.plus{
	background: transparent url('/img/reg_plus.gif') 0px 0px no-repeat;
	border: none;
	padding: 1px 0 1px 18px;
}

.minus{
	background: transparent url('/img/reg_minus.gif') 0px 0px no-repeat;
	border: none;
	padding: 1px 0 1px 18px;
}

/* PSREG: Holds the registrations table */
.psreg_program{
	background: #fff;
	padding: 12px 8px;	
}

.psreg_all, .psreg_registration_holder{
	padding: 3px;
	margin: 3px auto;
	border: 1px solid #999;
	border-collapse: collapse;	
	font-size: 11px;
}
	/* Styles for the registrations */
	.psreg_all tr th, .psreg_all tr td, .psreg_registration_holder table thead tr th, .psreg_registration_holder tr td{
		border: 1px solid #999;
		padding: 3px;
	}
	
	.expand{
		display: none;
	}
	
	.show{
		display: table-row;
	}
	
	.psreg_all tr.expand td{
	}
	
.psreg_all{
	border: 1px solid #666;;
}	

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 699;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 700;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #f6f6f6;
	height: 100%;
	
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
	overflow-x: hidden !important;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../img/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  	background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

form {
	margin-bottom: 5px;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}


.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}




.validation_required {
	color : #FF0000;
}



.validation_message {
	padding: 4px;
	padding-left: 28px;
	margin-top: 5px;
	background-color: #FFFE52;
	color : #333333;
	font-weight: bold;
	background-image: url(/img/bg_warning.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #FBC52F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 }
.validation-failed { 
      background-color: #FFFE52; 
      border: 1px solid #FBC52F;
  }

 
  .validation-advice {
	padding: 4px;
	padding-left: 28px;
	margin-top: 5px;
	background-color: #FFFE52;
	color : #333333;
	font-weight: bold;
	background-image: url(/img/bg_warning.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #FBC52F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 }
 

/* Styles for ColorPicker popUp */

#colorpicker {
  position: absolute;
  width: 145px;
  height: 135px;
  overflow: hidden;
  background: #F9F9F9;
  border: 2px #C0C0C0 outset;
  z-index: 1000;
}

#colorpicker-hue-container {
    position: absolute; 
    top: 4px;
    left: 120px; 
    width: 18px;
    height: 110px; 
}

#colorpicker-hue-bg-img {
    width: 100%; 
    height: 100%; 
}

#colorpicker-hue-slider {
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
}

#colorpicker-hue-thumb { 
    position: absolute; 
    top: 0;
    left: 0;
    width: 18px; 
    height: 18px; 
    z-index: 1009;
    cursor: default;
}

#colorpicker-bar {
  text-align: right;
  padding-right: 10px;
}

#colorpicker-close {
  cursor: pointer;
  color: blue;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
}

#colorpicker-div {
  position: absolute; 
  top: 8px;
  left: 8px; 
  width: 100px;
  height: 100px; 
  border: 1px solid #666;
}

#colorpicker-bg,
#colorpicker-bg-overlay { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
}
#colorpicker-selector { 
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 11px; 
  height: 11px; 
  z-index: 1009;
  margin-top: -6px;
  margin-left: -6px;
  cursor: default;
}
#colorpicker-selector img {
  position: absolute;
  left: 0;
  top: 0;
}
#colorpicker-footer {
  position: absolute; 
  top: 114px;
  left: 10px; 
  width: 127px;
}

#colorpicker-value {
  float: left;
}

#colorpicker-value,
#colorpicker-value-input {
  font-size: 9px !important;
  font-family: Helvetica, Verdana, Sans-Serif;
  height: 10px;
}

#colorpicker-value-input {
  width: 40px;
}
#colorpicker-okbutton {
  float: right;
  padding: 0 10px;
  background: #3366FF;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  border: 1px solid #666666;
  color: #ffffff;
}

/* CSS */

.DynarchCalendar {
  border: 1px solid #aaa;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #e8e8e8;
  font: 11px;
  line-height: 14px;
  position: relative;
  cursor: default;
}

.DynarchCalendar table {
  border-collapse: collapse;
  font: 11px;
  line-height: 14px;
}

.DynarchCalendar-topBar {
  border-bottom: 1px solid #aaa;
  background: #ddd;
  padding: 5px 0 0 0;
}

table.DynarchCalendar-titleCont {
  font-size: 130%; font-weight: bold;
  color: #444;
  text-align: center;
  z-index: 9;
  position: relative;
  margin-top: -6px;
}

.DynarchCalendar-title div {
  padding: 5px 17px;
}
.DynarchCalendar-hover-title div {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  background-image: url("/css/jscal2/img/drop-down.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.DynarchCalendar-pressed-title div {
  border: 1px solid #000;
  padding: 4px 16px;
  background-color: #777;
  color: #fff;
  background-image: url("/css/jscal2/img/drop-up.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}






.DynarchCalendar-bottomBar {
  border-top: 1px solid #aaa;
  background: #ddd;
  padding: 2px;
  position: relative;
  text-align: center;
}

.DynarchCalendar-bottomBar-today {
  padding: 2px 15px;
}

.DynarchCalendar-hover-bottomBar-today {
  border: 1px solid #000;
  background-color: #fff;
  padding: 1px 14px;
}
.DynarchCalendar-pressed-bottomBar-today {
  border: 1px solid #000;
  background-color: #777;
  color: #fff;
  padding: 1px 14px;
}

.DynarchCalendar-body {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DynarchCalendar-first-col { padding-left: 5px; }
.DynarchCalendar-last-col { padding-right: 5px; }

.DynarchCalendar-animBody-backYear {
  position: absolute;
  top: -100%;
  left: 0;
}
.DynarchCalendar-animBody-back {
  position: absolute;
  top: 5px;
  left: -100%;
}
.DynarchCalendar-animBody-fwd {
  position: absolute;
  top: 5px;
  left: 100%;
}
.DynarchCalendar-animBody-now {
  position: absolute;
  top: 5px;
  left: 0;
}
.DynarchCalendar-animBody-fwdYear {
  position: absolute;
  top: 100%;
  left: 0;
}

.DynarchCalendar-dayNames {
  padding-left: 5px;
  padding-right: 5px;
}

.DynarchCalendar-dayNames div { font-weight: bold; color: #444; }

.DynarchCalendar-navBtn {
  position: absolute;
  top: 5px;
  z-index: 10;
}

.DynarchCalendar-navBtn div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 15px;
  width: 16px;
  padding: 1px;
}
.DynarchCalendar-hover-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #fff;
}
.DynarchCalendar-navDisabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.DynarchCalendar-pressed-navBtn div {
  border: 1px solid #000;
  padding: 0;
  background-color: #777;
  color: #fff;
}

.DynarchCalendar-prevMonth {
  left: 25px;
}

.DynarchCalendar-nextMonth {
  left: 100%;
  margin-left: -43px;
}

.DynarchCalendar-prevYear {
  left: 5px;
}

.DynarchCalendar-nextYear {
  left: 100%;
  margin-left: -23px;
}

.DynarchCalendar-prevMonth div {
  background-image: url("/css/jscal2/img/nav-left.gif");
}

.DynarchCalendar-nextMonth div {
  background-image: url("/css/jscal2/img/nav-right.gif");
}

.DynarchCalendar-prevYear div {
  /*background-image: url("/css/jscal2/img/nav-left-x2.gif");*/
  display:none;
}

.DynarchCalendar-nextYear div {
  /*background-image: url("/css/jscal2/img/nav-right-x2.gif");*/
  display:none;
}

.DynarchCalendar-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.DynarchCalendar-menu table td div {
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-menu-month {
  width: 4em;
  text-align: center;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
}
.DynarchCalendar-menu table td div.DynarchCalendar-pressed-navBtn {
  border: 1px solid #000;
  padding: 2px 4px;
  background-color: #777;
  color: #fff !important;
}

.DynarchCalendar-menu-year {
  text-align: center;
  font: 16px ;
  font-weight: bold;
}

.DynarchCalendar-menu-sep {
  height: 1px; font-size: 1px; line-height: 1px;
  overflow: hidden;
  border-top: 1px solid #888;
  background: #fff;
  margin-top: 4px; margin-bottom: 3px;
}

.DynarchCalendar-time td { font-weight: bold; font-size: 120%; }
.DynarchCalendar-time-hour, .DynarchCalendar-time-minute { padding: 1px 3px; }
.DynarchCalendar-time-down { background: url("/css/jscal2/img/time-down.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-up { background: url("/css/jscal2/img/time-up.png") no-repeat 50% 50%; width: 11px; height: 8px; opacity: 0.5; }
.DynarchCalendar-time-sep { padding: 0 2px; }
.DynarchCalendar-hover-time { background-color: #444; color: #fff; opacity: 1; }
.DynarchCalendar-pressed-time { background-color: #000; color: #fff; opacity: 1; }
.DynarchCalendar-time-am { padding: 1px; width: 2.5em; text-align: center; }

/* body */

.DynarchCalendar-hover-week { background-color: #ddd; }

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  width: 1.7em;
  padding: 3px 4px;
  text-align: center;
}
.DynarchCalendar-weekNumber {
  border-right: 1px solid #aaa;
  margin-right: 4px;
  width: 2em !important;
  padding-right: 8px !important;
}

.DynarchCalendar-day {
  text-align: right; color: #222;
}
.DynarchCalendar-day-othermonth { color: #888; }
.DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-today { color: #00f; font-weight: bold; }

.DynarchCalendar-day-disabled {
  opacity: 0.5;
}

.DynarchCalendar-hover-date {
  padding: 2px 3px;
  background-color: #eef;
  border: 1px solid #88c;
  margin: 0 !important;
  color: #000;
}

.DynarchCalendar-day-othermonth.DynarchCalendar-hover-date { border-color: #aaa; color: #888; }

.DynarchCalendar-dayNames .DynarchCalendar-weekend { color: #c22; }
.DynarchCalendar-day-othermonth.DynarchCalendar-weekend { color: #d88; }

.DynarchCalendar-day-selected {
  padding: 2px 3px;
  margin: 1px;
  background-color: #aaa;
  color: #000 !important;
}
.DynarchCalendar-day-today.DynarchCalendar-day-selected { background-color: #999; }

/* focus */

.DynarchCalendar-focusLink {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.DynarchCalendar-focused {
  border-color: #000;
}

.DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: #ccc;
  border-color: #336;
}

.DynarchCalendar-focused .DynarchCalendar-hover-week {
  background-color: #ccc;
}

.DynarchCalendar-tooltip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.DynarchCalendar-tooltipCont {
  margin: 0 5px 0 5px;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 3px 6px;
  background: #ddd;
}

.DynarchCalendar-focused .DynarchCalendar-tooltipCont {
  background: #ccc;
  border-color: #000;
}

@media print {
  .DynarchCalendar-day-selected {
    padding: 2px 3px;
    border: 1px solid #000;
    margin: 0 !important;
  }
}

.DynarchCalendar, .DynarchCalendar table {
  font-size: 10px;
}
.DynarchCalendar-dayNames { padding: 0; }
.DynarchCalendar-body { padding: 0; }
.DynarchCalendar-animBody-back { top: 0; }
.DynarchCalendar-animBody-fwd { top: 0; }
.DynarchCalendar-animBody-now { top: 0; }
.DynarchCalendar-first-col { padding-left: 0; }
.DynarchCalendar-last-col { padding-right: 0; }
.DynarchCalendar-weekNumber {
  margin-right: 0;
  padding-right: 4px !important;
}
.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
  padding: 1px 2px;
}
.DynarchCalendar-menu-year { font-size: 12px; }

.DynarchCalendar-hover-date {
  padding: 0px 1px;
}
.DynarchCalendar-day-selected {
  padding: 0px 1px;
}
.DynarchCalendar-menu table td div {
  padding: 2px 4px;
}
.DynarchCalendar-menu table td div.DynarchCalendar-hover-navBtn {
  padding: 1px 3px;
}

/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
	width: 500px;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
	.tooltip .xb1 { margin: 0 5px; background: #333; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;

	}/***********************************************/
/* Edit Mode Styles                            */
/***********************************************/ 
fieldset {
		font-size: 11px;
}
#editBar
{
	width: 100%;
	height: 21px;
	background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
	font-size: 10px;
	padding-top: 4px;
	color:#565656;
	position: relative;
	top: 0px;
	left: 0px;
}

#editBar select
{
	height: 16px;
	font-size: 10px;
}

#editBar ul, #accountBar ul
{
	list-style: none;
	margin: 0; padding: 0;
}

#editBar ul li, #accountBar ul li
{
	padding-right: 10px;
	display: inline;
	margin: 0;
}

#accountBar
{
	width: 100%;
	height: 16px;
	border-top: 1px solid gray;
	border-bottom: 1px solid #222;
	font-size: 10px;
	padding-top: 2px;
	color: #565656;
	background-color: #EFEFEF;
	position: relative;
	top: 0px;
	left: 0px;	
}

#accountBar a
{
	font-weight: normal;
	text-decoration: underline;
}

.button
{
    display:block;
    margin:0 4px 0 4px;
    background-color:#f5f5f5;
    border:1px solid #000;
    border-top:1px solid #000;
    border-left:1px solid #000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold; 
    cursor:pointer;
    padding:1px 7px 1px 7px; /* Links */
}

.addButton
{
    display:block;
	color:#FFFFFF;
    margin:0;
	background: #ff8a00 url(/img/add_bg.gif) repeat-x top center;
    border:1px solid #000;
    border-top:1px solid #000;
    border-left:1px solid #000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold; 
    cursor:pointer;
    padding:1px 7px 1px 7px; /* Links */	
    text-align: left;
}

.button:hover
{
    background-color:#dff4ff;
    /*border:1px solid #c2e1ef;*/
    color:#336699;
}

.button:active, .buttonActive
{
    background-color:#6299c5;
    border:1px solid #000;
    color:#fff;
}

.buttonPositive{
    background-color:#529214;
    /*border:1px solid #C6D880;*/
    color:#fff;
}

.buttonNegative{
    background-color:#d12f19;
    /*border:1px solid #fbc2c4;*/
    color:#fff;
}


/***********************************************/
/* Editable Region Styles                     */
/***********************************************/ 

/* next two styles are for the edit mode top menu */
#levelOneNav .levelOneEdit
{
  margin: 0; padding: 11px 2px 11px 2px; 
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

/* we need the background-image rule in here to ensure the arrows are not highlighted on mouseover */
#levelOneNav a.levelOneEdit:hover
{
  background: none;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

/*********** admin edit mode side menu arrow/delete button styles ***********/

#levelTwoNav .sideArrows
{
  float: left;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  padding: 0;
  height: 23px;
  border-bottom: 1px solid #333;
}

#levelTwoNav .sideArrows a
{
  margin: 5px 1px; padding: 0;
  display: block;
  width: 7px;
  height: 4px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  border: none;
}

#levelTwoNav .sideDel
{
  float: right;
  height: 23px;
}

#levelTwoNav div.sideDel a
{
  margin: 0; padding: 1px 1px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

#levelTwoNav .sideArrows a:hover, #levelTwoNav .sideDel a:hover
{
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

#levelThreeNav .sideArrows
{
  float: left;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  padding: 0;
  height: 23px;
  border-bottom: 1px solid #333;
}

#levelThreeNav .sideArrows a
{
  margin: 5px 1px; padding: 0;
  display: block;
  width: 7px;
  height: 4px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
  border: none;
}

#levelThreeNav div.sideDel
{
  float: right;
  height: 20px;
}

#levelThreeNav div.sideDel a
{
  margin: 0; padding: 1px 1px;
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

#levelThreeNav .sideArrows a:hover, #levelThreeNav .sideDel a:hover
{
  background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
}

.clear
{
  clear: both;
  display: block;
  font-size: 0;
  content: '.';
  visibility: hidden; 
  width:0;
  height: 0;
  margin: 0;
  padding: 0;
}

/***********************************************/
/* Edit Basic Page Styles                      */
/***********************************************/ 

#addElementsLink
{
	padding: 10px 0 10px 0;
}

.bpeWrapper
{
	width: 96%;
	border: 1px dashed black;
	border-top: none;
	padding: 4px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.bpeCommands
{
	padding: 4px;
	width: 96%;
	height: 16px;
	border-left: 1px dashed black;
	border-right: 1px dashed black;
	border-top: 1px dashed black;
	background: #ff8a00 url(/img/editable_bg.gif) repeat-x top center;
	margin: 0 auto;
	font-size: 11px;
	color: #000;
}

.bpeCommands ul
{
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.bpeCommands ul li
{
	display: inline;
	margin-left: 0px;
	padding-right: 1px;
	vertical-align: middle;
}



/***********************************************/
/* BPE Element Styles                          */
/***********************************************/ 

.itemSelector
{
	width: 100%;
}

.itemSelector tr:hover, .itemSelectorHover
{
	background-color: #c4e0fc;
	cursor: pointer;
}

.itemSelector tr td
{
	border-top: 1px solid #c4c4c4;
	vertical-align: top;
}

.itemSelector tr td h4
{
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	
}

.itemSelector tr td p
{
	margin: 3px 0; padding: 0;
}

.itemSelector .itemSelectorThumb
{
	width: 75px;

}




.quickSelector
{
	width: 100%;
}

.quickSelector tr:hover, quickSelectorHover
{
	background-color: #c4e0fc;
	cursor: pointer;
}

.quickSelector tr td
{
	border-top: 1px solid #c4c4c4;
	vertical-align: top;
}

.quickSelector tr td h4
{
	margin: 0;
	padding: 5px 0;
	font-size: 11px;	
}

.quickSelector tr td p
{
	margin: 3px 0; padding: 0;
	font-size: 10px;
}

.quickSelector .quickSelectorThumb
{
	width: 50px;
}
.bpeStatsLoader {
	background-image:url(/img/bg_stats_loader.jpg);
	background-repeat:repeat-x;
	margin:auto;
	padding:10px;
	font-size:10px;
	color:#333333;
	width: 200px;
	margin-bottom:20px;
}



/***********************************************/
/* Form Styles                                 */
/***********************************************/ 
form {
	clear: both;
	/*margin-right: 20px;*/
	padding: 0;
	width: 98%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 15px;
}

fieldset p
{
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0;
}

fieldset legend {
	color: #ff8a00;
	font-size: 140%;
	font-weight: bold;
}

.legend {
	color: #ff8a00;
	font-size: 140%;
	font-weight: bold;
}

fieldset h3
{
	color: #ff8a00; font-weight: normal; font-size: 120%
}

fieldset fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0;
}
form div {
	clear: both;
	margin-bottom: 4px;
	padding: 3px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	margin-left: 0;
	padding-left: 0;
}

form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
	padding-bottom: 4px;
}
input[type=text], textarea {
	clear: both;
}
select {
	clear: both;
	font-size: 110%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
}
input[type=radio]
{
	display: inline;
	padding-right: 5px;
}

.layoutSelector
{
	text-align: center; width: 129px; display: inline-block; margin-right: 3px;
}
 

/***********************************************/
/* Flash Messages                               */
/***********************************************/ 
#flash_ok,
#flash_not_ok{

}

#flash_ok
{
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
	color: #FFF;
	background: #009203 url(/img/ok.gif) no-repeat 5px 2px;
	border-bottom: 1px solid #6c6c6c;
}

.flashMsg {
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 35px;
	height: 20px;
}

#flash_not_ok
{
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 3px 0;
	background: #d41616 url(/img/not_ok.gif) no-repeat 5px 2px;
	text-align: left;
	border-bottom: 1px solid #6c6c6c;
	color: #FFF;
}



.red {
	background-color:#FEBEB6;
}
.green {
	background-color:#D5FEB6;
}

#tutorialsHolder {
	border:2px solid #ccc;
}
#alerts {
	background: #000 url(/img/bg_alerts.jpg) repeat-x top center;
	background-color: #000;
	padding:10px;
	width:986px;
	border:1px solid #ff0000;
	margin-bottom:20px;
	color: #ffffff;
}
#alerts a {
	color: #ff0000;
}
.alert {
		border:1px dashed #666666;
			
		font-size: 14px;
		margin:6px;
		margin-bottom:8px;
		width:966px;
		padding:8px;
}
.tab_button {
		font-size:13px;
		width:120px;
		color:#ffffff;
		background-color:#666666;
		padding:4px;
		text-decoration:none;
		margin-bottom:10px;
		
}
/***********************************************/
/* Page Options                   */
/***********************************************/ 

#pageOptions
{
	background: #006600 url(/img/bg_pageoptions.jpg) repeat-x;
	color:#ffffff;
	height: 52px;
}
.pageOptionsForm {
	margin:0;
	font-size:11px;
}
#pageOptionsTable td {
	text-align:center;
}

#manageUsers { border: 1px solid #cccccc;}
	#manageUsers td {
		padding:2px;
		border-bottom:1px solid #cccccc;
		margin-bottom:2px;
		line-height:18px;
	}
	#manageUsers .header { background-color:#cccccc; font-weight:bold; }
	#manageUsers .subheader { background-color:#eeeeee; font-weight:bold; }
	#manageUsers .alternate { background-color:#eeeeee; }
	
#manageUsersAccess { border: 1px solid #cccccc; width: 100%; }
	#manageUsersAccess td {
			padding:2px;
			border-bottom:1px solid #cccccc;
			margin-bottom:2px;
			line-height:18px;
	}
	#manageUsersAccess .header { background-color:#cccccc; font-weight:bold; }
	#manageUsersAccess .subheader { background-color:#eeeeee; font-weight:bold; }
	#manageUsersAccess .alternate { background-color:#eeeeee; }

#userMenu {
	background-color:#666666;
	display:block;
	height: 26px;
}	
	#userMenu a {
		background-color:#666666;
		border-left:1px solid #737373;
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:11px;
		font-weight:normal;
		padding:4px 14px;
		text-decoration:none;
	}
	
#userAccess{
	width: 350px;
	margin-left: 6px;
}
#sectionAccessTable { margin-bottom:5px; }
	#sectionAccessTable td {
			border-bottom:1px dashed #cccccc;
			padding:2px;
	}
	#sectionAccessTable .icon{ border: none; }

/* For the admin panel page navigation */
.actions{
	margin-bottom: 15px;
}
