
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.leftPanel {
	background-image: url(images/panelBackL.gif); 
	background-repeat: repeat-y;
	background-position: 0px right;
	background-color: #80A3CC;
}

.leftPanelPanel {
	background-image: url(images/leftPanel.gif); 
	background-repeat: no-repeat;
	background-position: 0px right;
}

.rightPanelPanel {
	background-image: url(images/rightPanel.gif); 
	background-repeat: no-repeat;
	background-position: 0px right;
}

.rightPanel {
	background-image: url(images/panelBackR.gif); 
	background-repeat: repeat-y;
	background-position: 0px left;
	background-color: #80A3CC;
}

.sideSpace {
	background-color: #80A3CC;
	background-image: url(images/backSpace.gif); 
	background-repeat: repeat-x;
}

.headerBanner {
	background-color: #0F443F;
}

.headerNav {
	background-color: #0F443F;
}

.footer {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

.footer a:link    { color: #333333; text-decoration: underline; }
.footer a:active  { color: #333333; text-decoration: underline; }
.footer a:visited { color: #666666; text-decoration: underline; }
.footer a:hover   { color: #666666; text-decoration: underline; }

.bodyContent {
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 30px;
}

.colContent {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 15px;
	background-image: url(images/colBack.gif); 
	background-repeat: repeat-x;
}

.colContentGallery {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 15px;
	background-image: url(images/colBack.gif); 
	background-repeat: repeat-x;
}

.colContentSmall {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 15px;
	background-image: url(images/colBackSmall.gif); 
	background-repeat: repeat-x;
}

.colBack {
	padding-top: 15px;
	background-image: url(images/colBack.gif); 
	background-repeat: repeat-x;
}

.colSpacer {
	width: 31px;
}

td, div {
	border-width: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	color: #333333;
}

h1 {
	font-family: arial,verdana,sans-serif;
	font-size: 16px;
	color: #333333;
}

p {
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	color: #333333;
}

img {
	margins: 0px;
	padding: 0px;
}

a:link    { color: #0F443F; text-decoration: underline; }
a:active  { color: #0F443F; text-decoration: underline; }
a:visited { color: #387973; text-decoration: underline; }
a:hover   { color: #387973; text-decoration: underline; }

.textField {
 font-family: arial,verdana,sans-serif;
 font-size: 10px;
 background-color: #FFFFFF;
 border: 1px solid #999999;
 margin-bottom: 5px;
}


.hr {
	border: 0;
	color: #0F443F;
	background-color: #0F443F;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.borderW {
	width: 1px;
	background-color: #0F443F;
}

.borderH {
	height: 1px;
	background-color: #0F443F;
}

.borderC {
	height: 1px;
	width: 1px;
	background-color: #0F443F;
}

.boxContent {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}





.topRightLinks {
	text-align: right;
	vertical-align: top;
}

.tdContent {
	padding: 5px;
}


/* CATEGORY */
.catLink        { font-weight : bold; }
.catDescription { color : #121212;  }


/* ARTICLE */
H1.articleTitle    { font-size : 1.0em; margin: 0px; }
a.articleLink      { font-weight : bold; }
a.articleLinkOther {  }  /* for other in category and related */
.articleDecription { color : #121212; }
.articleStaff      { color : #505050; 	font-size : 0.8em; }
.glossaryItem      { background-color : #C8DCDA; cursor : help; color : #000000; }


/* LOGIN LINK */
div.login { font-size : 0.8em; font-weight: bold; text-align: right; white-space : nowrap;
			padding-right: 15px; padding-bottom: 8px; }		
a.login {  }


/* NAVIGATION */
div.navigation  { font-size : 0.9em; }
a.navigation    { font-size : 0.9em;}


/* ARTICLE BLOCK */
a.abLink     {  }
.abBorder    { background-color : #E4E4E4;  }
.abBgr       { background-color : #FFFFFF;  font-size : 0.9em; padding: 5px; }
.abBgrDarker { background-color : #FAFAFA;  color : #606060;  font-size : 0.9em; padding: 5px; }


/* ATTACHMENT */
.atTitle      { font-weight : bold;  }
.atEntry      { /* font-size: 0.8;*/ }


/* FILES */
.fName        { font-size : 0.8em; }


/* TABLES */
.tdBorder     { background-color : #E4E4E4;  }
.tdTitle      { background-color : #FFFFFF; padding : 4px 4px;  border : 1px solid #D4D4D4; }
.tdSubTitle   { padding : 4px 4px;  border : 1px solid #DADADA; }

.trLighter    { background-color : transparent; }
.trDarker     { background-color : #F4F4F4; }
.trMoreDarker { background-color : #DADADA; }


/*  FORMS  */
.tdFormCaption  { text-align: right; width: 150px; }


input.text      { width : 110px; }
input.shortText { width : 80px; }
input.longText  {  width : 250px;   }

.button         { width : 150px; }
.colorInput     { background-color : #FFFFFF; }
.requiredSign   { color : #C40000; font-weight : bold; }
.formComment    { font-size : 0.9em; }


/*  OTHER  */
.copyright      { font-size : 0.8em; }
.pageByPage     { font-size : 0.9em; }
.smallerText    { font-size : 0.9em; }
.nowrap         { white-space: nowrap; }
.space          { padding-bottom: 5px; }
.less_space     { padding-bottom: 2px; }
.info           { background-color : #FFFFE1; border : 1px solid #8592A2; padding: 10px;}

.fright         { float: right; }
.fleft          { float: left; }


/*  CONTENT STYLES (could be applied in FCK editor)  */
DIV.box {
	background-color : #FFFFE1;
	border : 1px solid #959595;
	padding: 10px;
    overflow:hidden;
	zoom: 1;
}


/* HEADER & CONTENT */	
a.header  { color:#ffffff;  text-decoration : none;   font-size : 1.7em; 	font-weight: bold;  }
div.header { 
	padding: 20px 20px;
	background: #4584C1; color:#ffffff; text-align: left;
	border-bottom : 2px solid #366CA1;
}


/* LOGIN */	
div.login { font-size : 0.9em; font-weight: bold; text-align: right; 
			padding-right: 15px;  color: #FFFFFF; }
a.login {  color: #FFFFFF; }

