/* Start of CMSMS style sheet 'KARATE_cssmenu' */
/* menu */
#menuwrapper
{
	
}
#menu
{
	text-align: center;
	padding: 40px 0 0;
	margin: 0 0 18px;
}
#menu li
{
	font-size: 1.1em;
	display: inline;
	background: none;
	padding: 0;
}
#menu li a
{
	text-decoration: none;
	padding: 30px 10px 0px 10px;
	margin: 0 0 0 30px;
	color: #CCC;/*#C40022;*/
	background: #505050 url(images/tab.gif) no-repeat left bottom;
}
#menu li a:hover
{
	background: #505050 url(images/tabhover.gif) no-repeat left bottom;
	color: #f16c6d;
}
/* end of menu */

/* End of 'KARATE_cssmenu' */

/* Start of CMSMS style sheet 'KARATE_default' */
/* common styles */
*
{
	margin: 0;
	padding: 0;
}
body
{
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	background: #fff url(images/bg.gif) repeat-x;
	color: #444;
}
a
{
	color: #e70029;
	background: inherit;
	text-decoration: underline;
}
a:hover
{
	color: #808080;
	background: inherit;
	text-decoration: none;
}
p
{
	margin: 0 0 15px 0;
}
h1
{
	font: bold 1.6em Arial, Sans-Serif;
	margin: 0;
}
h2, h3
{
	font: bold 1.6em Arial, Sans-Serif;
	margin: 0 0 12px;
}
h4, h5, h6
{
	color: #808080;
	background: inherit;
	font-weight: normal;
	font-size: 1.3em;
}
h5
{
	font-size: 1.2em;
}
h6
{
	font-size: 1.1em;
}
ul li
{
	padding: 0 0 0 12px;
	background: transparent url(images/bullet.gif) no-repeat center left;
	list-style: none;
}
ul li a, ul li a:hover
{
	background: none;
	list-style: none;
}
.defaultInput, .defaultButton
{
	background: #F4F4F4;
	border: 1px solid #CCC;
	height: 1.5em;
	margin: 5px 0;
	color: #666;
	padding: 3px;
}
.defaultButton
{
	height: 2em;
}
.defaultInput:focus
{
	background: #FFF;
}
/* end of common styles */

/* header */
#intro
{
	clear: both;
	background: #fff url(images/headerBack.gif) no-repeat;
	color: #505050;
	height: 188px;
	margin: 0 0 10px 0;
	padding: 10px 20px 0 0;
	text-align: right;
}
#intro h1
{
	padding-right: 35px;
}
#intro h1 a:link, #intro h1 a:visited, #intro h1 a:hover
{
	text-decoration: none;
	display: block;
	width: 50%;
	float: right;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #707070;
	background: none;
	margin: 0;
}

#intro p
{
	margin: 0;
	width: 50%;
	clear: right;
	float: right;
}
/* end of header */

/* left panel */
#left
{
	clear: left;
	float: left;
	width: 240px;
	padding: 0 30px 0 15px;
	font-size: .9em;
	margin: 0 0 15px;
	background: #FFF url(images/leftbg.gif) no-repeat center top;
}
#left h3
{
	border-bottom: 1px solid #eee;
	padding: 0 0 7px;
	margin: 0 0 15px 0;
}
#left p
{
	text-align: justify;
}

#leftmenu
{
	margin: 0 0 1em 0;
}

#leftmenu ul li, #leftmenu ol li
{
	padding-left: 13px;
	padding-bottom: 1em;
	list-style: none;
	background: url(../images/arrow.gif) 0px 9px no-repeat;
}
/* end of left panel */

/* right content */
#content
{
	width: 900px;
	margin: 0 auto;
}
#right
{
	margin: 0 15px 20px 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #ccc;
	float: right;
	width: 560px;
	text-align: justify;
}
#right h2
{
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px;
}
#rightContent
{
	margin: 0 0 30px 0;
}
.breadcrumbs
{
	font-size: .9em;
	border-top: 1px solid #CCC;
	padding: 10px 0 0 0;
}
/* end of right content */

/* footer */
#footer
{
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 15px 0 15px;
	font-size: .9em;
	color: #808080;
	background: #fff;
	text-align: right;
	width: 840px;
	margin: 0 auto;
}
/* end of footer */

/* common content related styles*/
.clearAll
{
	clear: both;
}
.defaultImage
{
	background: #FFF;
	padding: 5px;
	border: 1px solid #555;
	margin: 10px;
}
.defaultImageLeft
{
	background: #FFF;
	padding: 5px;
	margin: 10px 10px 5px 0;
	border: 1px solid #555;
	float: left;
}
.defaultImageRight
{
	background: #FFF;
	padding: 5px;
	margin: 10px 0 5px 10px;
	border: 1px solid #555;
	float: right;
}
.defaultImageNoMargin
{
	background: #FFF;
	padding: 5px;
	border: 1px solid #555;
	margin: 0;
}
.center, .center td
{
	text-align : center;
}
.verticalTop, .verticalTop td
{
	vertical-align: top;
}
.verticalMiddle, .verticalMiddle td
{
	vertical-align: middle;
}
.fullWidth
{
	width: 99%;
}
.halfWidth
{
	width: 43%;
}
.width60
{
	width: 60%;
}
.rightAlign
{
	text-align: right;
}
.rightFloat
{
	float: right;
}
.rightAlignFloat
{
	text-align: right;
	float: right;
}
.leftAlign
{
	text-align: left;
}
.leftFloat
{
	float: left;
}
.leftAlignFloat
{
	text-align: left;
	float: left;
}
.marginZero
{
	margin: 0;
}
.paddingZero
{
	padding: 0;
}
.borderZero
{
	border: 0;
}
.heightZero
{
	height: 0;
	line-height: 0;
}
.font70, .font70 a, font70 td
{
	font-size: 0.7em;
}
.font80, .font80 a, font80 td
{
	font-size: 0.8em;
	text-decoration: none;
}

.thickbox
{

}
/* end of common content related styles*/
/* End of 'KARATE_default' */

/* Start of CMSMS style sheet 'KARATE_thickbox' */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* End of 'KARATE_thickbox' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {

 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* End of 'Module: News' */

/* 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{
   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' */

