﻿/* Master Page */
body
{
	margin: 0px;
	font-family: 'Microsoft Sans Serif';
	font-size: 10pt;
}

#header
{
	width: 100%;
	height: 33px;
	overflow: hidden;
}

#titleDIV
{
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

#title
{
    float: left;
    padding-left: 65px;
    font-family: Arial;
    font-size: large;
    padding-top: 10px;
}

#displayName
{
	float: right;
	padding-right: 10px;
    padding-top: 4px;
}

#logo
{
    margin: 5px;
    background-image: url(media/oup-logo-blue.svg);
    width: 165px;
    height: 54px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
}

#headerGrad
{
	float: right;
	width: 275px;
	height: 54px;
	overflow: hidden;
}

#signOn
{
	float: right;
	width: 100px;
	height: 55px;
	overflow: hidden;
	text-align: center;
	padding-top:20px;
}

#titleBar
{
    width             : 100%;
    padding-top       : 10px;
    
    font-size         : x-large;
    font-family       : Arial;
}


#content
{
	width             : 100%;
}

.highlight
{
	background-color : #ffdab9;
}

#subContent
{
	width           : 98%;
	padding-right   : 1%;
	padding-left    : 1%;
}

.popupGrid
{
    width           : 700px;
}

.popupGrid input
{
    float            : right;
    width            : 150px;
}

.popupGrid span
{
    float            : left;
    width            : 150px;
    padding-left     : 20px;
}

.AspxGridViewPermissionControl
{
    width            : 600px;
    color            : Green;
}

.SupplierEditAddContainer
{
    width            : 97%;
    padding          : 20px;
    padding-left     : 3%;
   
}

.TextBoxesSupplierContainer
{
    width             : 97%;
    background-color  : #C7EFF2;
    height            : 300px;
}

.SupplierDetailsHeader, ExistingSupplierDetailsHeader
{
     width             : 97%;
     padding           : 5px, 0px, 20px, 0px;
}

.SupplierDetailsInputSection, ExistingSupplierDetails
{
    width             : 97%;
    padding           : 15px, 0px, 25px , 0px;
}

.SupplierDetailsInputSection #Label,
.SupplierDetailsInputSection #TextBox
{
     float            : left;
     width            : 15%; 
}

.ExistingSupplierDetailsContainer
{
    width             : 97%;
    background-color  : #E1EAEB;
    height            : 90px;
}


#PermissionProjectHeadings
{
    width : 100%;
}

.paddedTable tr td
{
    padding-bottom: 0px;
    vertical-align: top;
    padding-right: 8px;
}

.PermissionSupplierDetailsHeading
{
    text-align : center;
    font-size : large;
}

.HomeButtonBlue
{
    background-image : url(media/blueButton.png);
    padding :39px 0px 38px 0px;
    margin-right: 20px;
    width : 300px;
    display:block;
    float: left;
    text-align: center;
    color: #fff;
    font-weight:bold;
    font-size: 125%;
    text-decoration: none;
}

.jstExpandingPanelContainer
{
    padding-left : 5px!Important;  
}

.PermissionSupplierDetailsHeading
{
    text-align: left;
    font-size: small;   
    font-weight: bold;
    padding-bottom: 3px;
}
.SupplierContainerPermissionPage
{
    width: 99%;
}
.SupplierComboPermPage
{
 float:left;
 width: 20%;   
}
#CreateNewSupplierTable
{
    float:left;
    width: 75%; 
}
.permissionTable
{
    width: 50%;
}

.permissionTable td
{
    width: 20%;   
}
.RightsObtainedAndNonStdPanelContainerClass
{
    width: 90%;
}

.nonStandardDetailsPanelClass
{
    float: left;
    width: 50%;
}

.RightsObtainedPanelClass
{
    float: left;
    width: 50%;
}
.supplierbutton
{
    background-color:ButtonFace;
       border-color: Black;
       border-width: 1px;
       border-style: solid;
       color: Black;
       text-decoration: none;
       padding:3px;
}

.multiLineTextBoxMode
{
   font-family:Tahoma;
   font-size:13px;
}