/*
// -----------------------------------------------------------------------------
// MyPodcastPublisher - PceModExample
// -----------------------------------------------------------------------------
// License GNU/GPL - October 2007
// Vincent Blavet - vincent@phpconcept.net
// http://www.phpconcept.net
// -----------------------------------------------------------------------------
// $Id$
// -----------------------------------------------------------------------------
*/

/* ----- Text normal */
p {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Title */
.title {
  /*font-family: Geneva, Arial, Helvetica, san-serif;*/
  font-size: 16pt;
  font-style: normal;
  font-weight: bold;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Title center */
.title-center {
  /*font-family: Geneva, Arial, Helvetica, san-serif;*/
  font-size: 16pt;
  font-style: normal;
  font-weight: bold;

  text-align: center;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Title center */
.title-left {
  /*font-family: Geneva, Arial, Helvetica, san-serif;*/
  font-size: 16pt;
  font-style: normal;
  font-weight: bold;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Sutitle 1 */
.subtitle {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Sutitle 1 */
.subtitle-center {
/*  font-family: Geneva, Arial, Helvetica, san-serif;*/
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;

  text-align: center;

  /*background: #FFFFFF;*/
/*  color: #666666;*/
}

/* ----- Text Medium */
.text-medium {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text Medium Italic */
.text-medium-i {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text Medium Italic Centered */
.text-medium-i-c {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;

  text-align: center;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text Medium Italic Centered */
.text-medium-c {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text Small */
.text-small {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text Small Italic */
.text-small-i {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 8pt;
  font-style: italic;
  font-weight: normal;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text Small Center */
.text-small-c {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text for wizard button */
.wizard-button {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;

  text-align: center;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Text bold */
.text-b {
  font-weight: bold;
}

/* ----- Text italic */
.text-i {
  font-style: italic;
}

/* ----- Text center */
.text-center {
  text-align: center;
}

/* ----- Text right */
.text-right {
  text-align: right;
}

/* ----- Text for error title */
.error-title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;

  text-align: left;

  color: #FF0000;
}

/* ----- Text for error message */
.error-message {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: normal;

  text-align: left;

  color: #FF0000;
}

/* ----- Text for error title in error page */
.error-pretitle {
  color: #FF0000;
}

/* ----- Text for error message */
.error-p-message {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: normal;

  text-align: left;

  color: #FF0000;
}

/* ----- Text Small Italic */
.text-small-i {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 8pt;
  font-style: italic;
  font-weight: normal;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Action text, generally following icons */
.text-action {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Title of statistics box */
.stat-title {
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;

  text-align: center;

  /*background: #FFFFFF;*/
  /*color: #666666;*/
}

/* ----- Title of statistics box */
.stat-subtitle {
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;

  text-align: center;

  /*background: #FFFFFF;*/
  /*color: #666666;*/
}

/* ----- Title of sections */
.stat-section {
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;

  text-align: left;

  /*background: #FFFFFF;*/
  /*color: #666666;*/
}

/* ----- Action text, generally following icons */
.stat-button {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Table TD stat title */
td.td-stat-title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  background: #666666;
  color: #FFFFFF;
}

/* ----- Table TD stat line */
td.td-stat-line {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;

  text-align: left;

  background: #FFFFFF;
  color: #666666;
}

/* ----- Table TD stat line */
td.td-stat-line-c {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  background: #FFFFFF;
  color: #666666;
}

/* ----- Table TD normal */
td {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Table TD title */
td.title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;

  text-align: left;

  /*background: #FFFFFF;*/
  color: #666666;
}

/* ----- Table TD stat title */
td.td-log-title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  background: #666666;
  color: #FFFFFF;
}

/* ----- Table TD stat line */
td.td-log-line {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;

  text-align: left;

  background: #FFFFFF;
  color: #666666;
}

/* ----- Table TD stat line */
td.td-log-line-c {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  background: #FFFFFF;
  color: #666666;
}

/* ----- Table TD user title */
td.td-user-title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  background: #666666;
  color: #FFFFFF;
}

/* ----- Table TD user line */
td.td-user-line {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;

  text-align: left;

  background: #FFFFFF;
  color: #666666;
}

/* ----- Table TD user line */
td.td-user-line-c {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;

  text-align: center;

  background: #FFFFFF;
  color: #666666;
}


A.simple-url { color: #000000; font-weight: normal; text-decoration: none }
A.simple-url:hover { color: #006666; text-decoration: underline }
A.simple-url:link { color: #000000; font-weight: normal; text-decoration: none }
A.simple-url:visited { color: #000000; font-weight: normal; text-decoration: none }

A.hidden-url { color: #666666; text-decoration: none; }
A.hidden-url:hover { color: #000000; text-decoration: underline; }
/*A.hidden-url:link { color: #666666; font-weight: normal; text-decoration: none }*/
/*A.hidden-url:visited { font-weight: normal; text-decoration: none }*/

A.stat-menu-url { color: #666666; text-decoration: none; }
A.stat-menu-url:hover { color: #000000; text-decoration: underline; }

A.menu-url {
  font-size: 20px;
  color: #666666;
  text-decoration: none; 
}
A.menu-url:hover {   
  font-size: 20px;
  color: #000000;
  text-decoration: underline; 
}
/*
A.test-url:link { font-weight: normal; text-decoration: none; }
A.test-url:visited { font-weight: normal; text-decoration: none; }
*/

A.url-white { color: #FFFFFF; font-weight: normal; text-decoration: none; }
A.url-white:hover { color: #FFFFFF; font-weight: normal; text-decoration: underline; }
/*A.url-white:link { color: #FFFFFF; font-weight: normal; text-decoration: none; }*/
/*A.url-white:visited {  }*/
/*A.url-white:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; }*/

a.item-title {
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  font-size: 16pt;
}
a.item-title:hover {
  color: #000000;
  font-weight: normal;
  font-size: 16pt;
}

A.button-url { color: #666666; text-decoration: none; }
A.button-url:hover { color: #000000; text-decoration: none; }
/*A.button-url:link { color: #666666; font-weight: bold; text-decoration: none }*/
/*A.button-url:visited { font-weight: normal; text-decoration: none }*/

div.header_box {
  padding: 0px;
  margin: 0 auto;
  /*background:#6699FF;*/
  /*background:#808080;*/
  background: #7D7D7D url(images/gradient.png) repeat-x 0 -110px;
  color:#000000;

border-top-left-radius: 1em ;
border-top-right-radius: 1em ;
border-bottom-right-radius: 0em ;
border-bottom-left-radius: 0em ;

/*
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
  */
}

div.login_box {
  padding: 0px;
  margin: 0 auto;
  /*background:#6699FF;*/
  /*background:#808080;*/
  background: #7D7D7D url(images/gradient.png) repeat-x 0 -110px;
  color:#000000;

border-top-left-radius: 1em ;
border-top-right-radius: 1em ;
border-bottom-right-radius: 1em ;
border-bottom-left-radius: 1em ;

/*
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
  */
}

.login_title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;

}

.login_text {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;

}


div {
  font-family: Geneva, Arial, Helvetica, san-serif;
  /*background: #FFFFFF;*/
  /*color: #999999;*/
  color: #000000;
}

.header-title {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;

}

.header-small {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;

}

.header-login {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;

}

.footer-small {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-align: center;

}

A.footer-url { color: #666666; text-decoration: none; }
A.footer-url:hover { color: #000000; text-decoration: underline; }

/*
  font-family: Trebuchet MS;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #3366FF;

  visibility: visible;
  background-color: #FFFFFF;
  position: relative;
  left: 0px;
  top: 0px;
*/




