div.noteBox {
	text-align: center; margin: 5px; padding: 5px; background-color: yellow; border: 1px dashed black; 
	color: black; font-size: 11px;
}

li.imageElement {
	float: left; text-align: center; margin: 2px; padding: 0px;
	border: 1px solid black;
	list-style: none;
}

label {
	float: left;
	width: 115px;
}

input[type="text"] {
	width: 200px;
}

.warning {
	color: red;
	padding-left: 3px;
}

.competitionTeaserImage {
	float: left;
	margin: 10px;
	/*height: 300px;*/
	/*width: 300px;*/
}

#editor {
	width: 100%;
	height: 400px;
}

div#socialBookmarking img {
	margin: 2px 2px;
}

div#socialBookmarking {
	font-size: 11px;
	padding-left: 20px;
}

embed#main {
	padding: 0;
}

#col1 img {
	padding-right: 5px;
}


/*Autocompletion List*/
#simpleSearchContainer {
	margin-left: 15px;
}

div.auto_complete {
    position:absolute;
    width:500px;
    background-color:none;
    margin:0;
    padding:0;
    z-index: 100;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    border-width:0px;
    font-size: 11px;
    color: #646464;
}

div.auto_complete * h3 {
    font-size: small;
    padding: 0px;
    margin: 0px;
}

div.auto_complete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    width:500px;
    background-color:none;
}

div.auto_complete ul li.suggestion {
    width: 500px;
    list-style-type:none;
    background-color:#FFF;
    display: block;
    margin: 0;
    padding: 0;
    width: 500px;
    cursor:pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
}

div.auto_complete ul li.selected {
    background-color: #E6E7E8;
}

div.auto_complete ul li h3 {
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    font-size: 100%;
    color: #186C76;
    font-weight: bold;
}

div.auto_complete ul li div {
    padding-left: 10px;
    padding-right: 10px;
}


div.auto_complete ul li.search-header {
    margin: 0;
    padding: 0;
    height: 25px;
    background: url(/EventPortal/layout/pics/header_bg.png) 0 0 repeat-x;
    border-left: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    width:500px;
}

div.auto_complete ul li span.search-header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #ffffff;
    font-size: 120%;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


div.auto_complete ul li.search-footer {
    background-color:none;
    border-left: 0px none #C8C8C8;
    border-right: 0px none #C8C8C8;
    position: absolute;
    width:502px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    font-size: 120%;
}

div.auto_complete ul li.search-footer .resultbox-bl {
    background: url(/EventPortal/layout/pics/resultbox_bl.png) 0 100% no-repeat;
    padding: 0;
}

div.auto_complete ul li.search-footer .resultbox-br {
    padding: 0px 10px 0px 10px;
    background: url(/EventPortal/layout/pics/resultbox_br.png) 100% 100% no-repeat;
}

div.auto_complete ul li.search-footer .resultbox-b {
    height: 30px;
    background: url(/EventPortal/layout/pics/resultbox_b.png) 0 100% repeat-x;
    text-align: right;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
}

div.auto_complete ul li.search-footer {
    height: 30px;
    background: url(/EventPortal/layout/pics/resultbox_b.png) 0 100% repeat-x;
    text-align: right;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
    margin-left: 0;
}

div.auto_complete ul li * span.search-more {
    display: block;
    width: 180px;
    height: 30px;
    background: url(/EventPortal/layout/pics/more_icon.png) 0 0 no-repeat;
    float: right;
    cursor: pointer;
}

/*** search field ***/
div.searchbox {
    width: 120px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    background: url(/EventPortal/layout/pics/searchbox_bg.png) 0 0 no-repeat;
}

div.searchbox:hover  {
    background: url(/EventPortal/layout/pics/searchbox_bg.png) 0 -18px no-repeat;
}

div.searchbox:hover input {
    color: #000000;
}

div.searchbox input:focus {
	color: #000000;
}

div.searchbox button {
    width: 18px;
    height: 18px;
    padding: 0px;
    border: none;
    float: left;
    cursor: pointer;
    line-height: 0px;
}

div.searchbox button.search-magnifier {
    background: url(/EventPortal/layout/pics/magnifier_icon.png) 0 0 no-repeat;
}

div.searchbox button.search-close {
    background: url(/EventPortal/layout/pics/close_icon.png) 0 0 no-repeat;
}

div.searchbox button.search-loader {
	background: url(/EventPortal/layout/pics/loader_icon.gif) 0 0 no-repeat;
}

div.searchbox input {
    width: 84px;
    height: 15px;
    padding: 3px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    float: left;
    color: #646464;
    font-size: 11px;
}
	
