/* Custom */
DIV.center
{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
  vertical-align : middle;
	text-align : center;
}

DIV.kop
{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}

DIV.copyright
{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}

BODY 
{
	margin-bottom : 0;
	margin-left : 2;
	margin-right : 2;
	margin-top : 2;
	background-color : white;
}

IMG
{
	border : 0;
}

.buma
{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
}

/*================== General ==================*/

.header
{
  color: rgb(255,255,255); 
  background-color: rgb(255,51,51); 
  font: normal bold 10pt tahoma, arial, sans-serif;
}

/* used in all tables, mainly to define cellspacing and cellpadding */
.tablecontent 
{
  vertical-align : top;
  border: none; 
  padding: 3;
}

/* used in all tables to define border */
/*border: thin solid;*/
.border
{
  border: none; 
  border-color: rgb(255,51,51);
}

 /* used in incRt/Logo/PM/detail to mention selected category */
.cattitle
{
  color: rgb(255,255,255); 
  background-color: rgb(255,51,51); 
  font: normal bold 14pt tahoma, arial, sans-serif center;
}

/* background of even-rows */
.row-even
{
  background-color: rgb(255,255,255);
}

/* background of odd-rows */
.row-odd
{
  background-color: rgb(235,236,236);
}

/* page navigation at the bottom of the table */
.pagenav
{
  color: rgb(255,255,255); 
  background-color: rgb(255,51,51); 
  font: normal bold 10pt tahoma, arial, sans-serif;
}

/* links to other pages in the page navigation at the bottom of the table */
a.pagenavlink
{
  color: rgb(255,255,255); 
  background-color: rgb(255,51,51);
  font: normal normal 10pt tahoma, arial, sans-serif
} 

/* used for the ringtone title and the logo name in the logo top 10 */
.title
{
  color: rgb(0,0,0);
  font: normal bold 10pt tahoma, arial, sans-serif;
}

a.title
{
  color: rgb(255,51,51);
}

/* used for text alignment of preview-links */
.preview 
{
  text-align: center;
}

/* used for link to preview (mp3) samples */
a.preview 
{
  color: rgb(255,51,51);
  text-align: center;
  font: normal bold 10pt tahoma, arial, sans-serif;
}

/* used for text alignment of order-links */
.order
{
  text-align: center;
}

/* used for link to order-forms */
a.order
{
  color: rgb(255,51,51);
  font: normal bold 10pt tahoma, arial, sans-serif;
}

/* used for links to categories in incRT/Logo/PMCategories */
a.category
{
  color: rgb(255,51,51);
  font: bold 10pt tahoma;
}

/* used for background in incRT/Logo/PMCategories */
.row-odd-cat
{
  background-color: rgb(235,236,236);
}

/* used for background in incRT/Logo/PMCategories */
.row-even-cat
{
  background-color: rgb(255,255,255);
}

/* used for links to categories in incRT/Logo/PMCategoriesHor */
a.categoryhor
{
  color: rgb(255,51,51);
  font: normal 10pt tahoma;
}

/* used for background in incRT/Logo/PMCategoriesHor */
.row-cat-hor
{
  background-color: rgb(217,220,243);
  text-align: center;
}

/*================== specific for ringtones ==================*/
/* used for the ringtone artist */
.artist 
{
  color: rgb(0,0,0);
  font: normal bold 10pt tahoma, arial, sans-serif;
}

/* used for the ringtone top5small position */
.positiontop5 
{
  color:rgb(0,0,0); 
  font: normal 8pt tahoma; vertical-align: top;
}

/* used for the artist of the ringtone in top5small */
a.artisttop5
{
  color: rgb(255,51,51);
  font: normal 8pt;
} 

/* used for the title of the ringtone in top5small */
a.titletop5
{
  color: rgb(255,51,51);
  font: normal 8pt;
}

/*================== specific for logos/picture messages ==================*/
/* used for the pictures in the logo/PM tables */
.picture
{
  color: rgb(0,0,0);
  font: normal bold 10pt tahoma, arial, sans-serif;
}

/* used for the pictures in the logo/PM tables */
a.picture 
{
  color: rgb(255,51,51);
  font: normal bold 10pt tahoma, arial, sans-serif;
}

/* used for position in Logo/PM top-10 */
.position 
{
  color:rgb(0,0,0); 
  font: normal 8pt tahoma;
}

/*================== specific for logopainter ==================*/
.column1
{
  color: rgb(0,0,0);
  font: normal normal 10pt tahoma, arial, sans-serif;
}

.column2
{
  color: rgb(0,0,0);  
  font: normal normal 10pt tahoma, arial, sans-serif;
}

/*================== specific for voicemails and voicecards ==================*/
/* used for name in voicemails/voicecards */
.name 
{
  color: rgb(255,51,51);
  font: normal bold 8pt tahoma, arial, sans-serif;
}

/* used for description in voicemails/voicecards */
.description 
{
  color: rgb(0, 0, 0);
  font: normal normal 8pt tahoma, arial, sans-serif;
}

