/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
  font-family: Lucida sans unicode,'Calibri', Arial, Helvetica, sans-serif;
  font-size:14px;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  /*margin: 1em 0;*/
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  /*padding: 0 0 0 40px;*/
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 2014-1-13, 12:09:04
    Author     : disho
*/

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*HELPER*/

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 2014-1-13, 12:12:04
    Author     : disho
*/

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  /*position: relative;*/
	margin: 0px auto 0;
	padding: 10px 0px 0px 0px;
	*zoom: 1;
	border-left:1px solid #afafaf;
	border-right:1px solid #afafaf;
	border-bottom:1px solid #afafaf;	
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-viewport {
  
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
  /*min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;*/
}

/* PAGER */

.bx-wrapper .bx-pager {
	display:none;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: url("../i/sprite.png") 0 -1147px no-repeat;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: url("../i/sprite.png") 0 -1083px no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 0;
  background: url("../i/l_arrow.png") 0px 0px no-repeat;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url("../i/r_arrow.png") 0px 0px no-repeat;
}

.highlightsPager {
	position:absolute;
	z-index:9999;
	top:0px;
	width:98%;
	left:5px;
}

.highlightsPrev {
	float:left;
	width:12px;
	height:19px;
	cursor:pointer;
}

.highlightsNext {
	float:right;
	width:12px;
	height:19px;
	cursor:pointer;
}

.bx-has-controls-direction {
	display:none;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  outline: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #eff5f3 url("../i/stars.png") repeat-x;
}

a {
  color: #221f1f;
  /* font-weight:bold; */
}

.header_text {
	padding:0px 0px 0px 0px;
	margin-bottom:52px;
	font-size:14px; 
	/* font-weight:bold; */
	color:#FFFFFF;
	height:22px;
	padding:3px 0px 0px 0px;
	text-align: center;
	letter-spacing: 0.25em;
}

.bottomBgr {
  background: url("../i/bottomBgr.jpg") bottom center no-repeat #b8e8ff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 689px;
  z-index: -1;
}

.wraper {
  /*max-width: 1038px;*/
  /*min-width: 980px;*/
  background: #FDFDFD;
  overflow: hidden;
  margin-top:0px;
  padding-bottom:30px;
}

.logoHolder {
	width:246px;
	float:left;
}

.logoHolder .logo img{
	  top: 35px;
	  position: relative;
	  width: 300px;
	  background: black;
	  padding: 5px 0;
}

.rightHead {
	width:939px;
	float:left;
}

.mainAria {
  margin: 0px 30px;
  text-align: left;
  line-height: 1.6em;
  float:left;
  width:708px;
  background: white;
}

.srchForm {
	height:30px;
	padding:7px 0px 8px 10px;
	background: #000000;
	box-shadow:0px 2px 2px 0px #AFAFAF;
}

h2 {
}

header {
  text-align: center;
}

aside {
  width: 210px;
  float: left;
  text-align: left;
}

aside.secondary {
  float: right;
}

.preHeader {
  max-width: 1185px;
  /*min-width: 980px;*/
  margin: 0 auto;
  height: 167px;
}

.mainWrapper {
	width:1188px;
	margin: 0 auto;
}

.share {
  padding: 10px 0 10px 0;    
  border-radius: 10px;
  margin: 10px 0 10px 0;
  height: 20px;
}

.share a {
  float: right;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
}

.share a:hover {
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  opacity: .8;
}

