/*Main Styles*/

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.image_pad {
	margin-bottom: 10px;
}

.image_pad_2-top {
	margin-top: 8px;
}

/*Text Styles*/

.text_14_head_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_14_head_cyan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #05AFEC;
}

.text_14_head_black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.text_12_head_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_12_head_cyan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05AFEC;
}

.text_12_head_black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.text_12_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.text_12_cyan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05AFEC;
}

.text_12_black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.text_11_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.text_10_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text_11_cyan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05AFEC;
}

.text_11_black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.text_11_bold_white {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_11_bold_cyan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #05AFEC;
}

.text_11_bold_black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


/*Links*/

a:link, a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49CCFE;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.its_link a:link, .its_link a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}

.its_link a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49CCFE;
	font-weight: normal;
	text-decoration: underline;
	text-transform: capitalize;
}

.hidden_link a:link, .hidden_link a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.hidden_link a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49CCFE;
	text-decoration: underline;
	text-transform: uppercase;
}

.cyan_link a:link, .cyan_link a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01acec;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.cyan_link a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49CCFE;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

.music a:link, .music a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}

.music a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49CCFE;
	text-decoration: underline;
	text-transform: uppercase;
}

/*Tables*/

.trans_bg {
	background-image: url(graphics/trans.png);
	background-repeat: repeat;
}

.cyan_bg {
	background-color: ##03ACED;
}


.blog {
	background-color: #transparent;
}

.dark_vert_bg {
	background-image: url(images/btm_nav_bar.jpg);
}

.light_vert_bg {
	background-image: url(graphics/btm_nav_bar_lt.jpg);
}

.trans_vert_bg {
	background-image: url(graphics/btm_nav_bar_trans.jpg);
}

.blog_border {
	background-color: #454545;
}

.white_horizontal {
	border-top-width: 0.01em;
	border-right-width: 0.01em;
	border-bottom-width: 0.01em;
	border-left-width: 0.01em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*Thumbnails*/

.thumbnails {
	border: 5px #000000;
	filter: alpha(opacity=60);
	opacity: 0.40;
}

.thumbnails:hover {
	border: 5px #00aceb;
	filter: alpha(opacity=99);
	opacity: 0.99;
}

a .thumbnails {
	border: 5px #000000;
	filter: alpha(opacity=60);
	opacity: 0.40;
}

a:hover .thumbnails {
	border: 5px #00aceb;
	filter: alpha(opacity=99);
	opacity: 0.99;
}


/*DropDown*/

.showstate{
	cursor:hand;
	cursor:hand;
	margin-top: 1px;
	margin-right: 3px;
}

.headers{
width: 700px;
font-size: 120%;
font-weight: bold;
border: 1px solid black;
background-color: lightyellow;
}


.dotted_line {
	border-top: 0.01px none #FFFFFF;
	border-right: 0.01px none #FFFFFF;
	border-bottom: 0.01px dotted #FFFFFF;
	border-left: 0.01px none #FFFFFF;
}
.main_bg {
	background-image: url(http://www.jo-s.com/graphics/bg.jpg);
	background-repeat: repeat-y;
}

.left_pad {
	padding-left: 5px;
}

.links_pad {
	padding: 5px;
}


/* Info Bullshit */

#infopopup_box{
 position: absolute;
 left: -300px;
 width: 150px;
 border: 1px solid black;
 padding: 2px;
 background-color: lightyellow;
 visibility: hidden;
 z-index: 100;
 /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
 filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
 }
 
#infopopup_pointer{
 position:absolute;
 left: -300px;
 z-index: 101;
 visibility: hidden;
 }

.infopopup_highlight{
 background-color: #FFF36F;
 border: 1px dotted green;
 }

 /* TOOLTIPS STYLE*/
.tooltip {
 font-size:14px;
 font-weight:normal;
 font-style:italic;
 position:relative;
 z-index:24;
 background-color:#FFF36F;
 border: 1px dotted green;
 color:#000000;
 text-decoration:none
}

.tooltip:hover {
 z-index:25;
 background-color:#FFFFFF
}

.tooltip span{display: none}

.tooltip:hover span { /*the span will display just on :hover state*/
 font-size:14px;
 font-weight:normal;
 font-style:normal;
 line-height:150%;
 display:block;
 position:absolute;
 top:1em; left:1em; width:15em;
 border:1px solid #999999;
 background-color:#E9DBCD; 
 text-align: left;
 text-decoration: none;
}

.table_449 {
	background-image: url(graphics/trans.png);
	height: 100%;
	width: 449px;
}
