/*
 * Urban locker - LAYOUT - PUBLIC
 *
 * @author Christophe Porteneuve <christophe@ciblo.net>
 * @author Julien Vignolles <julien@ciblo.net>
 * @author Thomas Lecavelier <thomas@ciblo.net>
 * @author Gregory Jaklimovitch <gregory@ciblo.net>
 * @legals © 2008-2009 Ciblo SA.
 */

/* all */
#all { 
	position: relative; width: 98em; margin: 0 auto; background-color: white; 
}
/* content */
#content { width: 98%; padding: 2em 1% 6em; }
#contentLeft { float: left; width: 16em; }
#activContent { float: right; width: 78em; }

/* warning */
#warning {
        font-size: 12px; font-weight: bold; padding: 0.5em; padding-left: 2.5em;
        background: #ffe7a8 url(../images/icon_warning.png) 0.5em 0.5em no-repeat;
        border: 1px solid #cd9707; color: #cd9707; margin-bottom: 1em;
}

/* errors */
#all #errorExplanation {
        margin: 1em 0; padding: 1em 0 0.5em;
        border: 1px solid #cd3838; color: #cb2c2c; background-color: #f4dbcd;
}
#all #errorExplanation h2 { display: none; }
#all #errorExplanation p {
        padding-left: 2em; margin: 0 0 0 1.5em; font-weight: bold; font-size: 13px;
        background: transparent url(../images/icon_error.gif) top left no-repeat;
}
#all #flashes .error, #ratings .error, #tavisclient .error  {
        margin-bottom: 1em; padding: 1em 1em 1em 3.5em;
        font-size: 12px; border: 1px solid #cd3838; color: #cb2c2c;
        background: #f4dbcd url(../images/icon_error.gif) 1em 1em no-repeat;
}
#all #errorExplanation ul { margin: 0; padding: 0.4em 0; }
#all #errorExplanation ul li {
        padding-left: 0; margin: 0 0 0 3em; font-size: 12px;
        list-style-type: square; background: none;
}
#all .missing { border-color: #cd3838; color: #cb2c2c; background-color: #f4dbcd; }

/* notices */
#all p.notice, #all div.notice {
        margin: 0 0 1em; padding: 1em 1em 1em 3.5em; border: 1px solid #48a42a;
        font-size: 12px; color: #48a42a; font-weight: bold;
        background: #d4f4cd url(../images/icon_notice.gif) 1em center no-repeat;
}

.tiny a { text-decoration: underline; color: black; }
.tiny a:hover { color: #a98011; }
.tiny strong, .tiny em { font-weight: bold; }
.tiny {  }

#all strong.seo { font-weight: normal; }
#all strong strong.seo { font-weight: bold; }
#all em.seo { font-style: normal; }
#all em em.seo { font-style: italic; }