header {
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: white;
  max-width: 1038px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

footer {
  margin: 0px auto 0px auto;
  width: 1188px;
  background: #FDFDFD;
  padding: 20px 0px;
  text-align:center;
}

.footer-left img{
	padding-left: 20px;
}
.footer-text{
	line-height: 1.4em;
}
.footer-right img{
	max-width: 65px;
	padding-right: 20px;
}

footer table, footer table td {
	border: none;
}

.footer_border {
	margin-top:0px;
	background:#eeeeee;
	height:1px;
	width:100%;
}


.copyright {
  height: 45px;
  text-align: right;
  padding: 5px 0 0 52px;
  font-size: 12px;
  margin: 0 auto;
  width: 462px;
  color: white;
}

.facebook {
  background: url("../i/Facebook_button.png") 0 0 no-repeat;
}

.twitter {
  background: url("../i/Twitter_button.png") 0 0 no-repeat;
}

.googleplus {
  background: url("../i/Google+icon.png") 0 0 no-repeat;
}

.linkedin {
  background: url("../i/Linkedin_icon.png") 0 0 no-repeat;
}

h3 {
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 0px;
  padding: 10px 10px 10px 50px;
  color: #FFFFFF;
  font-size:18px;
  background: #000000;
}

.highlightheader {
	background-image: url('../i/Highlights_icon.png') !important;
    background-repeat: no-repeat;
    background-position: 15px 11px; 
}

.calendarHeader {
	background-image: url('../i/Calendar_icon.png');
    background-repeat: no-repeat;
    background-position: 15px 13px;
    border: 1px solid black; 
    box-shadow: 0px 2px 2px 0px #AFAFAF; 
}

input[type='text'],
input[type='password'] {
  border: 1px solid #c3c3c3;
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 8px 7px;
  width: 90%;
  margin: 0px;
  font-size: 13px;
}

input[type='text']:focus,
input[type='password']:focus {
  border: 1px solid #2aa5d8;
  box-shadow: 0 0 7px -3px #2aa5d8;
}

.button,
.searchBut {
  font-size:23px !important;
  background: #6C968B;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  color: white;
  border: none;
  font-family: 'Calibri', Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  margin: 0px 0 0 0;
}





.searchBut,
.searchBut:hover,
.searchBut:active {
  width: 30px;
  height: 30px;
  background:transparent url("../i/Search_icon.png") no-repeat 4px 2px;
  /*background-position: 6px -502px;*/
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 0px 5px;
  text-indent: 999px;
  float: left;
}

input.searchField {
  float: left;
  width: 141px;
}

a.slideUp {
  display: block;
  max-width: 1038px;
  min-width: 980px;
  margin: -14px auto 0;
  background: url(../i/collapse.png) no-repeat center -14px white;
  height: 32px;
  padding: 14px 30px;
  text-align: right;
  font-size: 13px;
  color: #eeeeee;
  text-decoration: none;
}

a.slideUp:hover {
  background: url(../i/collapse.png) no-repeat center -94px white;
  color: #c3c3c3;
}

a.slideDown {
  display: block;
  max-width: 1038px;
  min-width: 980px;
  margin: -14px auto 0;
  background: url(../i/collapse.png) no-repeat center -166px white;
  height: 32px;
  padding: 14px 30px;
  text-align: right;
  font-size: 13px;
  color: #eeeeee;
  text-decoration: none;
}

a.slideDown:hover {
  background: url(../i/collapse.png) no-repeat center -246px white;
  color: #c3c3c3;
}

p {
  font-size: 14px;
}

.keywords {
  border-top: 2px solid #2aa5d8;
  margin: 40px 0 0 220px;
  text-align: left;
  font-style: italic;
  font-size: 14px;
  padding: 10px 0;
}

.checkLabel {
  font-size: 13px;
  color: #666666;
  padding: 6px;
}

.lostPsw {
  color: #87c343;
  font-size: 13px;
}

.menu {
  /*background: #fff5e3;
  padding: 10px 5px 10px 0px;
  margin-top:0px;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
  border-bottom:1px solid #efefef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.menu li {
  list-style: none;
  margin-bottom:1px;
  border:1px solid #afafaf;
}

.menu li > a{	
	padding: 15px 20px 15px 20px;	
	display: block;
	font-size:14px;
	color:#3D3D3D;
	font-weight:bold;
	text-transform: uppercase;
}

.menu li:hover > a{	
	/* color: white; */
}

.menu li > a:hover {
 	color: white;
	background: #7980A4; 
	padding: 15px 20px 15px 37px;
	margin: 0 -2px 0 -17px;
}  

.menu li ul {
  margin: 0;
  padding: 0 2px;
}

.menu li ul li {
  padding: 0px 0px 0px 0px;
  background:none;
  border:0px none;
}

.menu > li > ul > li:hover{    
	display: block; 
}

.menu li ul li a{
  font-weight:normal;
  text-transform:none;
}

.menu li ul li:hover a{
	color: #FFFFFF;
	background: #A0C2B9!important;
}

.menu a {
  color: #3d3d3d;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.loginLink {
  float: right;
  width: 190px;
  text-decoration: none;
  display: none;
}

.about_page_wrapper .bx-wrapper{
	border:none;
}

.about_page_wrapper {
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

.carouselIthem img {
  width: 100%;
}

.bxslider {
  padding: 0;
  margin: 0;
}

.bigImage {
  display: block;
}

.carouselIthem .newsTitle {
  margin-top:20px;
  display: block;
  padding: 0px 20px 20px 20px;
}

.highlighttitleRow {
	margin: 0px 25px 20px 25px;
}

.highlighttitleRow a {
	text-decoration:none;
	color: #3D3D3D;
	font-weight: bold;
}

.highlighttitleRow a:hover {
	text-decoration:underline;
}

.highlighttitleRow h2 {
	font-size: 14px;
	color: #3D3D3D;
	border-bottom:1px solid #afafaf;
	padding:0px 20px 20px 0px !important;
}

.newsTextWrap {
	padding:0px 25px 20px 25px;
	position:relative;
	z-index: 1;
}

.readMore {
	font-family:Tahoma;	
	margin: 0;
	color: #D33A52;
	text-decoration: none;
	text-align: right;
	width: 100%;
	font-size: 12px;
	display: block;
}

aside .readMore {
  color: #ee5354;
  text-decoration:none;
  font-size:10px;
}

.date {	
  color: #D33A52;
  font-size: 11px;
  margin: 20px 0 0 0;
  font-family: Tahoma;
  border-bottom: 1px solid #AAA;
  text-align: center;
  padding: 0 0 4px 0;
}

h4.newsTitle {
  font-size: 14px;
  margin: 20px 0;
}

.index_news_row .index_news_list_left.date{
	padding: 0px;
	margin: 0px;
	border-bottom: none;
}  

h4.newsTitle a {
  text-decoration:none;
	color: #4D4D4D;
}

h4.newsTitle a:hover {
  text-decoration:underline;
}

.twitterWraper iframe {
  width: 100% !important;
}

.feedbackMail {
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 5px 5px 5px 40px;
  background: url("../i/sprite.png") 6px -398px no-repeat;
  font-size: 14px;
}

.feedbackMail span {
  font-size: 22px;
  font-weight: bold;
  word-break: break-all;
}

.rssWraper {
  font-size: 14px;
  width:178px;
  border: 1px solid #afafaf;
  padding: 15px;
  margin: 30px 0 0 0;
  background: white;	
  /*box-shadow: 2px 2px 2px 2px #AFAFAF;*/
}

.rssWraper .rss {
  text-align: left;
  padding: 5px 0px 15px 35px;
  border: none;
  color: #000000;
  background: url('../i/RSS_icon.png') 0px 0px no-repeat;
}

.rssWraper a span {
  color: #221f1f;
}

.grad {}

.rssWraper a {
  text-align: left;
  color: #000000;
  display: block;
  text-decoration: none;
  font-weight:normal;
  font-size:14px;
}

a.rss_help {
	color:#727272;
	font-size:12px;
}

.rss_help {
	color:#727272;
}

.altColor {
  border-top: 2px solid #87c343;
  background: url(../i/greenHeaderBgr.png);
  color: #87c343;
}

.altColor2 {
  border-top: 2px solid #87c343;
  background: url(../i/greenHeaderBgr2.png);
  color: #87c343;
}

.searchForm {
  
}

.index_news_list_left {
	/* float:left; */
	width: 85px;
	text-align:left;
	margin:1px 0px 0px 0px !important;
}

.index_news_list_right {
	/* float:left; */
	/* width: 560px; */
}

.recentTweets {
  background: url("../i/sprite.png") 0 -866px no-repeat;
  height: 19px;
  width: 30px;
  display: inline-block;
}

#expandableConttent {
  padding: 30px 0 0 0;
}

#expandableConttent aside h3 {
  margin-top: 0;
}

