/* ---------------- */
/*      Common      */
/* ---------------- */

body {
	margin: 0;
	padding: 0 0 0 100px;
	background-color: #9EBFF1;
	/* background-image:  url("../images/Color_bars.gif"); */
	
}  

body, table {
    font-family: arial;
    font-size: 10pt;
    line-height: 1.2em;
    color: #000000;
    cursor: default;
}

table.fall {
    background-image: url(../images/Fall-leaves.jpg);
    color:#FFFFFF;
}

p {
	margin: 1em 0;
	padding: 0;
}

p.white {
    margin: 1em 0;
    padding: 0;
	color:#FFFFFF;
}

p.small {
    margin: 1em 0;
    padding: 0;
	font-size: x-small;
}

img {border: 0;
   }
   
h1 {
    font-size: 135%;
    margin-top: 0;
    margin-bottom: 1em;
}
h2 {
	font-size: large;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #000099;
	font-family: "Viner Hand ITC", Arial, "Trebuchet MS", "Times New Roman";
}
h2.red {
	font-size: large;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #cc0000;
	font-family: "Viner Hand ITC", Arial, "Trebuchet MS", "Times New Roman";
}
h3 {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 1em;
	color: #003399;
}
h3.green {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 1em;
	color: #336600;
}
h3.red {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 1em;
	color: #990000;
}
h3.purple {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 1em;
	color: #CC0099;
}

h4 {
	font-size: small;
	margin-top: 0;
	margin-bottom: 1em;
	color: #3333CC;
}
h4.black {
	font-size: small;
	margin-top: 0;
	margin-bottom: 1em;
	color: #000000;
}

h4.red {
	font-size: small;
	margin-top: 0;
	margin-bottom: 1em;
	color: #990000;
}
h4.em {
	font-size: small;
	margin-top: 0;
	margin-bottom: 1em;
	color: #3333CC;
}

h5 {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0em;
	color: #000000;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5.red {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0em;
	color: #990000;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.small,
h3.small {
    font-size: 8pt;
    font-weight: normal;
}

li  { list-style-image: url(../images/blank.gif);
}

li.bullet  { list-style-image: url(../images/metro_dancers_rombul3d.gif);
}

td.sm {
       font-size: 7pt;
	   }

td.select {
	background-color:#33CCFF;
		   }	     
		 
a.note {
	color:#0033CC;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
    }

a.link {
    background-color: #6699FF;
    color: #ffffc9;
    font-family: verdana;
    font-size: 11px;
    padding: 3px 5px;
    margin-left: 3px;
	border: 1px solid;   
	border-color: #6699ff #6699ff #6600FF #6699ff; 
    /* border-color: #6699ff #6699ff #6600ff #6600ff; */
    line-height: 29px;
    cursor: default;
    text-decoration: none;
	text-align: center;
	}

a.link:hover {
    color: #ffffc9;
	background-color: #6666CC;
	 text-decoration: none;
    }

a, a:hover {
    color: #000000;
}

a.nohilite {
    color: #ffffff;
    font-family: verdana;
    font-size: 10px;
    text-decoration: none;
}

a.nohilite:hover {
    color: #ffff00;
	text-decoration: underline;
	}

form {
    margin: 0;
}
input, textarea, text {
    background: #ffffff;   /*dfe2ea*/
}
input.donate, textarea, text {
	background: #FC0;
}

h5.title {
    background-color: #6699FF;
    color: #ffffc9;
    font-family: verdana;
    font-size: 11px;
    padding: 3px 5px;
    margin-left: 3px;
    /* border: 1px solid;
    border-color: #6699ff #6699ff #6600ff #6600ff; */
    line-height: 15px;
    cursor: default;
    text-decoration: none;
	text-align: center;
	}
	
/**** Elements ****/

#main {
  /*  width: 600px;  */
    }
#rightpanel {
    position: absolute;
    top: 0px;
    left: 702px;
    width: 247px;
		}
		
.quote_table {
  color: #9900FF;
  font-size: 12px;
	   }
		
#bar-title {
    position: relative;
    text-indent: 30px;
    height: 30px;
    background-color: #9933FF;
    font: bold 14px arial;
    line-height: 30px;
    color: #FFF3DA;
    border-width: 1px;
    border-color: #6699ff #6699ff #6600ff #6600ff;
    border-style: none solid solid solid;
}
#bar-title img {
    position: absolute;
    top: 7px;
    left: 10px;
}
#bar-navigation {
	height: 29px;
	background-color: #6666CC;
	border: 3px solid;
	border-color: #6699ff #6699ff #6600ff #6600ff;
	text-align: left;
	padding-right: 10px;
   	font-size: 12px;
	width: 800px;
	color: #FFFFFF;
}
#bar-copyright {
    height: 30px;
    background-color: #8B8768;
    font: bold 11px arial;
    line-height: 30px;
    color: #FFF3DA;
    text-align: right;
    padding-right: 10px;
    border-width: 1px;
    border-color: #B0A487 #585733 #585733 #585733;
    border-style: solid solid solid solid;
}
#content-fix {
    padding: 1em;
    border-width: 1px;
    border-color: #E0D6BE #948B5B #797857 #948B5B;
    border-style: solid solid solid solid;
}

