body {
	font-family:  Arial,Vedrana,Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: medium;
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
div, ul, li {
	margin: 0;
	padding: 0;
}
p {
	margin: 5px 0;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
a {
	color: #0991CA;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #0991CA;
	text-decoration:underline;
}

/* standard padding for standard boxes (div) */
.box{
	padding: 3px;
}

/* Layout */
#container {
	margin: 0;
	overflow: none;
}
#header {
	/*text-align: center;*/
	margin-top: 12px;
	padding-left: 10px;
}

#ads{
	margin : auto;
	text-align: center;
}

#main {
	padding: 2px;
}
#footer {
	font-size: smaller;
	color: #666666;
	padding: 5px;
	height: 2em;
	text-align: center;
}

/* Menus */
#top_menu {
	width: 100%;
	border:	0;
	border-collapse: collapse;
	background-color: #333333;
	border-spacing: 0;
	border-collapse: collapse;
}
#top_menu tr td{
	text-align: center;
	font-size: smaller;
	padding: 0 2px 0 0;
	margin: 0;
	line-height: 1em;
}
#top_menu tr{
	padding: 0;
	margin: 0;
}
#top_menu_bar {
	background-color: #333333;
	padding: 2px;
	overflow: hidden;
}
a.top_menu_link {
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bold;
	padding-bottom: 6px;
	white-space: nowrap;
}

ul.bottom_menu {
	border-top: 1px solid #E0E0E0;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}
ul.bottom_menu li {
	display : block;
	border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: medium;
    font-weight: bold;
    list-style: none;
}
ul.bottom_menu li.activ{
	background: rgb(243, 243, 255);
}

a.bottom_menu_link {
	color: #000000;
	font-weight: bold;
	padding-left: 2px;
	display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    background: url(images/listArrow.png) no-repeat right center;
}
.bottom_menu_highlight {
	color: #BB0000 !important;
}
ul.feeds {
	list-style-type: none;
	overflow: hidden;
}
ul.feeds li {
	display : block;
	border-top: 1px solid #E0E0E0;
    padding: 5px 0 5px 2px;
    list-style: none;
}

ul.context_menu {
	margin-top: 3px;
	padding: 2px;
	list-style-type: none;
}
ul.context_menu li {
	display : block;
	margin-bottom: 2px;
}
a.context_menu_link {
	color: #0991CA;
}

.crumbs {
	background-color: #480001;
	color: #FFFFFF;
	font-size: smaller;
}
.crumbs a{
	padding: 2px;
	color: #FFFFFF;
	text-decoration:none;
}

/* Content  */
h1.logo {
	font-size :medium;
	margin: 0;
	padding: 0;
}
h2.section {
	font-size :medium;
	letter-spacing:0.1em;
	margin-top: 2px;
	padding: 2px 0 2px 3px;
	text-align: center;
	line-height: 1.5em;
	color: #FFFFFF;
	background: rgb(182, 201, 207) url(images/listGroup.png) repeat-x; /* #333333 */
	border-top: 1px solid #E0E0E0;
	margin:0;
	text-transform: uppercase;
}
h2.salute {
	text-align: center;
	font-size :medium;
	margin: 0;
	padding: 0 0 2px 3px;

}
p.feed {
	margin-bottom: 3px;
}

.submit{
	margin-top: 4px;
}

.submit input {
	background: #333333 url(images/button_bg.png) repeat-x scroll center top;
	border: 1px solid #868686;
	color: white;
	cursor: pointer;
	font-size: 1.2em;
	font-variant: small-caps;
	width: auto;
	margin: 2px;
}
.submit input:hover, .submit input:focus {
	background-color:black;
}

/* Profiles */
#comments{
	padding: 3px 0 3px 0;
}
.comment {
	margin-top: 3px;
	border: 1px solid #CCCCCC;

}
.comment_meta{
	background-color: #F4F4F4;
	padding-left: 2px;
}
.comment_text{
	padding: 3px 2px 3px 2px;
}

.profile_view {
	padding-left: 2px;
	margin: 5px 0 5px 0;
	clear: left;
	overflow: auto;
}
.profile_property {
	font-weight: bold;
}

.profil_username {
	font-weight: bold;
	display: block;
	color: #333333;
}
.profile_portrait {
	display: block;
	float: left;
	width: 88px;
	height :112px;
	font-weight: bold;
	margin: 0 3px 0 0;
}
.profile_info {
	padding-top: 5px;
}

#user_photos{
	padding: 2px;
}

.user_image {
	border: 1px solid #DDD;
	padding: 1px;
	margin-right: 3px;
}