.euLogo {
  background: url("../i/sprite.png") 0 -1721px no-repeat;
  float: left;
  width: 72px;
  height: 50px;
  display: block;
  margin-right: 10px;
}

.sevenLogo {
  background: url("../i/sprite.png") 0 -1819px no-repeat;
  float: right;
  width: 72px;
  height: 50px;
  display: block;
  margin-left: 50px;
}


.errorContainer {
  background: red;
  color: white;
  padding: 7px 12px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px #75000e;
  box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.56);
  top: 0;
  position: absolute;
  display: block;
}


#expandableConttent .login_errors {
	font-size:12px;
}

.errorContainer p {
  padding: 0;
  margin: 0;
}

.errorContainer:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: red transparent;
}

.formErrors {
  /*border: 2px solid red !important;*/
	color:#ee5354;
	padding:10px 0px 10px 0px;
}

form {
  background: transparent;
  position: relative;
}

.articleContent h1 {
	text-decoration: none;
	color: #221f1f;
	font-weight: bold;
	font-size: 14px;
}

.articleContent a {
	text-decoration:none;
	color: #7980A4;
}
.articleContent a:hover {
	text-decoration:underline;
}

.shareThisArticla a {
	margin: 0 0 0 4px;
}

.articleContent h2 {
  font-size: 18px;
}

.articleContent h3 {
  font-size: 16px;
}

.articleContent h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.articleContent p {
  /* text-align: justify; */
}

.articleContent ul {
  margin: 0 0 40px;
}

.articleContent li, #storiesByMonth li {
  line-height: 160%;
  margin: 0 0 10px 0;
  list-style: none;
  background: url("../i/dot.png") 8px 8px no-repeat;
  padding: 0 0 0 24px;
}

#storiesByMonth ul {
  padding-left:0px;
}

.articleContent h2,
.articleContent h4,
.articleContent h1 {
  color: #333333;
  text-transform: none;
  float: none;
}

.imageLeft {
  float: left;
  margin: 20px 30px 20px 0;
  color: #c3c3c3;
  font-size: 13px;
}

.imageLeft img {
  display: block;
  margin-bottom: 10px;
}

.fullWidthImage {
  width: 100%;
}

.articleContent blockquote {
  margin-bottom: 40px;
  color: #666666;
  font-style: italic;
  position: relative;
}

.articleContent blockquote:before {
  content: " \201D";
  color: #c3c3c3;
  font-style: italic;
  font-size: 50px;
  position: absolute;
  top: -10px;
  left: -35px;
}

.articleContent .print {
  background: url("../i/sprite.png") 0 -1924px no-repeat;
  padding: 13px 0 10px 30px;
  display: block;
  border-top: 2px solid #eeeeee;
  font-size: 13px;
  text-decoration: none;
}

.article_date_holder {
	display: block;
	color: #ee5354;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	width:200px;
	float:left;
}

.article_news_date_shareHodler {
	margin: 15px 20px 10px 20px;
}

.article_news_date_shareHodler.article_news_date_shareHodlerInner > .content{
	margin-top: 15px;
}

.news_row > .article_news_date_shareHodler {
   margin: 10px 0px 0px 0px;
}

.news_row > a{
	float: left;
}

/* .description p {
	margin
} */

