/* Start of CMSMS style sheet 'hockeymentors' */
/********************* Global CSS ***************************/

body{
	margin:0px;
	padding:0px;
	background-image:url(images/main_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

a, a:visited{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}

h1, h2, p, form{
	margin:0px;
}

h1{
	font-size:16px;
	font-weight:bold;
	padding:10px 5px 10px 5px;
}

h2{
	font-size:13px;
}

form{
	padding:0px;
}

p{
	padding:5px 5px 10px 5px;
}

.redColor{
	color:#c81615;
}

ul{
	margin:0px 0px 0px 5px;
	padding:0px;
}

li{
	/*list-style-image:url(images/menu_bullet_01.jpg);
	list-style-position:outside;*/
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 20px;
}
/********************* Structural Layout ********************************/

#wrapper{
/*	background-image:url(images/header_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	width:930px;
	margin:auto;
	padding:0px 50px 0px 20px;
	/*padding-top:147px;*/
}

.topheaderBlock{
}

.subHedaer{
	width:950px;
	background-image:url(images/header_02.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:128px;
}

.subHeaderTextLink{
	color:#FFFFFF;
	float:right;
	margin:0px 5px 0px 0px;
}

.subHeaderTextLink a, .subHeaderTextLink a:visited, .subHeaderTextLink a:hover{
	color:#FFFFFF;
}

.bodyHolder{
	width:950px;
	padding-left:50px;
}

.leftPannel{
	background-color:#e6e6e6;
	padding:5px 5px 5px 10px;
}

.rightSection{
	background-color:#FFFFFF;
	/*padding:5px;*/
}

.rightbodycontent{
	padding:5px;
}

.grayBase{
	height:83px;
	/*line-height:83px;
	text-align:center;*/
	background-image:url(images/gray_base_left.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:13px;
}

.footer{
	border-top:3px solid #000000;
	color:#FFFFFF;
	padding:10px 0px 5px 0px;
}

.footer a, .footer a:visited, .footer a:hover{
	color:#FFFFFF;
}

/*************************************************************************************/
.newLfetpannelBGParent{
	background-image:url(images/new_leftpannel_bg.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}

.newLfetpannelBG{
	width:auto;
	padding:0px 0px 0px 30px;
}

.subheaderlinkBlock{
	width:300px;
	height:20px;
	/*background-color:#6666ff;*/
	float:right;
	margin:145px 0px 0px 0px;
	/*position:absolute;
	margin:145px 0px 0px 350px;*/
	text-align:right;
	padding:0px 15px 0px 0px;
}

.leftRightBg{
	background-image:url(images/new_leftpannel_rightbg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:auto;
}

.contentbg{
	background-color:#FFFFFF;
                /*padding-right: 5px;*/
}

.footerbase{
	width:auto;
	margin-left:30px;
}

.topHeaderBlock{
	background-image:url(images/new_right_top.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:168px;
}

.logobase{
	background-image:url(images/new_headerchip2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:109px;
}


/**** Menu Base **************************/

.menuBase{
	
	background-position:top left;
	background-repeat:repeat-y;
	/*background-image:url(images/menu_bullet_01.jpg);*/
}

/*******************************/
/* Vertical menu for the CMS CSS Menu Module */
/* The wrapper determines the width of the menu elements */


#nav, #nav ul { 
   list-style: none; 
   margin: 0px; 
   width: 100%; 
   margin-left: -1px; 
   margin-right: -1px;
/*background-color: #FFCC00; */
}

#nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   right: 100%; 
   display: none;
}

#nav li { 
   margin-bottom: -1px; 
   position: relative;
   
}

#nav li a:hover{ 
color:#ff0000;
}



/* Styling the basic apperance of the menu elements */
#nav a { 
   border-bottom: 1px solid #333333;
   display: block; 
   margin: 0px; 
   padding: 5px 5px 5px 20px;
   /*padding-left: 0px;*/   
   color: #333333;
   font-weight: bold;
   font-family: tahoma, helvetica, arial, sans-serif;
   font-size: 11px;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   padding-right: 5px;
    
}

#nav li, #primary-nav li.menuparent { 
   
min-height:1em; /* Fixes IE7 bug*/
background-image:url(images/menu_bullet_01.jpg);
background-position:left center;
background-repeat:no-repeat;
/*padding-left:20px;*/
color:#ff0000;
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#nav li.menuactive {
color:#ff0000;
background-image:url(images/menu_bullet_01.jpg);
background-position:left center;
background-repeat:no-repeat;
/*padding-left:20px;*/
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
/*
#nav li.menuparent, 
#nav li.menuparent:hover, 
#nav li.menuparenth {
background-image:url(images/menu_bullet_01.jpg);
background-position:left center;
background-repeat:no-repeat;
color:#ff0000;

}
*/

/* Styling the apperance of menu items on hover */
#nav li:hover, 
#nav li.menuh, 
#nav li.menuparenth, 
#nav li.menuactiveh { 
background-image:url(images/menu_bullet_01.jpg);
background-position:left center;
background-repeat:no-repeat;
/*padding-left:20px;*/
color:#ff0000;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#nav ul, 
#nav li:hover ul, 
#nav li:hover ul ul, 
#nav li.menuparenth ul, 
#nav li.menuparenth ul ul { 
   display: none; 
/*background-color: #e0e0e0;*/ 
background-color: #FFCC00; 

}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul, 
#nav li.menuparenth ul, 
#nav ul li.menuparenth ul, 
#nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#nav li, #nav li.menuparenth { _float: left; _height: 1%; }
#nav li a { _height: 1%; }


/* section header */
#nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */

#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

/********************************************************************************/

.bulletedText{
}

.bulletedText p{
margin:0px 0px 0px 10px;
background-image:url(images/red_bullet.jpg);
background-position:left top;
background-repeat:no-repeat;
padding: 0px 0px 10px 15px;
}

/*********************Calendar******************************************************/

/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/



/* make all links red */
.calendar tr td a
{
  color: black;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: black;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#cal-calendar td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #ffffff;
}

#cal-calendar .calendar-day
{
  background-color: #DB1315;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #DB1315;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}


/* End of 'hockeymentors' */

