/**
 * Copyright (c) 2008 BaseSoft B.V.
 */

html {
}

body {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

/* paragraph */
.text, strong, em, a, li {
    font-size: 9pt;
    text-align: left;
    text-justify: newspaper;
}

.text {
    line-height: 12pt;
    color: #666;
}

p {
    line-height: 12pt;
    margin: 0 0 1.3em 0;
}

/* this needs to be done because in IE, when editing the title and subtitle, paragraphs are inserted */
h1 p {
    line-height: 21pt;
    margin: 0;
}
h2 p {
    line-height: 17pt;
    margin: 0;
}

.text a { color: #66f; text-decoration: none; }
.text a:visited { color: #66f; text-decoration: none; }
.text a:hover { color: #0089c1; text-decoration: none; }

#container {
    width: 900px;
    margin: 10px auto;
}

#navbar {
    background-color: #004b97;
    padding-left: 25px;
    padding: 10px;
    margin-top: 0;
}

#logo {
    height: 75px;
    width: 900px;
    margin-top: 5px;
    background-image: url(/media/basesoft/logo_top.gif);
}

#logo div {
	position: relative;
	left: 686px;
	top: 49px;
	width: 214px;
}

#logo div span {
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

#navbar a { color: #fff; text-decoration: none; }
#navbar a:visited { color: #fff; }
#navbar a:visited { color: #fff; }

#flags {
    float: right;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.clear-right { clear: right; }
.clear-both { clear: both; }

/* title block contains the h1 and h2 */
div#title {
    float: left;
    width: 675px;
    height: 80px;
}
div#title h1 {
    color: #004B97;
    font-size: 18pt;
    font-weight: bold;
    padding: 10px 0 0 10px;
}
div#title h2 {
    color: #000;
    font-style: italic;
    font-size: 12pt;
    padding: 10px;
}

/* next to the title block is the clouds img */
img#clouds {
    float: left;
    height: 80px;
    width: 225px;
}

/* then comes the big page image */
img#page {
    float: left;
    height: 140px;
    width: 675px;
}

/* and next to the big img a text block */
div#under_clouds {
    height: 130px;
    width: 209px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    margin: 5px 8px 0px;
}
div#under_clouds .text {
    color: #666666;
}


/* separator bar */
#separator1, #separator2 {
    float: left;
    height: 22px;
}
#separator1 {
    width: 225px;
    background-color: #003366;
}
#separator2 {
    width: 675px;
    background-color: #0099ff;
}

/* content block */
div#content {
    background-image: url(/media/basesoft/tile.jpg);
    padding-top: 5px;
}

div#content div#left {
    width: 200px;
    margin-right: 15px;
    margin-left: 10px;
    float: left;
}

div#content div#left.full_left {
    width: 650px;
}

div#content div#center {
    width: 435px;
    float: left;
}

div#content div#right {
    float: right;
    width: 209px;
    margin: 0 8px;
    color: #fff;
}

div#content div#right .text {
    color: #fff;
}


/* template styles */
div#template_two_columns div#content1a {
    float: left;
    width: 200px;
    margin-right: 20px;
}
div#template_two_columns div#content1b {
    float: left;
    width: 210px;
}

/**
 * Menu skin
 */
/* submenu div */
.yuimenu {
    background-color: #033568;
    padding: 2px;
    margin: 2px;
    padding-right: 10px;
    padding-left: 10px;
    *padding-right: 15px;
    *padding-left: 0px;
    border: 1px solid #444;
}

.yuimenuitemlabel {
    padding: 0px !important;
}

/* submenu li */
.yuimenu li.yuimenuitem {
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-right: 20px;
    padding-left: 10px;
    *padding-right: 0px;
    *padding-left: 0px;
}

.yuimenubarnav .yuimenubaritemlabel-hassubmenu {
    background: url(/media/basesoft/menu/menubaritem_submenuindicator.png) right center no-repeat !important;
}

.yuimenuitem-hassubmenu {

    background-image: url(/media/basesoft/menu/menuitem_submenuindicator.png);
    background-position: right center;
    background-repeat: no-repeat;

}

/* hover color for the submenus */
.yuimenuitemlabel-selected {
    background-color: #849ACE !important;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
    padding-right:25px;
}

.yui-skin-sam .yuimenubaritemlabel {
    padding: 0px;
}

/**
 * override the sam skin
 */
.yui-skin-sam .yuimenubar {
    background: none;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritem {
    border: 0;
}

.yui-skin-sam .yuimenubar {
    border: 0;
}

.yui-skin-sam .yuimenubaritemlabel {
    border: 0;
}

.yui-skin-sam .yuimenubaritem-selected {
    background: none;
}

.yui-skin-sam .yuimenubaritemlabel {
    margin: 0;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
    margin: 0;
}

.yuimenu {
    border: 0 !important;
}

.yui-skin-sam .yuimenu .bd {
    background-color: transparent;
    border: 0;
}

li {
    list-style-position: inside;
    margin-left: 7px;
}

ol li {
    list-style-type: decimal;
}

ul li {
    list-style-type: disc;
}

.text ul {
    margin-left: 5px;
    padding-left: 5px;
}

.text ol {
    margin-left: 10px;
    padding-left: 10px;
}

.text li {
    list-style-position: outside;
}