
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://www.app-days.com/plugin/pngbehavior.htc");
}
.serendipityAuthorProfile {
    border: 1px solid #909090;
    width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.serendipityAuthorProfile dt {
    margin-top: 5px;
    font-weight: bold;
}

.serendipityAuthorProfile dd {
    margin-bottom: 5px;
}
.serendipity_authorpic {
    float: right;
    margin: 5px;
    border: 0px;
    display: block;
}

.serendipity_commentcount {
    float: right;
}
/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/contest/style.css  */
/* USED COOLORS:
    dark #d6d6d6;
    light #f4f4f4;
    main blue #011a7c;
    light blue #AAB3D3
    very light blue #FDFDFF;

OLD:
    light blue #8eb2d9;
    medium blue #b8d3f0;
*/

/* *****************************
   MAIN Selectors
 * *****************************/

body {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	background-color: black;
	font-size: 10px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	text-align: center;
	height: 100%;
	width: 100%;
	background-image: url(http://www.app-days.com/templates/contest/img/background1.png);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;

}
  
a, input, textarea, p, td, th, div, span {
    font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h4,h3 {
    margin: 0;
	
}
h4 { padding-top: 20px; 
	
}

a:link,
a:visited,
a:active {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #011a7c;
    text-decoration: underline;
}

#mainpane {
	border: 0px solid #70effe;
	padding: 0px;
	margin: 20px 0px 0px 10%;
	width: 970px;
	position: relative;
	background-color: #FFFFFF;
}
input[type="submit"] {
	background-color: #e2e2e2;
	width: 100px;
	-moz-border-radius:7px;
	cursor: pointer;

}
input[type="reset"] {
	background-color: #e2e2e2;
	width: 100px;
	-moz-border-radius:7px;
	cursor: pointer;

}
input[type="text"] {

	-moz-border-radius:7px;
	cursor: pointer;	
	size: 20;

}


/* *****************************
   HEADER
 * *****************************/

#serendipity_banner {
	height: 300px;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 20px auto 0px;
	border: 0px;
	background-image:  url(templates/contest/img/header_logo.gif);
	background-repeat: no-repeat;

}


#serendipity_banner h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	padding: 78px 0px 0px 15%;
	height: 100px;
	width: 80%;
	font-size: 2.4em;
	letter-spacing: 0.05em;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0px;
}

#serendipity_banner h2 {
    position: absolute;
    top: 108px;
    left: 131px;
    font-size: 1.3em;
    margin: 0px;
    letter-spacing: 0.03em;
}

a.homelink1,
a.homelink1:link,
a.homelink1:visited {
    color: #011c7c;
    text-decoration: none;
}

a.homelink2,
a.homelink2:link,
a.homelink2:visited {
    color: #011c7c;
    text-decoration: none;
}

a.homelink1:hover,
a.homelink2:hover {
    color: #AAB3D3;
    border-bottom: 1px solid #AAB3D3;
}
.staticpage_content{
	font-size: 12px;

}

/* *****************************
   Content Parts
 * *****************************/
#background {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: auto;
	margin-top: 0px;
	margin-left: 0px;
}

#content {
	padding: 0px;
	margin: 20px auto 0px 20px;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;
}

#contentSpacer {
	
	margin: 0px 5px 0px 20px;
	width: 570px;
	padding-right: 5px;
	padding-top: 40px;
}

.serendipity_content_message {
}
.staticpage_author{
              display:none;
}
.staticpage_metainfo_lastchange{
              display:none;
}

/* *****************************
   Entry related
 * *****************************/

.serendipity_Entry_Date {
	background-color: #fcfcfc;
	margin-bottom: 7em;
	margin-top: 20px;
}

.serendipity_Entry_Header {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 20px;
/*
    border-bottom: 1px solid #AAB3D3;
*/
}

.serendipity_date {
	display: none;
	color: #011a7c;
	font-size: 1.1em;
}

h3.serendipity_date {
	text-align: left;
	display: block;
	padding: 0px 7px 0px 5px;
	margin-top: 20px;
}

