﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    
    /*rmenten 2011-07-26*/
    background: black;
    background-image:url('../Images/body_background_dark.png');   
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

a img
{
    border: 0;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    background: url("../Images/body_background_light.png") repeat scroll 0 0 white;
    /*border-color: gray gray black black;*/
    border-color: gray gray #993399 #993399;
    border-style: solid;
    border-width: 1px 1px 2px 6px;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0 0 3px 5px;
    margin-top: 15px;
}

h2
{
    font-size: 2.4em !important;
    color: black !important;
    font-variant: normal !important;
}





div.MainMenuBlock
{
    margin-left: 15px;
    margin-top: 10px;
}

table.menu
{
    padding: 4px 0px 4px 8px;
}

table.menu tr
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

table.menu tr td a, table.menu tr td a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

table.menu tr td a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

table.menu tr td a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

table.form
{
    width: 900px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-left: 20px;
}

table.main_table
{
}

table.main_table th
{
    padding-left: 10px;
    padding-right: 10px;
    min-width: 60px;
}

table.consultation_list
{
    background-color: #E9E9E9;
}
table.consultation_list th
{
    color: black;
    /*background-Color: #b4cbe8;*/
    border-bottom: 1px solid gray;
    /*border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;*/
    /*
    background-image: -moz-linear-gradient(center bottom , #E8DFC9, #E9E9E9) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#E8DFC9');/*IE* /
    background: -webkit-gradient(linear, left top, left bottom, from(#E8DFC9), to(#E9E9E9));/*OTHER*/
}
table.consultation_list tr td
{
    padding: 2px;   
/*
    border-left: 1px solid gray;
    border-right: 1px solid gray;*/

    /*
    background-image: -moz-linear-gradient(center bottom , #E8DFC9, #E9E9E9) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#E8DFC9');/*IE* /
    background: -webkit-gradient(linear, left top, left bottom, from(#E8DFC9), to(#E9E9E9));/*OTHER*/
}

tr.deleted
{
    text-decoration: line-through;
    /*background-color: #FF6666;*/
    /*color: Red;*/
    color: Gray;
}
tr.deleted input
{
    text-decoration: line-through;
    /*background-color: #FF6666;
    border-width: 0px;*/
    /*color: Red;*/
    color: Gray;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 5px;
    padding-left: 12px;
    border: 2px solid #993399;/*#ccc*/
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 440px;/*42%;*/
    margin: 0 auto;
}

.button
{
    background-color: #E8FFE8;
    border: 2px solid #006600;
    color: #006600;
    /*float: left;*/
    font-weight: bold;
    /*margin-top: 5px;*/
    padding: 10px;
    text-decoration: none;
    
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    /*border-color: rgba(0,102,0,0.5);*/
    
    float: left;
}

.button.indent
{
    margin-left: 20px;
    /*margin-top: 0px;*/
}

.button.green
{   
    background-image: -moz-linear-gradient(center top, #62c462, #51a351);/*FF*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351');/*IE*/
    background: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));/*OTHER*/
    
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
    
    /*background-color: #E8FFE8;*/
    border: 1px solid #006600;
    color: #fff;
}
.button.red
{
    background-image: -moz-linear-gradient(center top, #ee5f5b, #bd362f);/*FF*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f');/*IE*/
    background: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));/*OTHER*/

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
    border: 1px solid #800000;
    color: white;
}
.button.blue
{
    background-image: -moz-linear-gradient(center top, #0088cc, #0044cc);/*FF*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc');/*IE*/
    background: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));/*OTHER*/

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
    background-color: white;
    border: 1px solid #993399;
    color: white;
}

