/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
    /* REMOVED font-family: Verdana, Arial; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    /* REMOVED font-size: 9pt; */
	/* ADDED */ font-size:0.7em;
    text-align: center;
    margin: auto;
    /* REMOVED background: #fff; */
	/* ADDED */ background-color:#C9D4DA;
    /* REMOVED color: #333; */
	/* ADDED */ color:#30495f;
	/* ADDED */ background:url(nyidanmarkimages/bg.gif) repeat-x;
}
/* REMOVED a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
{
    color: #969;
    text-decoration: none;
}
a:hover
{
    color: #c60;
    text-decoration: underline;
} */

/* ADDED*/ a { text-decoration:none; color:#30495f; } a:hover { text-decoration:underline; color:#830101; }

img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #333333;
    /* REMOVED font-size: 9pt; */
	/* ADDED */ font-size:8pt;
    /* REMOVED font-family: Courier New, Courier, Verdana, Tahoma, Arial; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 700px;
    margin: auto;
	/* ADDED */ background-color: #fff;
	/* ADDED */ padding:0px 0 0 5px;
	/* ADDED */ border-right: 5px solid #fff; border-bottom: 5px solid #fff;
	/* ADDED */ background:url(nyidanmarkimages/blog_bg_page.gif) repeat-y;
}
.header
{
    width: 100%;
    /* REMOVED margin-bottom: 10px; */
    /* REMOVED border-bottom: dotted 2px #ccc; */
    text-align: center;
	/* ADDED */ background-color: #fff;
}
.main
{
    /* REPLACED width: 450px; */
	/* ADDED */ width: 445px;
    float: left;
    text-align: left;
	/* ADDED */ margin-top: 10px;
	/* ADDED */ margin-bottom: 5px;
	/* ADDED */ padding-left: 5px;
}
.sidebar
{
    width: 220px;
    float: right;
    /* REMOVED background: #eee; */
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
	/* ADDED */ border-top: 5px solid #fff;
}
.footer
{
    /* REMOVED width: 100%; */
    text-align: left;
    /* REMOVED font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc; */
	/* ADDED */ line-height: 3;
	/* ADDED */ padding: 0 19px 0 19px;
	/* ADDED */ border-top: 5px solid #fff;
	/* ADDED */ background:url(nyidanmarkimages/bgbund.gif) repeat-x; height: 33px; color: #fff; font-weight: bold; font-size:90%; /*float:left; display:inline; width:960px; height:33px; border-top:solid 3px #FFFFFF;*/
}

/* ADDED */ .footer a { color: #fff; }

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    /* REMOVED border-bottom: dotted 1px #ccc; */
	/* ADDED */ border-bottom: dotted 1px #5a7684;
    margin-bottom: 10px;
}
.postDate
{
    /* REMOVED font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
    background: #eee; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	/* ADDED */ font-size:110%; color:#30495f; font-weight:normal;
}
.postTitle
{
    /* REMOVED font-weight: bold;
    font-size: 12pt;
    color: #c60; */
    padding-top: 10px;
    padding-bottom: 10px;
	/* ADDED */ font-size:130%; color:#830103; font-weight:normal;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    /* REMOVED color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	/* ADDED */ font-size:90%; color:#5a7684;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    /* REMOVED font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	/* ADDED */ font-size:90%; color:#5a7684;
    /* REMOVED text-transform: uppercase;
    letter-spacing: .1em; */
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    /* REMOVED font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    /* REMOVED color: #999;
    border-top: dotted 1px #ccc; */
	/* ADDED */ font-size:120%; color:#30495f; font-weight:bold; border-top: dotted 1px #597791;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    /* REMOVED font-size: 7pt; */
    margin-top: 10px;
    padding-bottom: 10px;
	/* ADDED */ font-size:90%;
}
.profile A
{
    /* REMOVED font-family: Arial, Verdana; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    /* REMOVED text-transform: uppercase; */
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
	/* ADDED */ color: #5a7684;
}
.formsHeader
{
    /* REMOVED font-family: Arial, Verdana; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	/* ADDED */ font-size:110%; color:#30495f; font-weight:normal;
    /* REMOVED font-size: 12pt;
    font-weight: bold; */
    padding: 0px 2px 2px 2px;
    /* REMOVED color: #336699; */
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    /* REMOVED color: #888888; */
	/* ADDED */ color: #5a7684;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    /* REMOVED font-family: Tahoma, MS Sans Serif, Arial, Sans Serif; */
	/* ADDED */ font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    font-size: 8pt;
    /* REMOVED color: #000000; */
	/* ADDED */ color: #fff;
	/* ADDED */ text-transform: uppercase;
    /* REMOVED cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center; */
	/* ADDED */ border: 0;
	/* ADDED */ background-color: #a1abb7;
    /* REMOVED padding: 1px 1px 1px 1px; */
	/* ADDED */ padding: 2px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}

/* ADDED */
#serviceholder { float: right; padding-right: 20px; padding-bottom: 6px; }
#serviceholder a, #serviceholder img { float: left; }
a.servicenavigation { text-decoration:none; color:#587793; } a.servicenavigation:hover { text-decoration:underline; color:#830101; }
#topnavigation { background:url(nyidanmarkimages/bgtopnavigation.gif) repeat-x; height:25px; text-align:right; }
