﻿/************************************************************************************************************
    COMMON STYLES
*************************************************************************************************************/	

*
{   
    padding:0px;
    margin:0px;
    border:solid 0px;   
}

frameset, 
frames, 
iframe
    {
        border:0px;
        padding:0px;
		border:solid 0px; 
    }

html
	{
		font-size:11px;	/* The default master font-size... is here, and here only: */
		color:#000;
	}
body
	{
	    background:#fff url(images/bg/header_gradient.gif) repeat-x left top;
	}
html,
body
	{
		height:100%;
		width:100%;
	}

html,
input,
textarea,
select
	{
		font-family: Tahoma;	/* The default master fontfamily... is here, and here only */
	}

/*If the font-size property is set to use the em unit, then you have to specify the font-size for the input, select and textarea*/
input,
textarea,
select
	{
			font-size:1em;
	}

form
	{
		height:100%;
	}
h1
	{
		color:#000;
		font-size:16px;
		font-weight:bold;
		padding-bottom:20px;
	}
a
	{
	    text-decoration:none;
	    color:#3E84D3;
	}
a:hover
    {
        text-decoration:underline;
    }	
	
a img
    {
        border:none;
    }		
abbr
	{
		border-bottom:dotted 1px #000000;
	}	
ul,ol,dd,li
	{
		list-style-type:none;
	}	
p
    {
        margin-bottom:10px;
    }	
    
img[src^=hidden]
        {
            display:none;
        }  