﻿/* TAF Form Dialog HTML CSS 

    This document is loaded dynamically
    For the TAF Form modal dialog only.

*/

#ctl00_ctl18_ctl00_UpdateProgress1{}
#ctl00_ctl18_ctl00_UpdateProgress1 img{ position: absolute; top: 285px; left: 497px; }

/* Superscript/Subscript Fix
---------------------------------------- */
#taf_dialog sup,
#taf_dialog sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

#taf_dialog sup {
	bottom: 1ex;
}

#taf_dialog sub {
	top: .5ex;
}
/* Structure
========================================= */

#taf_dialog {
    position: relative;
    width: 605px;
    height: 328px;
}

#taf_dialog #taf_background {
    position: relative;
    width: 605px;
    height: 328px;
    background: url('/Style%20Library/Images/bkg_taf.png') no-repeat;
    z-index: 1000;
}

* html #taf_dialog #taf_background { /* IE Overide for PNG Opacity */
    background: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Style%20Library/Images/bkg_taf.png", sizingMethod="crop");
}
#taf_dialog #taf_content #errors {
    position: absolute;
    width: 290px;
    height: 125px;
    left: 298px;
    top: 191px;
    color: #0000FF;
}
#taf_dialog #taf_content {
    position: relative;
    width: 605px;
    height: 328px;
    z-index: 1001;
    margin-top: -328px; 
    text-align: left;
    font: 12px arial, helvetica, verdana, sans-serif;
    color: #707070;
}
#taf_dialog #taf_content #top {
    float: left;
    clear: both;
    position: relative;
    width: 614px;
    height: 95px;
}
/* Tools/Dialog Top
========================================= */
#taf_dialog #taf_content #top #tools{
    float: right;
    position: relative;
    width: 68px;
    padding-top: 23px;
    padding-right: 35px;
    text-align:right;
}
#taf_dialog #taf_content #top #tools .ttlink {
    line-height: normal;
    text-decoration: none;
    padding-right: 25px;
    border-right: 1px solid #707070;
}
#taf_dialog #taf_content #top #tools .end {
    border-right: none !important;
}
#taf_close {
    cursor: pointer;
}
/* Copy Area Prior to form
========================================= */
#taf_dialog #taf_content #copy{
    float: left;
    clear: both;
    position: relative;
    width: 574px;
    height: 80px;
    padding: 0 0 0 40px;
}
#taf_dialog #taf_content #copy p{
    padding: 0;
    margin: 0;
    line-height: 20px;
}
#taf_dialog #taf_content #copy #taf_required{
    font-size: 10px;
    font-style: italic;
}
#taf_dialog #taf_content #copy #taf_required span{
    font-size: 10px;
    font-style: italic;
}

/* start :: added by shmuel */
#taf_dialog #taf_content #copy1, #taf_dialog #taf_content #copy2{
    float: left;
    clear: both;
    position: relative;
    width: 534px;
    height: 80px;
    padding: 0 40px;
}
#taf_dialog #taf_content #copy1 p, #taf_dialog #taf_content #copy2 p{
    padding: 0;
    margin: 0;
    line-height: 20px;
}
#taf_dialog #taf_content #copy1 #taf_required, #taf_dialog #taf_content #copy2 #taf_required{
    font-size: 10px;
    font-style: italic;
}
/* end :: added by shmuel */



/* Form Area
========================================= */
#taf_dialog #taf_content #form_area{
    float: left;
    clear: both;
    position: relative;
    width: 574px;
    height: 110px;
    padding: 0 0 0 40px;
}
#taf_dialog #taf_content #form_area .field_pair {
    float: left;
    width: 280px;
    position: relative;
    margin: 0 0 17px 0;
}
#taf_dialog #taf_content #form_area .field_pair .label {
    text-align: right;
    float: left;
    width: 85px;
    padding: 0 10px 0 0;
}
#taf_dialog #taf_content #form_area .field_pair .field {
    width: 153px;
    height: 19px;
    background: url('/Style%20Library/Images/bkg_taf_input.gif') no-repeat;
    float: left;
	padding: 1px 5px 0px 0;
	font-size: 13px;
	line-height: normal;
}
#taf_dialog #taf_content #form_area .field_pair .field input {
	background: transparent none;
	border-style: none;
border-color: inherit;
border-width: medium;
width: 146px;
	height: 14px;
	font-size: 11px;
	background: ;
	margin-top: 1px;
	margin-left: 12px;
	font-size: 11px;
    color: #602E70;
}

#taf_dialog #taf_content #taf_btm {
    float: left;
    clear: both;
    position: relative;
    width: 574px;
    padding: 0 40px 0 0;
    text-align: right;
}
#taf_dialog #taf_content #taf_btm #taf_submit {
    cursor: pointer;
}
