/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Table Layout Css' */
* {
margin:0;
padding:0;
}


body {
	text-align: center;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 10px;
	height:100%;
	color: black;
	background-color:#BBBBBB;
}

img {
   border: 0px;
}

table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

input,select,textarea{
 /*width:150px;*/
 border: 1px solid #999999;
 background-color:#FFFFAA;
}

td{
	margin:0;
	padding:0;
	vertical-align:top;
}

th{
 background-color:#CCCCCC;
 color:#333333;
 font-weight:bolder;
 text-align:left;
 text-indent:10px;
 /*font-size:11px;*/
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #CA2929; 
}
a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #CA2929; 
}
a:hover {
   text-decoration: none;
   background-color: #FFD4D4;
   color: #CA2929;
}
hr {
   height: 1px;
   margin: 12px;
}
/* ===========================================================*/
#maintable {
	height:100%; 
	width:100%;
}
#toolstable{
	width:100%;
	height:10px; 
}

div#headerdiv{
 width:300px;
 /*position:absolute;
  left: 175;
  top:0;*/
 height: 90px;
  margin:0;
}

/* ===========================================================*/
#pagewrapper {
	height:100%; 
	/*width:950px;*/
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#ffffff;
}
#pagewrappertable {
	height:100%;
	width:10;
        border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#ffffff;
        margin-left: auto;
        margin-right: auto;
}

/* ===========================================================*/

#search {
   /*width: 100px;*/     
   /*text-align: right;*/
   white-space: nowrap;
   font-size:12px;
   
}
#search input{
  /*background-color:ff0000;*/
 font-size:12px;
}

/* ===========================================================*/

.breadcrumbs {
	font-size: 10px;        
	width:100%;
}

.breadcrumbs span.lastitem { 
	font-weight:bold; 
} 

/* ===========================================================*/
#menu_horiz_cimage{
	width:100%;
  	background: url(images/cms/centerlogo.png) repeat-x; 
}

#menu_horiz {
   background-color: #666666; 
   width: 100%;
   margin: 0;
   padding:0;
   /*overflow:hidden !important;*/
   border-bottom:1px solid #666666;
   border-top:1px solid #666666;   
   height:22px;
}

#menu_horiz ul {
   margin: 0;
   padding:0;
   border-left:1px solid #AAAAAA;
   overflow:hidden !important;
   /*border:1px solid #FF0000;*/
   height:22px;
}


#menu_horiz li {
   float: left;
   list-style: none;
   margin: 0 ;
   padding:0;
   border-right: 1px solid #AAAAAA;
   text-align:center;
   white-space:nowrap;
   height:22px;
   /*buttons*/
   width:121px;
}

#menu_horiz a {
   padding-top:2px; 
   margin: 0; 
   text-decoration: none;
   color: #EEEEEE;
   display: block; 
   font-weight:bold;
   font-size: 11px;
   height:22px;

}

#menu_horiz li a:hover {
   background-color: #BBBBBB;
}
#menu_horiz a.activeparent:hover{
   background-color: #EEEEEE;
   color: #333333;
}


#menu_horiz li.activeparent a{
   background-color: #EEEEEE; 
   color: #333333;
}

/*selected menu*/

#menu_horiz h3 {
   padding-top:2px; 
   margin: 0; 
   text-decoration: none; 
   color: #333333;
   background-color: #EEEEEE;
   font-weight:bold;
   font-size: 11px;
   display: block;
   height:22px;
}
/* ===========================================================*/
/* TEXT */
p {
   font-size: 12px;
   margin: 0 0 10px 0; /*  some air around p elements */
   line-height:16px;
   /*word-wrap: break-word;*/ 
   /*text-align:justify;*/

}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
code, pre {
 white-space: pre-wrap;       
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap;     
 white-space: -o-pre-wrap;   
 word-wrap: break-word;      
 font-family: monospace,Arial;
 font-size: 11px;
}