.googleplusSm,
.linkedinSm,
.facebookSm,
.twitterSm {
  width: 16px;
  height: 16px;
  background: url("../i/sprite.png") 0 -1543px no-repeat;
  padding: 0;
  text-indent: 999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.shareThisArticla {
  float:right;
  color: #222;
  font-size: 11px;
  line-height: 1.4;
}

.linkedinSm {
  background: url("../i/sprite.png") 0 -1477px no-repeat;
}

.facebookSm {
  background: url("../i/sprite.png") 0 -1345px no-repeat;
}

.twitterSm {
  background: url("../i/sprite.png") 0 -1411px no-repeat;
}

h3.push {
  margin-top: 30px;
}

.bigMain {
  margin-right: 0;
  width:794px;
}

nav {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  float: left;
  margin-top: 13px;
  width: 100%;
}

nav a {
  padding: 5px 30px;
  text-transform: uppercase;
  color: #87c343;
  border-right: 2px solid #eeeeee;
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

nav a:last-child {
  border-right: none;
}

nav a.current {
  color: #2aa5d8;
}

.buttons a {
  padding: 5px 30px;
  color: #2aa5d8;
  border-right: 2px solid #eeeeee;
  display: inline-block;
  margin: 12px 0 3px 14px;
  font-size: 14px;
  text-decoration: none;
  background: url("../i/sprite.png") 5px -1270px no-repeat;
}

.buttons a:hover {
  opacity: .8;
  color: #faa933;
}

.buttons a:last-child {
  border-right: none;
}

.userProfile {
  width: 150px;
  text-align: right;
  width: 250px;
  font-size: 13px;
  position: absolute;
  right: 30px;
}

.userProfile a {
  padding: 0 10px 2px 0;
  border-right: 1px solid #eeeeee;
  margin: 6px;
  text-decoration: none;
}

.userProfile a:last-child {
  padding: 0 0 2px;
  border-right: none;
  margin: 0;
}

.userProfile p {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.userProfile span {
  border-bottom: 2px solid #2aa5d8;
  position: relative;
  display: inline-block;
  float: right;
  margin: -5px 0 10px 10px;
}

.userProfile span:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 5px;
  height: 5px;
  background: url("../i/sprite.png") 0 -1609px no-repeat;
}

table {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}

td {
  border: 1px solid #EEEEEE;
  padding: 4px;
  line-height: 15px;
}

.tableTest {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.tblHeader {
  background: #fff;
}

.mayCloneTable {
  position: absolute;
  border-color: transparent;
}

.invisibleTD {
  visibility: hidden;
  border: 1px solid transparent;
}

.excel {
  background: url("../i/sprite.png") 0 -1208px no-repeat;
  padding-left: 24px;
}

.more {
  margin: 30px 0 10px 0;
}

/* paging */
#pagination {
	width:300px;
    margin: 0px auto 20px;
	text-align: center;
}

#pagination .page{
    background: #000000;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-align: center;
	border-radius: 26px;
	box-shadow: 1px 1px 1px 0px #AFAFAF;
}
#pagination a {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
	line-height: 2em;
}
#pagination .arrow{
    display:inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-align: center;
	border-radius: 23px;
	box-shadow: 1px 1px 1px 0px #AFAFAF;
}
#pagination #prev{
    /* background: url('../i/larrow.png') no-repeat; */
	background: #FF647A;
}
#pagination #next{
    /* background: url('../i/rarrow.png') no-repeat; */
	background: #5CAA96;
}
#pagination .arrow a{
    padding: 5px 11px;
}

/* active page */
#pagination .hover{
    background: #A0C2B9;
	display: inline-block;    
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-align: center;
	border-radius: 26px;
	box-shadow: 1px 1px 1px 0px #AFAFAF;
}
#pagination .page:hover {
    background: #A0C2B9;
    color: #333333;
}
#pagination span {
    float: left;
    color: #10942E;
}

.stories_list .authorpic{
    float: left;
    margin: 0!important;
}
.stories_list .authorpic img{
    padding: 5px 10px 2px 0px;
}

.clear {
    clear: both;
}
.floatRight{
    float: right!important;
}
.floatLeft{
    float: left;
}

.attachments {
    background: #EEEEEE;
    border: 1px solid #C7C7C7; 
    padding: 20px;
    margin-top: 20px;
}

.articleContent .attachments .relelements{
    color: #666666;
    font-size: 16px;
    line-height: 150%;
}
.articleContent .attachments img{
    vertical-align: middle;
    padding-right: 10px;
}

.articleContent .attachments{
    background: #EEEEEE;
    width: 638px;
    border: 1px solid #C7C7C7; 
    padding: 30px;
    margin-top: 20px;
}

.content h2{
	float:none;
}

.content p a {
	color:#7980A4;
}

.content a {
	color:#7980A4 !important;
}


.madia_page {
	padding-top:20px;
}

.picsleft {
	float:left;	
}

.picsright {
	float:right;
}

.picsleft img{
	margin: 0px 10px 6px 0px;
} 

.picsright img{
	margin: 0px 0px 6px 10px;
}

.content, .content p {
	font-size:14px !important;
	font-family: "Lucida sans unicode";
	line-height: 1.6em;
}

/* internal events classes start */
#cal {
    margin-top: -1px;
}

.switchButtons {
    position: absolute;
    margin: 1px 0 0 704px;
    color: #2aa5d8;
}
.switchButtons .input_background {
    float: left;
    height: 31px;
}
.switchButtons .input_background .leftANG{
    background: url('../i/calleft.png') no-repeat;
    width: 5px;
    height: 31px;
}
.switchButtons .input_background .MID{
    background: url('../i/calmid.png') repeat-x;
    width: 80px;
    height: 31px;
    color: #6C968B;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    line-height: 180%;
}
.switchButtons .input_background .MID div{
    margin-top: 4px;
}
.switchButtons .input_background .rightANG{
    background: url('../i/calright.png') no-repeat;
    width: 5px;
    height: 31px;
}

.input_background .leftANG{
    background: url(../i/leftInput.png) no-repeat;
    width: 4px;
    height: 32px;
    float: left;
}
.input_background .MID{
    background: url(../i/inputMiddle.png) repeat-x;
	position:relative;
    height: 32px;
    float: left;
}
.input_background .rightANG{
    background: #fff url(../i/rightInput.png) no-repeat;
    width: 2px;
    height: 32px;
    float: left;
}

.fc-header {
	border:0px none !important;
}

.fc-header td {
	border:0px none !important;
}

.fc-header .fc-button {
	margin-bottom:0px;
} 

.fc-content {
	clear:none !important;	
}

#cal {
	font-size:15px;
	padding:1px 0px 0px 0px;
}

/* event popup start*/

