/*
  imax offices default skin
*/

@import url('wysiwyg.css');

/* ------------------------------- html tags -------------------------------- */

BODY {
    margin: auto;
    padding-top: 10px;
    width: 760px;
    
    font-family: sans-serif;
    font-variant: normal;
    font-size: 9pt;
    font-weight: normal;

    background: #fff;
    color: #000;
}

p {
    margin-top: 2px;
    margin-bottom: 2px;
    text-indent: 30px;
    text-align: justify;
}

A {
    color: #008800;
}

A:visited {
    color: #880088;
}

A:hover {
    color: red;
}

img, .img {
    border: 0px;
}

small {
    font-size: 8pt;
}

h1 {
    margin-top:5px;
    margin-bottom:5px;
    font-size: 14pt;
    line-height: 18pt;
}

h2 {
    margin-left: 10pt;
    font-size: 12pt;
    line-height: 15pt;
}

h3 {
    margin-top:5px;
    margin-bottom:2px;
}

h6 {
    margin: 1px;
    line-height: 10pt;
}

hr{
    width: 91%;
}

/* tables */

TABLE {
    font-size: 10pt;
}

TD {
    height: auto;
    padding: 0;
    vertical-align: top;
}

/* pseudo tags */

.line{
    background: black;
    height:1px;
    overflow: hidden;
    width: 90%;
}

.fullline{
    background: #9d9dd3;
    height:1px;
    overflow: hidden;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.red {
    color:red;
}

.underline td {
    background-color: transparent;
    text-align: right;
}

.underline td.line {
}

.right {
    text-align: right;
}
.left {
    float:left;
}

.title{
    /*width: 105px;*/
    margin: 0px;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;

    line-height: 11pt;
    font-size: 9pt;
    font-weight: bold;
}

.date {
    color: #888888;
    font-size:  8pt;
    line-height: 11pt;
    text-align: right;
}

/* ----------------------------- forms widgets ------------------------------ */

TEXTAREA, .textarea {
    width:100%;
    font-size: 8pt;
    background-color: #eee;
}
.textarea iframe, .textarea textarea {
    width: 100%;
    height: 250px;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-left:1px solid black;
    border-top:1px solid black;
}

INPUT {
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-left:1px solid black;
    border-top:1px solid black;
    background-color: #f5f5f5;
    font-size: 8pt;
}

.disabled {
    background-color: #ddd;
    color: #555;
}

BUTTON{
    /* toto funguje v IE ve firefoxu ne*/
    /* Ie gets input type button from this class
     * Firefox gets this class for button tag
     * Opera gets this class for button tag but (probably some bug) need background-color: #ffffff;
     * */
    background-color: white;
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid #aaa;
    border-top:1px solid #aaa;
    color: #000000;
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.button, .button:visited, .button:hover {
    background-color: white;
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid #aaa;
    border-top:1px solid #aaa;
    color: black;
    font-size: 8pt;
    padding: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

SELECT {
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid #aaa;
    border-top:1px solid #aaa;

    
    color: #000;
    font-size: 8pt;
    background-color: #eee;
}

form {
    background: white;
    padding:0;
    margin:0;
    font-size: 9pt;
    line-height: 12pt;
}
.hidden_form {
    border: 1px solid #303030;
}

.FormPanel {
    background: #9d9dd3;
    color: black;
    text-align: right;
    height: 15px;
    border-bottom: 1px solid #303030;
}
.form_title {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: left;
    font-family: monospace;
    font-size: 9px;
    line-height: 12pt;
    display: block;
    float: left;
    white-space: nowrap;
}
.FormButtons {
    text-align: left;
    float: none;
    padding: 2px;
    margin: 0px;
}
.FormBody {
    padding: 10px;
}

/* -----------------------------  Menu  ------------------------------ */

#MainMenuBar {
    font: 10pt arial,sans-serif;
    font-weight: bold;
    text-decoration:none;
}

#MainMenuBar a {
    padding:2px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    text-decoration: none;
    white-space: nowrap;

    color: black;
}
#MainMenuBar a:hover {
    text-decoration: none;
}

#MainMenuBar ul {
    padding: 2px;
    padding-left: 0px;
    margin: 0px;
}
#MainMenuBar li {
    list-style-type:none;
    display:inline;
}
#MainMenuBar ul ul {
    padding: 2px;
    padding-right: 10px;
    margin: 0px;
    display:block;
}
#MainMenuBar ul a {
    display:inline;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
}

#MainMenuBar div {
    position:absolute;
    visibility:hidden;
    z-index: 1;

    left: 0px;
	margin-top: -1px;
        
	background-color:white;
    border:1px solid black;
	text-align: left;
    white-space: nowrap;    
}
#MainMenuBar div div {
	margin-top: -15px;
	left: 0px;
}
#MainMenuBar div a {
    padding-left:5px;
    padding-right:5px;
    padding-top: 2px;
    padding-bottom: 2px;
	display:block;
	border: 0px;
}

#MainMenu {
    font-size: 9pt;
    line-height: 10pt;
    text-decoration:none;
    width:120px;
    white-space: nowrap;
}
#MainMenu a {
    padding-left:15px;
    padding-right:15px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width:100%;
    text-decoration: none;
}
#MainMenu a:hover {
}

#MainMenu li {
    list-style-type:none;
}
#MainMenu ul {
    padding: 2px;
    padding-left: 0px;
    margin: 0px;
}
#MainMenu ul ul {
    padding: 2px;
    padding-left: 10px;
    margin: 0px;   
}
#MainMenu ul a {
    display:inline;
    width:110px;
}

