/* CORE CSS - 20060601 */


/* BODY */

div.onlineeditor, div#maincontent {
	text-align: left !important;
}


body /* These becomes the initial settings for most other elements */
{
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003366;
    background: #EBECDE url('../images/bg_gradient_VPS.jpg') repeat-x left top scroll;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */
{
    font-weight: bold;
    font-style: normal;
    margin: 12px 0 4px 0;
    padding: 0;
    color: #003366;
}

h1
{
    margin: 0 0 6px 0;
    font-size: 17px;
}

h2
{
    font-size: 14px;
}

h3, h4, h5, h6 { font-size: 11px; }
h4, h5, h6 { margin: 5px 0 3px 0; }
h6 { font-weight: normal; }


/* PARAGRAPHS */

p
{
    margin: 0.65em 0 0.65em 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a, a:active
{
    color: #0066ee;
    text-decoration: underline;
}

a:hover, a:visited
{
    color: #9c9b8e;
    text-decoration: underline;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    text-decoration: none;
}

.faded, .faded a
{
    color: #999!important;
}


/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */

table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */

ul
{
	list-style-type: square;
    margin: 11px 0 11px 0;
    padding: 0 0 0 30px;
}

ol
{
    margin: 11px 0 11px 0;
    padding: 0 0 0 35px;
}

ul ul, ol ul
{
    margin: 1px 0 2px 0;
}

ul ol, ol ol
{
    margin: 1px 0 2px 0;
}

li
{
    margin: 0 0 2px 1px;
    padding: 0 0 0 14px;
    background-position: 0 1px;
    line-height: 12px;
}

ul ul li { padding-left: 8px; }

/* DEFINITION LISTS */

dl
{
    margin: 3px 0 3px 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 3px 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 10px 5px 20px;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 5px;
    display: block;
    white-space: nowrap;
}

input, select
{
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
}

input.box, input.halfbox
{
    font-size: 1em;
}

textarea
{
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button, button, input.defaultbutton
{
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    color: #343434;
    padding: 0 6px 0 6px;
}

input.box, textarea.box
{
    width: 100%;
    border: 1px solid #A5ACB2;
    font-size: 1em;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

div.input, div.textarea
{
    margin: 5px 0 5px 0;
    padding: 0 3px 0 3px;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 5px;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 3px 0 3px;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 1px;
}

/* HORIZONTAL RULERS */

hr /* General formatting for all horizontal rulers */
{
    color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0; /* This single top border is the one replacing the default look of the ruler */
    height: 1px;
    margin: 4px 0 4px 0; /* Be aware that these margins may not be calculated consistently across browsers */
}


/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border: 6px solid #808080;
    background-color: #f8f8f8;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
    border-color: #8f3118;
}

div.message-error
{
    border-color: #8f3118;
}


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 5px 0 5px 0;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 10px;
    float: left;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 3px 3px 3px 0;
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 3px 0 3px 3px;
    float: right;
    clear: right;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

/* SEPARATOR */

div.separator
{
    background-image: url(../images/separator.jpg);
    background-repeat: no-repeat;
    height: 20px;
    clear: both;
}

/* SPLIT THREE */

div.split
{
    clear: both;
}

div.split-content
{
    border: none;
}

div.split div.three-left
{
    width: 31%;
    float: left;
}

div.split div.three-right
{
    width: 31%;
    float: right;
}

div.split div.three-center
{
    margin: 0 35% 0 35%;
}

div.break
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}
