/*****************
* file: /rcore/services/frontend/server/static/design.css
* package: @{NAME}-@{VERSION}
* author: DANA <dana@rubindms.HU>
* version: 1.1
*****************/



/*****************
* Design bases
*****************/

* {
    font-family: verdana, arial;
    font-size: 10px;
    color: black;
}  

body {
    background-color: #C4CDD2;
    background-color: rgb( 177, 173, 173 );
}

a {
    font-family: verdana, arial;
    color: #E77B03;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/*****************
* Header
*****************/

div.header {
    abackground-color: #647782;
    background-color: rgb( 154, 56, 56 );
}

div.header .mainheader {
    color: white;
    font-family: "Trebuchet MS";
    letter-spacing: 5px;
    text-transform: small-caps;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 22px;
}

div.header .subheader {
    color: white;
    font-family: "Trebuchet MS";
    letter-spacing: 2px;
    text-transform: small-caps;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 3px;
}

div.header img.logo {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}


/*****************
* Menu
*****************/

div.menu {
    background-color: rgb( 240, 240, 240 );
    abackground-color: #A7AAAB; 
    acolor: #666666;
    height: 30px;
    overflow: auto;
}

div.menu * {
    acolor: #666666;
}

div.menu a {
    height: 20px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    display: block;
    acolor: #E77B03;
    font-size: 10px;
    float: left;
    font-family: "Trebuchet MS";
    letter-spacing: 2px;
    text-transform: uppercase;
}

div.menu a:hover {
    text-decoration: none;
    background: white;
    color: black;
}


/*****************
* Content
*****************/
div.content {
    background-color: white;
    text-align: justify;
}

div.content p {
    margin-bottom: 10px;
}


/*****************
* headings
*****************/

h1 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px;
}

h2 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
}

h3 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 8px;
}

h4 {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 8px;
}

/*****************
* Listing
*****************/

div.list {
}


div.list div.item {
    padding: 10px;
    background-color: rgb( 250, 250, 250 );
    margin-bottom: 10px;
}

/*****************
* Items
*****************/

div.item {
}

div.item a {
    font-weight: normal;
}

div.item .title {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}

div.item span.title {
    color: rgb( 70, 70, 70 );
}

div.item a.title {
    cursor: hand;
}

div.item div.field {
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
}

div.item div.info {
    margin-left: 10px;
    margin-bottom: 10px;
}

div.group {
    margin-bottom: 20px;
}

/*****************
* Fields
*****************/

div.field {
    display: block;
    margin-bottom: 5px;
}

div.field span.name {
    display: inline;
}

div.field span.name:after {
   content: ': ';
}

div.field span.value {
    display: inline;
    color: #5A76AE;
}

div.field.error span.value {
    display: inline;
    color: #C53123;
}


/*****************
* Char Formats
*****************/

.code {
    white-space: pre-wrap;
}


/*****************
* Footer
*****************/
div.footer {
    background-color: rgb( 154, 56, 56 );
    abackground-color: #647782;
    font-size: 8px;
    color: white;
}

div.footer * {
    font-size: 8px;
    color: white;
}

div.footer a {
    color: white;
    font-size: 8px;
}



