/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================

   Darrera actualitzacio: 18/09/2007
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #00659c;
}

/* background color for the content part of the pages */
body {
    background-color: #fff;
    font-family: Arial, helvetica;
    margin: 0;
    padding: 0;
}



/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #fff;
    border-color: #fff;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #696969;
    border-color: #000;
}

/* text style for the selected tab */
.SelectedTab {
    font-size: 13px;
    color: #00659c;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 13px;
    color: #dcdcdc;
    text-decoration: none;
    font-weight: bold;
}



/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #dcdcdc;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #dcdcdc;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #dcdcdc;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: #dcdcdc;
}
    
/* text style for the site links (at extreme top-right of header) */



.SiteLink {
    font-size: 11px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: #fff;
}

A.SiteLink:visited {
    text-decoration: none;
    color: #eee;
}

A.SiteLink:active {
    text-decoration: none;
    color: #eee;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: #fff;
}

/* style for separator between site links */
.Accent {
    color: #00659c;
    font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message {	
    font-size: 11px;
    font-weight: normal;
    background-color: #eee;
}   

.MessageBody {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	padding: 4px;
  font-size: 11px;
  font-weight: normal;
  background-color: #ddeeff;
  width: 100%;
}   

.DiscussCaixa {
  font-size: 11px;
	background-image: url('images/forumColumnBackground.gif'); 
	height: 16px;
}

.DiscussTitol {
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
}

.DiscussThreadSelected {
	background-image: url('images/forumThreadBackground.gif');
	height: 16px;
	border-color: #000;
	border-width: thick;
	padding: 4px;
}

/* style of item titles by Announcements and events */
.ItemTitle {
    font-size: 11px;
    font-weight: bold;
    color: #00659c;
}



/* GENERAL */
/* style for module titles */
.Head {
    font-size: 14px;
    font-weight: bold;
    color: #666644;
}

.HeadS {
    font-size: 16px;
    font-weight: bold;
    border-bottom-width: thin;
    border-bottom-style: inset;
    border-bottom-color: #666644;
    margin-bottom: 12px;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-size: 11px;
    font-weight: bold;    
    background-color: #d5e3fc;
    color: #00659c;
}

.SubHeadNormal {
    font-size: 11px;
    background-color: #d5e3fc;
    color: #00659c;
}

.SubHeadTable {
    font-size: 11px;
    font-weight: bold;
    background-color: #d5e3fc;
    border-bottom-style: solid;
    border-bottom-width: thin;
    color: #00659c;
}

.SubHead2 {
    font-size: 11px;
    color: #00659c;
    padding-top: 3px;
    padding-bottom: 3px;    
}

.SubHeadTab {
    font-size: 11px;
	  font-weight: bold;
    color: #00659c;
    background-color: #f4f4ff;
    padding-top: 3px;
    padding-bottom: 3px;
    
}

.HeadLinks {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}


.HeadLinks2 {
    font-size: 10px;
    font-weight: bold;    
    color: #f00;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

/* text style used for most text rendered by modules */

.Normal {
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

.NormalBottom {
    font-size: 11px;
    font-weight: normal;
    vertical-align: text-bottom;
    background-color: #000;      
}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-size: 12px;
    font-weight: normal;
}


.NormalRed {
    font-size: 11px;
    font-weight: bold;
    color: #f00;
}

.NormalGreen {
    font-size: 11px;
    font-weight: bold;
    color: #0f0;
}

.NormalBold {
    font-size: 11px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link {
    text-decoration: underline;
    color: #00659c;
}

a.CommandButton:visited {
    text-decoration: underline;
    color: #00659c;
}

a.CommandButton:active {
    text-decoration: underline;
    color: #00659c;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #00659c;
}
    

/* GENERIC */
h1  {
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

h2  {
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

h3  {
   
    font-size: 12px;
    font-weight: normal;
    color: #00659c;
}

h4  {
   
    font-size: 12px;
    font-weight: normal;
    color: #00659c;
}

h5, dt {
    font-size: 11px;
    font-weight: bold;
    color: #00659c;
}

h6  {
    font-size: 11px;
    font-weight: bold;
    color: #00659c;
}

tfoot, thead {
    font-size: 12px;
    color: #00659c;
}

th {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: bold;
    color: #00659c;
}

a:link {
    text-decoration: none;
    color: #00659c;
}

a:visited   {
    text-decoration: none;
    color: #00659c;
}

a:active    {
    text-decoration: none;
    color: #00659c;
}

a:hover {
    text-decoration: underline;
    color: #00659c;
}

small   {
    font-size: 8px;
}

big {
    font-size: 14px;
}

blockquote, pre {
    font-family: Arial, helvetica;
}


ul li       { list-style-type: square; }
ul li li    { list-style-type: disc;   }
ul li li li { list-style-type: circle; }

ol li       { list-style-type: decimal;     }
ol ol li    { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }

hr {
    color: #696969;
    height: 1pt;
    text-align: left;
}

.Amagat  { display: none;  }
.Mostrat { display: block; }

.Boto {
    font-size: 10px;
    font-weight: normal;
    border: 0;
    line-height: 12px;
}

.AvalTitol {
    font-size: 20px;
    font-weight: bold;
    border-bottom-style: solid;
    line-height: 2px;
	  color: #666644;
}

.AvalSubTitol {
    font-size: 18px;
    font-weight: normal;
    line-height: 2px;
	  color: #666644;
}

.AvalSubSubTitol {
    font-size: 14px;
    font-weight: normal;
	  color: #000;
}

.AvalPregunta {
    font-size: 14px;
    font-weight: bold;
	  color: #000;
}
.AvalPregunta2 {
    font-size: 13px;
    font-weight: bold;
	  color: #000;
}

.AvalResposta {
    font-size: 13px;
    font-weight: normal;
	  color: #000;
}
.AvalAvis {
    font-size: 12px;
    font-weight: normal;
    font-style:italic;
	  color: #000;
}

.AvalCela
{
	  border-bottom-color: #666644;
	  border-bottom-style: dashed;
    border-bottom-width: thin;
}

.AvalTextBoxRight {
    font-size: 12px;
    font-weight: normal;
}

.AvalBlauN {
    font-size: 13px;
    font-weight: bold;
	  color: #fff;
}
.AvalBlau {
    font-size: 13px;
	  color: #fff;
}

.AvalGris {
    font-size:  13px;
	  color: #808080;
}

.AvalBlue {
    font-size: 13px;
    font-weight: bold;
	  color: #fff;
	  background-color: #00659c;
}

.AvalResultat {
    font-size: 11px;
    margin-bottom: 10px;
}

.AvalGrisNegreta {
    font-size: 11px;
    font-weight: bold;
    color: #808080;  
}
.AvalNegreta {
    font-size: 11px;
    font-weight: bold;
}  
.AvalBlau2 {
    font-size: 11px;
    font-weight: bold;
	  color: #00659c;
}

.FitxaTitol {
    font-size: 12px;
    font-weight: bold;
    background-color: #d5e3fc;
    padding-top: 0;
    padding-bottom: 0;
    color: #00659c;
    text-align: center;
}

.FitxaCapsaleraCamp {
    font-size: 12px;
    font-weight: bold;
    background-color: #d5e3fc;
    padding-top: 0;
    padding-bottom: 0;
    color: #00659c;
    
}

.FitxaError {
    font-size: 11px;
    font-weight: bold;
    color: #f00;
    border: 1px solid #f00;
	  background-color: #fff;
	

}

.FitxaBlauNegreta {
    font-size: 15px;
    font-weight: bold;
	  color: #00659c;
}
.FitxaBlau {
    font-size: 12px;
	  color: #00659c;
	  font-weight: bold;
}

.petit {
    font-size: 1px;
}
.TemariTema {
	  color: #00659c;
	  font-weight: bold;
	  font-size: 10pt;
}

.TemariTemaHover {
	  color: #00659c;
	  font-weight: bold;
	  font-size: 10pt;
	  text-decoration: underline;
}

.TemariLinkTema {
	  color: #00659c;
	  font-weight: normal;
	  font-size: 9pt;
}

.TemariLinkTemaHover {
	  color: #00659c;
	  font-weight: normal;
	  font-size: 9pt;
	  text-decoration: underline;
}

.FonsTaula {
    background-color: #6795db;
	  color: #fff;
}

.LletraTaulaPetita {
    background-color: #6795db;
    font-size: 11px;
	  color: #fff;
}

.LletraTaulaMoltPetita {
    background-image: url('images/ToolbarBackground.gif');
    font-size: 1px;
	  color: black;
	  background-color: Transparent;
	  font-weight: bold;
}

.LletraTaula {
    font-size: 12px;
	  color: #000;
	  font-weight: normal;	
}



select.NormalTextBox
{
    font-size: 11px;
    font-weight: normal;
    color: #444;
    background-color: #cdb4b4;
    width: auto;
}

.LletraTaulaTitol {
    font-size: 12px;
    font-weight: bold;
    color: #666644;
}

.LletraTaulaNormal {
    font-size: 11px;
    vertical-align: middle;
}

a.EntornProves:link {
    font-size: 12px;
    text-decoration: none;
    background-color: #8b4513;
    color: #fff;
}

a.EntornProves:visited {
    font-size: 12px;
    text-decoration: none;
    background-color: #8b4513;
    color: #fff;
}


.destacatmeva{
    background-color:#FEF9CD;
    border:1px dotted #980000;
    font-family:verdana, arial;
    font-color:#373737;
    font-size:9pt;
    padding:2ex;
   
}