#eventpopup {
    font-size: 13px;
    color: #333333;
    line-height: 120%;
    padding: 5px;
}
#eventpopup a{
    text-decoration: none;
	color: #7980A4;
}
#eventpopup a:HOVER{
	text-decoration: underline;
}
#eventpopup table{
	margin: 20px;
}
#eventpopup tr td{
    padding: 5px 5px;
    width: 330px;
}
#eventpopup tr .first{
    color: #666666;
    padding-left: 10px;
	width: 76px;    
}
#eventpopup h2{
    margin: 10px 10px 8px 20px;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #C7C7C7;
}
#eventpopup h2 a{
    color: #7980A4;
    font-size: 18px;
    text-decoration: none;
    line-height: 140%;
}
#eventpopup h2 a:HOVER{
	text-decoration: underline;
}
#eventpopup #close{
    background: url('../i/windowclose.png') no-repeat center;
    /* position: absolute;
    float: right;*/
    margin: 0px 0 0 456px; 
	padding: 3px;	
    cursor: pointer;    
    width: 10px;
    height: 9px;

}
#eventpopup p{
	margin: 0 0 0.6em 0;
}

/* event popup end*/

.browseEventsList, .browseEventsList p {
	font-size:14px;
}

.browseEventsList {
	margin-top:10px;
}

.in_list {
	position:relative;
	padding:0px 0px 35px 0px;
}

/* internal events classes end */

.no_documents {
	padding:20px 0px 20px 0px;
	text-align:center;
}

.menu_login_form form{
	background:none;
}

.showhide_0 {
	display:none;	
}

.showhideonindex_1 {
	display:none;
}

a.slideDown.showhideonindex_1 {
	display:none;
}

.showhideinline_0 {
	display: inline;
}

.showhideinline_1 {
	display: none;
}

.ColsHolder .boxCol {
	width: 230px;
	float: left;
}

#mails .box {
	/*border-top: 1px solid #EDEDED;*/
	color: #666666;
	/*max-height: 300px;*/
	position: relative;
	margin-top: 10px;
}

#mails .leftBox {
	float: left;
}

#mails .rightBox {
	float: left;
	margin-left: 15px;
}

input[type='file'] {
	background: none;
	border: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 2;
}

.rightBox input[type='file'] {
	width:160px;
} 

.files .chose{
	width:159px;
	margin-top: -17px;
	height: 17px;
	overflow: hidden;
}

.input_background input[type="button"] {
	background: url("../i/browsemid.png");
	margin-top: 2px;
	border: medium none;
	color: #333333;
	cursor: pointer;
	font-size: 12px;
	height: 28px;
	margin-left: 3px;
	width: 65px;
	outline: none;
}  

.defButtons, .inputBtn {
	background: #6C968B;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	color: white;
	border: none;
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
}

.defButtons, .inputBtn {
	line-height: normal;
}

a.mailArchive {
	float: right!important;
}

#mails .title h3, .mail_list .title h3 {
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
}

.mail_list #sort {
	width: auto;
}

#sort {
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0px;
	border-bottom: 1px solid #c9c8c6;
}

.mail_list #sortBy {
	-ms-filter: "propacity: 0ogid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	margin-left: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 120%;
}

.mail_list #sortBy a {
	border-right: 1px solid #EDEDED;
	padding-right: 5px;
}

#sort a {
	font-size: 12px;
	color: #6DA194;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 10px;
	margin-left: 55px;
	text-decoration: none;
}

.mail_list #sort a img {
	margin-bottom: 1px;
	margin-left: 2px;
}
/* library start */
#tabs {
	width: 100%;
	height: 48px;
	margin: 19px 0 0 5px;
	border-bottom: 1px solid #D33A52;
}

.tab {
	background: #fff url('../i/tabActive.png') bottom right repeat-x;
	margin: 0px 1px;
	float: left;
	border: 1px solid #C7C7C7;
	text-align: center;
	margin-left: 5px;
	padding: 0 12px;
	cursor: pointer;
	border-bottom: none;
	height: 50px;
	color: #87c343;
	font-size: 18px;
	font-weight: bold;
}

#tabHover {
	background: #fff url('../i/tabHover.png') bottom right repeat-x;
	border-top: 3px solid #2aa5d8;
	border-bottom: none;
	color: #2aa5d8;
}

.tab div {
	text-align: center;
	height: 30px;
	padding: 13px 10px 0px 10px;
	margin-left: 0px;
}

#searchTab {
	background: none;
	border: none;
	float: left;
	margin-left: 35px;
}

#searchTab .tab_input {
	background: url('../i/searchFiles.png') no-repeat;
	width: 154px;
	height: 32px;
	margin: 5px 0px 0 0px;
	float: left;
}

.folder-tree-header {
	margin: 20px 0px 0px 0px;
}

.folder-tree-header a {
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	font-size: 13px !important;
}

ul.dhtmlgoodies_tree {
	margin: 0px 0px 0px 30px;
	width: 724px;
	float:left;
}

ul.dhtmlgoodies_tree .file{
	margin-left:5px;
}

#content li {
	margin: 7px 0 0 -10px;
}

#content ul li img {
	vertical-align: middle;
	margin-left: -10px;
	padding-right: 5px;
	margin-left: -6px !important;
}

.dhtmlgoodies_tree li a {
	color: #000;
	text-decoration: none;
	/* font-family: arial; */
	font-size: 12px;
	padding-left: 2px;
}

ul.dhtmlgoodies_tree .folder-tree-inline-actions {
	font-size: 10px;
	color: #8F8F8F;
}

ul.dhtmlgoodies_tree .folder-tree-inline-actions a, .folder-tree-action-holder a {
	color: #0079B0;
	font-family: "ms sans serif",arial;
	font-size: 13px;
	text-decoration: none;
	padding-left: 2px;
}

#dhtmlgoodies_tree ul {
	margin:0px 0px 0px 30px;
}

#dhtmlgoodies_tree ul li {
	margin-top: 0px;
}

.folder-tree-footer {
	margin: 20px 0px 0px 0px;
	float:left;
}

