body {
	color: #000000;
	background: #223E74;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
}

.logo {
	margin-left: 7px;
	vertical-align: top;
	border-radius: 20px;	
}
div.main {
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
//	background: #F0fFBB;
	background: #376BBD;
	width: 783px;
	padding: 10px;
	padding-top: 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.bottom {
	display: block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

div.sidebar {
	float: left;
	position: relative; 
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
//	background: transparent;
//	padding: 10px;
//	-moz-border-radius: 10px;
//	border: 2px solid #f6e1ff;
}

div.buttons {
	padding: 3px 6px 3px 6px;
	border: 2px solid #376BBD;
	font-weight: bold;
	background: #376BBD;
	margin-bottom: 9px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;

}


table.main {

	color: #000000;
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;

}

hr {
        margin-bottom: 8px;
        height: 2px;
	color: #ffffff;
}

h1 {
        color: #000000;
//        color: #FF363f;
	font-weight: bold;
	font-size: 1.7em;
	font-family: Verdana, Helvetica Black, Avenir Roman, Helvetica, sans-serif;
	margin-top: 6px;
	padding-top: 0px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

h2 {
        color: #000000;
//        color: #FF363f;
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
        color: #b5363f;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Verdana, Helvetica Black, Avenir Roman, Helvetica, sans-serif;
}

h4, h5, h6 {
        color: #FF363f;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Helvetica Black, Avenir Roman, Helvetica, sans-serif;
}


img
{  
border-style: none;
}

a:link, a:active, a:visited
{
        color: #000000;
	border: none;
	text-decoration: underline;
}

#main a:link, #main a:active, #main a:visited
{
        color: #000000;
	border: none;
	text-decoration: underline;
}

a:hover
{
        color: #b5363f;
}

.buttons a:link, a:active, a:visited {
	text-decoration: none;
}

div.music a {
	border: 2px solid #b5363f;
	padding: 3px;
	font-size: 1.4em;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}


.music a:link, a:active, a:visited {
	text-decoration: none;
}


table.reg {
        border: 1px solid #b5363f;
        background-color: #b5363f;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: auto;
        height: auto;

}

table.reg td {
        padding: 3px;
        background-color: #b5363f;
}

table.reg td.open {
        background-color: #fefcd5;
}

table.reg td.closed {
        background-color: #AAAAAA;
}

table.reg td.dark {
        background-color: #dbd7ba;
}

div.rand_image {
	border: 2px solid #376bbd;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;

}

table.exchange {
        border: 1px solid #000000;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 0px 0px 0px;
        width: auto;
        height: auto;
}
table.exchange td {
        padding: 2px;
        background-color: #EEEEEE;
}

table.exchange td.open {
        background-color: #ece8cb;
//      background-color: #FFFFFF;
        text-align: center;
}

table.exchange td.closed {
        background-color: #cbc7aa;
        text-align: center;
}

table.exchange td.done {
        background-color: #dbd7ba;
        text-align: center;
        text-decoration: line-through;;
}

table.exchange td.dark {
        background-color: #cac6a0;
}

     #tooltip1 { position: relative; }
     #tooltip1 a span { display: none;
                       color: #FFFFFF; }
     #tooltip1 a:hover span { display: block;
                        position: absolute;
                        width: 250px;
                        background-color: #dbd7ba;
                        height: auto;
                        left: 150px;
                        top: -10px;
                        color: #000000;
                        padding: 5px;
                        border: 1px solid black;
                        }

    #tooltip2 { position: relative; }
    #tooltip2 a span { display: none;
                       color: #FFFFFF; }
    #tooltip2 a:hover span { display: block;
                        position: absolute;
                        width: 250px;
                        background-color: #dbd7ba;
                        height: auto;
                        left: 50px;
                        top: -10px;
                        color: #000000;
                        padding: 5px;
                        border: 1px solid black; }

