/* Start of CMSMS style sheet 'all_other_styles' */
/** LINKS - NAVIGATION **/


.nav {
background-image: url(images/navbk.jpg);
font-family:  Arial, Helvetica, sans-serif;
background-repeat: repeat-x;
padding-top: 4px;
padding-bottom:0px;
font-size:13px;
color:#FFFFFF;
letter-spacing: 1px;
text-transform: capitalize;
height:42px;
}

.nav div{

text-align:left;
}
.nav .links {
margin: 0;
width: auto;
padding-left: 0;
}
.nav .links li {
display: inline;
padding-left:20px;
}
.nav a:link,
.transMenu .item {

color: #FFFFFF;
text-decoration:none;
}
.nav a:hover {
color: #0099CC;
text-decoration:none;
}
.nav a:active {
color: #00CCFF;
text-decoration:none;

}
.nav a:visited {
color: #FFFFFF;
text-decoration:none;
}

.nav a:visited:hover {
color: #0099CC;
text-decoration:none;
}
.current_menu_item {
background-color:#FFFFFF;
color: #003366;
}
.current_menu_item a:link {
background-color:#FFFFFF;
color: #003366;
}
.current_menu_item a:hover {
background-color:#FFFFFF;
color: #003366;
}
.current_menu_item a:visited:hover {
background-color:#FFFFFF;
color: #003366;
}
.current_menu_item a:visited {
background-color:#FFFFFF;
color: #003366;
}
.current_menu_item a:active {
background-color:#FFFFFF;
color: #003366;
}
/** END LINKS - NAVIGATION **/
/*TRANSMENU*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#FFFFFF;
background-color:#475669;
    font-size:14px;
font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:0;
background:#475669;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:3;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:0px;
	}
/****Calendar Classes ****/
.calendar-event
{

}
.calendar-date {
padding-top: 15px;
font-weight: bold;
color:#003366;
}
.calendar-eventTitle {
font-size: 13pt;
}
.eventTitleDetail {
font-size:14pt;
font-weight:bold;
}
.calendar-details {
font-size: 12pt;
}
.calendar-date-from_home
{
padding-left: 10px;
}
.calendar-event_home {
padding-bottom: 15px;
}

/****End Calendar*****/
/***NEWS SECTION ***/
.NewsSummary_home {
padding-top:5px;
padding-bottom: 2px;
text-decoration:none;
}
a:link.NewsSummary_home {
text-decoration:none;
}
.NewsSummary {
padding-top:15px;
padding-bottom: 20px;
}
.NewsSummaryLink { 
padding-left:  20px;
line-height: 23px;
font-weight:bold;
color:#003366;
padding-bottom:12px;


}
.NewsSummaryCategory {
padding-left:  20px;
color: #003366;

}
.NewsSummaryAuthor {
padding-left:  20px;
line-height: 23px;
padding-bottom: 10px;

}
.NewsSummarySummary {
padding-left:  20px;
line-height: 20px;

}
.NewsPostDetailTitle {
font-weight:bold;
color:#003366;
padding-bottom:12px;

}
.NewsPostDetailDate {
padding-bottom: 5px;
}
.NewsPostDetailCategory {
}
.NewsPostDetailAuthor {
}
.NewsPostDetailContent {
line-height: 23px;
padding-bottom: 15px;
}
.NewsSummaryPostdate_home {
padding-left: 10px;
}

/***END NEWS ***/


div.breadcrumbs {
 font-size: 10px;
background-color:#FFFFFF;
background-repeat: repeat-x;
margin:0px;
 }

.footer {
font-size: 10px;
background-color:#FFFFFF;
background-repeat: repeat-x;
text-align:center;
height:39px;
width:985px;
float:left;
padding-bottom:20px;
padding-top:15px;
}


.footer a:link{
color: #003366;
text-decoration:none;
}
.footer a:hover{
color: #006699;
text-decoration:none;
}
.footer a:active{
color: #FFFF99;
text-decoration:none;
}
.footer a:visited{
color: #0033CC;
text-decoration:none;
}
.footer a:visited:hover{
color: #006699;
text-decoration:none;
}
/**BLOG STUFF ***/
/*
************
General styles
************
*/

a.blogs-breadcrumb,
.blogs-breadcrumb {
  color:#808080;
  font-weight:bold;
  padding:0px;
  padding-bottom:12px;
  text-decoration:none;
}

a.blogs-breadcrumb:hover {
color:#9C0800;
}

.blogs-showmessage {
  margin:12px;
  padding:12px;
  border:2px solid #9C0800;
}

.entry-headline {
  font-weight:bold;
  color: #000000;
}

