﻿body, html
{
  padding: 0;
  text-align: center;
  margin: 0px; /* required */
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 0.9em;
}


h1, h2, h3, h4
{
  font-family: Verdana, Tahoma, Arial, Trebuchet, Sans-serif;
  color: black;
  font-weight: bold;
}

h1
{
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: Verdana;
  color: #680103;
}

h2
{
  font-size: 1.6em;
  font-weight: normal;
  color: #680103;
}
h3
{
  font-size: 1.1em;
  font-weight: normal;
}

h4
{
  font-size: 100%;
  font-weight: normal;
}


h1, h2, h3, h4, p
{
  padding: 10px;
  margin: 0;
}

h3
{
  font-family: Verdana;
  color: #680103;
}

a
{
  color: #0066CC;
}

a:hover
{
  text-decoration: none;
}

a img
{
  border: none;
}

#container
{
  background-position: center top;
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 auto;
  border: 0;
  width: 1000px;
}

#header
{
  background-position: center top;
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 auto;
  border: 0;
  width: 1000px;
  height: 90px;  
 
}

#header-carbon
{
  position: absolute;
  margin: 0 0 0 0;
  left: 14px;
  top: 0px;
  width: 153px;
  height: 55px;
  z-index: -1;
}

#header-ipexchange
{
  position: absolute;
  margin: 0 0 0 0;
  left: 163px;
  top: 0px;
  width: 220px;
}

#beta
{
  position: absolute;
  left: 358px;
  top: 10px;
  width: 435px;
  height: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  color: #FF3300;
}

#userstatus
{
  position: absolute;
  left: 650px;
  top: 40px;
  width: 200px;
  height: 20px;
  color: White;
  text-align: center;
  font-weight: bold;
}

#rolestatus
{
  position: absolute;
  left: 420px;
  top: 40px;
  width: 200px;
  height: 20px;
  color: White;
  text-align: left;
  font-weight: bold;
}



#top-nav
{
  position: absolute;
  left: 600px;
  top: 10px;
  width: 400px;
  height: 30px;
  float: left;
  font-size: 0.8em;
}

#top-nav ul, #top-nav li
{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#top-nav ul
{
  height: 25px;
  line-height: 25px;
  float: left;
  padding: 0px 1px 0px 0px;
  margin: 0px 0px 0px 10px;
}

#top-nav li
{
  height: 25px;
  line-height: 25px;
  display: inline;
  position: relative;
  float: left;
  width: 70px;
  text-align: center;
}

#top-nav li a
{
  height: 25px;
  width: 70px;
  text-align: center;
  float: left;
}

#top-nav li a:link, #top-nav li a:visited
{
  color: #444444;
  text-decoration: none;
}

#top-nav li.active a, #top-nav li a:hover
{
  background-repeat: no-repeat;
  background-position: left;
  color: #992222;
}

/* admin nav */
#admin-nav
{
  position: absolute;
  left: 40px;
  top: 70px;
  float: left;
  font-size: 0.8em;
  text-align: left;
  z-index: 100;
}



.mainheader
{
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 1px;
  display: block;
  padding-top: 1px;
  width: 673px;
  text-align: center;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  background-color: #992222;
  top: 0px;
  left: 0px;
}

#main-nav
{
  position: absolute;
  left: 200px;
  top: 60px;
  height: 30px;
  float: left;
  z-index: 200;
  width: 800px;
  text-align: left;
}

#contents
{
  width: 700px;
  text-align: left;
  margin-left: 270px;
  z-index: 10;
}

#ipmenu
{
  width: 270px;
  text-align: left;
  background-color: #ccc;
  float: left;
  overflow: auto;
}

#content
{
  background-position: center top;
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #A6A6A6;
  width: 1000px;
  min-height: 500px; 
  background-color: #ededed;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

#contentbody
{
  margin-left: 0px;
  margin-right: 0px;
}


#full
{
  width: 860px;
  text-align: left;
  margin-left: 20px;
}

#wide
{
  width: 958px;
  text-align: left;
  margin-left: 10px;
}

#footer
{
  background-position: center top;
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 auto;
  border: 0;
  width: 1000px;
  height: 40px;
}

#footer-text
{
  padding-top: 5px;
  text-align: center;
  color: Black;
}
.centered
{
  text-align: center;
}
.leftAligned
{
  text-align: left;
}
.rightAligned
{
  text-align: right;
}

.collapsePanel
{
  background-color: white;
  overflow: hidden;
}

.collapsePanelHeader
{
  width: 100%;
  height: 30px;
  background-image: url(/images/bg-menu-main.png);
  background-repeat: repeat-x;
  color: #FFF;
  font-weight: bold;
}

.rootNode
{
  background-image: url(/images/iphome/images/categorybg.jpg);
}


dl#artist dt
{
  display: none;
}

dl#artist dd
{
  padding: 0;
  margin: 0;
}
a.xmenu, a.xmenu:visited
{
  display: block;
  width: 5em;
  height: 3em;
  background: #000;
  text-decoration: none;
  text-align: center;
  color: #aaa;
  float: left;
}
a.xmenu span, a.xmenu:visited span
{
  display: block;
  width: 3em;
  height: 0.5em;
  border-top: 0.5em solid #000;
  border-left: 1em solid #000;
  border-right: 1em solid #000;
  border-bottom: 0.5em solid #000;
  background: #050;
  overflow: hidden;
}
* html a.xmenu span, * html a.xmenu:visited span
{
  width: 5em;
  height: 1.5em;
  width: 3em;
  height: 0.5em;
  overflow: hidden;
}
a.xmenu:hover
{
  color: #ff0;
}
a.xmenu:hover span
{
  background: #0f0;
}

.vmiddle
{
  vertical-align: middle;
}

.indent10
{
  padding-left: 10px;
}

.indent20
{
  padding-left: 20px;
}

.rick
{
  font-family: Calibri;
  font-size: 1.2em;
}

.componentDetail
{
  border: 1px black;
}



