/*****************************/
/*** Core html setup stuff ***/
/*****************************/

.moduleparq { margin-bottom:24px; }
.modulesubmenu { margin-top:24px; }

html {
  min-height: 100%;
  margin-bottom: 0;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #5c707c;
	padding: 0;
	margin: 0;
	/*background-color: #5384BF;*/
	background-color: #cccccc;
	background-image:url(../images/px.png);
	background-repeat: repeat-xy;
	background-position: top center;
	border: none !important;
	/*background-image:url(../images/pxhtmlrosa.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;*/
}
body#pagegrey {
	background-color: #f8f9f9;
	background-image:url(../images/pxhtmlcinza.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	min-height: 100%;
}
.wrapper {
	width: 100%;
	height: 100%;
	/*background-image:url(../images/fndrosa.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;*/
	display: block;
}
body#pagegrey .wrapper {
	background-image:url(../images/fndcinza.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 4px; margin-top: 2px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	margin-bottom: 0px;
	min-height: 100%;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffffff;
	box-shadow: 0 0 10px #AAA;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#header {
	margin-left: 0;
	margin-right: 0;
	background-color: #ffffff;
	/*background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
	background-position: bottom left;*/
}

div#header_l {
	position: relative;
}

div#header_r {
	overflow: hidden;
	text-align: left;
	height: 179px;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 162px;
	height: 159px;
	margin-left: 0;
	/*margin-top: 10px;
	margin-left: 10px;*/
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;
	display: none;
}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

#footer {
	padding-left: 47px;
	padding-right: 47px;
	float: none;
	clear: both;
	background-color: #bcd1e9;
	border-top: 1px solid #5384BF;

}
.justgiving {
	text-align: right;
}
.justgiving .module,
.justgiving p {
	margin: 0;
}
.menufooter {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#footer_r {
	/*padding-top: 36px;*/
	/*height: 40px;*/
	overflow: hidden;
	float: none;
	clear: both;
}

div#footer_r p {
	text-align: left;
	font-size: 12px;
	color: #5c707c;
	font-family: Arial;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #5c707c;
}

div#footerspacer {
	height: 0px;
}

#pathway {
	padding: 0px 10px 0;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
	position: relative;
}

#whitebox {
	margin: 0;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 2px solid transparent;
	background-color: #ffffff;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	
}

#whitebox_tl {
	
}

#whitebox_tr {
	height: 0px;
	overflow: hidden;
}

#whitebox_m {
	width: auto;
	padding: 0;
	margin-bottom: 0px;
}

#whitebox_b {
	margin-top: -5px;
}

#whitebox_bl {

}

#whitebox_br {
	height: 0px;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 202px;
	float:left;
	margin-top: -7px;
	padding-top: 30px;
}

#maincolumn,
#maincolumn_full {
	margin-left: 220px;
	padding-left: 15px;
}
#maincolumn {
	padding-bottom: 80px;
	width: 654px;
	padding-top: 30px;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;
	width: 100%;
	margin-left: 11px;
}
#maincolumn_full .contentheading {
	padding-top: 30px;
}
table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
  display: none;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

.contentpaneopen a {
	color: #5C707C;
}
.contentpaneopen a:hover {
	color: #C67AB2;
	text-decoration: none;
}
.contenttd .contentpaneopen a {
	/*color: #2ABCFF;*/
	/*color: #D4C07B;*/
	color: #940012;
}
.contenttd .contentpaneopen a:hover {
	/*color: #2ABCFF;*/
	/*color: #D4C07B;*/
	color: #940012;
	text-decoration: underline;
}
h2, .contentheading {
	padding: 0;
	font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  color: #5384BF !important;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
	line-height: 26px;
}
.contentheading {
	border-bottom: 1px solid #adb7bd;
	padding-bottom: 6px;
}
.contentheading a {
 color: #5384BF !important;
}
.contentheading a:hover {
 color: #5384BF !important;
 text-decoration: none !important;
}
h2{
	color: #5C707C;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  color: #c67ab2;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 6px;
}
h3 {
	color: #5c707c;
	/*color: #8e969a;*/
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	border-bottom: 1px solid #adb7bd;
}
h4 {
	font-size: 12px;
	font-family: Arial;
	color: #c67ab2 !important;
	font-weight: bold;
	border-bottom: 1px solid #d6dbde;
	margin-bottom: 3px;
}
h4 a {
	color: #c67ab2 !important;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	/*border-left: 1px dashed #e0e0e0;*/
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  /*background: url(../images/mw_line_grey.png) 50% 0 repeat-y;*/
}

