@charset "utf-8";

@import "reset.css";

/* issue 102 */
.background-add_small{
    background: url('data/image/add_small.png') no-repeat;
}
.background-install_small{
    background: url('data/image/install_small.png') no-repeat;
}
.font17gray{
    font-size: 17pt; 
    color: gray;
}
.fontsize17{
    font-size: 17pt;
}
.font12italic{
    font-size: 12px; 
    font-style: italic
}
.colorred{
    color:red;
}
.displaynone {
    display: none;
}
.displayblock {
    display: block;
}
.displayinlineblock {
    display: inline-block;
}
.padding15margin25{
    padding: 15px; 
    margin: 25px;
}
.width350px{
    width: 350px;
}
.margin10{
    margin: 10px !important;
}
.margintop0{
    margin-top: 0 !important;
}
.margintop10{
    margin-top: 10 !important;
}
.marginleft0{
    margin-left : 0px !important;
}
.marginleft10{
    margin-left : 10px !important;
}
.marginleft20{
    margin-left : 20px !important;
}
.marginleft30{
    margin-left : 30px !important;
}
.marginleft40{
    margin-left : 40px !important;
}
.marginleft50{
    margin-left : 50px !important;
}
.marginleft60{
    margin-left : 60px !important;
}
.marginleft70{
    margin-left : 70px !important;
}
.marginleft80{
    margin-left : 80px !important;
}
.marginleft90{
    margin-left : 90px !important;
}
.marginleft100{
    margin-left : 100px !important;
}
.marginright0{
    margin-right : 0px !important;
}
.marginright10{
    margin-right : 10px !important;
}
.marginright20{
    margin-right : 20px !important;
}
.marginright30{
    margin-right : 30px !important;
}
.marginright40{
    margin-right : 40px !important;
}
.marginright50{
    margin-right : 50px !important;
}
.marginright60{
    margin-right : 60px !important;
}
.marginright70{
    margin-right : 70px !important;
}
.marginright80{
    margin-right : 80px !important;
}
.marginright90{
    margin-right : 90px !important;
}
.marginright100{
    margin-right : 100px !important;
}
/* end issue 102*/

body {
    background-color: white;
    font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;
    font-size: 100%;
    line-height: 1.5em;
}

/* Main ids */
#menuheader {
    height: 100px;
    background: #eee;
    border-bottom: 1px solid #ccc;
}

#menuheader img {
    vertical-align: middle;
}

#menu {
    float: left;
    height: 100px;
}

#menu > li {
    position: relative;
    bottom: 8px;
    display: block;
    width: auto;
    float: left;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #ccc;
	z-index: 1;
}

#menu a,#menu a:visited {
    display: block;
    height: 38px;
    width:100%;
    padding: 70px 9px 0px 9px;
    color:rgb(0,0,0);
}

#menu a:hover {
    color:#3766AC
}

#menu2 {
    margin-top: 66px;
    float: left;
}

#menu2 li {
    color: #B6B6B6;
    font-size: 20px;
}

.submenu {
    display:none;
    list-style: none;
    margin-left: -1px;
    position: absolute;
    border-top:1px solid #CCC;
}

#menu li:hover .submenu {
    display: block;
}

ul.submenu  li {
    position:relative;
    width: 20em;    
    color: #B6B6B6;
    font-size: 1em;
    text-align: left;
    text-decoration: none;
    background-color:#eee;
    border:1px #ccc solid;
    border-top-color: #fff;
    padding:0 4px 6px 4px;
}

ul.submenu li a {
    padding:20px 9px 0 !important;
    height:32px !important;
}

.menu li:hover, ul.submenu li:hover {
    background-color: rgb(244,244,244);
}

#statusbox {
    border-left: 1px solid #ccc;
    height: 80%;
    padding-left: 15px;
    float: right;
    margin: 10px 25px 10px 0;
    border-bottom-left-radius:3px;
}

#statusbox li {
    margin-top: 10px;	
    font-size: 11px
}

#content {
    margin: 30px 75px 0;
}

#copyright {
    border-top: 1px dashed gray;
    color: gray;
    font-size: 12px;
    margin-top: 30px;
    padding-top: 5px;
}

#copyright a {
    color: #3766AC;
}

#copyright a:hover {
    color: #3766AC;
}

/* HTML elements */
a,a:visited {
    color: rgb(0,0,0);
    text-decoration: none;
}

a:hover {
    color: rgb(50,50,50);
    text-decoration: none;
}

button, input, textarea, a.cancel {
    font-size: 14px;
    background-color: #F4F4F4;
    border: 1px solid gray;
    color: gray;
    padding: 2px 8px;
    border-radius:3px;
}
select {
    border-radius:3px;
}

input:focus, textarea:focus {
    border-color: #3766AC;
    border-radius:3px;
}

input.white, textarea.white {
    background-color: white;
    border-radius:3px;
}

a.cancel {
    background-image: url(image/button_cancel.png);
    border-radius:3px;
}

input[type="submit"].save {
    background-image: url(image/button_document_save.png);
    border-radius:3px;
}

input[type="submit"] {
    background-image: url(image/button_save.png);
    border-radius:3px;
}

input[type="submit"], a.cancel {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
    border-radius:3px;
}

p {
    margin-bottom: 15px;
}

h1 {
    color: #3766AC;
    font-size: 35px;
    font-weight: bold;
    float: left;
    margin: 60px 25px 0 75px;
}

h2 {
    color: #3766AC;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}

h3 {
    font-weight: bold;
}

/* Classes */
.kop2 {
    color: #3766AC;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.kop3, .kop4 {
    color: gray;
}

.kop3 {
    font-size: 22px;
}

.kop4 {
    font-size: 12px;
    margin-bottom: 5px;
}

.menudiv {
    background-color: #F4F4F4;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px;
    border-radius:3px;
    margin-left: 0;
}

.menudiv .title-page, .menudiv .title-module {
    width: 350px;
    font-size: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menudiv .title-page .small, .menudiv .title-module .small {
    font-size: 14px;
}

.menudiv .title-module {
    color: gray;
}

.menudiv .module-text {
    display: none;
    padding-left: 43px;
}

.menudiv span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px;
}

.menudiv span span a {
    font-size: 23px;
}

.menudiv span .more {
    font-size: 12px;
    color: gray;
}

.menudiv p {
    margin: 0;
}

.rightmenu {
    color: #3766AC;
    float: right;
    font-size: 12px;
    width: 30%;
}

.smallmenu {
    text-align: right;
    margin-bottom: -8px;
    font-size: 13px;
    color: gray;
    height: 25px;
    width: 98%;
}

.smallmenu_button {
    margin-left: 10px;
}

.smallmenu_button a {
    padding-left: 22px;
}

/* From Blueprint CSS - http://blueprintcss.org/ */
.error, .notice, .success {
    padding: .8em;
    padding-left: 50px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    border: 2px solid #ddd;
    border-radius: 1.1em;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
    background-image: url(image/error_1.png);
    background-repeat: no-repeat;
    background-position: 1% center;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
    background-image: url(image/error_2.png);
    background-repeat: no-repeat;
    background-position: 1% center;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    background-image: url(image/error_3.png);
    background-repeat: no-repeat;
    background-position: 1% center;
}
