/**
 * Ebax Edujee Stylesheet
 * Copyright: Ebax Oy
 * Version: SVN $Id: ebax_edujee.css 2218 2010-08-27 07:22:35Z miska $
**/

html
{
    background-color: white;
}
a
{
    color: dimgray;
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: underline;
}
a img
{
    text-decoration: none;
}

fieldset
{
    border: 1px solid gray;
    padding: 1em;
}
fieldset legend
{
    margin-left: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

dl
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
dl dt
{
    font-weight: inherit;
}

table td, table th
{
    vertical-align: top;
    border: 0;
    padding: 0.2em;
}
table th
{
    text-align: left;
}
table thead a
{
    color: inherit;
}

table.search_result
{
    width: 100%;
}
table.search_result thead
{
    font-weight: bold;
    border-bottom: 1px solid black;
    vertical-align: top;
}
table.search_result tbody tr:hover
{
    background-color: whitesmoke;
}
table.search_result tbody tr.selected
{
    background-color: whitesmoke;
}
table.search_result tbody tr.selected:hover
{
    background-color: silver;
}

iframe
{
    border: 0;
}

textarea.code
{
    font-family: "Courier New", Courier, mono;
    font-size: 93%;
}

span.toright, p.toright
{
    float: right;
}
span.toleft, p.toleft
{
    float: left;
}
span.tocenter, p.tocenter
{
    text-align: center;
}

.highlight
{
    border: 1px dotted silver;
    background-color: whitesmoke;
    padding: 0.5em;
}
.clickable
{
    cursor: pointer;
}

ul.horizontal, ul.horizontal li
{
    padding: 0;
    margin: 0;
}
ul.horizontal li
{
    display: inline;
    list-style-type: none;
}

div#ebax_header_bar
{
    background-color: dimgray;
    color: white;
    padding: 0.2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-bottom: 1em;
}
div#ebax_header_bar a
{
    color: white;
    text-decoration: none;
}
div#ebax_header_bar div#ebax_header_bar_menu li
{
    margin-right: 0.5em;
}
div#ebax_header_bar div#ebax_header_bar_search
{
    float: right;
}
div#ebax_header_bar_search input#ebax_header_bar_search_keyword
{
    border: 1px solid silver;
    width: 150px;
    height: 14px;
}

div#ebax_document
{
    background-color: white;
}

div#ebax_header
{
    margin-top: 10px;
    min-height: 50px;
}

div#ebax_header_menu
{
    text-align: right;
}
div#ebax_header_menu ul, div#ebax_header_menu li
{
    padding: 0;
    margin: 0;
}
div#ebax_header_menu li
{
    display: inline;
    list-style-type: none;
    padding-left: 0.5em;
}


div#ebax_footer
{
    margin-top: 2em;
    color: gray;
    font-size: 77%;
}
div#ebax_footer a
{
    color: gray;
}

div.ebax_block
{
    border: 1px solid dimgray;
}
div.ebax_block div.header
{
    background-color: dimgray;
    color: white;
    padding: 0.2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
div.ebax_block div.header a
{
    color: white;
    text-decoration: none;
}
div.ebax_block div.content
{
    background-color: white;
    padding: 1em;
}


div#ebax_content div.ebax_block
{
    overflow: auto;
}
div#ebax_content div.ebax_block div.content
{
    min-height: 500px;
}

div.ebax_box
{
    border: 1px solid dimgray;
    margin-bottom: 1em;
}
div.ebax_box div.header
{
    background-color: dimgray;
    color: white;
    padding: 0.2em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
div.ebax_box div.header a
{
    color: white;
    text-decoration: none;
}
div.ebax_box div.content
{
    padding: 0.5em;
}

div.ebax_box div.menu ul, div.ebax_box div.menu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}
div.ebax_box div.menu a
{
    display: block;
    padding-right: 0.5em;
    padding-left: 0.5em;
    color: dimgray;
    text-decoration: none;
}
div.ebax_box div.menu a:hover, div.ebax_box div.menu a:active
{
    background-color: dimgray;
    color: white;
}
div.ebax_box div.menu ul.current, div.ebax_box div.menu li.current
{
    font-weight: bold;
}

div.ebax_block div.ebax_box
{
    margin-left: 1em;
    width: 250px;
    float: right;
    clear: both;
}

div#ebax_search_box input.ebax_search_box_keyword
{
    border: 1px solid #cfcfcf;
    border-right: none;
    height: 14px;
    width: 100%;
    background: white url(https://static.ebaxsite.com/images/icon/chameleon_graphite/ebaxgray/search_left.gif) no-repeat right center;
}

div#ebax_contents_menu_box div.content li
{
    min-height: 25px;
}
div#ebax_contents_menu_box ol, div#ebax_contents_menu_box ul
{
    margin-top: 0.5em;
    margin-bottom: 0;
    margin-right: 0;
}


div#ebax_workspace_list_header h1
{
    margin-bottom: 0;
}

div#ebax_workspace_list
{
    margin-top: 1em;
}
div#ebax_workspace_list div.workspace
{
    min-height: 100px;
    clear: both;
}
div#ebax_workspace_list div.workspace div
{
    padding: 2px;
}
div#ebax_workspace_list div.workspace:hover
{
    background-color: whitesmoke;
}
div#ebax_workspace_list div.workspace div.title
{
    line-height: 20px;
    font-weight: bold;
}
div#ebax_workspace_list div.workspace div.title a
{
    display: block;
}
div#ebax_workspace_list div.workspace div.access_info
{
    float: right;
}
div#ebax_workspace_list div.workspace div.picture
{
    padding: 5px;
    padding-top: 0;
    float: left;
}
div#ebax_workspace_list div.workspace div.author
{
    font-style: italic;
}
div#ebax_workspace_list div.workspace div.date
{
    float: right;
}
div#ebax_workspace_list div.workspace div.description
{
    color: #505050;
}
div#ebax_workspace_list a
{
    color: black;
}

.ebax_ul_form ul, .ebax_ul_form li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ebax_ul_form li
{
    padding-bottom: 0.5em;
}

.ebax_ul_form li label
{
    width: 9.5em;
    float: left;
    text-align: right;
    padding-right: 0.5em;
}

.ebax_dl_form dl dd
{
    margin-bottom: 0.2em;
}

.ebax_dl_form dl dt.spacer
{
    border-bottom: 1px dashed silver;
    margin-bottom: 1.2em;
}


div.ebax_error div.header
{
    background-color: red;
    color: white;
}
div.ebax_error div.content
{
    border: 1px solid red;
}

div.ebax_comment div.header
{
    background-color: orange;
    color: black;
}

div.ebax_comment div.header a
{
    color: dimgray;
}

div.ebax_comment div.content
{
    border: 1px solid orange;
}

ul.nobullets
{
    margin: 0;
    padding-bottom: 1em;
}
ul.nobullets li
{
    list-style: none;

}
ul.withicons li
{
    min-height: 23px;
}


div.ebax_topic.unpublished
{
    background-color: whitesmoke;
}

div.ebax_frame
{
    clear: both;
    margin-bottom: 2em;
}
div.ebax_frame.unpublished
{
    background-color: whitesmoke;
}

div.ebax_topic_tools, div.ebax_frame_tools
{
    float: right;
}


div.ebax_news_item div.info h2, div.ebax_page div.info h2
{
    margin: 0;
    margin-bottom: 0.5em;
}
div.ebax_news_item div.info p, div.ebax_page div.info p
{
    margin: 0;
}
div.ebax_news_item div.info p img, div.ebax_page div.info p img
{
    vertical-align: text-bottom;
}
div.ebax_news_item div.text, div.ebax_page div.text
{
    border-top: 1px dashed gray;
    padding-top: 1em;
    margin-top: 1em;
}

div.ebax_comment
{
    border: 1px solid gray;
    padding: 1em;
    margin-bottom: 1em;
}
div.ebax_comment div.info h2
{
    margin: 0;
    margin-bottom: 0.5em;
}
div.ebax_comment div.info p
{
    margin: 0;
}
div.ebax_comment div.info p img
{
    vertical-align: text-bottom;
}
div.ebax_comment div.text
{
    border-top: 1px dashed gray;
    padding-top: 1em;
    margin-top: 1em;
}

fieldset#ebax_comment_list
{
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0;
}
div.ebax_list_comment
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.ebax_list_comment div.comment
{
    margin-top: 0.5em;
    margin-bottom: 1em;
}
div.ebax_list_comment img.user_image
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 32px;
    height: 32px;
}
div.ebax_list_comment div.title
{
    font-weight: bold;
}
div.ebax_list_comment div.author
{
    font-style: italic;
}
div.ebax_list_comment div.time
{
    float: right;
}

div.ebax_user
{
    border: 1px solid gray;
    padding: 1em;
    min-height: 128px;
}
div.ebax_user img.photo
{
    height: 128px;
    width: 128px;
    float: right;
    border-left: 10px solid white;
}
div.ebax_user div.name
{
    background: url(https://static.ebaxsite.com/images/icon/chameleon_graphite/ebaxgray/user.gif) no-repeat;
    padding-left: 20px;
    margin-bottom: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid silver;
    font-weight: bold;
}
div.ebax_user div.email
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.ebax_user div.services
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.ebax_user div.services a
{
    color: black;
    padding-left: 20px;
    padding-bottom: 10px;
}
div.ebax_user div.services a.skype
{
    background: url(https://static.ebaxsite.com/images/icon/social_networking/skype_16.png) no-repeat;
}
div.ebax_user div.services a.twitter
{
    background: url(https://static.ebaxsite.com/images/icon/social_networking/twitter_16.png) no-repeat;
}
div.ebax_user div.services a.facebook
{
    background: url(https://static.ebaxsite.com/images/icon/social_networking/facebook_16.png) no-repeat;
}
div.ebax_user div.services a.linkedin
{
    background: url(https://static.ebaxsite.com/images/icon/social_networking/linkedin_16.png) no-repeat;
}
div.ebax_user div.description
{
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px dashed silver;
}


div#ebax_user_info div.content
{
    min-height: 64px;
}
div#ebax_user_info div.content span.user_image
{
    float: left;
    border-right: 5px solid white;
}
div#ebax_user_info div.content span.user_name
{
    color: black;
    font-size: 116%;
}
div#ebax_user_info div.content span.user_email
{
    color: black;
}
div#ebax_user_info div.content span.user_type
{
    font-size: 93%;
}

div#ebax_workspace_info div.content.info
{
    min-height: 64px;
}
div#ebax_workspace_info div.content span.workspace_image
{
    float: right;
    border-left: 5px solid white;
}
div#ebax_workspace_info div.content span.workspace_title
{
    font-size: 116%;
}
div#ebax_workspace_info div.content span.workspace_title a
{
    color: black;
}
div#ebax_workspace_info div.content span.workspace_author
{
    font-style: italic;
}
div#ebax_workspace_info div.content span.workspace_description
{
    font-size: 93%;
}

div#ebax_login_form dd
{
    margin: 0;
    margin-bottom: 1em;
}
div#ebax_login_form p#login_error
{
    padding: 1em;
    border: 1px solid red;
}

label.error {
    float: right;
    color: red;
}

div#ebax_history_box div.content
{
    padding: 0;
}


div.ebax_news
{
    font-size: 85%;
}
div.ebax_news div.ebax_news_title
{
    font-weight: bold;
}
div.ebax_news div.ebax_news_content
{
    cursor: pointer;
    color: black;
}
div.ebax_news div.ebax_news_content span.ebax_news_date
{
    float: right;
    color: gray;
}
div.ebax_news div.ebax_news_content span.ebax_news_author
{
    font-style: italic;
    color: gray;
}
div.ebax_news div.ui-accordion-content
{
    padding: 0.5em;
}


div.ebax_print_content div.ebax_workspace_topic
{
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 2px dotted silver;
}


div.ebax_query div.query_title
{
    font-size: 131%;
    font-weight: bold;
}
div.ebax_query div.query_author
{
    font-style: italic;
}
div.question_list
{
    margin-top: 1em;
    margin-bottom: 1em;
}
div.question_list div.question:hover
{
    background-color: whitesmoke;
}
div.question_list div.question:hover div.question_number a
{
    color: white;
}
div.question_list div.question
{
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    clear: both;
    min-height: 40px;
}
div.question_list div.question div.question_answer
{
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}
div.question_list div.question div.question_number
{
    padding: 0;
    margin: 0;
    margin-right: 5px;
    padding-right: 5px;
    font-size: 45px;
    font-family: "Courier New", Courier, mono;
    font-weight: bold;
    letter-spacing: -0.1em;
    line-height: 40px;
    text-align: center;
    min-width: 25px;
    color: silver;
    background-color: gray;
    float: left;
    clear: both;
}
div.question_list div.question div.question_number a
{
    text-decoration: none;
    color: silver;
}
div.question_list div.question div.question_question
{
    font-weight: bold;
}
div.question_list div.question div.question_question a
{
    color: black;
}

div.ebax_question div.question_question
{
    font-size: 131%;
    font-weight: bold;
    margin-bottom: 1em;
}
div.ebax_question div.question_text
{
    margin-bottom: 1em;
}

div#query_report div.question_list div.question:hover
{
    background-color: inherit;
}
div#query_report div.question_list
{
    margin-top: 2em;
}
div#query_report div.question_list div.question div.question_options
{
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: right;
}
div#query_report div.question_list div.question_answers
{
    margin-bottom: 2em;
}

div.content fieldset {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.content fieldset dl dt, div.content fieldset dl dd {
    margin-bottom: 0.25em;
}

div.edujee_idea_vote {
    clear: both;
    text-align: center;
    float: right;
    height: 100px;
    width: 75px;
    background-color: silver;
    border: 1px solid black;
    padding: 0.25em;
    padding-top: 0.5em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
span.vote_title {
    font-weight: bold;
}
span.vote_result {
    line-height: 60px;
    font-size: 400%;
}
span.vote_result.large {
    font-size: 300%;
}
span.vote_result.huge {
    font-size: 200%;
}


/* http://www.positioniseverything.net/easyclearing.html */
div.content div.ebax_frame:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
