@charset "utf-8";

/*
 * @package css framework
 * @section typography
 * @date 17/09/2011
 * @lastmodified 18/09/2011
 * @version 1.2
 */ 

/*
 * Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px)
 */

html { font-size: 100.01%; }
body { font-size: 75%; color: #000; background: #fff; font-family: Tahoma, Trebuchet MS, Geneva, sans-serif; line-height: 1.4;}

/*
 * @subsection headings
 */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

/*h1 { font-size: 22px; line-height: 1; margin-bottom: 0.5em; font-family: Arial, Helvetica, sans-serif;}*/ /*text-transform: uppercase;*/
h1 {font-size: 22px; text-transform: uppercase; color: #000000;/*#818181;*/ margin: 0 0 0.5em; }
h2 { font-size: 22px; margin-bottom: 0.75em; text-transform: uppercase; }
h3 { font-size: 18px; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 14px; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 11px; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
    margin: 0;
}

/*
 * @subsection text elements
 */

p { margin: 0 0 1em; }
p img.left { float: left; margin: 0 1em 0.5em 0; padding: 0; border: 3px solid #ebebeb; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
p img.right { float: right; margin: 0 0 0.5em 1em; padding: 0; }

a:focus, a:hover { color: #e31e24; /*919191 #5f99d5*/ }
a { color: #919191;/*#0052a4*/ text-decoration: underline; }

a.ext::after{
    content: '';
    background: no-repeat url(../i/icon_newwin.png);
    display: inline-block;
    height: 11px;
    margin: 0 5px 0 3px;
    width: 11px;
}
a.dwld::after{
    content: '';
    background: no-repeat url(../i/icon_dwld.gif);
    display: inline-block;
    height: 11px;
    margin: 0 5px 0 3px;
    width: 11px;
}

blockquote, cite, q { color: #666; font-style: italic; }
blockquote { margin: 1.5em; }
strong, b { font-weight: bold; }
em, i, dfn { font-style: italic; }
dfn { font-weight: bold; }
sub, sup { font-size: 0.917em; line-height: 0; }
sub { vertical-align: sub; }
sup { vertical-align: super; }

big { font-size: 1.167em; }
small { font-size: 0.917em; }

abbr, acronym { border-bottom: 1px dotted #666; cursor:help; font-variant: small-caps; }
address { margin: 0 0 1.5em; font-style: italic; }
ins, del { color: #666; }

pre { margin: 1.5em 0; white-space: pre; }
pre, code, kbd, tt, samp, var { font-size: 1em; font-family: "Lucida Console", Monaco, monospace; line-height: 1.5; }
pre, code { color:#800; }
kbd, samp, var, tt { color: #666; font-weight: bold; }
var, dfn { font-style: italic; }

hr { color:#fff; background:transparent; margin:0 0 0.5em 0; padding:0 0 0.5em 0; border:0; border-bottom:1px #eee solid; }

/*
 * @subsection lists
 */

li ul,
li ol { margin: 0; }
ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

/*
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
*/

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

/*
 * @subsection tables
 */

table.article { width: auto; border-collapse: collapse; margin-bottom: 1em; border-top: 2px #888 solid; border-bottom: 2px #888 solid; }
table.article caption { font-variant: small-caps; }
table.full { width: 100%; }
table.fixed { table-layout: fixed; }

table.article th, table.article td { padding: 0.5em; }
table.article thead th { color: #000; border-bottom: 2px #EEC04D solid; }
table.article tbody th { background: #e0e0e0; color: #333; border-bottom: 1px solid #fff; text-align: left; }
table.article tbody td { border-bottom: 1px solid #eee; }

/*
 * @subsection misc classes
 */

.small { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.show { display: block; }

.quiet { color: #666; }
.loud { color: #000; }
.highlight { color: #ff0000; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }

.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

/*
 * @subsection notice style
 */

.info { background: #f8f8f8; color: #666; border-left: 4px #666 solid; padding: 10px; margin-bottom: 1em; }
.note { background: #e6efc2; color: #264409; border-left: 4px #484 solid; padding: 10px; margin-bottom: 1em; }
.important { background: #fff6bf; color: #514721; border-left: 4px #ffd324 solid; padding: 10px; margin-bottom: 1em; }
.important2 { background: #fff6bf; color: #514721; border-left: 4px #ffd324 solid; padding: 10px; margin-bottom: 1em; 
              border-top-left-radius: 20px;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0px;
              border-top-right-radius: 30px;
              border-bottom-left-radius: 0;
}




.warning { background: #fbe3e4; color: #8a1f11; border-left: 4px #844 solid; padding: 10px; margin-bottom: 1em; }