@media print { @page { size: landscape } }

/** ----------------------------- **/
/** ---- SIMPLE MODAL STYLES ---- **/
/** ----------------------------- **/
 
#simplemodal-overlay 
{}

#simplemodal-container
{
	width: 290px;
	height: 17px;
	padding: 10px;
	color: #310063;
	font: 10px Verdana;
	border-top: 2px solid #310063;
	background-color: #FFF;
	-moz-box-shadow: 0 4px 10px #666;
	-webkit-box-shadow: 0 4px 10px #666;
	box-shadow: 0 4px 10px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
}




/** --------------------------- **/
/** ---- POSITIONAL STYLES ---- **/
/** --------------------------- **/

.left
{
	float: left;
}

.right
{
	float: right;
}

/** ---------------------------- **/
/** ------- HEADER STYLE ------- **/
/** ---------------------------- **/

.header_aib_logo {
	min-width: 70px; 
	width: 70px; 
	display: block;
	padding-right:12px;
}

.header_title_width {
	width: 75%;
}

.header_buttons {
	min-width: 250px; 
	width: 250px;
	margin-top: 10px;
	display: block;
}

/** ------------------------------- **/
/** ------- LEFT MENU STYLE ------- **/
/** ------------------------------- **/

.leftNavDiv {
	margin: 0;
	padding: 15px 0 0 0;
	width: 175px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	border: 0;
}


.leftNavDiv h3 {
	margin: 0 0 10px 15px; 
}

.leftNavDiv a {
	cursor: pointer;
}

.leftNavDiv img {
	border: 0;
	margin: 0px 5px -4px 0px;
}

.leftNavAccordionContent {
	background: #31009C;
}

.leftNavMenuSub {
    color: #FFFFFF;
	background: #31009C;
	cursor: default;
	border: 0;
	display: block;
	width: 150px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 25px;
}

.leftNavMenuSub:hover {
    color: #FFFFFF;
	background: #31009C;
	text-decoration: underline;
	cursor: default;
	border: 0;
	display: block;
	width: 150px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 25px;
}

.leftNavMenuHeaderSelected {
  	color: #300060;
	background-color: #CECFFF;
	font-weight: bold;
	cursor: default;
	border: 0;
	display: block;
	width: 175px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	height: 15px;
	margin: 3px 0 0 0;
	padding: 0;
}

.leftNavMenuHeader {
	color: #C8C8F8;
	background: #3100CE;
	font-weight: bold;
	cursor: default;
	border: 0;
	display: block;
	width: 175px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	height: 15px;
	margin: 3px 0 0 0;
	padding: 0;
}

.leftNavMenuHeader:hover {
	color: #3100CE;
	background: #C8C8F8;
	font-weight: bold;
	cursor: default;
	border: 0;
	display: block;
	width: 175px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	height: 15px;
	margin: 3px 0 0 0;
	padding: 0;
}

/** --------------------------- **/
/** ------- TEXT STYLES ------- **/
/** --------------------------- **/

.purple
{
	color: #310063;
}

.verdana13
{
	font: 13px Verdana;
}

.verdana14
{
	font: 14px Verdana;
}

.verdana15
{
	font: 15px Verdana;
}

.textleft
{
	text-align: left; 
}

.textright
{
	text-align: right; 
}

.textcenter
{
	text-align: center;
}

.textnowrap
{
	white-space: nowrap;
}

.textbottom
{
	vertical-align: bottom;
	margin-left: 25px;
	color: gray; 
}

.loginSmallTextBlack {
    font: 10px Verdana, Arial, Helvetica;
    color: black;
}

.gray {
	color: gray; 
}

/** ------------------------------ **/
/** ------- FIELDSET STYLES ------ **/
/** ------------------------------ **/

.fieldset {
	width: 750px;
	overflow-y: hidden;
	border-top: 1px solid gray;
	border-bottom: 2px solid #310063;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	font: 13px Verdana, Arial, Helvetica;
	color: #310063;
}

.fieldset p {
	font: 13px Verdana, Arial, Helvetica;
	margin: 10px;
	color:  #310063;
	text-align: right;
}

.fieldset .pleft {
	font: 13px Verdana, Arial, Helvetica;
	margin: 10px;
	color:  #310063;
	text-align: left;
}

.fieldset h5 {
	font: 14px Verdana, Arial, Helvetica;
	margin: 10px;
	color:  #310063;
}

.fieldset legend {
	color: #310063;
	font: bold 12px Verdana, Arial, Helvetica;
}

/** --------------------------- **/
/** ------- INPUT STYLES ------ **/
/** --------------------------- **/

.realFileInput {
	margin-top: -20px;
	text-align: right;
	width: 250px;
	height: 22px;
	z-index: 2;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
}

.dummyFileInput {
	margin-bottom: -7px;
}

.dummyInputContainer {}

.fileInputColumn {
	font-size: 1px;
	height: 0.5em; 
}

.oinDropDownInput {
    font: 10px Verdana, Arial, Helvetica;
    text-align: left;
    height: 17.5px;
    width: 260px;
}

.longerInput {
	width: 250px; 
}

.inputWidth {
	width: 225px; 
}

.inputWidthExtended {
	width: 250px; 
}

/** --------------------------------------- **/
/** ------- ERROR AND SUCCESS STYLES ------ **/
/** --------------------------------------- **/

.inforowleft {
	border: 1px solid #310063;
	color: #363636;
	background-image: url(images/infoleft.bmp);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FBF9EE;
	font: 10px Verdana, Arial, Helvetica;
	padding: 2px 4px 2px 10px;
}

