body {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: small;
    margin: 0;
    padding: 0;
    color: #222;
    background: #5b78b7;
}

/************************** <div> IDs *************************/ 

#wrap {
    margin: 5px auto;
    width: 850px;
    padding: 0;
    background: #fff url(images/tr.gif) no-repeat top right;
  	position: relative;
}

#header {
    text-align: center;
    padding: 12px 0 0 0;
}

#navigation {
    float: left;
    width: 100%;
    margin: 0;
    background: #fff url(images/nav_bg.gif) repeat-x bottom left;
}

#content {
    width: 500px;
    float: left;
    padding: 15px 20px;
}

#column {
    width: 280px;
    margin: 0;
    padding: 15px 10px;
    float: left;
}

#footer {
    clear: both;
    text-align: center;
}

/* all curved boxes get the bottom-left corner */
div.rounded {
  	background: #fff url(images/bl.gif) no-repeat bottom left;
  	position: relative;
  	padding-top: 0;
  	padding-bottom: 5px;
  	margin: 1em 10px 0 0;
  	height: 100%;
}

/*********************** div classes **************************/

#content div.box {
    border: 1px solid #727377;
    padding: 0 8px;
    margin-bottom: 15px;
}

#column div.box {
    border: 1px solid #959596;
    background: #eee;
    margin: 10px;
    padding: 5px 0;
}

div.col {
    margin: 0;
    padding-right: 20px;
    float: left;
}

div.float { float: left }
  
div.float p { text-align: center }

div.img {
    border: 0px;
    text-align: left;
}

div.row {
    clear: both;
    padding-top: 5px;
}

div.row span.label {
    float: left;
    text-align: right;
}

div.row span.formw {
    float: right;
    text-align: left;
    width: 410px;
}

div.spacer { clear: both }

/************************* Presentation **********************/

img { border: 0px }

img.left {
    float: left;
    padding: 2px 5px;
}

img.right {
    float: right;
    padding: 2px 5px;
}

img.center {
	position: relative;
	left: 45%;
}

#footer p {
    text-align: center;
    color: #999;
    font-size: 90%;
}

p {
    text-align: left;
    line-height: 140%;
    padding: 0;
}

.end {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #727377;
	}

.center { text-align: center }

.notice {
    font-weight: bold;
    color: red;
}

ol.urome { list-style-type: upper-roman }

ol.lrome { list-style-type: lower-roman }

ol.urome li { margin-bottom: 5px }

ul.none {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    color: #000;
    font-size: 160%;
    text-align: left;
    padding-bottom: 10px;
}

#column h2 {
    color: #fff;
    background: #2e8b57;
    font-size: 140%;
    font-weight: normal;
    padding: 2px 10px;
}

h2 {
    color: #2e8b57;
    font-size: 140%;
}

#column h3 {
    font-size: 120%;
    padding-left: 10px;
}

h3 { font-size: 120% }

li { line-height: 140%;}

dt { line-height: 130%; }

#column li {
    line-height: 170%;
    padding-left: 15px;
	}

#column p, #column div.img, #column dl { padding-left: 10px }

#current {
    background: url(images/navigate_right.png)  no-repeat 0 50%;
}

#contactform p { margin: 6px 0; }

#name, #email, #password, #confirm { width: 200px; }

#subject { width: 250px; }

#contactform label { font-weight: bold; }

form dd { margin: 0; }

form dt {
	float: left;
	padding-right: 10px;
}
    
#errormsg {
    padding: 0;
    margin: 0;
    width: 20em;
    font-weight: bold;
}

.error { background: #f9e9a9; }

/****************** Pseudo classes ********************/

#navigation li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 110%;
}

/***** Link styles. Remember: link,visited,hover,active ******/

#header a {
    color: rgb(170, 170, 170);
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
    border-bottom: 0;
}

#navigation a {
    float: left;
    display: block;
    margin:  0 1px 0 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #9b8748;
    border-bottom: none;
    background: #f9e9a9 url(images/off_bg.gif) repeat-x top left;
    font-weight: normal;
}

div.img a, div.img a:link, div.img a:visited, div.img a:hover, div.itsamac a, div.itsamac a:link, div.itsamac a:visited, div.itsamac a:hover {
    text-decoration: none;
    border-bottom: 0;
}

a:link { 
    color: #3271b5;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
}

a:visited {
    color: #888;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px dotted rgb(170, 170, 170);
}

a:hover {
    color: #ff8c00;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 1px solid #ff8c00;
}

#navigation a:hover, #here a {
    color: #333;
    padding-bottom: 5px;
    border-color: #727377;
    background: #fff url(images/on_bg.gif) repeat-x top left;
}

#here a { font-weight: bold; }

#header a:hover {
    color: #000;
    font-weight: bold;
    border-bottom: 0;
}

a:active {
    color: #FF8C00;
    font-weight: bold;
}

/********************* Definition Lists **********************/

.about dd {
    margin-left: 15px;
    padding-left: 15px;
    background: url(images/dd_arrow.gif) no-repeat 0 50%;
}

/************************ Tables ***************************/

#playlist {
    border: 1px solid #666;
    margin-top: 10px;
}

#playlist tbody tr td {
    font-family: "Lucida Grande", Verdana, sans-serif;
    padding: 3px 8px;
    border-left: 1px solid #d9d9d9;
    vertical-align: top;
}
	
#playlist tbody tr.selected td {
    background-color: #3d80df;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid #346dbe;
    border-bottom: 1px solid #7daaea;
}