/*
****************
Pagespecific styles
****************
*/

/*Main Blogs-styles*/
.blogs-showblogsentries {
padding-bottom: 15px;

}

.blogs-showblogsentry {
  border-bottom:0px solid black;
padding-bottom: 15px;
}

.blogs-showblogsentrytime {
  color:#333;
  font-size:80%;
}

.blogs-showblogsentrytitle {
  font-size:130%;
  padding-bottom:13px;
}

.blogs-showblogsentryshorttext {

}

.blogs-showcategoryentrytext {

}

.blogs-showcategoryentryfiles {

}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;

}

.blogs-showblogsentrycategory {

}

.blogs-showblogsentrycomments {
  font-weight:bold;
}

/*ShortCategory-styles*/
.blogs-shortbox {
  text-align:center:
  width:216px;
  margin:4px;
  margin-left:8px;
  margin-right:8px;
  float:left;
}
.blogs-shortcategorytitle {
  text-align:center; 
  text-transform:capitalize;
  font-size:130%;
  border:2px solid black;
  padding-left:4px;
  padding-right:4px;
  padding-top:12px;
  padding-bottom:12px;
  width:212px;
}

.blogs-shortcategorytitle:hover {
  background-color:#eee;
}



.blogs-shortentrylist {
  margin-top:10px;
}
.blogs-shortentry {
}
.blogs-shortentrydate {
  color:#333;
  font-size:80%;
  padding-left:12px;
}
.blogs-shortentrylink {
   padding-left:12px;
   padding-bottom:4px;
}

/*** ShowCategoryList-styles ***/
.blogs-showcategorylistbox {
  
}

.blogs-showcategorylistheader {
  
}

.blogs-showcategorylistcategories {

}

.blogs-showcategorylistcategory {
  
}



/*** ShowCategory-styles ***/
.blogs-showcategorybox {
  width:90%;
}

.blogs-showcategoryheader {
  width:90%;
  border:0px solid black;
  padding:10px;
  margin-bottom:24px;
}

.blogs-showcategorytitle {

  font-size:130%;
  padding-bottom:13px;

}

.blogs-showcategorydescription {
}

.blogs-showcategoryentries {
  margin-top:10px;
  margin-left:12px;
}

.blogs-showcategoryentry {
  padding-bottom:24px;
}

.blogs-showcategoryentrytime {
  color:#333;
  font-size:80%;
}

.blogs-showcategoryentrytitle {
  font-style:italic;
  margin-bottom:5px;
  margin-top:4px;
  padding-left:12px;
}

.blogs-showcategoryentrytext {
  padding-bottom:2px;
}

.blogs-showcategoryentryfiles {
  padding-top:4px;
  padding-left:8px;
}

.blogs-showcategoryentryauthor {
  padding:2px;
  font-style:italic;
}

.blogs-showcategoryentrycomments {
  font-weight:bold;
}


/*** ShowEntry-styles ***/

.blogs-showentrybox {
  width: 98%;
}

.blogs-showentryheader {
 # width:50%;
  border:0px solid black;
  padding:10px;
  margin-bottom:24px;
}

.blogs-showentrytime {
  color:#333;
  font-size:90%;
  padding-bottom:8px;
}

.blogs-showentrytitle {
  font-size:130%;
  padding-bottom:13px;
}

.blogs-showentrytext {
}

blogs-showentrytext.a {
  color:#993333;
}

.blogs-showentryauthor {
  font-style:italics;
}

.blogs-showentryfiles {
  padding-top:13px;
  padding-left:0px;
}


.blogs-showentrycomments {
  padding-left:12px;
}

.blogs-showentrycomment {
  padding-bottom:12px;
  margin-bottom:12px;
  border-bottom:1px solid .222; 

}

.blogs-showentrycommenttime {
  color:#333;
  font-size:80%;
}

.blogs-showentrycommenttext {
}

.blogs-showentrycommentauthor {
  font-style:italic;
}

.blogs-showentrycommentform {
  padding-top:10px;
  margin-top:10px;
  padding-left:12px;
  margin-bottom:10px;
}

.blogs-authorinput {
  width:400px;
  border:1px solid #333;
}

.blogs-authorinput:hover {
  background-color:#ddd;
}

.blogs-commentinput {
  width:400px;
  border:1px solid #333;
}
.blogs-commentinput:hover {
  background-color:#ddd;
}

.blogs-submitinput {
  border:1px solid #bbb;
}

.blogs-submitinput:hover {
  background-color:#ddd;
}
/***END BLOG STUFF****/
/* End of 'all_other_styles' */