#content {
	position: relative;
	top: 0px;
	/* width: 600px; */
	padding-left: 0px;
	padding-right: 0px;
	}
 

#contact {
	position: center;
	width: 600px;
	
	}

#valid-xhtml {
    position: relative;
}
#valid-xhtml div {
    position: absolute;
    left: -98px;
}

a.infobutton {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 3px solid #FFFF66;
	border-right: 3px solid #FF9966;
	border-bottom: 0px solid #FF9966;
	border-left: 3px solid #FFFF66;
	text-align: center;
	min-width: 75px;
	text-transform: none;
	}
a.infobutton:link {
	color: #990033;
	background-color: #FFCC66;
	text-decoration: none;
	}
a.infobutton:visited {
    background-color: #FFCC66;
	color: #990033;
	text-decoration: none;
	}
a.infobutton:hover {
 	background-color: #FF9933;
	color: #F3F3EF;
	text-decoration: none;
	}
a.infobutton:active {
 	background-color: #FFCC66;
	color: #990033;
	text-decoration: none;
	}
	
/* -----------------*/
/*      Tabs        */
/* ---------------- */

.tabs { width: 18px; }
.tabs div,
.tabs div.active,
.tabs div.off {
    background-color: #C4B287;
    font: 10px tahoma;
    color: #303030;
    line-height: 16px;
    text-indent: 6px;
    margin-bottom: 10px;
    border: 1px solid;
    border-color: #948B5B;
}
.tabs div.active { background-color: #E0D6BE; }
.tabs div.off { background-color: #dfe2ea; }
* html .tabs div,
* html .tabs div.active { width: 100%; text-indent: 7px; }
.tabs-data { margin-left: 0px; }
.tabs-data div { display: none; }

/* --------------- */
/*    GosuMenu     */
/* --------------- */

.GosuMenu .button,
.GosuMenu .button:hover {
    background-color: #6666FF;
    color: #ffffc9;
    font-family: verdana;
    font-size: 11px;
    padding: 3px 5px;
    margin-left: 3px;
    border: 1px solid;
    border-color: #6699ff #6699ff #6600ff #6600ff;
    line-height: 29px;
    cursor: default;
    text-decoration: none;
}

.GosuMenu .button-click,
.GosuMenu .button-click:hover {
    background-color: #9966CC;
    color: #FFF3DA;
    font-family: verdana;
    font-size: 11px;
    padding: 3px 5px;
    margin-left: 3px;
    border: 1px solid;
    border-color: #6699ff #6699ff #6600ff #6600ff;
    text-decoration: none;
    cursor: default;
    line-height: 29px;
    text-decoration: none;
}
.GosuMenu .button-click:hover {
    border: 1px solid;
    border-color: #6699ff #6699ff #6600ff #6600ff;
    text-decoration: none;
}
.GosuMenu .item,
.GosuMenu .item:hover {
    background-color: #6666cc;
    color: #ffffc9;
    font-family: verdana;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 10px 3px 18px;
    text-decoration: none;
    display: block;
    cursor: default;
    position: relative;
	white-space: nowrap;
    text-align: right;
}
.GosuMenu .item-hover,
.GosuMenu .item-hover:hover {
    background-color: #9966CC;
    color: #FFF3DA;
    font-family: verdana;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 10px 3px 18px;
    text-decoration: none;
    display: block;
    cursor: default;
    position: relative;
	white-space: nowrap;
    text-align: right;
}

html>body .GosuMenu img {
    position: absolute;
    top: 7px;
    left: 4px;
}
* html .GosuMenu img {
    position: absolute;
    top: 7px;
    right: 100%;
    margin-right: -8px;
}
.GosuMenu .section {
    background-color: #6600FF;
    border: 1px solid;
    border-color: #6699ff #6699ff #6600ff #6600ff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.GosuMenu .hr {
    font-size: 0px;
    border-width: 1px;
    border-color: #797857 #797857 #D7BFA4 #D7BFA4;
    border-style: solid none solid none;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

A.index:link {
  color : #000000;
  text-decoration : none;
 }
 
A.index:active {
  color : brown;
  text-decoration : none;
  background-color : yellow;
 }

A.index:visited {
color : #000000;
  text-decoration : none;
 }

A.index:hover {
  color : #000000;
  background-color : #ff9966;
  text-decoration : none;
 }
 
.toggle {
	color: #03C;
	font-size: 9pt;
}

.hotspot {
	color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

.hotspotall {
	color: #FF6600;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
	font-weight: bold;
}