.button.green:hover
{
    /*background-color: #006600;*/
    color: #006600;
    /*
    background-color: #ADFFAD;
    color: #006600;*/
}
.button.red:hover
{
    /*background-color: red;*/
    color: #800000;
}
.button.blue:hover
{
    /*background-color: #993399;*/
    color: blue;
    /*border-color: Blue;*/
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    /*rmenten 2011-07-25*/
    margin: 0px 0 0 0px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
div.loginIcon
{
    background-image: url("../Images/ico-login_large.png");
    background-position: left center;
    background-repeat: no-repeat;
    width: 64px;
    height: 120px;
    float: left;
}
div.loginRightPane
{
    float: left;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.loginButton
{
    margin-top: 18px;
    text-align: center !important;
    clear:left;
}
.loginButton input
{
    float: none;
}

/* MISC 2
----------------------------------------------------------*/
#Select1
{
    width: 127px;
}

/* Ajax combobox style */
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    padding: 0;
    border: solid 1px #7F9DB9;
    border-right: 0 none;
    padding: 1px 0 0 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    padding: 0; /*0pt 0pt 3px;*/
    margin: 0;
    background-image: url('images/windows-arrow.png');
    background-position:top left;
    background-color: white;
    border: 0px none;
    height:19px;
    width:17px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

/* Global error style */        
.MaskedEditError
{
    background-color: #FFCCCC;
}
        
/*Default UI styles*/
h3
{
    /*background-color: #034F9F; /*#993399; /*#60709c;*/
    /*color: #FFC773; /*#ebdaae;*/
    /*border-top: 2px solid #993399;*/
    border-bottom: 2px solid #993399;
    font-weight: bold;
    padding: 0px;
    padding-top: 4px;
    height: 30px;
    vertical-align: middle;
    font-size: large;
    margin-top: 10px; /*margin-left: -8px;*/
    margin-bottom: 5px;
}

.ico
{
    background-position: 10px 2px;
    background-repeat: no-repeat;
    padding-left: 50px;
}

/*h3 styles*/
.ico.administration
{
    background-image: url("../Images/ico-archive.png");
}
.ico.approval
{
    background-image: url("../Images/ico-approval.png");
}
.ico.checkok
{
    background-image: url("../Images/ico-check-ok-small.png");
}
.ico.detaillines
{
    background-image: url("../Images/ico-detaillines.png");
}
.ico.attachments
{
    background-image: url("../Images/ico-attachment.png");
}
.ico.information
{
    background-image: url("../Images/ico-information.png");
}
.ico.submit
{
    background-image: url("../Images/ico-submit.png");
}
.ico.money
{
    background-image: url("../Images/ico-money.png");
}
.ico.project
{
    background-image: url("../Images/ico-project.png");
}
.ico.codes
{
    background-image: url("../Images/ico-codes.png");
}
.ico.login
{
    background-image: url("../Images/ico-login.png");
}
.ico.logout
{
    background-image: url("../Images/ico-logout.png");
}
/*END h3 styles*/

h4
{
    margin-left: 15px;
    margin-right: 15px;
    background-color: #4B6C9E;/*#60709c;*/
    color: #ebdaae;
    border: 1px solid #0a138f;
    font-weight: bold;
}
td.Label
{
    /*background-color: #ebdaae;
    border: 1px solid #BF8630;*/
    color: #4B6C9E;
    
    /*color: #4B6C9E;/*#60709c;* /
    
    border: 1px solid #9c8c60;*/
    font-weight: bold;
    vertical-align: top;
}
.LabelQuestion
{
    /*
    background-color: #ebdaae;
    border: 1px solid #BF8630;
    */
    background: -moz-linear-gradient(center bottom , #E8DFC9, #E9E9E9) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#E8DFC9');/*IE*/
    background: -webkit-gradient(linear, left top, left bottom, from(#E8DFC9), to(#E9E9E9));/*OTHER*/
    
    border-bottom: 2px solid #993399;
    border-left: 2px solid #993399;
    
    /*color: #4B6C9E;/*#60709c;*/
    color: black;
    /*background-color: #ebdaae;
    border: 1px solid #9c8c60;*/
    font-weight: bold;
    padding: 3px;
}

.AutoCompletePopupStyle
{
    margin: 0px !important;
    list-style-type: none;
    border: 1px solid buttonshadow;
    color: windowtext;
    padding: 0px;
}
 
.indent
{
    margin-left: 40px;
}
.indent-medium
{
    margin-left: 20px;
}        
.indent-medium-padding
{
    padding-left: 20px;
}
     
/*wizard components*/
.next_button
{
    float: right;
}



a.deleted
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../Images/overlay_delete_stretch.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 210px 240px;
    top: 0px;
    position: absolute;
    
    min-height: 100%;
    min-width: 100%;
}

div.deleted
{
    border: 1px solid red;
}
div.image_container
{
    border: 2px solid gray;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 210px;
    height: 240px;
    position: relative;
}
div.image_container input
{
    vertical-align: top;
    border: 1px solid black;
    background-color: white;
    padding: 2px;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 2px;
}

div.image_container div img
{
    vertical-align: top;
    border: 1px solid black;
    background-color: white;
    padding: 2px;
    margin-left: 2px;
    margin-top: 2px;
    border-width: 0px;
    margin-right: 2px;
}

div.attachment_container
{
    padding-left: 60px;
}
div.attachment_container_image
{
    background-image: url("../Images/attachments.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 85px;
    float: left;
}
div.breadcrumbs
{
    background-color: #ddf;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-bottom: 1px solid #B4CBE8;
}
div.feedback_nok
{
    padding: 5px;
    margin-top: 20px;
    background-color: LightPink;
    border: 2px solid red;
    min-height: 50px;

    /*
    padding-left: 60px;    
    background-image: url("../Images/ico-warning.png");
    background-position: 5px 0px;
    background-repeat: no-repeat;
    */
}
div.feedback_ok
{
    padding: 5px; 
    margin-top: 20px; 
    background-color: LightGreen; 
    border: 2px solid green;
    min-height: 50px;
/*
    padding-left: 60px;    
    background-image: url("../Images/ico-check-ok.png");
    background-position: 5px 0px;
    background-repeat: no-repeat;
*/
}

div.information
{
    padding: 5px; 
    padding-left: 50px;
    margin-top: 20px; 
    background-color: LightGray; 
    border: 2px solid gray;
    background-position: 10px 2px;
    background-repeat: no-repeat;
    background-image: url("../Images/ico-information.png");
}

.alternate
{
    background-color: #DFC6FF;
}