pre {
   border: 1px solid #AAAAAA;  
   background-color: #EEEEEE;
   margin: 0 10px 10px 10px;
   padding: 5px;
   line-height: 5px;
   font-size: 11px;  
}
/* ===========================================================*/
#footer {    
   color: #fff;
   background-color: #666666; 
   
}
#footer p {
   font-size: 11px;
   padding: 5px;      
   text-align: center;
   margin:0;
}
#footer p a {
   color: #fff; 
}

/* ===========================================================*/
#content {
   width:100%;
   height:100%;
   background-color:#FFFFFF;
   font-size:12px;
}
#contenttable {
   width:100%;
   height:100%;
}
#contenttablepage{
   width:100%;
   height:100%;
}

#contenttablepage table{
	border-spacing: 2px;
}
/* ===========================================================*/
#main{
	height:100%;
	weight:100%;
	margin-left:10px;
	padding:10px;
}


#main img {
   border:0px;
   margin-right:10px;
   margin-bottom:1px;
   float:left;
}
/* ===========================================================*/
#content h2 {
   font-size: 20px;  
   line-height: 26px;
   margin: 0;
}

#content h1 {
	color: #333333; 
	font-size: 18px; 
	text-align: left; 
	border-bottom: 1px solid #CA2929; 
	line-height: 24px;
	margin-bottom:10px; 
}
#content h3 {
   color: #333333; 
   font-size: 16px;
   line-height: 20px;
   margin: 0 0 10px 0;
}
#content h4 {
   color: #333333; 
   font-size: 14px;
   line-height: 20px;
   margin: 0 0 5px 0;
}
#content h5 {
   font-size: 12px;
   line-height: 18px;
   margin: 0 0 5px 0;
}

/* ===========================================================*/
#menu_vert {
   border-right: 1px solid #BBBBBB;
   padding: 0;
   margin: 0;
   background-color:#EEEEEE;
   height:100%;
   width:175px;
   font-size: 11px;
   vertical-align:top;
}


#menu_vert ul{
  padding: 0;
  margin:0;
  width:100%;
  font-size: 11px;
} 

#menu_vert h3{
  font-size: 11px;
  border-bottom: 1px solid #BBBBBB;
} 

#menu_vert ul ul ul {
   padding-bottom: 0px;
}


#menu_vert li {
   list-style: none;
   margin: 0;
   display: block; 
}


#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
#menu_vert a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding-top: 5px; 
	padding-bottom: 5px;
    font-size: 11px;  
	color: #333333; /* this will be link color for all levels */
	background: url(images/cms/arrow-right.gif) no-repeat; 
	background-position: 5px center;
	min-height:10px; /* Fixes IE7 whitespace bug */ 
	//
	border-bottom: 1px solid #BBBBBB;
}

/* next level links, more padding */
#menu_vert ul ul a {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 5px center;
}

/* third level links, more padding */
#menu_vert ul ul ul a {
   background: url(images/cms/dash.gif) no-repeat; 
   background-position:20px center;
   padding-left:30px;
   padding-top: 5px;
   padding-bottom: 5px;
}
/* fourth level links, more padding */
#menu_vert ul ul ul ul a {
   background: url(images/cms/dash.gif) no-repeat; 
   background-position:30px center;
   padding-left:40px;
   padding-top: 5px;
   padding-bottom: 5px;
}

/* hover state for all links */
#menu_vert a:hover {
   background-color: #AAAAAA;
   color:#EFEFEF;
}
#menu_vert a.activeparent:hover {
   background-color: #999999;
   color: #EFEFEF;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.activeparent {
   background-color: #DDDDDD;
   color: #333333;
   background: url(images/cms/arrow-down.gif) no-repeat; 
}

#menu_vert ul ul li a.activeparent {
   background-color: #DDDDDD;
   color: #333333;
   background-position: 3px center;
}
#menu_vert ul ul ul li a.activeparent {
   background-color: #DDDDDD;
   color: #333333;
   background-position: 18px center;
}

