

	/* ------------------------------------------------ reset ------------------------------------------------ */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,blockquote
	{
		margin: 0px;
		padding: 0px;
		position: relative;
		font: 11px verdana,arial,clean,sans-serif;
		/* color: #222222; */
	}
	input
	{

/*		position: relative; */
		font: 11px verdana,arial,clean,sans-serif;
		/* color: #222222; */
	}

	a
	{
		text-decoration: none;
		color: #797979;
	}
	a:hover
	{
		color: #000000;
	}
	table
	{
		border-collapse: collapse;
		border-spacing: 0;
	}
	img
	{
		border: 0;
	}
	address,caption,cite,code,dfn,em,strong,th,var
	{
		font-style: normal;
		font-weight: normal;
	}

	caption,th
	{
		text-align: left;
	}
	q: before,q: after
	{
		content: '';
	}
	body
	{
		*font-size: small;
		*font: x-small;
		text-align: left;
	}
	table
	{
		font-size: inherit;
		font: 100%;
	}
	select, input, textarea
	{
		font: 99% arial,helvetica,clean,sans-serif;
	}
	pre, code
	{
		font: 115% monospace;
		*font-size: 100%;
	}
	body *
	{
		line-height: 1.22em;
	}
	/* ------------------------------------------------------------------------------------------------------- */



	/* ---------------------------------------------- fontsizes ---------------------------------------------- */
	.px8 {font-size: 63% ;}
	.px9 {font-size: 70% ;}
	.px10 {font-size: 77% ;}
	.px11 {font-size: 85% ;}
	.px12 {font-size: 92% ;}
	.px13 {font-size: 100% ;}
	.px14 {font-size: 107% ;}
	.px15 {font-size: 114% ;}
	.px16 {font-size: 122% ;}
	.px17 {font-size: 129% ;}
	.px18 {font-size: 136% ;}
	.px19 {font-size: 144% ;}
	.px20 {font-size: 152% ;}
	.px21 {font-size: 159% ;}
	.px22 {font-size: 167% ;}
	.px23 {font-size: 174% ;}
	.px24 {font-size: 182% ;}
	.px25 {font-size: 189% ;}
	.px26 {font-size: 197% ;}
	.px27 {font-size: 204% ;}
	.px28 {font-size: 212% ;}
	.px29 {font-size: 220% ;}
	.px30 {font-size: 227% ;}
	.px31 {font-size: 235% ;}
	.px32 {font-size: 243% ;}
	/* ------------------------------------------------------------------------------------------------------- */



	/* ------------------------------------------------ basics ----------------------------------------------- */
	.invisible
	{
		display: none ;
	}
	.alignleft, .al
	{
		text-align: left;
	}
	.alignright, .ar
	{
		text-align: right;
	}
	.aligncenter, .ac
	{
		text-align: center;
	}
	.floatleft, .fl
	{
		float: left;
	}
	.floatright, .fr
	{
		float: right;
	}
	.clearboth, .cb
	{
		clear: both;
	}
	/* ------------------------------------------------------------------------------------------------------- */

	/* ------------------------------------------------ map -------------------------------------------------- */
	.neg4margin
	{
	margin-bottom:0px;
	}
	.Ink
	{
	position: absolute; border-top: 0px solid transparent; overflow:hidden; z-index:9;
	}
	/* ------------------------------------------------------------------------------------------------------- */



    .usersettingsEditLeft {
        float: left; width: 150px;
        }
    
    .usersettingsEditRight {
        float: left; width: 250px;
        }
    .usersettingsLittleSpacing {
        float: left; width: 400px;
        }
    .subtitle {
        color:#557698;
        font-weight: bold;
        padding-left: 40px;
        } 
        
    .newsList {
        background:transparent url(/site/img/news_icon.png) no-repeat;
        margin: 20px 0px;
        padding-right: 10px;
        } 

    .newsList .title {
        color: #000;
        font-weight: bold;
        padding-left: 40px;
        }

    .newsList .content {
        padding-left: 40px;
        }

    .newsList .more {
        float: right;
        }

    .newsBox {
        border-top:2px solid #ccd6e6; 
        width: 338px; 
        margin-left:0px; 
        float:left; 
        background-color: #ffffff;
        padding: 5px;
    }

    .newsBox .subtitle {
        color:#557698;
        font-weight: bold;
        padding-left: 40px;
        } 
 
    .lastProjectBox {
        margin-right: 10px;
        float:right;
    }

    .lastProjectList {
        background:transparent url(/site/img/news_icon.png) no-repeat;
        margin: 20px 0px;
        padding-right: 10px;
        padding-left: 30px;

        }

    .lastProjectBox .subtitle {
        color:#557698;
        font-weight: bold;
        padding-left: 20px;
        }

    .lastProjectList .title {
        color: #000;
        padding-left: 20px;
        }


   .pday {
        background:transparent url(/site/img/Project_BG_Slice.png) ;
        float:left; 
        padding-right: 0px; 
        margin-right: 0px;
        width: 330px;
        height:270px;
    }
    .pday #footer {
		position: relative;
		width: 30px;
		border: 0px solid;
		padding-left: 300px;
		top: -20px;
	}

