
/*

$Id: sqwebmail.css,v 1.33 2004/02/17 00:58:24 mrsam Exp $

Copyright 2001-2003 Double Precision, Inc.  See COPYING for
distribution information.

*/


/* Default: bg.png background image (white default), black text */
a {color: #28527B; text-decoration: none;}
a:link {color: #28527B; text-decoration: none;}
a:visited {color: #28527B; text-decoration: none;}
a:active {color: #28527B; text-decoration: none;}
a:hover {color: #990000; text-decoration: underline;}


body { background-color: #EEEEEE;
color: #000000;
background-image: url();
font-family: Arial;
font-size: 11pt;
margin-top: 0px;
padding-top: 0px;
}

table, input, div, span{
font-family: Arial;
font-size: 11pt;
}

form{ margin: 0px; }



.inputSubmit{}
.inputRadio{}
.inputText{}
.inputPass{}
.inputcheck{}
.selectList, select{}
textarea{}

/* Safari (and presumably Konquerer) incorrectly displays buttons as block elements */
button { display: inline; font-size: 90%; }


.cite0 { background-color: #eeeeee; }
.cite1 { background-color: #ffffdd; }
.cite2 { background-color: #ffdddd; }

.cite0 .quotedtext { border-color: #eeeeee; }
.cite1 .quotedtext { border-color: #ffffdd; }
.cite2 .quotedtext { border-color: #ffdddd; }

.cite0, .cite1, .cite2 {
	border-style: inset;
	border-width: 1px;
}

.quotedtext {
	border-style: solid;
	border-width: .2em;
}

.tt {
	font-family: "Helvetica", courier, monospace;
}


.indent {
	margin-left: 3.5em;
}

/* Width of timezone login dropdown needs to be set */

.timezonelist { width: 20em }

/* box at the top of every page, with the page title and E-mail addr */
 
.pageheader { padding: 4px; font-size: 14pt; color: #5261A7; font-weight: bold;}
.pageheader-lateral	{ background-color: #FFFFFF;border-width: 0px 1px; border-style: solid; border-color: #000000; }
.pageheader-footer	{ background-color: #FFFFFF;border-bottom: 1px solid #000000; }

/* If you change these then you'll need to change the corner gifs as well */

.graybox { background-color: #FFFFFF; }
.bluebox { background-color: #ADB5D6; }

/*Alejandro 17-06-2004 - etiqueta para fonods blancos*/
.whitebox { background-color: #FFFFFF; }

/*Alejandro 18-06-2004 - etiquetapara colorear caracteres a blanco*/
.whitechar { color: #FFFFFF }

/************************* List of folders *****************************/

   /* Light yellow background color */

.folderlist { background-color: #ffffff; }
.folderlist-borde {border: 1px solid #000000; }
   /* List of folders header - yellow "Folder/# messages" on blue. */

.folderlist-header { color: #FFFFFF}
.folderlist-header th{ background-color: #5261A7; color: #FFFFFF; border: 1px solid #000000}

   /* Background colors for entries for subfolders and parent folder dirs */

.folderparentdir { background-color: #ffffff }

.foldersubdir { background-color: #ffffff }

  /* Background color for unsubscribed shared folder */

.folderunsubscribed { background-color: #ffffff }

  /* Unread messages count */

.subfolderlistunread, .folderlistunread { color: #000000; font-size: 90%; font-weight: bold; }

  /* Total messages count */

.subfoldercnt, .foldercnt { color: #000000 }

  /* A link to an actual folder */

.folderlink:link, .folderlink:visited { }
.folderlink:active { background-color: white; }

	/* Calendar summary on the main folders screen */

.eventsummarytitle,
.eventsummarytitle a:link,
.eventsummarytitle a:visited,
.eventsummarytitle a:active { color: #008000 }

.eventsummary,
.eventsummary a:link,
.eventsummary a:visited,
.eventsummary a:active { font-family: "Courier New"; font-size: 90%;
			 text-decoration: none; background-color: #f0fff0; }

	/* sent message */

.sentmsg { color: #000000 }

/***************************** Folder contents ***********************/

.folder-index-box {
	background-color: #EEEEEE;
	width: 95%;
}

	/* Folder index header #1 - next page/prev page */

.folder-index-border-1 { background-color: #ADB5D6;  }
.folder-index-border-2 { background-color: #ADB5D6; }
.folder-index-background { background-color: #ADB5D6; }
.folder-index-background-2 { background-color: #FFFFFF; }
.folder-nextprev-background { background-color: #ADB5D6; }
.folder-nextprev-buttons { background-color: #ADB5D6; }

	/* Main folder index header - light yellow text on dark blue */

.folder-index-header { color: #FFFFFF; }
.folder-index-header th{ background-color: #5261A7;margin: 20px; border: 1px solid #000000; }
	/* Alternating background colors in the folder index */

.folder-index-bg-1 { background-color: #F7F7F7; }
.folder-index-bg-2 { background-color: #E7E7E7; }

	/* styles applied to read and unread messages */
.read-message-borde { border: 1px solid #000000;}
.read-message/*, .read-message a*/ { }
.unread-message/*, .unread-message a*/ { color: #28527B; }

/*
** The following styles apply to individual fields of each message
** in the folder index
*/

.message-number { }
.message-status { }
.message-date { }
.message-from { }
.message-subject { }
.message-size { font-family: monospace}

/***************************** Folder permissions ***********************/

.folder-acl-box {
	border: 1px #ccc solid;
	padding: 5px;
	background-color: #fff;
	width: 95%;
}

.acl-a, .acl-c, .acl-e, .acl-i, .acl-l, .acl-r, .acl-s, .acl-t, .acl-w,
	.acl-x { font-family: "Courier New", courier, monospace;
			font-size: 80% }


.folder-acl-list {
	border: 1px #ccc solid;
	padding: 5px;
	background-color: #eee;
	width: 95%;
}

.folder-acl-list tbody tr td, .folder-acl-list tbody tr th {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.folder-acl-list-action { font-size: 60% }

/***************************** Message ******************************/

.folder-move-background { background-color: #ADB5D6; }

.message-menu-background { background-color: #ADB5D6; }

.message-menu-button { background-color: #ADB5D6; }
.message-menu-button a {text-decoration: none; }

.message-x-of-y { background-color: #ADB5D6; color: #000000 }

/* message-rfc822-header style applies to the header portion */

.message-rfc822-header { }

/* message-rfc822-header-name style applies to the header name only */

.message-rfc822-header-name { }

/* message-rfc822-header-contents style applies to the header contents only */

.message-rfc822-header-contents {
	font-family: "Courier New", courier, monospace;
}

/* Addresses in from/to header */

.message-rfc822-header-address { color: #00007f }
.message-rfc822-header-address:after { content: "(+)"; font-size: 55%; vertical-align: super; }

/* message-text-plain applies to text/plain content */

.message-text-plain {
	font-family: "Courier New", courier, monospace;
}

/*
** Additional styles applied to http and mailto links parsed in text/plain
** content.
*/

.message-text-plain-http-link { }
.message-text-plain-mailto-link { }

/* Background for text/html notice */

.message-text-html-notice { background-color: #ddeeff; border: 1px solid #ADB5D6; padding: 10px; }

.message-charset-notice { background-color: #ddeeff }

/* Background for key import prompt */

.message-application-pgpkeys { background-color: #dddddd; text-decoration: none; }

/* GPG status border and message */

.message-gpg { background-color: #ffffff }
.message-gpg-good { background-color: #008000 }
.message-gpg-good-text tt pre { color: #008000 }
.message-gpg-bad { background-color: #ee0000 }
.message-gpg-bad-text tt pre { color: #ee0000 }

/* Notice that this message contains gpg-encoded content */

.message-gpg-notice { }

/* Notice that this message contains unsupported gpg-encoded content */

.message-gpg-unsupported { color: #800000 }

/* "Importing keys" */

.message-gpg-importing { }

/* Link to download or display an attachment */

.message-download-attachment { background-color: #FFFFC1;width: 650px; font-weight: bold;}
.message-attachment-header { font-family: courier; }
.message-attachment-link { text-decoration: none; }

/***************************** Encryption Settings *******************/

.gpgerroutput { color: #c00000 }

/* Additional styles that can be applied to the titles */

.gpgpublickeytitle { }
.gpgprivatekeytitle { }
.gpgsignkeytitle { }
.gpgdefaulttitle { }
.gpgcreatetitle { }

/* Color of the horizontal bars that separate listed keys */

.gpgpubkeys { background-color: #000000 }
.gpgseckeys { background-color: #000000 }

/* Colors of listed keys - black on medium gray */

.gpgpubkey { background-color: #d0d0d0; color: #000000 }
.gpgseckey { background-color: #d0d0d0; color: #000000 }

.gpgcreate { background-color: #eeeeee; color: #505000 }

/***************************** Create Message ************************/

	/* Color of the preview box */
.preview { background-color: #FFFFFF; border: 1px solid #000000; }

	/* Color of the new message box */
.new-message-box { background-color: #ADB5D6; }

	/* The following style is applied to the From/To/Cc/Bcc... headers */

.new-message-header { color: #FFFFFF }

	/* If necessary, individual styles are available too */

.new-message-header-headerfrom { }
.new-message-header-addressbook { }
.new-message-header-headerto { }
.new-message-header-headercc { }
.new-message-header-headerbcc { }
.new-message-header-headerreply-to { }
.new-message-header-headersubject { }
.new-message-header-message { }

/***************************** Attachments *************************/

	/* Header line, yellow on blue */

.attachments-header {  color: #FFFFFF;}
.attachments-header th{ background-color: #5261A7;border: 1px solid #000000; }

/***************************** Check spelling **************************/

/*
** The text excerpt window.  Light green background, blue text, red
** misspelled word.
*/

.spellcheck-background { background-color: #dddddd }

.spellcheck-excerpt { background-color: #ddffdd; color: #000080 }

.spellcheck-excerpt strong { color: #800000 }

	/* Main spell check window -- black on light yellow */

.spellcheck-main { background-color: #ffffc0; color: #000000 }

	/* Continue/Finish background color */

.spellcheck-continue { background-color: #eeeeee }

	/* "Spell check completed" - actually in newmsg.html */

.spellcheckdone { color: #608060 }

/************** Quick Nickname Add *****************/

.quickadd { color: #000000 }

/************** Initial LDAP search window ****************/

	/* Address Book search - black on light gray */

.addressbook { background-color: #dddddd; color: #000000 }

	/* Additional style applied to the name of the addressbook entry */

.nicktitle { }

	/* Additional styles that can be applied to addressbook content */
.nickname { }
.nickaddr { }

/******** Initial LDAP lookup window ***********/

.ldaplist { color: #000000 }

.ldaplist-title { color: #000080; }

.ldaplist-name { color: #004000; }
.ldaplist-ldapurl { color: #000080; }

	/* Add new LDAP address book */

.ldaplist-add-title { }
.ldaplist-add-fields { }

/******** LDAP search results **********/

.ldapsearch { color: #000000 }

/* Additional styles that can be applied to the name, address, and misc
portion of each returned entry */

.ldapsearch-name { }
.ldapsearch-addr { }
.ldapsearch-misc { }

/********* Mail filters/autoresponder ***********/

.mailfilter { color: #000000 }

.mailfilter-title { font-size: 125% }

/********* Daily calendar *********/

.dailycalendar { background-color: #ffffff; color: #000000 }

.dailycalendardate { font-size: 200% }
.dailycalendarweeklylink,
.dailycalendarmonthlylink,
.dailycalendarneweventlink { font-size: 80% }

.dailyeventtimes { font-family: monospace; }
.dailyeventsubject { font-family: monospace; }

.dailynextprev { text-decoration: none; }

.calendarevent { color: #000000; background-color: #ffffff }

/********* Weekly calendar *********/

.weekly-border { background-color: #000000 }

.weekly-bg { background-color: #e7e7ff }

.weekly-day,
.weekly-day a:link,
.weekly-day a:visited,
.weekly-day a:active { font-size: 125%; text-decoration: none; }

/********* Monthly calendar *********/

.monthly-border { background-color: #000000 }

.monthly-bg { background-color: #e7e7ff }

.monthly-bg-othermonth { background-color: #e7e7e7 }

.monthly-day,
.monthly-day a:link,
.monthly-day a:visited,
.monthly-day a:active { font-size: 125%; text-decoration: none; background-color: #dddde7;
	border-style: outset; border-width: 1px; border-color: #dddde7; }

/********* Event Access Control List *********/

.accesscontroltitle { font-size: 150% }


/***************************** navbar *************************/
.navbarEnlaceActivo,
a.navbarEnlaceActivo,
a.navbarEnlaceActivo:link,
a.navbarEnlaceActivo:visited,
a.navbarEnlaceActivo:active{ text-decoration: none; color: #4D5A9B; font-weight: bold; }

.navbarEnlaceNoActivo,
a.navbarEnlaceNoActivo,
a.navbarEnlaceNoActivo:link,
a.navbarEnlaceNoActivo:visited,
a.navbarEnlaceNoActivo:active{ text-decoration: none; color: #000000;}

a.navbarEnlaceActivo:hover, a.navbarEnlaceNoActivo:hover{ color: #990000; }

.navbarActivo			{ background-color: #ADB5D6; }
.navbarNOActivo			{ background-color: #CCCCCC;border-bottom: 1px solid #5A6373; }
.navbarActivoMed		{ background-color: #ADB5D6;border-top: 1px solid #5A6373; }
.navbarNOActivoMed		{ background-color: #CCCCCC;border-width: 1px 0px; border-style: solid; border-color: #5A6373; }
.navbarSep				{ border-bottom: 1px solid #5A6373;}



/***************************** contenedor principal *************************/
.content { width: 95%; }
.content-body {border-width: 0px 1px; border-style: solid; border-color: #5A6373;background: #ADB5D6;}
.content-footer {border-bottom: 1px solid #5A6373;background: #ADB5D6;}
.content-header {border-top: 1px solid #5A6373;background: #ADB5D6;}

/***************************** contenedor listado de mensajes *************************/
.content-listmsg { border: 1px solid #000000; }
.content-nummsg { margin-right: 50px; padding-right: 50px; }
.content-gomsg { margin-left: 50px; padding-left: 50px; }

/***************************** contenedor ayuda *************************/

.content-help {background-color: #FFFFE8;
border: 1px solid #333333;
font-size: 8pt;
padding: 4px;
font-family: Arial;
}


/*************************** contenedor login ***********************************/


.content-login-Top{ border-top: 1px solid #5A6373; background-color: #ADB5D6;}
.content-login-Bottom{ border-bottom: 1px solid #5A6373; background-color: #ADB5D6;}
.content-login-LeftRight{ border-width: 0px 1px; border-style: solid; border-color: #5A6373; background-color: #ADB5D6;}

/***************************** Miscellaneous *************************/

/* An error message */
.content-error { color: #990000;
font-size: 10pt;
font-weight: bold;
margin: 4px;
padding: 5px 15px;
text-align: center;
border: 1px solid #990000;
width: 400px;
background-color: #EDD6D6;
}

.small-text{ font-size: 9pt; }

.error, .atencion { color: #990000; }

.small-error { color: #c00000 }

/* A list of possible causes for an error message */

ul.error li {
	margin-bottom: 2em;
}

/* Outer border in readmsg page */

/*.box-border-1 { background-color: #cccccc }*/
/*.box-border-2 { background-color: #ffffff }*/

/* Boxes with a black border */

.box-outer, .box-small-outer { background-color: #ADB5D6; }

/*.box-outer { width: 100% }*/
/*.box-outer tbody tr td { padding: 0; }*/

.box-white-outer { width: 100%; background-color: #ffffff }

