/************************************************************************************************************
    COMMON STYLES
*************************************************************************************************************/	

/* Global "reset" of styles causes trouble for stuff like raeditor, therefore just add each main container here */
#Desktop *,
.guiModule *
{   
    padding:0px;
    margin:0px;
    border:solid 0px;   
    list-style-type:none;
}
.DesktopBody
{
	overflow:hidden;
}
frameset, frames
    {
        border:0px;
        padding:0px;
		border:solid 0px; 
    }

html
	{
		font-size:76%;	/* The default master font-size... is here, and here only: */
		color:#2d2d2d;
	}

html, body
	{
		height:100%;
		width:100%;
		overflow:auto;
		padding:0px;
		margin:0px;
		border:solid 0px; 
	}

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%;
	}
a
	{
		text-decoration:none;
	}
a:hover
	{
		text-decoration:underline;		
	}
h1
	{
		font-size: 14px;
	}
abbr
	{
		border-bottom:dotted 1px #000000;
	}	
.TwoColsAddNewPersonDialog ul,.TwoColsAddNewPersonDialog li
    {
        margin:0;
        padding:0;
        list-style:none;        
    }	
.TwoColsAddNewPersonDialog ul
	{
		width:50%;
		margin-left:0%;
		float:left;
	}
.TwoColsAddNewPersonDialog ul li
    {
        float:left;
        margin:0 0 10px 10px;
    }
.TwoColsAddNewPersonDialog ul li label
    {
        float:left;
        width:100px;
        text-align:right;
        padding-right:10px;
    }    
.TwoColsAddNewPersonDialog ul li input
    {
        width:150px;
        float:right;
    }    
.TipText
    {
        font-style: italic;
        font-size: 12px;
    }