/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height: normal;
}

/* General */
body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
}

/* Forms */
select {
    font-size: 12px;
    width: 80px;
}

input[type=button] {
    font-size: 10px;
    width: 80px;
}

input[type=text] {
    font-size: 12px;
    width: 74px;
    text-align: left;
    padding: 3px 0px;
    margin: 0px 0px 5px 0px;
}

input[type=checkbox] {
    font-size: 10px;
}

.form_field {
    vertical-align: top;
    font-size: 12px;
    margin: 0px;
}

/* bottons */
.styledButton {
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding: 3px;
    width: 100px;
    color: #808080;
    background-color: #fff;
    border: 1px solid #000000;
}

    .styledButton:hover {
        text-decoration: none;
        background-color: #000000;
        color: #fff;
    }



/* Tables */
.IRTable {
    width: 100%;
    border:1px solid #cacaca;
    background-color:#f5f7f9;
        border-collapse: collapse;
}

    .IRTable th, .IRTable td {
        text-align: center;
        padding: 3px;
        border-collapse: collapse;
    }

    .IRTable th {
        font-weight: normal;
        border-collapse: collapse;
        color: #fff;
        font-weight:bold;
background-color:#8E959D;
    }

    .IRTable td {
        background-color: #fff;
    }

    .IRTable tr.alt td {
        background-color: #D4D4D4;
    }

    .IRTable th.left, .IRTable td.left {
        text-align: left;
    }
    .IRTable th.right, .IRTable td.right {
        text-align: right;
    }

.IRTableShareInfo th.alt, td.alt {
    background-color: #e6e6e6;
}

.IRTableShareInfo th.alt, td.alt {
    
}

h2 {
    vertical-align: middle;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
}

.header {
}



.tableHighlight {
}

/*
    Alt color : #D1DFF1    
*/

/* Lookup results table */
.lookupResultFrame {
    width: 100%;
    height: 500px;
    border-bottom: 1px solid #aaa;
}
#quotetable {
    width: 100%;
    border-collapse: collapse;
}

    #quotetable th, #quotetable td {
        text-align: center;
        padding: 3px;
    }

    #quotetable th {
        font-weight: normal;
        border-collapse: collapse;
        background-color: #000000;
        color: #fff;
    }

    #quotetable td {
        
    }

        #quotetable td.alt {
            background-color: #e6e6e6;
        }

    #quotetable th.sort {
    }

.IRTableQuote {
    border-spacing: 0px;
}

    .IRTableQuote th, .IRTableQuote td {
        padding: 3px 7px;
    }

    .IRTableQuote th {
        text-align: left;
        font-weight: bold;
    }

    .IRTableQuote td {
        text-align: right;
    }

.IRTableLookupCalc {
    width: 100%;
}

.IRTableLookupCalc th,.IRTableLookupCalc td {
    vertical-align: middle;
}
    .IRTableLookupCalc td {
        text-align: left;
    }
.inputFieldText {
    line-height: 12px;
    padding: 0px;
}
.ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: 2px;
}

.lookupCalc {
    width: 100%;
}

    .lookupCalc th, .lookupCalc td {
        font-weight: bold;
    }

    .lookupCalc th {
        text-align: left;
    }

    .lookupCalc td {
        text-align: right;
        line-height: 24px;
    }

.imgouter {
}

    .imgouter img {
        position: relative;
        padding-top: 0px;
    }

/* Spacers */
.horiSpacer20 {
    height: 20px;
    background: transparent;
    width: 100%;
    clear: left;
    clear: right;
}

.horiSpacer40 {
    height: 40px;
    background: transparent;
    width: 100%;
    clear: left;
    clear: right;
}

/* Links */
a {
    text-decoration: underline;
}

    a:link, a:visited {
        color: #666666;
    }

    a:hover, a:active {
        text-decoration: none;
        color: #CC0000;
    }

    a:link.printerFriendly {
        padding-left: 20px;
        background: url(images/printer_TransBG_simple2_Out.gif) no-repeat;
    }

    a:visited.printerFriendly {
        padding-left: 20px;
        background: url(images/printer_TransBG_simple2_Out.gif) no-repeat;
    }

    a:hover.printerFriendly {
        padding-left: 20px;
        background: url(images/printer_TransBG_simple2_Hover.gif) no-repeat;
    }

    a:active.printerFriendly {
        padding-left: 20px;
        background: url(images/printer_TransBG_simple2_Hover.gif) no-repeat;
    }

.disclaimer {
    color: #232323;
}

    .disclaimer a {
        text-decoration: none;
        color: #232323;
    }


.IRTableDetailed {
    
}
.IRTableDetailed th, .IRTableDetailed td {
    text-align: left;
}

.IRTableMiniquote {
    
}
    .IRTableMiniquote th {
        text-align: left;    
    }
    .IRTableMiniquote tr.alt th {
        background-color: #006666;
    }
    .IRTableMiniquote td {
        text-align: right;
    }
    .IRTableMiniquote tr.alt td  {
        background-color: #D4D4D4;
    }
	
	.THMINIQUOTE {
		border-collapse: collapse;
		color: #fff;
		font-weight: bold;
		background-color: #8E959D;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		text-align:center;
	}
	.TDMINIQUOTE {
		text-align:center;
		
	}
	.TDMINIQUOTE2 {
		text-align:left;
		font-size:9px;
		font-family:Arial;
		
	}
	