div#maindivider {
  /*border-top: 1px solid #ddd;*/
  /*margin-bottom: 10px;*/
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}
.contentpaneopen + .contentpaneopen {
	margin-top: 26px;
}
/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}
.contenttd .contentpaneopen {
	/*width: 596px;*/
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}
div.module_menu ul,
div.module_menu ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}
#leftcolumn ul.menu {
	border-bottom: 1px solid #0E699D;
}
#leftcolumn ul.menu,
#leftcolumn ul.menu li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#leftcolumn ul.menu li a {
	opacity:0.4;
	filter:alpha(opacity=40);
	color: #0E699D;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	border-top: 1px solid #0E699D;
	width: 100%;
	/*height: 34px;*/
	line-height: 22px;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 8px;
}
#leftcolumn ul.menu li:first-child a {
	border-top: none;
}
#leftcolumn ul.menu li.active a,
#leftcolumn ul.menu li a:hover  {
	opacity:1;
	filter:alpha(opacity=100);
	color: #0E699D;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}
#leftcolumn ul.menu li ul {
	padding-left: 14px;
}
#leftcolumn ul.menu li ul li a,
#leftcolumn ul.menu li ul li a:hover { 
	border: none;
	padding-bottom: 5px;
    padding-top: 4px;
	font-size: 13px;
}
#leftcolumn div.module {
	padding: 0;
	padding-bottom: 12px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