.listWraper p {
	margin:0px;
}

.titleIcon {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}

.list .listWraper {
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.list h3 {
	font-size: 18px;
	margin: 17px 0 10px 0;
	width: 890px;
}

/* library end */

#usersList {
	margin-top:20px;		
}

#usersList #sort #sortBy{
	float:left;
	margin-top:20px;
}

#usersList #sort{
	width:100%;
} 

#searchTab {
	background: none;
	border: none;
	float: right;
	margin-left: 35px;
	width: 200px;
}

#usersList .userBox {
	border-top: 1px solid #E3E3E3;
	margin-left: 0px;
	margin-bottom: 10px;
}

.userBox .userPic {
	float: left;
	width: 75px;
	margin-top: 17px;
}

#usersList a {
	text-decoration: none;
}

.userBox .userPic img {
	width: 75px;
}

.userBox .leftBox {
	float: left;
	margin-left: 23px;
}

#usersList .userBox h3 {
	color: #0877A1;
	margin: 20px 0px 5px 0;
	line-height: 140%;
	text-transform: none;
	background:none;
	border-top:none;
	text-align:left;
	padding:0px;
}

.userBox .leftBox p {
	font-size: 13px;
	line-height: 150%;
	margin: 0;
	color: #666666;
}

.userBox .leftBox p .email {
	color: #2aa5d8;
	padding-left: 30px;
}

.userBox .leftBox p span {
	color: #333333;
	padding-left: 20px;
}

.userBox .rightBox {
	float: right;
	height: 39px;
	border-left: 1px solid #E3E3E3;
	padding: 10px 0 0 34px;
	color: #10942E;
	font-size: 12px;
	line-height: 230%;
	margin: 32px 30px 0 0;
}

.rightBox img {
	vertical-align: middle;
	padding-right: 5px;
}

#usersList {
	float:left;
	width:100%;
}

.submitForm {
	float:left;
	width:100%;
	margin-top:20px;
}

.inputLabel {
	margin:10px 0px 0px 0px;
}

.submitForm .MID input[type="file"]{
	width:630px;
}

.submitForm .fld_row select {
	width:705px;
}

.fileInput .input_background input[type="file"] {
	float:left;
}

.middle {
	margin-left:20px;
}

.files .MID input[type="file"]{
	width:325px;
}

.MID .chose {
	position: absolute;
	z-index: 2;
	top: 22px;
	width: 300px;
}

.fld_row_cal {
	margin:10px 0px 0px 20px;
}

.notification #usr {
	margin-left:20px;
}

.addnews .notification .recipients {
	background: url("../i/inputtop.png") top repeat-x;
	float: left;
	width: 350px;
	height: 100px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	padding:5px;
}

#internalEvent .inputBtn {
	width:250px;
}

.myProfile .leftBox {
	float: left;
	width: 120px;
	height: 500px;
	margin-top: 21px;
}

.myProfile .leftBox img {
	width: 120px;
	vertical-align: middle;
	padding-right: 5px;
}

.myProfile .leftBox input[type='file'] {
	background: none;
	border: none;
	font-size: 13px;
	opacity: 0;
	/* -ms-filter: "propacity: 0ogid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
	filter: alpha(opacity=0);
	cursor: pointer;
	float: right;
	height: 31px;
	margin-top: -22px;
}

.myProfile .middleBox {
	float: left;
	margin-left: 24px;
}

.myProfile #upload_picture img {
	width: 13px;
	height: 14px;
}

.myProfile .leftBox img {
	vertical-align: middle;
	padding-right: 5px;
}

.myProfile .headline {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
}

.myProfile .rightBox {
	float: left;
	margin-left: 29px;
}

.myProfile .inputLabel {
	font-size: 13px;
	letter-spacing: 0;
	margin: 20px 0 -6px 0;
}

.myProfile #usrInfo input[type='text'] {
	width: 250px;
}

.myProfile .bottomBox {
	float: left;
	margin-left: 25px;
}

.myProfile .textarea_background {
	margin-top: 10px;
}

.textarea_background .MID {
	-ms-filter: "propacity: 0ogid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	width: 563px;
	height: 132px;
	float: left;
}

.myProfile .formWrapper form textarea {
	width: 560px;
	height: 120px;
	color: #666666;
	resize: none;
	overflow: auto;
}

.myProfile .bottomBox .newpass {
	float: left;
}

.myProfile #usrInfo input[type='password'] {
	width: 250px;
}

.myProfile .bottomBox .oldpass {
	float: left;
	margin-left: 29px;
}

.width_147 input {
	width: 160px !important;
}

#mails {
	float:left;
}

.input_background .width_147 {
	position:relative;
	z-index:1;
}

.input_background .width_147 .chose {
	width:150px;
} 

.mail_list {
	float:left;
	width:100%;
}

.mail_list .title, #mails .title{
	margin-top:20px;
} 

.pageload .listWraper h1 {
	font-size:inherit;
}

.gantt_page {
	margin-top:20px;
}

.contentWithTopMargin {
	margin-top:20px;
}

.priority:after {
	content: "";
	display: block; 
	clear: both;
}

#userProfile .userAvatar {
	float: left;
	width: 120px;
	height: 120px;
}

.userInfo {
	float: left;
	margin-left: 25px;
	font-size: 13px;
	letter-spacing: 0;
	width: 770px;
}

.userInfoWrapper {
	float: left;
	width:595px;
}

#userProfile .rightBox {
	float: right;
	height: 39px;
	margin: 12px 45px 0 0;
	font-size: 12px;
	line-height: 230%;
	letter-spacing: 0;
}

#userProfile .userAvatar img {
	width: 75px;
	margin: 22.5px 0 0 22.5px;
}

.removeButton {
	margin:0px 0px 0px 10px;
}

#userProfile {
	margin-top:20px;
}

.document_list {
	border-bottom:1px solid #c9c8c6; 
	padding-bottom:10px;
}

.document_list a {
	color: #7980A4;
	text-decoration: none; 
	font-size: 12px;
}

.document_list h4 {
	font-size:14px;
	color: #221f1f;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
}

.document_list .authors {
	font-size: 10px;
}

.document_list .authors span {
	font-size: 14px;
	line-height: 150%;
}

.document_list .url {
	font-size: 12px;
}

.document_list .details {
	line-height: 1.6em;
	height: auto;
}

.document_list .details div {
	float: left;
	font-size: 12px;
	margin-right: 10px;
}

.document_list .details span {
	padding: 0 10px 0 4px;
	border-right: 1px solid #c3c3c3;
}

.modalDialog_contentDiv .formWrapper{
	margin:10px;
}

.results_header .title {
	float:left;
	width: 360px;
	font-style: italic;
	font-size: 14px;
}

.newsletterHeadText {
	padding:0px 0px 5px 0px;
	color: #FFFFFF;
	font-size:16px;
	text-align:center;
}

.newsletterHolder {
	margin-top:30px;
}

.newsletterHead {
	padding: 10px 10px 10px 10px;
	background: #000000;
	box-shadow: 0px 2px 2px 0px #AFAFAF;	
}

.twetterHeader {
	background-image: url('../i/Tweets_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 14px;
}

.eventsRightColHolder {
/* 	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf; */
	/* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
	padding:0 15px 15px 15px;	
}

.calendarHolder{
	background: #ffffff;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

.newsLead {
	font-size:14px;
	color:#000000;
	margin:0px 0px 20px 0px;
	font-family:"Lucida sans unicode";
	line-height: 1.6em;
	
}

.index_news_list_right p, .description{
	font-family:"Lucida sans unicode";
	line-height: 1.6em;	
	/* color: red!important; */
}


