/*
 ----------------------------- 
 PrintToMail/PrintToPDF
 by Project PrintPortal
 www.printtomail.net
 -----------------------------
*/

html, body
{
    margin: 0;
    height: 100%;
    min-width :950px;
    background-color: #F2F2F2;
    border-style:none;
    font-family:Arial, Sans-Serif;
    font-size: 0.9em;
    background: #F2F2F2 url('../images/MenuStripe.png') repeat-y;
}

a 
{
    background-color: transparent;
    text-decoration: none;
}

a:link,a:visited { color:#23559E }
a:focus{ color:#FF0000 }
/*
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }
*/

a img
{
    border: none;
    outline: 0;
}

#master_page
{
    margin:0px;
    padding:0px;
    height:auto !important;
    height:100%;
    width: 100%;
    vertical-align:top;
    background-color: #F2F2F2;
    width:100%;
    display:inline; 
}

#master_header
{
    background: #23559E url('../images/Headerstripe.jpg') repeat-x;
    height:30px;
    width: 100%;
    padding: 0px;
    color: White;
}

.master_header_table
{
    font-size: 13px;
    font-weight:normal;
    color: White; 
}

#master_header_productLogo
{
    float:left;
    padding: 3px 5px 0px 5px;
}

#master_header_productname
{
     font-size: 15px;
     color: White;
     padding:  7px 0px 0px 5px;
     float:left;
}

#master_header_User
{
    color:White;
    display:inline;
    float:right;
}
#master_header_CurrentUser, #master_header_CurrentOwner
{
     padding:  7px 10px 0px 10px;
     float:left;
}


#master_header_Login, .master_header_LogButton
{
    background-color:  transparent;
    border-style:none;
    font-weight:bold;
    color:White;
    float:left;
    height:30px;
}
#master_header_Login:hover, .master_header_LogButton:hover
{
    background-color: White;
    font-weight:bold;
    color: #23559E;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#master_content
{
    height:100%;
    width: 100%;
    border-style: none;
    clear:both;
}

#master_content_left
{
    background-image: linear-gradient(#23559E 5%, #4577BF 30%,#23559E 60%, #3466AF 80%,#23559E 100%);
    background-color: #23559E;
    width: 217px;
    height: 700px;
    float:left;
}

#master_content_footer, #master_content_footer a
{
    color:  #F2F2F2;
    font-size:10px;
}

#master_content_right
{
    height:100%;
    padding-left:3px;
}

#master_Menu
{
     color: #FFFFFF;
     font-size:14px;
     margin-left: -5px;
}

#master_Menu ul 
{
     list-style-type: none;
     padding: 10px 0px 10px 15px;
}

#master_Menu ul li#selected
{
     /*list-style-type:disc;*/
     /*text-decoration: underline;*/
}

#master_Menu ul li
{
     padding-top: 3px;
     padding-left:15px;
}

#master_Menu ul li a
{
     color: #FFFFFF;
     -webkit-transition: padding 0.2s ease;
     transition: padding 0.2s ease;
}

#master_Menu ul li#selected a
{
     font-weight:bold;
}

#master_Menu ul li:hover
{
     color: #FFBB00;
}

#master_Menu ul li a:hover
{
     font-weight:bold;
     color: #FFFFFF;
     padding-left:10px;
}

.no-csstransitions #master_Menu ul li a:hover
{
     padding-left:0px;
}

#master_Menu ul li ul li a:hover
{
     color: #FFFFFF;
}

#mainContent
{
    height: 100%;
    vertical-align:top;
    width:100%;
    float:left;
}

#mainSubContent
{
     background-color:Gray;
}

.JobDetailsDropPanel
{
     font-size: 13px;
     background-image: linear-gradient(#23559E 5%, #3466AF 50%,#23559E 95%);
     background-color: #23559E;
     border-color: #A0A0A0;
     border-style:   solid;
     border-width: 1px;
     margin: 0px 0px 0px 50px;
     padding: 1px;
     float:left;
     height:auto;
     width:120px;
     color:Black;
     box-shadow: 2px 2px 2px 2px #808080;
}

.jobDetailsDropPanel_Status
{
     padding: 0px;
}

.jobDetailsDropPanel_FileUpload
{
     background-color: #FFFFFF;
     padding: 5px;
     font-size: 13px;
     color:White;
}

.tableTop
{
    font-size: 13px;
    padding:5px;
    min-width: 400px;
    vertical-align:top;
}

.tableMainContent
{
    vertical-align:bottom;
}

.tableMainContentDown
{
    padding:5px;
    font-size: 13px;
    width:100%;
    min-width: 400px;
    vertical-align:top;
}

.tableCellleft
{
    padding-right: 10px;
}

.tableCell
{
    padding-right: 10px;
    padding-left: 5px;
}

.tableCellright
{
     text-align: right;
     width:100%;
}

.tableCellLabel
{
    padding-left: 5px;
    background-color:  #23559E;
    color:White;
}


.gridViewTable
{
    background-color: #DADADA;
    color: Black;
    width:100%;
    font-size: 13px;
}

.gridViewHeaderStyle
{
  color: White;
  background-image: linear-gradient(#4577BF 0%, #3466AF 50%,#23559E 100%);
  background-color : #23559E;
  text-align:left;
  border-style:none;
  font-style:normal;
  font-size: 13px;
}

.gridViewRowStyle
{
    border-style:none;
}

.gridViewHeaderStyle a
{
  background-color: transparent;
  background-image:none;
  color: White;
}

.gridViewHeaderStyle a:hover
{
  text-decoration: underline;
}

.gridViewControlStyle
{
}

.gridViewPagerStyle
{
    background-color: #FFFFFF;
    border-color: #F2F2F2;
    font-size: 13px;
    font-weight:bold;
    color:Green;
}

a.gridViewStyle:link
{
  color: Black;
}

a.gridViewStyle:hover
{
  color: #23559E;
  text-decoration: underline;
}

.ExpressionError
{
  color:  #FF2200;
}

.ExpressionInfo
{
    color:   Green;
    font-size: 13px;
}

.table_Login
{
    font-size: 13px;
    padding: 5px;
    text-align:left;
}

.images
{
    padding-left:5px;
    vertical-align:bottom;
    height:20px;
}

.attachmendclip
{
    float: right;
    display:none;
}

.textBox
{
    background-color: White;
    border-style:none; 
    display:inline;
    height:22px;
    padding: 2px 0px 2px 5px;
    box-shadow: inset 2px 2px 2px #C0C0C0;
}

.dropDownBox
{
    background-color: White;
    border-style:none;
    height:24px;
    padding:3px;
    box-shadow: inset 2px 2px 2px #C0C0C0;
}

.checkBox
{
        font-size: 8px;
}

.tableButtons
{
    text-align: left;
    width:600px;
    white-space: nowrap;
}

.buttonMenu
{
    background-color: transparent;
    border-style:none;
    color:White;
}

.postBackButton, .postBackLetterButton
{
/*    background-image: linear-gradient(#E0E0E0 0%, #EAEAEA 40%, #E0E0E0 100%);*/
      background-image: linear-gradient(#F5F5F5 0%, #E0E0E0 50%, #D5D5D5 100%);
      border-style:solid;
      border-color: #C0C0C0;
      border-width:1px;
/*      border-radius: 2px;*/
      height:25px;
}
.postBackButton:hover, .postBackLetterButton:hover
{
      background-image: linear-gradient(#4577BF 0%, #3466AF 50%,#23559E 100%);
      background-color : #23559E;
      color:White;
}

.label_Result, .label_Line
{
    color: #606060;
    font-size: 13px;
}

.detailKey
{
    margin-left:10px;   
    font-size: 13px;
    font-weight: normal;
}
.detailValue
{
    margin-left:10px;   
    font-size: 13px;
    font-weight: bold;
}
.detailValue-Receiver-Mail {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
}
.Receiver-Mail-Edit-TextBox {
    width: 100%;
}

.collapsePanel, .collapsePanel-Details {
    margin-left: 10px;
    margin-top: 5px;
    background-color: white;
    overflow: visible;
    background-repeat: repeat-x;
}
 
.collapsePanelHeader
{
      margin-left:5px;   
      color: Black;
      background-color:#E0E0E0;
/*      background-image:url(../images/stripe_head_bl.gif); */
      font-weight:bold;
      float:none;
      padding:2px; 
      cursor:pointer; 
      vertical-align: middle;
}

.collapseMenu {
      margin-left:5px;   
      padding:2px; 
      overflow:hidden;
      background-repeat:repeat-x;
}

.collapseMenuHeader
{
      float:none;
      padding:2px; 
      cursor:pointer; 
      vertical-align: middle;
}

.ajax__fileupload_fileItemInfo div.removeButton{width:70px;}
div.ajax__fileupload_uploadbutton{width:110px;background-color:#23559E;}
.ajax__fileupload .ajax__fileupload_selectFileContainer{width: 170px;}
.ajax__fileupload_selectFileContainer .ajax__fileupload_selectFileButton{width: 170px; color:White; background-color:#23559E;}
.imageUploaderField input{width:100%!important;}
