
/* basic document stuff */

.txt {
	font-family: sans-serif, Arial, Verdana, Geneva;
	font-size: 11px;
	font-weight: plain;
	color: #767676;
  	text-decoration: none;
  	vertical-align:top;
}

.msgSendSuccess {
	color: #1999A1;
  	text-decoration: none;
	font-size: 12px;
	margin-left:2px;
	margin-bottom:5px;
}

body { 
	background-color:#f0eeee;
	margin-top:0px;
	margin-left:0px;
	width: 100%;
}

form {
	display:inline;
}


/* buttons */
.btn {
	background-color: #cccccc;
	color: #767676;
	font-family: sans-serif, Arial, Verdana, Geneva;
	font-size: 11px;
	font-weight: plain;
}

.danger {
	background-color: #FF0000;
	color: orange;
}

.green {
	background-color: #A0E1DB;
	color: #767676;
}

.orange {
	background-color: #FBD488;
	color: #767676;
}

.neutral {
	background-color: #D5F2F4; 
	color: #767676;
}

/* classes for views, infos, etc. */
.detailview {
	border: 1px solid #767676;
	font-family: sans-serif, Arial, Verdana, Geneva;
	font-size: 10px;
  	text-decoration: none;
	font-weight: plain;
	color: #767676;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
}

.actioninfo {
	border: 1px solid #1999A1; 
	font-size: 11px;
	padding-left: 3px;
}

.bloginfo {
	border: 1px solid #1999A1; 
	font-size: 12px;
	padding: 10px;
	width: inherit;
	*width: 83%; /* for IE */
}

.bloginfoteaser {
	border: 1px solid #1999A1; 
	font-size: 11px;
	padding: 4px;
	/*width: inherit;*/
}

.wantedteaser {
	border: 1px solid #1999A1; 
	font-size: 11px;
	padding: 4px;
	/*width: inherit;*/
}

.bloginfopreview {
	border: 1px solid #FBD488; 
	font-size: 12px;
	padding: 10px;
	width: inherit;
	*width: 83%; /* for IE */
}

.indexpreview {
	background-color: #A0A0A0;
	/*border: 1px solid #FBD488; */
	font-size: 11px;
	padding: 5px;
	color:#000000;
	/*width: 300px;
	height: 250px;*/
}

.printviewtitle {
	background-color: #A0A0A0;
	color: #000000;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	font-size: 26px;
	font-weight: bold;
	width: 99%;
}

/* text classes */

.printviewnormtxt {
	font-size: 12px;
	color: #000000;
	width: 90%;
	padding-left: 25px;
}

.printviewsmalltxt {
	font-size: 10px;
	padding-left: 5px;
}

.input_error {
	border: 1px solid #FBD488; 
	font-size: 12px;
	color: #ff0000;
	width: inherit;
	*width: 83%;
	padding: 10px;
}

.input_error_small {
	font-size: 10px;
	color: #ff0000;
}

.input_success_small {
	font-size: 10px;
	color: green;
}

.input_success_norm {
	border: 1px solid #1999A1; 
	font-size: 12px;
	color: #1999A1;
	width: inherit;
	*width: 83%;
	padding: 10px;
}

/* input boxes */

.addtheme {
	width: 18.0em;
	height: 1.3em;
}

.addthememedianame {
	width: 28.0em;
	height: 1.3em;
}

.addthemeselector {
	width: 18.4em;
	height: 1.65em;
}

.addthemetxtarea {
	width: 40.5em;
	height: 8.0em;
}

.addthemetxtareasearchkeys {
	width: 30.5em;
	height: 8.0em;
}

.stdmatchtxtarea {
	width: 30.5em;
	height: 8.0em;
}

.addthemelongtxtarea {
	width: 40.5em;
	height: 25.0em;
}

.bloglongtxtarea {
	width: 83%; /*57.5em;*/
	height: 25.0em;
}

.notification {
	font-size: 10px;
	width: 13.0em;
	height: 1.2em;
}

.notificationselect {
	width: 12.3em;
	height: 1.65em;
}

.search {
	font-size: 10px;
	width: 12.5em;
	height: 1.2em;
}

.extwindow {
	font-size: 10px;
	font-weight:plain;
	width: 20.5em;
	height: 2.0em;
}

.extwindowshort {
	font-size: 10px;
	font-weight:plain;
	width: 5.5em;
	height: 2.0em;
}

.addthemeselectorshort {
	width: 12.0em;
	height: 1.65em;
}

.stdMatchselectorshort {
	width: 16.8em;
	height: 1.65em;
}

.register {
	font-size: 10px;
	width: 18.0em;
	height: 1.2em;
}

.smalltxt {
	font-size: 10px;
}

.smalltxtColored {
	background-color: #D5F2F4;
	font-size: 10px;
}

.smalltxtColoredTitle {
	background-color: #1999A1;
	font-size: 10px;
	color: #ffffff;
}

.datesSmalltxtColored {
	background-color: #ffffff;
	font-size: 10px;
}

.datesSmalltxtColoredTitle {
	background-color: #cccccc;
	font-size: 11px;
	color: #1999A1;
	color: #000000;
}

.smalltxtColoredTitleTeaser {
	background-color: #1999A1;
	font-size: 10px;
	color: #ffffff;
	padding:2px;
}

.smalltxtColoredTitleWantedTeaser {
	background-color: #ff0000;
	font-size: 10px;
	color: #ffffff;
	padding:2px;
}

.smalltxtColoredTitleError {
	background-color: #ff0000;
	font-size: 10px;
	color: #ffffff;
}

.normtxt {
	font-size: 12px;
}

.normtxtbold {
	font-size: 12px;
	font-weight: bold;
}

.datesboxframe {
	background-color: #FBD488;
	background-color: #CCCCCC;
}

.boxframe {
	background-color: #1999A1;
}

.boxframeerror {
	background-color: #ff0000;
}

.menuactive {
	color: #1999A1;
}

.titletxt1 {
	font-size: 26px;
	font-weight: bold;
	color: #A0A0A0;
}

.titletxt2 {
	font-size: 20px;
	font-weight: bold;
	color: #A0A0A0;
}

.titletxt3 {
	font-size: 20px;
	font-weight: bold;
	color: #FBD488;/*#D5F2F4;#FBD488;#A0A0A0;*/
}

.titletxt4 {
	font-size: 18px;
	font-weight: bold;
	color: #A0A0A0;/*#D5F2F4;#FBD488;#1999A1;*/
}

/* href stuff */

a {
	font-family: sans-serif, Arial, Verdana, Geneva;
	color: #767676;
  	text-decoration: none;
}

a:hover {
	font-family: sans-serif, Arial, Verdana, Geneva;
  	color: #7672BF;
  	text-decoration: none;
}

a.smalltxt:hover {
	font-family: sans-serif, Arial, Verdana, Geneva;
	font-size: 10px;
  	color: #1999A1;
  	text-decoration: none;
}

#notifybx{}


 
