﻿body
{
    margin: 0px;
    font: bold 11px Verdana;
}


/* Master Page Classes */

#logo_wrapper
{
    height: 74px;
    max-height: 74px;
}

#logo
{
    background-image: url( "../Images/logo.png" );
    height: 74px;
    width: 264px;
    max-height: 74px;
    max-width: 264px;
    float: left;
}

#header_div
{
    max-height: 109px;
    height: 100%;
    text-align: left;
}



#content_container
{
    width: 100%;
}

#content_div
{
    min-height: 500px;
}

#left_div
{
    min-width: 180px;
    min-height: 300px;
    width: 180px;
    float: left;
    border-width: 0px;
    border-style: none;
    margin: px;
}

#right_div
{
    min-height: 300px;
    float: left;
    border-width: 0px;
    border-style: none;
    padding-left: 10px;
}

#search_div_container
{
}

#search_div
{
    max-height: 30px;
    overflow: auto;
    height: 30px;
    background-image: url( "../Images/A2Zsearch_bg.png" );
    background-repeat: repeat-x;
    text-align: left;
    margin-top: 4px;
    font: bold 11px Verdana;
    margin-bottom: 4px;
}

#bc_div_container
{
    padding-left: 190px;
}

#bc_div
{
    max-height: 15px;
    height: 15px;
}

/* Master Page Classes Ends */


/*Login Classes */

.Errlabel
{
    width: 180px;
    text-align: left;
    vertical-align: middle;
    color: Red;
}

.texttd_large
{
    text-align: left;
}

.labeltd_large
{
    width: 180px;
    text-align: right;
    vertical-align: middle;
    text-align: right;
}

.textboxes_large
{
    width: 180px;
    height: 16px;
    text-align: left;
}

.labeltd
{
    width: 105px;
    text-align: right;
    vertical-align: middle;
}

.textboxes
{
    width: 100px;
    height: 16px;
    text-align: left;
}

.buttontd
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
}
/*Login Classes Ends */

.idleField
{
    border: 1px solid #979797;
}
.focusField
{
    border: 1px solid #BBDAFD;
}



/* Menu  CSS */

.menu_border
{
    background: transparent url( "../Images/bluedefault.gif" ) center center repeat-x;
    
}

.menu_td#firstmenutd
{
    background: transparent url( "../Images/menuTDfirstbg.gif" ) left center no-repeat; 
    padding : 0 13px 0  0;
}


#lastmenutd  /*not used - todo last td closing image in sitemenu.ascx*/
{
    background: transparent url( "../Images/menuTDlastbg.gif" ) right center no-repeat; 
    padding : 0 0 0  13px;
    width:10px;
    position:absolute;
   
}

.menu_td_sep
{
    background: transparent url( "../Images/menuSepTDbg.gif" ) center center no-repeat; 
    padding :0 13px 0 13px;
}





.menu_td
{
    background: transparent url( "../Images/bluedefault.gif" ) center center repeat-x;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: White;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    margin: 3px;
    padding :0 13px 0 13px;
     white-space:nowrap;
    
}

.menu_item_link , .menu_td a,.menu_td a:visited
{
    text-decoration: none;
    color: White;
    white-space:nowrap;
}

.droplinebar
{
    overflow: hidden;
}