.serendipity_title {
	margin: 20px 10px 5px 0px;
	font-size: 2em;
	font-weight: bold;
	color: black;
	padding: 30px 0px 10px 4px;
	text-align: left;
	border-top: 1px solid grey;
}

.serendipity_title a,
.serendipity_title a:link,
.serendipity_title a:visited {
    color: #009999;
    text-decoration: none;
}

.serendipity_title a:hover {
    color: #00066;
    border-bottom: 1px solid #AAB3D3;
}
.serendipity_entry {
	color: #000000;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0px 15px;
	background-color: #fcfcfc;
	text-align:left;
	margin-top: 1em;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.serendipity_entry .serendipity_entryFooter {
    padding: 5px 5px 0px 0px;
    text-align: right;
}

.serendipity_title_footer {
    text-align: right;
    margin: 0px 20px 0px 0px;
    padding: 2px 7px 0px 0px;
    background-image:  url(templates/contest/img/header_spacer.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: white;
}


div.serendipity_entryFooter {
    font-size: x-small;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 4px;
    clear: both;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
}

/* *****************************
   SIDEBARS
 * *****************************/

#serendipityRightSideBar .serendipitySideBarContent input {
	width: 100%;
	text-align: left;
}
#serendipityLeftSideBar .serendipitySideBarContent input {
    width: 970px;
}

#serendipityRightSideBar {
	width: 400px;
	margin-top: 20px;
	padding-top: 20px;
}

#serendipityLeftSideBar {
	width: 970px;

}

.sideBarSpacer {
    margin: 0px;
}

div.serendipityPlug {
    padding-left: 10px;
}

div.serendipityPlug a {
    text-decoration: none;
    border: 0px;
}

/* Container for each item on the side bar */
#serendipityRightSideBar div.serendipitySideBarItem {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight:normal;
	border: 0px;
	color: black;
	text-align: left;
	margin-right: 20px;
	padding-top: 20px;
	margin-left: 20px;

}
#serendipityRightSideBar .serendipitySideBarContent form input[type="submit"]{
	background-color: #e2e2e2;
	width: 100px;
	-moz-border-radius:7px;
	cursor: pointer;}

#serendipityRightSideBar .serendipitySideBarContent {
	background-color: #f2f2f2;
	background-image:  url(templates/contest/img/sidebar_spacer.jpg);
	background-repeat: repeat-x;
    background-position: 0px 0px;
	padding: 25px 5px 5px 20px;
}
#serendipityLeftSideBar div.serendipitySideBarItem {
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight:normal;
	width: 970px;
	color: black;
	background-color: black;
	text-align: left;
	height:26px;
	
}

#serendipityLeftSideBar .serendipitySideBarContent {
	background-color: #101009;
	/*background-image:  url(templates/contest/img/sidebar_spacer_left.jpg);*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 2px;



}

#serendipityLeftSideBar .serendipitySideBarContent a{
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	margin-bottom: 2px;
	color: white;
	font-weight: normal;


	
}

#serendipityLeftSideBar .serendipitySideBarContent a:hover{
	padding-top: 1px;
	background-color: #101009;
	/*background-image:  url(templates/contest/img/sidebar_spacer_hover.jpg);*/
    background-repeat: repeat-x;
	height:  31px;
}
#serendipityLeftSideBar .serendipitySideBarTitle {
	background-image:  url(templates/contest/img/sidebar_left.jpg);
	background-repeat: no-repeat;
	border-top: 0px outset #CC0066;
	border-right: 0px solid #CC0066;
	border-bottom: 0px #CC0066;
	border-left: 0px #CC0066;
}

	
.serendipitySideBarContent form {
	margin: 0px;
	padding: 0px;
	width: 90%;
	text-align: left;
}



#serendipityRightSideBar .serendipitySideBarTitle {
    /*background-image:  url(templates/contest/img/sidebar_right.jpg);*/
    background-repeat: no-repeat;
    border: 0px solid #009999;
}

/* title of an individual item */
.serendipitySideBarTitle {
    background-color: #FFFFFF;
    margin: 0px;
    color: #009999;
    font-size: 12px;
    font-weight:bold;
    padding: 4px 5px 2px 5px;
    display: block;
}