.newsheader {
	background-image: url('../i/news.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.contactheader {
	background-image: url('../i/contact_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

.projectsheader{
	background-image: url('../i/projects_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;
}

h3.newsheader{
	background-image: url('../i/news.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;
	height: 25px;
}

.index_news_holder_wrapper {
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	/* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
}

.index_news_row {
	border-top: 1px solid #efefef;
	padding:25px 25px 0 25px;
}

.index_news_title a {
	text-decoration:underline;
	color: #3D3D3D;
	font-weight: bold;
	font-size:14px;
}

.readMoreIndexNews {
	margin:5px 25px 20px 0px;	
}

.no-margin {
	margin:0px !important;
}

#news {
	width:100%;
}

.news_row {
	border-top:1px solid #efefef;
	margin:0px 0px 20px 0px;
	padding: 10px 25px 25px 25px;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

.archive_newsHeader {
	margin-top:0px !important;
}

.articleContent .article_news_date_shareHodlerInner {
	margin-top:0px;	
}

.news_row .description {
	font-size:14px;
}

.events_story_list {
	border-top:1px solid #efefef;
}

.events_story_list .article_date_holder {
	float:none;
	margin-top:15px;
}

.input_background select {
	background: none;
	border: none;
	padding: 7px 7px 7px 0px;
	width:100%;
}

.newsletterHolder input[type="text"] {
	width:172px;
}

.newsletterHolder input[type="submit"] {
	/* background: url("../i/Subscribe_button_background.png") no-repeat; */
	background: #7980A4;
	font-size:18px !important;
}

.tweeter-fix{
	margin: 3px 0 0 0;
	padding: 0 0 3px 3px;
	display: block;
	background: white;
}

.shadow{
	box-shadow: 0px 2px 2px 0px #AFAFAF;
}

.about_left_col {
	float:left;
	width:250px;
	margin:0px 20px 0px 0px;
}

.about_right_col {	
	margin:40px 0px 0px 0px;
	font-size:18px;
	color:#000000;
	font-weight: bold;
	line-height: 1.6em;
}

.about_newsTextWrap {
	font-size: 14px;
	color: #000000;
	/* margin: 40px 0px 20px 0px; */
	font-family: "Lucida sans unicode";
}

.newsTextWrap.about_newsTextWrap{
	padding: 0px 25px 0 25px;
}

.aboutheader {
	background-image: url('../i/About_icon.png');
    background-repeat: no-repeat;
    background-position: 15px 11px; 
}

.bxslider_header {
	background-image: url('../i/About_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 11px;
	margin:0px;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 10px 10px 50px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #000000;
	font-weight:bold;
}

.news_header {
	background: #7980A4;
	background-position: 15px 11px;
	margin:0 0 20px 0;
	padding: 10px 15px;
	min-height: 25px;
}

h1.news_header{
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
}

.bxslider_header_title {
	float:left;
	width:200px;
}

.bxslider_header_pager {
	float:right;
}

.pager-link {
	width:12px;
	height:12px;
	display:inline-block;
	margin:0px 10px 0px 10px;
	background:url('/i/inactive_page.png');
}

.pager-active {
	background:url('/i/active_page.png');
}

/* a#menu_62, a#menu_7 {
	cursor: default;
	color: #3D3D3D;
	display: block;	
}

a#menu_62:hover, a#menu_7:hover {
	cursor: default;
	color: #3D3D3D;
	display: block;	
	background: none;
} */

.font-normal{
	font-weight: normal;
}

.events_list_content{
	color: #666;
	font-size: 12px;
}


img.cor_photo{
	width: 100%;
	height: 226px;
}

table.cor{
	border: none;
}
table.cor td{
	width: 33%;
	vertical-align: top;
	border: none;
}
.cor_name {
	height: 30px;
	text-align: center;
	/* font-weight: bold; */
	color: white;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.green{
	background: #5CAA96;
}
.pink{
	background: #FF647A;
}
.lila{
	background: #7980A4;
}
.cor_title {
	padding: 15px;
	line-height: 1.3;
}
.cor_address {
	font-size: 11px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.single_cor.shadow {
	height: 468px;
	border: 1px solid #afafaf;
}
.people{
	height: 25px;
	background-image: url('../i/people_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.resources{
	height: 25px;
	background-image: url('../i/resources_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2.line {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  font-weight: normal;
  font-family: "Lucida sans unicode";
}
hr.h2-line {
  top: 25px;
  position: relative;
  margin: 0;
}
.pr-left {
  float: left;
  margin: 0px 40px 30px 40px;
  width: 260px;
}
.pr-right {
  float: right;
  margin: 0px 40px;
  width: 260px;
}
.pr-name {
  height: 25px;
  background: #333333;
  padding: 10px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: white;
}
.pr {
  margin: 15px 0 20px 0; 
  display: none;
}

span.num{
 display: inline-block;
 padding: 0px;
 width: 20px;
 text-align: center;
 margin: 0 6px 0 6px;
 box-shadow: 1px 1px 1px 1px #AFAFAF;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;	
}
.c1{color: #797FA4;}
.c2{color: #4BE9BA;}
.c3{color: #FF435E;}

span.pr-label {
 display: inline-block;
 margin-right: 10px;
}
a.cor_link{
	margin: 0px;
}

.projects_wrapper {
	/* padding:35px 35px 0px 35px; */
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

.projects_holder {
	width:300px;
	float:left;
	box-shadow: 1px 1px 1px 1px #AFAFAF;
}

.projects_first_element {
	margin-right:36px;
}

.projects_wrapper .readMore {
	margin:0px !important;
}

.project_title {
	height: 114px;
	display: table;
	text-align: center;
	width: 100%;
}

.project_title a {
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	color: white;
	font-size: 16px;
}

.project_content {
	padding:20px;
	font-size: 12px;
	line-height: 1.6em;
	height: 130px;
}

.people_title {
	height: 45px;
	display: table;
	text-align: center;
	width: 100%;
}

.people_title span{
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	color: white;
	font-size: 16px;
}

.people_content {
	padding:20px;
	font-size: 12px;
	line-height: 1.6em;
	height: 184px;
}

.projects_row {
	padding:35px 35px 35px 35px;
}

.projects_row:nth-of-type(2) {
	padding-top:0px;
}

.projects_first_element{
	width: 300px;
}

.b1{background: #5CAA96;}
.b2{background: #FF647A;}
.b3{background: #787EA4;}
.b4{background: #447B98;}

.pr-name > a {
	color: white!important;
}
.reader{
	display: inline-block;
	float: right;
}
.projects_wrapper > .supervisors-no-data{
	padding: 10px 20px 20px 20px;
}
.partner_logo img {
	max-width: 130px;
	max-height: 130px;
}
table.partners {
	width: 100%;
	border: none;
}
table.partners td{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: none;	
	border-right: none;
	padding: 4px;
	line-height: 15px;	
	vertical-align: middle;
	text-align: left;
}
.partner_name {
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 0;
}
.partner_link {
	line-height: 1.6em;
	word-break: break-word;
	font-size: 13px;
}
table.partners td:last-child{
	text-align: center;
}
.partners-type {
	font-size: 16px;
	margin: 10px 0;
}
.partners-wrapper {
	padding: 0 10px;
}
.cor_name a {
	color: white!important;
}

.pro_sel select {
   background: transparent;
	color:#333;
   width: 100%;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 2px;
   height: 30px;
   -webkit-appearance: none;
   -moz-appearance: none;
   }

.pro_sel {
   width: 98%;
   height: 30px;
   overflow: hidden;
   background: url('/i/select_arrow.png') no-repeat 99% center #E8EFED;
   border: 1px solid #ccc;
   border-radius: 2px;
   }
   
.pro_sel option{
	color:#333;
	background:#E8EFED;		
}
.doc_list, .doi{
	display:inline-block;
	color: #999999;
}
.doc_list span, .doi span{
	color: #333333;
}
.doc_list:last-child span{
	border: none;
}

.slist{
	padding: 10px;
	/* border: 1px solid gray; */
}
.slist .rub_name{
	height: 20px;
	background: #eff5f3;
	padding: 6px 10px;
	margin: 0 -10px;
	font-weight: bold; 
}
.slist .row{
	margin: 20px 0 0 0;
}
.slist h1{
	font-size: 16px;
	margin: 0.67em 0 0 0;
	color: #666;	
}
.slist h1 a{
	color: #666;
	text-decoration: none;
}
.slist h1 a:HOVER{
	color: #666;
	text-decoration: underline;
}
.slist .article_date_holder{
	display: block;
	color: #ee5354;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
	float: none;
}
.slist .document_list{
	border: none;
	padding: 0;
}
.searchResultsSep{
	/* display: block;
	height: 1px;
	background: #999; #eff5f3;   */
}
.searchHead{
	/* border-top: 10px solid #7980A4;
	border-bottom: 10px solid #7980A4; */
	background:#7980A4;   
	padding: 11px 11px;
	color: white;
}
.light .results{
	margin: 20px 0 0 0;
}
.row_sep{
	/* display: block;
	background: blue;
	height: 1px; */
	margin: 0 0 40px 0;	
}
.row:last-child .row_sep{
	margin: 0 0 20px 0;
}
.mainAria.articleContent.events{
	width: auto;
}