#MainMenu div {
    visibility:hidden;
    position:absolute;
    margin-top: -15px;
    left: 100px;
    background-color:white;
    border:1px solid black;
}

/* -------------------------------- Status Bar ------------------------------ */
.Info {
    position:static;
    border:1px solid #006400;
    background-color:transparent;
}

.Inf {
    position:static;
    border:1px solid #0000a0;
    background-color:lightblue;
}
.Err {
    border:1px solid darkred;
    background-color: MistyRose;
}
.War {
    position:static;
    border:1px solid orange;
    /*background-color:cornsilk;*/
    background-color: #fff5c6;
}
.Dbg {
    position:static;
    border:1px solid #006400;
    background-color:lightgreen;
}

/* ----------------------------- splash and popups -------------------------- */

#splash {
    position: fixed;
    _position: absolute;
    visibility: hidden;
    width: 200px;
    height: 80px;
    text-align: center;
    opacity: 0.8;
}
#splash div {
    padding: 5px;
    color: #9d9dd3;
    font-size: 22px;
}

#prev_img {
    border: 5px solid #505050;
    position: fixed;
    visibility: hidden;
}
#galery_div {
    border: 5px solid #505050;
    background: white;
    position: fixed;
    visibility: hidden;
}
#galery_div div {
    text-align: center;
    padding: 5px;
}

.note {
    background: transparent url(images/note.gif) 100% 0 no-repeat;
    padding-right: 7px;
}
.note div {
    background: white;
    border: 1px solid gray;
    margin-left: 10px;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    visibility: hidden;
}
.note:hover div {
    visibility: visible;
}

/* ------------------------------ views and lists --------------------------- */

.view {
    width: 100%;
}
.view tr:hover {
    background: #D3D3D3;
}
.view tr.header:hover {
    background: none;
}

.view_page {
    width: 90%;
    margin: auto;
    clear: both;
}
.row_left {
    width: 33%;
    padding-left: 10pt;
    text-align: left;
    background-color: transparent;
}
.row_right {
    width: 33%;
    padding-right: 10pt;
    text-align:right;
    background-color: transparent;
}
.row_pages {
    width: 33%;
    text-align:center;
    background-color: transparent;
}

.header {
    color: black;
    font-weight: bold;
    font-size: 9pt;
    line-height: 12pt;
}
.view_operations {
    white-space: nowrap;
    text-align: right;
}


/* -------------------------- morias texts and menus ------------------------ */

.code {
    padding: 10px;
    background: #f0f0f0;
    color: #303030;
    border: 1px dotted lightgreen;
    max-width: 567px;
    overflow: auto;
}

.View_texts{
    text-align: justify;
}

.View_texts tr:hover {
    background-color:#dedede;
}
.View_menu tr:hover {
    background-color:#dedede;
}

.text {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: justify;
}
.text a {
    text-decoration: none;
}
.text a:hover {
    text-decoration: underline;
}

#WTextsTextEdit_text, #WTextsTextEdit_text_textarea{
    height: 400px;
    width: 100%;
}

/* ----------------------- morias links and categories ---------------------- */

.morias_links_view a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9pt;
    line-height: 11pt;
}

/* -------------------------- morias main (skin.php) ------------------------ */

#main_banner {
    width: 736px;
    height: 90px;
    margin-top: 0px;
    padding: 10px;
    border: 2px solid #cdcdcd;
    font-family: serif;
}
#main_banner a, #main_banner a:visited, #main_banner a:hover {    
    color: blue;
}

.page_title {
    font-weight: bold;
    font-size: 24pt;
    line-height: 32pt;
    margin-top: 5pt;
    
}

#main_banner .page_title a, #main_banner .page_title a:visited, .page_title a:hover {
    color: black;
    text-decoration: none;
}

.lang_select {
    text-align:right;
}

.main_panel{
    float: left;
    padding-right: 10px;
    width: 589px;
}
.left_panel{
    float: left;
}
.right_panel {
    float: left;
    width: 160px;    
}

#footer {
    clear: both;
    padding-top: 2px;
    padding-bottom: 2px;

    font-size: 8pt;
    text-align: center;
}
#footer a{
    color: gray;
    text-decoration: none;
}

.links {
    font-size: 9pt;
    line-height: 14pt;
    /*font-weight: bold;*/
    font-family: sans;
}

.banner {
    margin-top: 20pt;
    clear: both;
    text-align: center;
}


/* ------------------------------ morias files ------------------------------ */

.morias_files table {
    width: 100%;
}

#morias_files_form {
    z-index: 1;
}

#morias_files_form .info {
    border: 0px;
    font-size: 8pt;
    line-height: 11pt;
    color: #8f0000;
}

/* ------------------------------ morias forum ------------------------------ */

.morias_forum_view table {
    margin-top: 10px;
    width: 100%;
}
.morias_forum_view tr:hover {
    background: none;
}

.morias_forum_table {
    border-spacing: 0px;
    width: 100%;
}
.morias_forum_table .title, .morias_forum_table .title:hover {
    /*background: #9d9dd3;*/
    color: #0000a0;
}

.morias_forum_link {
    font-size:  8pt;
    line-height: 11pt;
}

.comment_link a, .comment_link a:visited {
    font-size: 8pt;
    padding-left: 2px;
    color: #006600;
}

/* ------------------------------ morias users ------------------------------ */

.View_users table {
    width: 100%;
}

/* ------------------------------- morias news ------------------------------ */
.hot_news_view {
    font-size: 8pt;
}
.hot_news_view h4{
    font-size: 8pt;
    margin: 0px;
}