.droplinebar ul
{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    font: bold 13px Arial;
    background: transparent url( "../Images/bluedefault.gif" ) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li
{
    display: inline;
}

.droplinebar ul li a
{
    float: left;
    color: white;
    padding: 9px 11px;
    text-decoration: none;
}

.droplinebar ul li a:visited
{
    color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current
{
    /*background of main menu bar links onMouseover*/
    color: white;
    background: transparent url( "../Images/blueactive.gif" ) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul
{
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    background: #303c76; /*sub menu background color */
    visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a
{
    font: normal 13px Verdana;
    padding: 6px;
    padding-right: 8px;
    margin: 0;
    border-bottom: 1px solid navy;
}

.droplinebar ul li ul li a:hover
{
    /*sub menu links' background color onMouseover */
    background: #242c54;
}

/* Menu CSS Ends */



/* Collapsible Panel Classes */
.squarebox
{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.squareboxgradientcaption
{
    color: White;
    background-image: url( "../Images/a2zheader.png" );
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: left;
    border-right: solid 1px #309dcf;
    border-top: solid 1px #309dcf;
    border-left: solid 1px #309dcf;
    padding-left: 5px;
}
.squareboxcontent
{
    border-top: solid 1px #d8d8d8;
    border-right: solid 1px #668492;
    border-bottom: solid 1px #668492;
    border-left: solid 1px #668492;
    background-color: White;
    overflow: hidden; /*padding-left:5px;*/
    padding-top: 5px;
}

/* Collapsible Panel Classes Ends */


/* Article List Style */

.link_wrapper
{
    width: 100%;
    float: left;
    text-align: left; 
    /*margin: 3px 0 3px 0;*/
    height: 32px;
    padding-left: 5px;
    /*min-width: 800px;*/
    border-bottom: 1px solid #F0F0F0;
  
}

.link_wrapper:hover
{
    background-color: #E3ECFF;
    cursor:default;
}

.link_wrapper_dashed
{
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 8px;
    border-bottom-color: Gray;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}


.link
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #336699;
    width: 100%;
    height: 25px;
    padding-top:4px;
}

.link_date_author
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: Gray;
    vertical-align: bottom;
}

.articlelist
{
    text-align: left;
    vertical-align: top;
    margin: 1px;
    width: 100%;
}

/* Article List Style End */

/* Related Article List Style */

.link_wrapper_rel
{
    width: 100%;
    float: left;
    text-align: left;    
    padding-left: 5px;  
    border-bottom: 1px solid white;
    border-top: 1px solid #F0F0F0;
  
}

.link_wrapper_rel:hover
{
    cursor: pointer;
    color: #000000; 
    font-weight: normal;   
    background-color: #ECF5FF; 
    border-top: solid 1px #99CCFF;
    border-bottom: solid 1px #99CCFF;
    
}

.link_rel
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #336699;
    width: 100%;    
    padding:4px 0 4px 0;
}

.link_rel a:visited,.link_rel a:link{   color: #336699;}

.link_date_author_rel
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: Gray;
    vertical-align: bottom;
}


/*Related Article List Style End */


/* Technology List Style */

.arrow
{
    background-image: url( "../Images/A2Z_Techarrow.png" );
    width: 16px;
    height: 16px;
    max-width: 16px;
    background-repeat: no-repeat;
}

.techtext
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #336699;
    width: 100%;
    vertical-align: top;
}

.Rss_Image
{
    imageurl: url( "../Images/a2zdotnet_rss.png" );
}

/* Technology List Style End */




/* Content TAGS Style */

.para
{
    text-align: left;
}

/* Content TAGS Style End*/


/* Rating Style */

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    height:16px;
    width:17px;
    background-image: url( "../Images/FilledStar.png" );
}

.emptyRatingStar
{
    height:16px;
    width:17px;
    background-image: url( "../Images/EmptyStar.png" );
}

.savedRatingStar
{
    height:16px;
    width:17px;
    background-image: url( "../Images/SavedStar.png" );
}

.errorImage
{
    background-image: url( "../Images/A2Z_Error.png" );
    width: 24px;
    height: 24px;
    margin-left: 10px;
}


/* Rating Style Ends */



/* Article Control Style */

.boxtable
{
    border-width: 1px;
    border-style: solid;
    border-color: #c1ccd3;
}

.shadow_line
{
    background-image: url(../Images/a2z_bottomshadow.png);
    height: 3px;
    background-repeat: repeat-x;
}

.outerborder
{
    /*border-width:1px; border-style:solid; border-color:#c1ccd3;*/
    border-bottom-width: 0px;
    border-bottom-style: none;
    width: 100%;
    height: 100px;
    padding: 5px;
}

.spacer
{
    height: 5px;
    min-height: 5px;
    display: block;
}


.title_lable
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: Black;
}

.title_lable_bold
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: Black;
}

.title_blue_link
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #0074c6;
}