/* *****************************
   COMMENTS
 * *****************************/

.serendipity_comments {
    position: relative;
}

.serendipity_commentsTitle {
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    color: #011a7c;
    padding-left: 5px;
    border-bottom: 1px solid #AAB3D3;
}

td.serendipity_commentsLabel {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    font-size: 12px;
    padding: 2px;
    width: 380px;
}

.serendipity_commentForm {
    font-size: 13px;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}

.serendipity_comment {
    font-size: 13px;
    margin-top: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
    border: 1px solid #AAB3D3;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    clear: both;
}

.serendipity_commentBody {
    padding: 0px 0px 0px 5px;
    overflow: auto;
}

.serendipity_comment_source {
    margin-top: 10px;
    padding: 0px 0px 0px 5px;
    color: #011a7c;
    display: block;
    position: absolute;
    z-index: 3;
}

.serendipity_section_trackbacks .serendipity_comment {
    margin-bottom: 55px;
}

/* *****************************
   CALENDAR
 * *****************************/

table.serendipity_calendar {
    margin: 0px auto 0px auto;
}

table.serendipity_calendar td {
    font-size:10px;
    padding: 3px 5px 3px 5px;
    text-align: center;
}

table.serendipity_calendar td.serendipity_calendarHeader {
    padding: 10px;
}

table.serendipity_calendar a {
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.serendipity_calendar td.Today,
table.serendipity_calendar td.Today a,
table.serendipity_calendar a:hover {
    background-color: #011a7c;
    color: white;
    text-decoration: none;
}

table.serendipity_calendar td.serendipity_weekDayName {
    font-size:11px;
    font-weight:bold;
    border-bottom: 1px solid #f4f4f4;
    padding: 1px;
}

td.LastInRow {
	background-color: #f4f4f4;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}

/* *****************************
   IMAGE comments
 * *****************************/

.serendipityImageButton {
    cursor: pointer;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #011a7c;
    background-color: #f4f4f4;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #DDDDDD;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

#copyright {
    margin: 0px auto 0px auto;
    text-align: center;
}

.serendipity_no_entries,
.serendipity_search {
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #011a7c;
    background-image:  url(templates/contest/img/sidebar_spacer.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    font-size: 1.2em;
    margin-bottom: 20px;
}


/*** Additional plugin styles needed for the modernized output code ***/
/*** added by Matthias 'YellowLed' Mees                             ***/

.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.container_serendipity_authors_plugin .serendipitySideBarContent div {
    margin: 5px 0;
    padding-left: 0;
}

.serendipity_history_author { font-weight: bolder; }

.serendipity_history_intro,
.serendipity_history_info { margin-bottom: 3px; }

.serendipity_history_body { margin-bottom: 10px; }

.serendipity_recententries_entrylink { margin-bottom: 2px; }

.serendipity_recententries_entrydate { margin: 0 0 4px 0; }

.plugin_comment_body { padding: 3px 0; }

.serendipity_shoutbox_date { margin: 5px 0 2px 0; }

.serendipity_shoutbox_comment { padding: 3px 0; }

blockquote {
	margin: 0px;
	background-color: #FAFAFA;
	background-position: 5px 5px;
	border-left: 2px solid #f2f2f2;
	font: 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding-left: 10px;
	width: 540px;
	padding-right: 10px;
}
.footer{
	text-align: right;
	background-color: #FFFFFF;
	height: 20px;
	width: 966px;
	margin-left: 10%;
	padding-right: 10px;
	margin-bottom: 20px;
		
}
.footer a{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
	padding-right: 5px;
	padding-left: 5px;

		
}
.serendipity_footer_plugin{
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
}
/*** End Additional plugin styles                                   ***/
/* ###### IFRAME ANFANG  ######  */
.serendipity_entry_body iframe {
        scrolling: no;
		height: 500px;
		width: 100%;
		frameborder: 0;
		border-style: none;
		overflow:hidden;
		color: red;
		font: 20px/2.3em  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;


}

.serendipity_entry_body iframe .wrapper{
                                        border: 1px solid red;

}
/* ###### IFRAME ANFANG  ######  */
