/* CSS Document */

body {
	font-family: "Verdana";
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top:0px;
	font-size:0.8em;
	background-image:url(grafik/background.gif);
	background-color: #434245;
	background-repeat: repeat-x;
}

#header {
border-bottom:1px solid #000000;
}

table {
	font-size: inherit;
	background:#FFFFFF;
}

td, th {
	padding-right: 10px;
	color: #000;
	padding: 5px 5px 5px 0px; 
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.coolBlue {
	color: #22aac5;
}

td .podcastTD {
	padding-left: 5px;	
	border: 1px solid #CCCCCC;
}

table .podcastTable {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 12px;
	padding-bottom: 3px;
}

th {
	font-weight: bold;
	background-color: #ddd;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 10px 0px 0px;
}

.mainCell   { 
	color: gray;
	background-color: white;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px 
}

.tdForNone {
	padding-left: 5px;	
	border: none;
}

.formCategory   {
	color: black;
	background-color: white;
	letter-spacing: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #C8C8C8;
	width: 150px
}

a:link {
	color: #999;
	text-decoration:underline;
}

a:hover {
/*background-color: #22AAC5;*/
}

a:visited {
color: #000;
}

/*///////////////////CONTROLS/////////////////*/

.TitleField {

}

a.MoveUpLink, a.MoveDownLink {
	text-decoration: none;
	color: #22AAC5;
}

a.ActivateLink	{
	color: lime;
	font-size: 16px;
	text-decoration:none
}

a.DeactivateLink	{
	color: red;
	font-size: 16px;
	text-decoration:none;
}

.ReleasedateField	{

}

.UpdateLink	{
	font-size: 14px;
}

.DeleteLink	{
font-size:9px;
color:#FF0000;
float:right;

}

.DeleteThumb     {
font-size:9px;
color:#FF0000;
float:left;
 
}

.AdminLink	{

}

/*//////////////////TAGS/////////////////*/

ul.taglist {
	list-style: none;
	display: inline;
	margin: inherit;
	padding: inherit;
}

li.tag {
	display: inline;
	padding: 5px
}

.taglist input {	
	display: inline;
}

a.removetaglink {
	font-weight:bold;
	font-size: 150%;
}

/*////////////////PLAYLIST/////////////////////*/

.ThumbnailImage	{

}

.MediaList {
	width:200px
}

.PropertyOpenField	{

}

.PropertyOpenField	{

}

.PropertyEditField	{

}

.PropertyViewField	{

}

/*////////////////NAVIBAR//////////////////////*/

.adminHead {
	color: #000;
	font-weight: bold;
	padding-bottom: 3px 
}

.rememberHead {
	color: #22aac5;
	font-weight: bold;
	padding-bottom: 3px 
}

.TagCloud {
	list-type: none;
}

.TagCloud li {
	display: inline;
}

.TagWeight1 {
	font-size: 0.8em;
}

.TagWeight2 {
	font-size: 1.1em;
}

.TagWeight3 {
	font-size: 1.4em;
}

.TagWeight4 {
	font-size: 1.7em;
}

.TagWeight5 {
	font-size: 2.0em;
}


.TagWeight6 {
	font-size: 2.3em;
}

.TagWeight7 {
	font-size: 2.6em;
}

.adminhead {
border:none;
}

.rsslink {
text-align:center;
}

.outer {
margin: auto;
border: 1px solid;
background-color:#FFFFFF;
}


/*//////// tooltip ///////////*/
div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;
	}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}

.footer a:link {
color: #000;
}