.picture_navigator{
	text-align: center;
	width: 100%;
}

.picture_navigator td{
	width:33%;
	text-align: center;
}

/* Members */
.mainform {
	padding: 3px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	background-color: #F9F9F9;
	line-height: 1.3em;
}

/* Message Form */
#MessageRecipient, #MessageSubject {
	line-height: 22px;
	height: 22px;
	width: 95%;
}
#MessageContent {
	width: 95%;
}

.listitem {
	/*overflow: auto; This doesn't always work unfortunately */
	padding: 3px;
	border-top: 1px solid #E3E3FF;
	height: 111px;
}
.listitem_even {
	background-color: #F3F3FF;
}
.listitem_subtext {
	padding: 3px;
	margin-left: 10px;
	font-size: smaller;
}
.listitem_topborder {
	border-top: 1px solid #E3E3FF;
}

.pager {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	/*border-top: 2px solid #E3E3FF;
	border-bottom: 2px solid #E3E3FF;*/
}

.message_ok {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border-top: 1px solid #AADDAA;
	border-bottom: 1px solid #AADDAA;
	color: #00AA00;
	background-color: #F0FFF0;
}

.message_ok a {
	color: #00AA00;
}

.message_error {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border-top: 1px solid #DDAAAA;
	border-bottom: 1px solid #DDAAAA;
	color: #AA0000;
	background-color: #FFF0F0;
}

.message_error a {
	color: #AA0000;
}

.message_user {
	padding: 3px;
	overflow: auto;
	background-color: #F3F3FF;
	border-bottom: 1px solid #E3E3FF;
}

.message_title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.message_body {
	line-height: 1.5em;
	border-bottom: 1px solid #E3E3FF;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Flash message */
#flashMessage {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-weight: bold;
}

/* for Forms */
.error-message {
	font-size: smaller;
	font-weight: bold;
	color: #FF0000;
	margin-left: 5px;
	display: inline;
}

.message{ /* fehler message */
	border-top: 1px solid #DDAAAA;
	border-bottom: 1px solid #DDAAAA;
	color: #AA0000;
	background-color: #FFF0F0;
}

/* Pagination */
.pagination{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px 0 10px 2px;
}
.pagination a{
	text-decoration:none;
	color: #FFDC00;
}


/* Helpers */
.smaller {font-size: smaller; }
.strong, .bold { font-weight:bold;}
.italic { font-style: italic;}
.alignCenter { text-align: center; }
.alignLeft	 { text-align: left;	}
.alignRight	 { text-align: right; }
.addPadding { padding:10px; }
.addMargin { margin:10px; }
.block { margin:0 ; padding: 0; }

.helpers {

	overflow: hidden;
	padding: 2px;
	background: url(images/menu_bg.gif)  repeat-x;
	border-top: 1px solid #E0E0E0;
}
.helper_link {
	text-decoration:none;
	font-size: smaller;
	padding: 3px;
}
.helper_top{
	float: right;
	display: block;
	width: 40%;
	text-align: right;
}

.helper_home{
	float: left;
	display: block;
	width: 40%;
}

#numchars_sms{
	width: 180px;
	text-align: right;
	font-size: 0.8em;
}

#MessageContent{
	height: 130px;
}

#hotornot_bar{
	display: block;
	float: left;
	height: 107px;
	width: 5px;
	/*background: url(/img/rating_bar.png) no-repeat center;*/
	margin-right: 4px;
}

#hotornot_arrow{
	display: block;
	float: left;
	height: 107px;
	width: 8px;
	/*background: url(/img/arrow.png) no-repeat top left;*/
	padding-right: 5px;
}

.left-block{
	overflow: visible;
}

.profile_picture_large, #profile_picture_large{
	float: left;
	width: 88px;
	height: 107px;
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #DDD;
}

#profile_status {
	background: rgb(242, 242, 242);
	border: 1px solid #DDDDDD;
	padding: 3px;
	margin-left: 97px;
}

.shortfield{
	width: 40px;
}

.textarea_input{
	height: 100px;
}

#lotteries .preview{
	color: #888;
	font-size: 0.9em;
}

#lotteries .listitem{
	height: auto;
}

#lotteries .date-event, #lottery-details .date-event{
	font-weight: bold;
	color: grey;
	font-size: 0.7em;
}

#lottery-search{
	padding: 3px;
}

#lottery-data{
	margin-top: 10px;
	background: rgb(242, 242, 242);
	border: 1px solid #DDDDDD;
	padding: 3px;
}


