﻿/* GLOBAL STYLES */
body
{
    background: #D4D4D4;
    font-size: .8em;
    font-family: Arial, "Times New Roman" , Times, serif;
    margin: 0px;
    padding: 0px;
    color: #333;
    padding-top: 15px;
}

.growlUI {
    z-index: 99 !important;
    width: 100% !important;
    height: 100% !important;
}

a:link, a:active, a:visited
{
    color: #0083BB;
}

a:hover
{
    color: #0099D8;
    text-decoration: none;
}

.bolder
{
    font-weight: bolder;
}

.Header_Line_Container {width:100%; height:8px; padding-top:5px}
.Header_Line_RedBox {background-color:#CE3039; float:left; height:100%; width:3%}
.Header_Line_Split_Container {width:97%; height:100%; float:left}
.Header_Line_Split_Top {height:4px; border-bottom:1px solid #666}
.Header_Line_Split_Bottom {height:4px}
                   
    
 input[type="text"],  input[type="password"]
{
    width:95%;
    padding:2px;
    height:20px;
	border-radius: 3px;
	border: 1px solid #999;
}

.dropdown
{
    width:100%;
    padding:2px;
    height:30px;
}

.PortalForm 
{
    text-align:left
}

/* Button CSS */
input[type="submit"], .LinkButton {

    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    font-family: Arial,Verdana,sans-serif;
    font-size: 13px;
	border-radius: 3px;
	border: 1px solid #999;
    font-weight: normal;
    color: #333 !important;
    padding: 5px;
    background-color:#D6D3CE;
    text-decoration:none !important
}

/* Button CSS */
.LinkButtonRed {
    background-color:red !important;
    font-weight: bolder !important;
    margin: 5px;
    padding: 15px;
}

a.LinkButtonRed  {
    font-variant: small-caps;
    text-decoration: none;
    font-size: 1.1em;
    color: #000000;
    border: 1px solid #000000;
    margin: 5px;
    padding: 17px 15px 15px 15px;
}

input[type="submit"]:hover, .LinkButton:hover
{
	border: 1px solid #888;
    background-image: url("../Images/btn_BKG.png");
    background-repeat: repeat-x;
    background-position: left;
    text-decoration:none !important;
}



.buttonStyled_smaller { background-color:#D6D3CE !important; color: #333 !important; padding:3px !important; border: 1px solid #999;}
.buttonStyled_smaller_red { background-color:#CE3039 !important; color: #FFF !important; padding:3px !important; border: 1px solid #999;}
.buttonStyled_smaller_green { background-color:#50AF61 !important; color: #FFF !important; padding:3px !important; border: 1px solid #999;}

.buttonStyled_smaller {color: #333 !important; text-decoration: none !important}
.buttonStyled_smaller_green, .buttonStyled_smaller_red  {color: #FFF !important; text-decoration: none !important}
                
.center
{
    margin: 0 auto;
}

.left
{
    float: left;
    display: inline;
}
.right
{
    float: right;
    display: inline;
}
.inline_block
{
    display: inline-block;
}

/* END GLOBAL STYLES*/

.TextBox {text-align:left}

.SuccessMessage_Heading
{
    color: Green;
    font-weight:bold
}

/* MAIN ELEMENTS */

#header
{
    text-align: center;
    width: 100%;
    height: 65px;
    padding-top: 20px;
    color: #FFF;
    background-color: #CE3039;
    border-bottom: 1px solid #999;
    
}

.LogoImage
{
    height: 40px;
    width: 200px;
}

#inner_header
{
    width: 100%;
}
#inner_header_left
{
    display: inline;
    float: left;
    height: 25px;
    padding-left: 15px;
    padding-top: 3px;
    width: 100%;
    margin: 0 auto;
}
#inner_header_left img
{
    border: 0px none;
    vertical-align: middle;
}
#inner_header_right
{
    display: inline;
    float: right;
    height: 25px;
    padding-top: 3px;
    width: 975px;
}
#title
{
    font-size: 22px;
    font-variant: small-caps;
    text-align:center;
    vertical-align: middle;
}

.title_Welcome
{
    font-size: 12px;
    font-variant: small-caps;
    text-align:center;
    vertical-align: middle;
    padding-top: 20px;
}

#titleDiv
{
    clear: both;
    padding-top: 10px;
}

.header_menu_item
{
    float: right;
    margin-right: 10px;
}

.LoginWrapper
{
    margin-left: 35%;
    width: 300px;
    height: 220px;
    border: 1px solid #999;
}


#ContentWrapper
{
    background-color:#FFF;
    padding:15px;
    margin-top: 35px;
}

#wrapper
{
    width: 1200px;
    min-width: 1200px;
    background-color: #FFF;
    border: 1px solid #999;
    margin: 0 auto;
}

#wrapperFull
{
/*    width: 1580px; */
    width: 1800px;
    min-width: 1800px;
    max-width: 2400px;
    background-color: #FFF;
    border: 1px solid #999;
    margin: 0 auto;
/*
    width: 2500px;  
    min-width: 100%;
    background-color: #FFF;
    border: 1px solid #999;
    margin: 0 auto; */
}

#content
{
    width: 100%;   /*  97%; */
    height:auto;
    background-color:#FFF;
    padding:10px;
}

#Footer {padding:10px; font-size:12px; font-style:italic; border-top:1px solid #999; line-height:15px}

.Generic_wrapper
{
    border: 1px solid #666;
    margin-left: auto;
    margin-right: auto; /* display:table;*/
    padding: 10px;
    margin-bottom: 10px;
}


.Small_wrapper
{
    border: 1px solid #666;
    padding: 10px;
    margin-bottom: 10px;
}

.DisplayNone
{
    display: none;
}


.FullWidth
{
    width: 95%;
}

.EightyFivePercent {
    width: 85% !important;
}


/*   ........  SEARCH BAR   ......... */

.form-wrapper
{
    float: left;  
    width: 99%; /* 85%; */
    padding: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 2px 0 #bbb, 0 3px 0 #aaa, 0 4px 4px #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    margin: 12px auto;
}

.form-wrapper75
{
    /*  float: left;  */
    width: 900px;  /* 77%; */
    padding: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 2px 0 #bbb, 0 3px 0 #aaa, 0 4px 4px #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    margin: 12px auto;
}

.tokenList 
{
    float: left;
    display: block;
    width: 200px;  /* 10% */
    padding: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 2px 0 #bbb, 0 3px 0 #aaa, 0 4px 4px #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    margin: 12px  20px 0 0;
}

.filterTable
{
    width: 100%;/* 60% */
    text-align:left
}

filterTable tr
{
    height:20px
}

.filter_SearchLabelCell
{
    width: 8%;
}

.filter_SearchTextCell
{
    width: 40%;
}

.filter_ColumnLabelCell
{
    width: 10%;
    text-align: right;
    padding-right: 10px;
}

.filter_DropDownCell
{
    width: 30%;
}

.filter_SearchButtonCell
{
    width: 5%;
    text-align:center
}

.filter_ResetButtonCell
{
    width: 5%;
    text-align:center
}
.styled-select
{
    width: 100%;
    min-width: 140px;
    height: 23px;
    overflow: hidden;
    border: 1px solid #999;
}

.styled-select select
{
    background: transparent;
    width: 309px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}


/* Modal */
.modalBackground
{
    background-color: #E0E0E0;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup
{
/*    position: absolute;
    top: 150px;
    left: 200px; */
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    display:inline-table;
    border-spacing:0px
}

.modalPopupButton  
{
    border: 1px solid #CB333B;
}

.Portal_pnl_AddEdit
{
    width: 520px;
    height: 220px;
}


.Portal_pnl_AddEdit_PortalUsers
{
    width: 520px;
    height: 270px;
}

.pnlConfirm
{
    width: 400px;
    height: 130px;
}
.Portal_pnl_ConfirmSubmit
{
    width: 470px;
    height: 180px;
}

.DivTitle 
{
    background-color: #6B696B;
    color: #FFF;
    height:35px;
    line-height:35px;
    text-align:center;
    font-variant: small-caps;
    font-size:1.2em;
}
.Portal_Popup_titleDiv
{
    background-color: #6B696B;
    color: #FFF;
    height:35px;
    line-height:35px;
    display:table-row;
    text-align:center;
}
.Portal_lbl_PopupTitle
{
    font-size: 18px;
    font-variant: small-caps;
}

.ContentDiv 
{
    width:98%;
    height:98%;
    margin:1%;
    text-align:left;
}

.DivWrapper
{
    border:1px solid #666;
}

.Popup_content
{
    width:100%;
    height:100%;
    display:table-row;
}

.Popup_content iframe
{
    width:100%;
    height:100%
}

.Green
{
    color: Green;
    font-size: 14px;
}

.Validator
{
    color: #CE3039;
    font-weight: bolder;
    padding-right: 2px;
}

.mGrid
{
    color:#333333; 
    font-family:Arial, Helvetica, sans-serif;
    width: 100%;
    border:0px !important;
    text-align:left
}


.mGrid tr {border:1px solid #666}
.mGrid tr td {padding:5px}
.mGrid .EmptyGridStyle {border:0px !important}

.rGrid
{
    width: 100%;
    border: 0px;
}

.rGrid td
{
    border: 0px;
    padding: 0px;
}

.rGrid tr
{
    border: 0px;
    padding: 0px;
}

.rGrid .EmptyGridStyle {border:0px !important}

.alt
{
    background-color: #FFFFE7;
}

.GridElement 
{
/*    background-color: #FFFFFF; */
    color: #000000;
}

.PagerLink {
    padding-right: 1px;
    padding-left: 1px;
    
}

/* *********   RELATIVITY ***********     */


.Portal_textDiv
{
    font-size:18px;
    padding-bottom:15px;
    text-align:left
}


.Portal_GridWrapper
{
    padding-bottom: 5px;
}

.Portal_GridHeader a:link, .Portal_GridHeader a:active, .Portal_GridHeader a:visited
{
    color: #FFF;
}

.Portal_GridHeader a:hover
{
    color: #FFF;
    text-decoration: none;
}


.Portal_GridHeader
{
    font-size:12px;  
    height:35px; 
    font-variant:small-caps; 
    background-color:#666666; 
    color:#fff; 
    text-align:center;
    padding:4px;
}

.GridFooterDiv
{
    background: #666;
    border-bottom:1px solid #666;
    border-left:1px solid #666;
    border-right:1px solid #666;
    clear: both;
    text-align: center;
}
.GridFooterTable
{
    margin: 0 auto;
    width: auto !important;
}
.Grid_RecordCount
{
    color: Black; /* color: White; */
}
.btn_Grid_Prev
{
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../Images/BackArrow.png");
    background-repeat: no-repeat;
    background-position: left;
}
.btn_Grid_PrevJump
{
    display: block;
    width: 18px;
    height: 15px;
    background-image: url("../Images/BackArrow_Jump.png");
    background-repeat: no-repeat;
    background-position: left;
}

.btn_Grid_Next
{
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../Images/ForwardArrow.png");
    background-repeat: no-repeat;
    background-position: left;
}

.btn_Grid_NextJump
{
    display: block;
    width: 18px;
    height: 15px;
    background-image: url("../Images/ForwardArrow_Jump.png");
    background-repeat: no-repeat;
    background-position: left;
}

.Portal_lnk_NavPage
{
    margin-right: 2px;
    font-size: 1.1em;
    font-family: Arial, "Times New Roman" , Times, serif;
}
.Portal_lnk_NavPage:link
{
    color: #FFF;
}
.Portal_lnk_NavPage:visited
{
    color: #FFF; 
}
.Portal_lnk_NavPage:hover
{
    color: #FFF;
}
.Portal_lnk_NavPageCurrent:Link
{
    margin-right: 5px;
    text-decoration:none;
    font-size: 1.1em;
    color: #FFF;
}



/* GRID Headings AND Sorting
----------------------------------------------------------*/
.Portal_SortDown
{
    width: auto;
    color: White; /*display: block;*/
    background-image: url("../Images/ArrowDown.png");
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: middle;
    margin-left: 8px;
    padding-left: 15px;
    margin-top: 5px;
}

.Portal_SortUp
{
    width: auto;
    color: White; /* display: block; */
    background-image: url("../Images/ArrowUp.png");
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: middle;
    margin-left: 8px;
    padding-left: 15px;
}

/* Add/Edit/Remove
-------------------------*/

a.Portal_lnk_Add
{
    float: left;
    display: block;
    width: 55px;
    height: 25px;
    background-image: url("../Images/Add_Full_Gray.png");
    background-repeat: no-repeat;
    background-position: left;
}

a.Portal_lnk_Add:hover
{
    background-image: url("../Images/Add_Full.png");
}

a.Portal_lnk_Delete
{
    display: block;
    width: 70px;
    height: 25px;
    background-image: url("../Images/Remove_Full_Gray.png");
    background-repeat: no-repeat;
    background-position: left;
}
a.Portal_lnk_Delete:hover
{
    background-image: url("../Images/Remove_Full.png");
}



a.Portal_lnk_Deactivate
{
    display: block;
    width: 70px;
    height: 25px;
    background-image: url("../Images/Deactivate_Full_Gray.png");
    background-repeat: no-repeat;
    background-position: left;
}
a.Portal_lnk_Deactivate:hover
{
    background-image: url("../Images/Deactivate_Full.png");
}


a.Portal_lnk_Edit
{
    display: block;
    width: 55px;
    height: 25px;
    background-image: url("../Images/Edit_Full_Gray.png");
    background-repeat: no-repeat;
    background-position: left;
}

a.Portal_lnk_Edit:hover
{
    background-image: url("../Images/Edit_Full.png");
}


.AttachmentsTable th {border:none !important}
.AttachmentsTable tr {border:none !important}
.AttachmentsTable td {border:none !important}

table
{
    /* width:100%; */
}

table tr.Actions {text-align:right; height:30px}

/* FILE UPLOAD */
.fileUpload {
	position: relative;
	overflow: hidden;
}

.fileUpload input.upload {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* END FILE UPLOAD */

.PPRNCheckList {width:auto}

.TrackingSection  
{
  margin: 0;
  padding: 5px 0 0 0;  /*  5px right */
  background-color: #D4D4D4;  /* #6B696B; */
  line-height: 100%;
  width: 100%;  /* auto; */
  font-size: 1.1em;
  color: #cb333b;
  font-weight: bold;
  border-top: 1px solid #666;
  border-bottom: 2px solid #666;
}
.NDA li
{
/*    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
*/
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.5em;
    min-height: 1.5em;

}
.NDA ol
{
    /* list-style-position: inside;  */
    list-style-type: decimal;
    margin: 0;
    margin-left: 3em;
    padding: 0;
}
.AlignRight
{
  text-align:right;
}