/*Reset Default				- reset all browser default properties
  Page Structure		    - use for 1 Col template
  Header		    		- use for Header section
  Navigation	  		    - use for navigation section
  Tree		    		    - use for tree structure
  Form		    		    - use for Form's elements (including form's fields, Buttons, Field set)
  Grid		    		    - use for grid
  Footer		    		- use for footer globally
  Popup		    		    - use for all popup screen
  Custom		    		- New created all Class and ID Section wise*/


/*Reset Default		    - Start use to reset all browser default properties*/
html
{
    color: #000;
    background: transaparent;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img, form, a
{
    border: 0;
    outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
    font-style: inherit;
    font-weight: inherit;
}
del, ins
{
    text-decoration: none;
}
li
{
    list-style: none;
}
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: baseline;
}
sub
{
    vertical-align: baseline;
}
legend
{
    color: #000;
}
input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
label
{
    /*font-family: "Tahoma", Tahoma;
    font-size: 11px;    
    font-weight: normal;*/
}
input,button,textarea,select{*font-size:100%;border: none;outline: none;}

/*Css for readonly input*/
a[readonly="readonly"],
input[readonly="readonly"]
{
	width:220px;
    margin: 8px 0;
    font-family: "Tahoma", Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color:#587088;
    text-align:left;
    cursor: default;
	background-color:#ebe8e8;
	border:1px solid #487cb6;
	text-decoration: none;
}
.readOnly
{
    width:220px;
    margin: 8px 0;
    font-family: "Tahoma", Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color:#587088;
    text-align:left;
    cursor: default;
	background-color:#ebe8e8;
	border:1px solid #487cb6;
	text-decoration: none;
}

body{/*font:13px/1.231 Verdana,helvetica,clean,sans-serif;*font-size:small;*font:x-small;*/}
select, input, button, textarea, button
{
    /*font: 99% Tahoma;*/
    margin: 0;
    padding: 0;
}
table
{
    font-size: inherit;
    font: 100%;
}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*Reset Default		    - End use to reset all browser default properties*/