.title_gray_small
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.title_gray_big
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.match_title
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #faa022;
}

.light_blue_background
{
    background-color: #f1f5f6;
}

.padding_td
{
    padding: 5px;
}

.block_input
{
    border-style: solid;
    border-width: 1px;
    border-color: #7f9db9;
    height: 18px;
    width: 418px;
}
/* Article Control Style End*/


/* Ad. Styles */

.add_td
{
    width: 250px;
    min-width: 250px;
}

/* Ad. Styles End*/


html
{
    color: #000;
    background: #FFF;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, th, var
{
    font-style: normal;
    font-weight: normal;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, textarea, select
{ *font-size:100%;}
legend
{
    color: #000;
}
body
{
    font: 13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small;*font:x-small;}
table
{
    font-size: inherit;
    font: 100%;
}
pre, code, kbd, samp, tt
{
    font-family: monospace; *font-size:108%;line-height:100%;}
body
{
    text-align: center;
}
#ft
{
    clear: both;
}
#doc, #doc2, #doc3, #doc4, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7
{
    margin: auto;
    text-align: left;
    width: 57.69em; *width:56.25em;min-width:750px;}
#doc2
{
    width: 73.076em; *width:71.25em;}
#doc3
{
    margin: auto 2px;
    width: auto;
}
#doc4
{
    width: 74.923em; *width:73.05em;}
.yui-b
{
    position: relative;
}
.yui-b
{
    _position: static;
}
#yui-main .yui-b
{
    position: static;
}
#yui-main
{
    width: 100%;
}
.yui-t1 #yui-main, .yui-t2 #yui-main, .yui-t3 #yui-main
{
    float: right;
    margin-left: -25em;
}
.yui-t4 #yui-main, .yui-t5 #yui-main, .yui-t6 #yui-main
{
    float: left;
    margin-right: -25em;
}
.yui-t1 .yui-b
{
    float: left;
    width: 12.30769em; *width:12.00em;}
.yui-t1 #yui-main .yui-b
{
    margin-left: 13.30769em; *margin-left:13.05em;}
.yui-t2 .yui-b
{
    float: left;
    width: 13.8461em; *width:13.50em;}
.yui-t2 #yui-main .yui-b
{
    margin-left: 14.8461em; *margin-left:14.55em;}
.yui-t3 .yui-b
{
    float: left;
    width: 23.0769em; *width:22.50em;}
.yui-t3 #yui-main .yui-b
{
    margin-left: 24.0769em; *margin-left:23.62em;}
.yui-t4 .yui-b
{
    float: right;
    width: 13.8456em; *width:13.50em;}
.yui-t4 #yui-main .yui-b
{
    margin-right: 14.8456em; *margin-right:14.55em;}
.yui-t5 .yui-b
{
    float: right;
    width: 18.4615em; *width:18.00em;}
.yui-t5 #yui-main .yui-b
{
    margin-right: 19.4615em; *margin-right:19.125em;}
.yui-t6 .yui-b
{
    float: right;
    width: 23.0769em; *width:22.50em;}
.yui-t6 #yui-main .yui-b
{
    margin-right: 24.0769em; *margin-right:23.62em;}
.yui-t7 #yui-main .yui-b
{
    display: block;
    margin: 0 0 1em 0;
}
#yui-main .yui-b
{
    float: none;
    width: auto;
}
.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u
{
    float: left;
}
.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf, .yui-gc .yui-u, .yui-gd .yui-g, .yui-g .yui-gc .yui-u, .yui-ge .yui-u, .yui-ge .yui-g, .yui-gf .yui-g, .yui-gf .yui-u
{
    float: right;
}
.yui-g div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first, .yui-ge div.first, .yui-gf div.first, .yui-g .yui-gc div.first, .yui-g .yui-ge div.first, .yui-gc div.first div.first
{
    float: left;
}
.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf
{
    width: 49.1%;
}
.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u
{
    width: 32%;
    margin-left: 1.99%;
}
.yui-gb .yui-u
{ *margin-left:1.9%;*width:31.9%;}
.yui-gc div.first, .yui-gd .yui-u
{
    width: 66%;
}
.yui-gd div.first
{
    width: 32%;
}
.yui-ge div.first, .yui-gf .yui-u
{
    width: 74.2%;
}
.yui-ge .yui-u, .yui-gf div.first
{
    width: 24%;
}
.yui-g .yui-gb div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first
{
    margin-left: 0;
}
.yui-g .yui-g .yui-u, .yui-gb .yui-g .yui-u, .yui-gc .yui-g .yui-u, .yui-gd .yui-g .yui-u, .yui-ge .yui-g .yui-u, .yui-gf .yui-g .yui-u
{
    width: 49%; *width:48.1%;*margin-left:0;}
.yui-g .yui-gb div.first, .yui-gb .yui-gb div.first
{ *margin-right:0;*width:32%;_width:31.7%;}
.yui-g .yui-gc div.first, .yui-gd .yui-g
{
    width: 66%;
}
.yui-gb .yui-g div.first
{ *margin-right:4%;_margin-right:1.3%;}
.yui-gb .yui-gc div.first, .yui-gb .yui-gd div.first
{ *margin-right:0;}
.yui-gb .yui-gb .yui-u, .yui-gb .yui-gc .yui-u
{ *margin-left:1.8%;_margin-left:4%;}
.yui-g .yui-gb .yui-u
{
    _margin-left: 1.0%;
}
.yui-gb .yui-gd .yui-u
{ *width:66%;_width:61.2%;}
.yui-gb .yui-gd div.first
{ *width:31%;_width:29.5%;}
.yui-g .yui-gc .yui-u, .yui-gb .yui-gc .yui-u
{
    width: 32%;
    _float: right;
    margin-right: 0;
    _margin-left: 0;
}
.yui-gb .yui-gc div.first
{
    width: 66%; *float:left;*margin-left:0;}
.yui-gb .yui-ge .yui-u, .yui-gb .yui-gf .yui-u
{
    margin: 0;
}
.yui-gb .yui-gb .yui-u
{
    _margin-left: .7%;
}
.yui-gb .yui-g div.first, .yui-gb .yui-gb div.first
{ *margin-left:0;}
.yui-gc .yui-g .yui-u, .yui-gd .yui-g .yui-u
{ *width:48.1%;*margin-left:0;}
s .yui-gb .yui-gd div.first
{
    width: 32%;
}
.yui-g .yui-gd div.first
{
    _width: 29.9%;
}
.yui-ge .yui-g
{
    width: 24%;
}
.yui-gf .yui-g
{
    width: 74.2%;
}
.yui-gb .yui-ge div.yui-u, .yui-gb .yui-gf div.yui-u
{
    float: right;
}
.yui-gb .yui-ge div.first, .yui-gb .yui-gf div.first
{
    float: left;
}
.yui-gb .yui-ge .yui-u, .yui-gb .yui-gf div.first
{ *width:24%;_width:20%;}
.yui-gb .yui-ge div.first, .yui-gb .yui-gf .yui-u
{ *width:73.5%;_width:65.5%;}
.yui-ge div.first .yui-gd .yui-u
{
    width: 65%;
}
.yui-ge div.first .yui-gd div.first
{
    width: 32%;
}
#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-ge:after, .yui-gf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf
{
    zoom: 1;
}


/* Interview Questions*/
.QuestionText
{
    background-color: #87CEFA;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.AnswerText
{
    background-color: #FAEBD7;
    text-align: left;
    width: 100%;
}

.CommentBox
{
    background-color: #D3D3D3;
    text-align: left;
    width: 100%;
}

.CommentText
{
    background-color: #D3D3D3;
    text-align: left;
    width: 100%;
}

.CommentBy
{
    background-color: #D3D3D3;
    text-align: left;
    width: 100%;
}
.Title
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #47ade8;
}

.gbtn
{
    background-color: #E0EAF1;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #7F9FB6;
    border-bottom-color: #3E6D8E;
    font-family: Calibri;
    font-size: small;
    color: #3E83C1;
    padding: 1px;
    text-decoration: none;
    text-align: -moz-center;
    padding-top: 3px;
}

.gbtn:hover
{
    background-color: #3E6D8E;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #37607D;
    border-bottom-color: #37607D;
    color: #E0EAF1;
    padding: 1px;
    text-decoration: none;
    text-align: -moz-center;
    padding-top: 3px;
}

.gbtn2
{
       background-color: #3E6D8E;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #37607D;
    border-bottom-color: #37607D;
    color: #E0EAF1;
    padding: 1px;
    text-decoration: none;
    text-align: -moz-center;
    padding-top: 3px;
    margin-left:10px;
}

/****tag styles********************/
/*
			<div class="tags-td">
			<a class="tag" href="/search/?q=info">info</a>
			<a class="external" href="/search/?q=info">External Link</a>
			</div>
		*/

.tags-td
{
    padding: 0 0 0 10px;
    font-family: Calibri;
}

a.tag
{
    color: #8f6943;
    background-color: #f7f4e9;
    display: block;
    float: left;
    padding: 2px 8px 2px 14px;
    margin: 5px 2px 2px 0;
    background-image: url( '../Images/tag.png' );
    background-position: left top;
    background-repeat: no-repeat;
    height: 18px;
    text-decoration: none;
    vertical-align: middle;
    color: #336699;
}

a.tag:hover
{
    background-color: #c6c0a7;
}

/****tag styles***[ends]*****************/

a.external
{
    font-size: 10px;
    cursor: pointer;
    color: #0A6BFE;
    background-image: url( '../Images/External-Links.png' );
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.mcspcr{height:5px; min-height:5px; display:block;}

/*bread crumb styles*************/

.bcrumb
{   
    border-top:1px solid #CCD5DB;
    border-right:1px solid #CCD5DB;
    border-left:1px solid #CCD5DB;
    font-size: small;
    padding: 5px 0 5px 5px;
}

.bcrumbNoBorder{    font-size: small;    padding: 5px 0 5px 5px;}
.bcrumbNoBorder a,.bcrumbNoBorder span a,.bcrumbNoBorder span a:visited,.bcrumbNoBorder span span a,.bcrumbNoBorder span span a:visited ,.bcrumbNoBorder a:visited {    color: #0088DD;    text-decoration: none;}
.bcrumb a,.bcrumb span a,.bcrumb span a:visited,.bcrumb span span a,.bcrumb span span a:visited ,.bcrumb a:visited {    color: #0088DD;    text-decoration: none;}
.bcrumb span{    color: #919191;    text-decoration: none;}


/*Applying BG color , excluding panels*/
.mcspcr{background-color:#F1F4F6;}/*#F1F4F6*/
#bd{background-color:#F1F4F6;}.boxtable,.bcrumb {background-color:White;}

/*footer control styles*/
.footer_container{    font-size:10px; *text-align:center;     height:86px;    border-top :1px solid #c1ccd3;    padding-top:10px;    text-align:-moz-center;    background-color:#F0F0F0; }
 .footer_container{}
.footer_table{font-family:Verdana ;font-size:12px;font-weight:bold;color:#006699;text-align:-moz-center;white-space:nowrap;}
.footer_table td{padding:3px 10px 3px 10px;}
.footer_table td a{color:#006699;text-decoration:none;white-space:nowrap;}
.footer_table td a:hover{text-decoration:underline;}

/*copyright and version*/
.footer_line2{font-family:Verdana ;font-size:11px;font-weight:bold;color:#000000;text-align:-moz-center;white-space:nowrap;}

/*desclimer*/
.footer_line3{font-family:Verdana ;font-size:10px;font-weight:bold;color:red;text-align:-moz-center;white-space:nowrap;}


/*rating control firefox rendering issue*/
.radio{width:30px;padding:3px;white-space:nowrap;vertical-align:top;}
.radio label{margin-top:-3px;}


/*fix for default styles from MS word, text indent:-0.25 issue
p.ListParagraph span span font {padding-left:0.5in}
p.MsoNormal span font{padding-left:0.5in}
p.MsoNormal font{padding-left:0.5in}*/