div.img_caption       { padding: 0 10px 0 10px; }
div.img_caption img   { border: 1px solid #CCC; }
div.img_caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
.wijmo-wijmenu-horizontal {
	background-image: url(../images/bordamenu.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding:0 10px;
}
#slideshowboxnav {
	display: none !important;
}
#slideshowbox {
	/*background-image: url(../images/slideshowbkg.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 890px;
	height: 265px;
	/*margin-top: 14px !important;*/
}
#slideshowboxnavigationbar {
    background-color: #FFF !important;
}
#slideshowbox a {
	top: 16px !important;
	left: 3px !important;
}
.slideshowboxout {
	position: relative;
}
.slideshowhover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}
a.readmore {
	color: #0E699D;
	font-size: 12px;
	font-family: Arial;
	float: right;
}
a.readmore:hover {
	color: #0E699D;
	text-decoration: underline;
}
a.seeall {
	color: #0E699D;
	font-size: 12px;
	font-family: Arial;
	display: block;
	text-align: right;
	font-weight: bold;
	margin-right: 12px;
}
a.seeall:hover {
	color: #0E699D;
	text-decoration: underline;
}
ul.menumainmenu,
ul.menumainmenu li {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
ul.menumainmenu {
	margin-bottom: 20px;
	background-image: url("../images/bordamenu.png");
    background-position: left top;
    background-repeat: repeat-x;
	width: 888px;
	height: 32px;
	margin-left: 16px;
}
ul.menumainmenu ul,
ul.menumainmenu ul li {
	display: none;
}
ul.menumainmenu  li {
	float: left;
	width: auto;
	margin-left: 32px;
	line-height: 32px;
}
ul.menumainmenu li a {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #5C707C;
}
ul.menumainmenu li a:hover {
	text-decoration: none;
	color: #c67ab2;
}
.modulelivetext {
	position: absolute;
	top: 46px;
	left: 32px;
	font-size: 20px;
	font-family: Arial;
	color: #ffffff;
	z-index: 15000;
	line-height: 22px;
}
#rightcolumn {
	padding-top: 30px;
}
#leftcolumn .module h3 {
	background-image: url("../images/moduletitle.png");
    background-position: right top;
    background-repeat: no-repeat;
	width: 187px;
	height: 31px;
	font-size: 16px;
	font-family: Arial;
	/*color: #5C707C;*/
	color: #0E699D;
	font-weight: bold;
	line-height: 31px;
	padding-left: 15px;
	border-bottom: none;
}
#leftcolumn .module {
	border-radius: 0 10px 0 10px;
	margin-top: 24px;
	background-image: url(../images/module.png);
	background-repeat: repeat-xy;
	background-position: top left;
}
.modulefacebook {
	margin-top: 20px;
}
#rightcolumn .moduletable {
	width: 202px;
	margin-bottom: 10px;
	margin-top: 0;
}
#leftcolumn .module .contentpaneopen,
#rightcolumn .moduletable .contentpaneopen {
	/*margin-left: 12px;
	margin-right: 10px;*/
	width: 100%;
}
#leftcolumn .module .contentpaneopen td,
#rightcolumn .moduletable .contentpaneopen td {
	padding-left: 12px;
	padding-right: 10px;
	font-size: 13px;
}
#rightcolumn .moduletable .contentpaneopen {
	width: 182px;
}
#leftcolumn .module .article_separator {
	height: 1px;
	padding-top: 6px;
	margin-top: 6px;
	border-top: 1px dashed #0E699D;
}
/*#leftcolumn .module table + span + table + span + table + .article_separator {
	border-top: none;
}*/
.artwijmomenucontainer {
	margin: 0;
	background-color: #2a3181;
	height: 40px;
	display: none;
}
.modulefooter {
	float: none;
	clear: both;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #D2D5D7;
	font-size: 10px !important;
}
.modulefooter p {
	font-size: 10px !important;
}
p.address:hover {
	color: #C67AB2 !important;
}
#mod_search_searchword {
	width: 183px;
	height: 24px;
	border: 1px solid #adb7bd;
	color: #5c707c;
	font-size: 12px;
	font-family: Arial;
	position: absolute;
	top: 0;
	left: 0;
}
#mod_search_searchword:focus {
	border: 1px solid #C67AB2;
	outline: none;
}
.modulesearch {
	position: absolute;
	top: 135px;
	left: 700px;
	width: 212px;
	height: 24px;
}
.searchsearch {
	height: 24px !important;
	position: relative;
	width: 212px;
}
.buttonsearch {
	margin-top: 4px;
	position: absolute;
	top: 0;
	right: 0;
}
.modulecontactsbox {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/contactsbox.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 301px;
	text-align: right;
	font-size: 12px;
	font-family: Arial;
	color: #5c707c;
}
.modulecontactsbox p,
.modulecontactsbox a {
	padding-right: 5px;
}
.modulecontactsbox a {
	font-size: 12px;
	font-family: Arial;
	color: #5c707c;
}
.modulelicenciaturas,
.modulealunos,
.modulemestrados,
.modulecandidaturas,
.moduleposgraduacoes,
.moduleservicos  {
	float: left;
	width: 200px;
	height: 150px;
	margin: 10px;
	border-radius: 10px;
	color: #ffffff;
}
.modulelicenciaturas h3,
.modulealunos h3,
.modulemestrados h3,
.modulecandidaturas h3,
.moduleposgraduacoes h3,
.moduleservicos  h3 {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	border-bottom: none;
}
.modulelicenciaturas {
	background-color: #AEAEAE;
}
.modulealunos {
	background-color: #8DD757;
}
.modulemestrados {
	background-color: #C6C866;
}
.modulecandidaturas {
	background-color: #1CA4FF;
}
.moduleposgraduacoes {
	background-color: #E96D32;
}
.moduleservicos {
	background-color: #73A0A8;
}
.hover {
	line-height: 40px;
}
#jflanguageselection {
	position: absolute;
	top: 0;
	right: -26px;
	margin: 0;
	display:none;
}
#jflanguageselection ul li {
	text-transform: uppercase;
	color: #5C707C;
	font-size: 12px;
	font-family: Arial;
	float: none !important;
}
#jflanguageselection ul li a {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
}
.moduleboxes table tr td {
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	border-spacing: 0;
}
.moduleboxes table tr td {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
}
.moduleboxes table tr td:first-child {
	color: #0D6091;
	font-size: 14px;
}
.modulecopyright {
	border-top: 1px solid #5384BF;
	line-height: 26px;
	margin-bottom: 16px;
}
.modulecopyright table td {
	font-size: 11px;
}
.modulecopyright table td a {
	cursor: pointer;
}
.menufooter table td {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-family: Arial;
}
.menufooter table td a {
	color: #5c707c;
}
.modulemember {
	margin: auto;
	background-color: #ffffff;
	box-shadow: 0 0 10px #666666;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 880px;
	text-align: right;
	padding: 10px 20px;
	color: #5C707C;
	font-size: 13px;
	font-family: Arial;
	vertical-align: middle;
}
.modulemember p {
	line-height: 42px;
}
.modulemember p img  {
	float: right;
	margin-left: 20px;
}
.moduletablemvet,
.moduletableparq {
	/*filter: alpha(opacity=30);
	opacity: 0.3;*/
	/*-moz-box-shadow: 0 0 5px #c8c8c8;
	-webkit-box-shadow: 0 0 5px#c8c8c8;
	box-shadow: 0 0 5px #c8c8c8;*/
	margin-bottom: 20px;
}
.moduletablemvet:hover,
.moduletableparq:hover {
	/*filter: alpha(opacity=100);
	opacity: 1;*/
}
.featuredarticles_menulertas { padding:0 10px; width: 190px !important; }