#menu_vert ul h3 {
	background: url(images/cms/arrow-right-active.gif) no-repeat;
	background-position:5px center;
	background-color: #385C72;
	display: block; 
	padding-left: 15px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #fff;                                            
	font-weight:normal;
	margin: 0;                               
}

#menu_vert ul ul h3 {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 15px;
	background-color: #DDDDDD;
	background-position: 3px center;
	border-bottom: none;
	color: #333333;     
}

#menu_vert ul ul ul h3 {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 30px;
    font-size: 10px;  
	background-position: 18px center;
}

#menu_vert ul ul ul ul h3 {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 40px;
	background-position: 30px center;
}

#menu_vert li.sectionheader {
	border-right: none;
    padding:0;
	margin: 0;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FAFAFA;
	height:14px;
	text-align:center;
	color: #333333;
	font-weight: bold;
	border-bottom:1px solid #AAAAAA;
}

#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	background-color: #AAAAAA;
	overflow:hidden !important;
	line-height:1px !important;
	font-size:1px;
}

#menu_vert li.separator hr {
   display: none; 
}



}


#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
#menu_vert a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding-top: 5px; 
	padding-bottom: 5px;
    font-size: 11px;  
	color: #333333; /* this will be link color for all levels */
	background: url(images/cms/arrow-right.gif) no-repeat; 
	background-position: 5px center;
	min-height:10px; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding */
#menu_vert ul ul a {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 5px center;
}

/* third level links, more padding */
#menu_vert ul ul ul a {
   background: url(images/cms/dash.gif) no-repeat; 
   background-position:20px center;
   padding-left:30px;
   padding-top: 5px;
   padding-bottom: 5px;
}
/* fourth level links, more padding */
#menu_vert ul ul ul ul a {
   background: url(images/cms/dash.gif) no-repeat; 
   background-position:30px center;
   padding-left:40px;
   padding-top: 5px;
   padding-bottom: 5px;
}

/* hover state for all links */
#menu_vert a:hover {
   background-color: #AAAAAA;
   color:#EFEFEF;
}
#menu_vert a.activeparent:hover {
   background-color: #999999;
   color: #EFEFEF;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.activeparent {
   background-color: #DDDDDD;
   color: #333333;
   background: url(images/cms/arrow-down.gif) no-repeat; 
}

#menu_vert ul ul li a.activeparent {
   background-color: #DDDDDD;
   color: #333333;
   background-position: 3px center;
}
#menu_vert ul ul ul li a.activeparent {
   background-color: #DDDDDD;
   color: #333333;
   background-position: 18px center;
}

#menu_vert ul h3 {
	background: url(images/cms/arrow-right-active.gif) no-repeat;
	background-position:5px center;
	background-color: #385C72;
	display: block; 
	padding-left: 15px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #fff;                                            
	font-weight:normal;
	margin: 0;                               
}

#menu_vert ul ul h3 {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 15px;
	background-color: #DDDDDD;
	background-position: 3px center;
	border-bottom: none;
	color: #333333;     
}

#menu_vert ul ul ul h3 {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 30px;
    font-size: 10px;  
	background-position: 18px center;
}

#menu_vert ul ul ul ul h3 {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 40px;
	background-position: 30px center;
}

#menu_vert li.sectionheader {
	border-right: none;
    padding:0;
	margin: 0;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FAFAFA;
	height:14px;
	text-align:center;
	color: #333333;
	font-weight: bold;
	border-bottom:1px solid #AAAAAA;
}

#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	background-color: #AAAAAA;
	overflow:hidden !important;
	line-height:1px !important;
	font-size:1px;
}

#menu_vert li.separator hr {
   display: none; 
}

/* -------------------------------------------- */
.NewsSummary{
	background-color:#FAFAFA;
	border:1px solid #DDDDDD;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;

}


.formbuilderform{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.formbuilderform td{
	padding:5px;
}

.required{
	font-size:9px;	
}





/* End of 'Table Layout Css' */

