BODY {
    height	      : 100%; 
    width		      : 100%; 
    margin              : 0px 0px 0px 0px;
/*    background-color    : #FFFFFF; */
    color               : #7c7a78;
    scrollbar-base-color: #7c7a78;
}

td, tr {
  font-family      : Verdana, Arial, Tahoma, Georgia;
  font-size        : 11px;
  color            : #7c7a78;
}

p, div {
  font-family      : Verdana, Arial, Tahoma, Georgia;
  font-size        : 11px;
  color            : #7c7a78;
  text-align       : justify;
}
ul {
	list-style-type: disk;
         margin-left    : 20px;
}

ol {
	list-style-type: decimal;
         margin-left    : 23px;
}

il {
        margin-top     : 10px;
        line-height    : 16px;
        font-family    : Verdana, Arial, Tahoma, Georgia;
        font-size      : 11px;
        color          : #7c7a78;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #cfd3d4;
}

.title {
font-family        : Georgia, Times New Roman, Times, serif;
font-size          : 18px;
font-style	 : italic;
color              : #7c7a78;
}

.pathway {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #7c7a78;
  margin-left      : 5px;
}

a.pathway:link, a.pathway:visited {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #7c7a78;
  font-weight      : normal;
  text-decoration  : none;

}

a.pathway:hover {
  color            : #6e6c68;
  font-weight      : normal;
  text-decoration  : none;
}

/* --Default Class Settings-- */

table.moduletable {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
 /* border-bottom: solid 1px #FFFFFF; */
}

table.moduletable th {
	color: #979ba0;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 22px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	text-align: center;
	font-size: 11px;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable-recientes {
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
/*        border-bottom: solid 1px #FFFFFF;  */
}

table.moduletable-recientes th {
	color: #979ba0;
	text-align: Left;
	padding-top: 4px;
	padding-left: 0px;
	height: 22px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
        background-color: #CCE7FF;
}

table.moduletable-recientes td {
	text-align: Left;
	font-size: 10px;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable-populares{
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
/*        border-bottom: solid 1px #FFFFFF;  */
}

table.moduletable-populares th {
	color: #979ba0;
	text-align: Left;
	padding-top: 4px;
	padding-left: 0px;
	height: 22px;
	font-weight: bold;
	font-size: 10px;
 	text-transform: uppercase; 
        background-color: #FFF1B3;
}

table.moduletable-populares {
	text-align: Left;
	font-size: 10px;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
}


table.moduletable-randomimg {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable-visitantes {
	border-collapse: collapse;
}

table.moduletable-visitantes td {
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 9px;
    color           : #999999;
}

.copyright {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 9px;
	color		: #7c7a78;
}

a.mainlevel:link, a.mainlevel:visited {
	display          : block;
	background       : url(../images/menu_bg.jpg) no-repeat;
	vertical-align   : middle;
	font-size        : 11px;
	font-weight      : normal;
	color            : #7c7a78;
	text-align       : left;
	padding-top      : 4px;
	padding-left     : 20px;
	height           : 25px;
	width            : 100%;
	text-decoration  : none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration  : none;
	color            : #6e6c68;
}

a.sublevel:link, a.sublevel:visited {
	display          : block;
	background       : url(../images/submenu_bg.gif) no-repeat;
	vertical-align   : middle;
	font-size        : 11px;
/*	font-weight      : bold; */
	color            : #7c7a78;
	text-align       : left;
	padding-top      : 4px;
	padding-left     : 28px;
	height           : 25px;
	width            : 100%;
	text-decoration  : none;
} 

a.sublevel:hover {
	background-position: 0px -25px;
	text-decoration  : none;
	color            : #6e6c68;
}

.mainlevel-top1menu {
	font-family	: Arial, Verdana, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #c6c0b2;
	margin-right    : 7px;
}

a.mainlevel-top1menu:link, a.mainlevel-top1menu:visited {
	font-size        : 10px;
	font-weight      : normal;
	color            : #c6c0b2;
	text-align       : right;
	margin-right     : 7px;
	width            : 100%;
	text-decoration  : none;
}

a.mainlevel-top1menu:hover {
	text-decoration  : none;
	color            : #dfdacf;
}

.mainlevel-bottommenu {
	font-family	: Arial, Verdana, Helvetica, sans-serif;
	font-size   	: 10px;
	color             : #6e6c68;
}

a.mainlevel-bottommenu:link, a.mainlevel-bottommenu:visited {
	font-size        : 10px;
	font-weight      : normal;
	color            : #96938e;
	width            : 100%;
	text-align       : center;
	text-decoration  : none;
}

a.mainlevel-bottommenu:hover {
	text-decoration  : none;
	color            : #6e6c68;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #FFFFFF;
  background-color : #139fdc;
  line-height      : 14px;
  text-align       : center;
  padding          : 9px;
}

.sectiontableheader {
  background-color : #6699cc;
  color            : #FFFFFF;
  font-weight      : bold;
}

.sectiontableentry1 {
/*  background       : url(../images/entry_bg.png); */
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #6699cc;
  text-align       : left;
  vertical-align   : middle;
}

.sectiontableentry2 {
/*  background       : url(../images/entry_bg.png); */
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #6699cc;
  text-align       : left;
  vertical-align   : middle;

}

.datestyle {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #7c7a78;
  text-decoration  : none;
}

.small {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  background       : #FFFFFF;
}

.contentpaneopen {
  background       : #FFFFFF;
}

.contentheading {
  padding-top      : 10px;
  font-family      : Georgia, Times New Roman, Times, serif;
  font-size        : 18px;
  font-weight      : normal;
  font-style       : italic;
  color            : #7c7a78;
  text-align       : left;
}

.componentheading {
  padding-top      : 10px;
  font-family      : Georgia, Times New Roman, Times, serif;
  font-size        : 18px;
  font-weight      : normal;
  font-style       : italic;
  color            : #6e6c68;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #6699cc;
  text-align       : left;
}

.back_button {
  float: center;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
/* border: 3px double #cccccc;
   width: auto;
   background: url(../images/button_bg.png) repeat-x; */
  padding: 10px 10px 10px 10px;
  line-height: 20px;
/*  margin: 1px; */
}

.button {
  color: #5C7695;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: double;
  border-width: 3px;
  border-color: #b0bdd9;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 3px;
}

.inputbox {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #5C7695;
  background-color : #FFFFFF;
  border           : 1px solid #cfd3d4;
}

a:link, a:visited {
  font-size        : 11px;
  color            : #827f79;
  text-decoration  : none;
  font-family      : Arial, Verdana, Helvetica, sans-serif;
}

a:hover {
  color            : #504d48;
  text-decoration  :  none;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  padding-top      : 10px;
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  font-style       : normal;
  color            : #7c7a78;
  text-align       : left;
        }

a.contentpagetitle:hover {
  padding-top      : 10px;
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  font-style       : normal;
  color            : #6e6c68;
  text-align       : left;
        }

a.category:link, a.category:visited {
  color            : #999999;
  font-weight      : bold;
}

a.category:hover {
  color            : #000000;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}
/* custom stuff */
.container {
        border: solid;
        border-width: 1px;
        border-color: #0000FF;
        background-color: #3399FF;
}

.boxes {
        border: solid;
        border-color: #0000FF;
        border-width: 1px;
}

.pullquote {
	width: 150px;
	margin: 10px 0 10px 15px;
	padding: 0;
	font: 20px/24px georgia, palatino, serif;
	color: #333;
	background: #efefef;
	text-align: center;
	align: middle;
}