.menualertas div a p,
.menualertas div a  {
	color: #5c707c !important;
	font-size: 13px;
	font-family: Arial;
}
.moduletable_menulertas {
	background-image: url(../images/module.png);
	background-repeat: repeat;
	background-position: top left;
	font-size: 12px;
	margin-top:24px;
}
.moduletable_menulertas h3{ 
	background-image: url("../images/moduletitle.png");
    background-position: right top;
    background-repeat: no-repeat;
    width: 187px;
    height: 31px;
    font-size: 16px;
    font-family: Arial;
    /* color: #5C707C; */
    color: #0E699D;
    font-weight: bold;
    line-height: 31px;
    padding-left: 15px;
    border-bottom: none;
}
.wijmo-wijmenu-list li:last-child {
	display: none;
}
.wijmo-wijmenu-list li li:last-child {
	display: block;
}
.pagination a {
	color: #0E699D;
}
.article_column .contentpaneopenfrontpage {
	/*background-color: #3a94be;*/
	width: 100%;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 14px;
	height: 100px;
	/*border-radius: 5px;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;*/
}
.article_column .contentpaneopenfrontpage  + .article_separator + .contentpaneopenfrontpage {
	/*background-color: #e3671c;*/
	width: 100%;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 14px;
	height: 100px;
	/*border-radius: 5px;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;*/
}
.article_column + .article_column .contentpaneopenfrontpage {
	/*background-color: #b5b830;*/
	width: 100%;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 14px;
	height: 100px;
	/*border-radius: 5px;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;*/
}
.article_column + .article_column .contentpaneopenfrontpage  + .article_separator + .contentpaneopenfrontpage {
	/*background-color: #7b999f;*/
	width: 100%;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 14px;
	height: 100px;
	/*border-radius: 5px;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;*/
}
.article_column a {
	color: #0E699D;
}
.article_column p {
	margin: 0;
	text-align: center;
	margin-bottom: 0px;
}
.article_column p img{
	margin-bottom: 0px;
}
.article_column .contentheading a {
	color: #0E699D;
	text-decoration: none;
}
.article_column .contentheading a:hover {
	color: #0E699D;
	text-decoration: underline;
}
#jsb_container {
	position: absolute;
	right: 0;
	top: 36px;
	display:none;
}
.jooblelink {
	position: absolute;
	top: 10px;
	right: 18px;
	color: #666666;
	font-size: 12px;
	font-family: Arial;
	display:none;
}