/**
#cdd9dd azul claro (fondo)
#7490a8 azul fuerte (contenido)
#2B3844 azul mas fuerte (menu superior)
#666666 grisfuerte
#D0D0D0 gris claro


/* ###################### OVERALL SETTINGS ###################### */
BODY {
  background-color : #cdd9dd;
  color            : #ffffff;
  margin-top:0px;
}
.design{font-color:#FF6600;}
.bgnorep{
background-repeat:repeat-x;
background-color:#7490a8;}
.contentcell{ 
background-color :#7490a8;
  color:#FFFFFF;}

td, tr, p, div {
  font             : 12px Verdana, Arial, Helvetica, sans-serif;
  color            : #ffffff;
}

ul {
  margin           : 0px 0px 0px 10px;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

.poll {
  font             : 9px Arial, Helvetica, Verdana, sans-serif;
  color            : #666666;
  line-height      : 14px
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #2B3844;
  text-transform   : uppercase;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #7490a8;
  text-decoration  : none;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #999999;
}
a.pathway:link, a.pathway:visited {
  color            : #285078;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #CC6600;
  font-weight      : normal;
}

/* ################### MODULE SETTINGS ################### */
.modules {
  background       : #F0F0F0;
}

table.moduletable {
  border-bottom    : 1px solid #cccccc;
  width            : 100%;
}

table.moduletable th {
background: url(../images/fa_r3_c6.jpg) repeat-x;
  font-size        : 12px;
  font-weight      : bold;
  width            : 100%;
  color            : #000000;
  text-align       : center;
  border-left      : 1px solid #cccccc;
  border-right      :1px solid #cccccc;
  border-bottom    : 1px solid #cccccc;
  height: 25px;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
  border-left      : 1px solid #cccccc;
  border-right      :1px solid #cccccc;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  letter-spacing   : 1px;
  width            : 100%;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
  color            : #285078;
  height:20px;
  width: 100%;
}

a.mainlevel:hover {
text-decoration: none;
	color: #163262;
	border-bottom : 1px solid #F1F4F9;
	background : #9BACB3;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background       : url(../images/fa_r3_c6.jpg);
  color            : #FFFFFF;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #666666;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #FFFFFF;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #FFFFFF;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  background		: #7490a8;
  color            : #FFFFFF;
  width				:100%;
}

.contentpaneopen {
  background       : #7490a8;
  color            : #FFFFFF;
}

.contentheading {
  font             : bold 16px Verdana, Arial, Helvetica, sans-serif;
  color            : #FFFFFF;
  text-align       : left
}

.componentheading {
  font             : bold 13px Verdana, Arial, Helvetica, sans-serif;
  color            : #FFFFFF;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
}

.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #cdd9dd;
  border           : 1px solid #000000;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #ffffff;
  text-decoration  : none;
  font-weight      : bold;
}

a:hover {
  color            : #ffffff;
  text-decoration  : underline;
  font-weight      : bold;
}

a:active {
  color            : #000000;
  font-weight      : bold;
  background-color : #d0d0d0;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #d0d0d0;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #000000;
}