.errorrowleft {
	background-image: url(images/errorleft.bmp);
	background-repeat: no-repeat;
	background-position: left center;
	font: bold 10px Verdana, Arial, Helvetica;
	color: #CC0000;
	border: 1px dotted #CC0000;
	background-color: #EED2EE;
	padding: 2px 4px 2px 10px;
}

.errorrowright {
	background-image: url(images/errorright.bmp);
	background-repeat: no-repeat;
	background-position: right center;
	font: bold 10px Verdana, Arial, Helvetica;
	color: #CC0000;
	border: 1px dotted #CC0000;
	background-color: #EED2EE;
	padding: 2px 10px 2px 4px;
}

.errorrowup {
	background-image: url(images/errorup.bmp);
	background-repeat: no-repeat;
	background-position: left center;
	font: bold 10px Verdana, Arial, Helvetica;
	color: #CC0000;
	border: 1px dotted #CC0000;
	background-color: #EED2EE;
	padding: 2px 4px 2px 15px;
}

.errorrowrightup {
	background-image: url(images/errorup.bmp);
	background-repeat: no-repeat;
	background-position: right center;
	font: bold 10px Verdana, Arial, Helvetica;
	color: #CC0000;
	border: 1px dotted #CC0000;
	background-color: #EED2EE;
	padding: 2px 4px 2px 5px;
}

.errorrowlarge {
	background-image: url(images/redexclamation.bmp);
	background-repeat: no-repeat;
	background-position: left center;
	font: bold 10px Verdana, Arial, Helvetica;
	color: #CC0000;
	border: 1px dotted #CC0000;
	background-color: #EED2EE;
	padding: 8px 16px 8px 24px;
	max-width: 400px;
}

.successrowmedium {
	background-image: url(images/greentick.png);
	background-repeat: no-repeat;
	background-position: left center;
	font: bold 10px Verdana, Arial, Helvetica;
	color: green;
	border: 1px solid green;
	background-color: #FFF;
	padding: 8px 16px 8px 24px;
}

.successrowlarge {
	background-image: url(images/greentick.png);
	background-repeat: no-repeat;
	background-position: left center;
	font: bold 10px Verdana, Arial, Helvetica;
	color: green;
	border: 1px solid green;
	background-color: #FFF;
	min-width: 440px;
}

.uploadinprogress {
	font: bold 10px Verdana, Arial, Helvetica;
	color: #310063;
	border: 1px solid #310063;
	background-color: #FFF;
	padding: 2px 4px 2px 12px;
}

/** ---------------------------- **/
/** ------- BUTTON STYLE  ------ **/
/** ---------------------------- **/

.pointer {
	cursor: pointer;
}

.hrefButton {
	cursor: default;
	width: 50px;
	height: 20px;
	background: #9C9AFF;
	text-align: center;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	font: bold 9px Verdana, Arial, Helvetica;
	color: black;
   	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #ededed;
	border-left: 2px solid #ededed;
}

.hrefButtonDisabled {
	cursor: default;
	width: 50px;
	height: 20px;
	background: #9C9AFF;
	text-align: center;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	font: bold 9px Verdana, Arial, Helvetica;
	color: gray;
   	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #ededed;
	border-left: 2px solid #ededed;
}

/** --------------------------- **/
/** ------- TABLE STYLES ------ **/
/** --------------------------- **/

.paymentsType {
	border: 1px solid #d3d3d3; 
	background-color: #dedede;
	height: 35px;
	width: 420px;
}

.paymentsType td {
	border: 1px solid #d3d3d3;
	background-color: #d3d3d3;
	width: 140px;
}

.center {
	margin: 0 auto;
	overflow-y: hidden;
	width: 820px;
}

.headerBlock {
	float: left;
	margin: 0 auto;
	overflow-y: hidden;
	width: 950px;
}

.standard {
	width: 720px;
}

.standard td .leftHeader {
	width: 270px;
}

.standard td .rightHeader {
	width: 500px;
}

.uploaderTable tr td {
	height: 35px; 
}

.managementTable {
	width: 820px;
	max-height: 500px;
	overflow-y: hidden;
	margin: 0 auto;
}

.paymentsTable {
	width: 775px;
	overflow-x: scroll;
	overflow-y: auto;
	margin: 0 auto;	 
}

.tableHeader3 {
    color: #ffffff;
    font: 15px Arial, Verdana;
    background: #3100CE;
    border:0;
    cursor:default;
    height: 50px;
    width: 100%;
    text-align: center; 
}

.searchFilesTableLeft {
    cellpadding: 0px;
    cellspacing: 0px;
    width: 35%;
    border: 0;
}

.searchFilesTableRight {
    cellpadding: 0px;
    cellspacing: 0px;
    width: 53%;
    border: 0;
}

.searchFilesTableLeft tr {
	height: 35px; 
}

.searchFilesTableRight tr {
	height: 35px; 
}

.searchPaymentsTableLeft {
    cellpadding: 0px;
    cellspacing: 0px;
    width: 35%;
    border: 0;
}

.searchPaymentsTableRight {
    cellpadding: 0px;
    cellspacing: 0px;
    /** width: 56%; CR46 **/
    width: 53%;
    border: 0;
}

.searchPaymentsTableLeft tr {
	height: 35px; 
}

.searchPaymentsTableRight tr {
	height: 35px; 
}

.rejectsTable tr {
	height: 25px; 
}

.auditTable tr {
	height: 25px; 
}

/** --------------------------- **/
/** ------- Warning Message ------ **/
/** --------------------------- **/

.hidden-message {
    font: 10px Verdana,sans-serif;
    color: #CC0000;
    border: 1px dotted #CC0000;
    background-color: #EED2EE;
    padding: 10px 12px;;

}
.bold-text {
      font-weight: bold;
  }
