/* stylesheet for Sydney Salsa Scene web pages */

body {
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #000000;
}
a { 	text-decoration: none; color: #FF9900}
a:hover { text-decoration: none; color: #FF0000}
a.nav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #CCCCCC; font-weight: bold}
a.txt2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #33FF33; font-weight: normal}
a.txt3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #CC00CC; font-weight: normal}
a.hdr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF9900; font-weight: bold}
a.ftr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #CCCCCC; font-weight: bold}
.ttl { 	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15pt; color: #FFFF00}
.hdn { 	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15pt; color: #CC00CC}
.hdn2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #00CC00; font-weight: bold}
.hdr { 	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF9900; font-weight: bold}
.hdr2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold}
.hdr3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFD600; font-weight: bold}
.txt { 	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #CCCCCC}
.txt2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #33FF33}

.ftr { 	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #CCCCCC}
.ftr2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF}
.tran {
	background-color: FFFFFF;	/* the background		*/
	filter: alpha(opacity=20);	/* Internet Explorer		*/
	-moz-opacity: 0.1;		/* Mozilla 1.6 and below	*/
	opacity: 0.1;			/* newer Mozilla and CSS-3	*/
	font-size: 5pt;
	font-family: Arial, Helvetica, sans-serif;
}
.tran1 {
	background-color: FFFFFF;	/* the background		*/
	filter: alpha(opacity=10);	/* Internet Explorer		*/
	-moz-opacity: 0.1;		/* Mozilla 1.6 and below	*/
	opacity: 0.1;			/* newer Mozilla and CSS-3	*/
	font-size: 5pt;
	font-family: Arial, Helvetica, sans-serif;
}
.tran3 {
	background-color: 000000;	/* the background		*/
	filter: alpha(opacity=30);	/* Internet Explorer		*/
	-moz-opacity: 0.1;		/* Mozilla 1.6 and below	*/
	opacity: 0.1;			/* newer Mozilla and CSS-3	*/
	font-size: 5pt;
	font-family: Arial, Helvetica, sans-serif;
}
span {
	filter: alpha(opacity:100);
	position: relative;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	word-wrap: break-word;
}
input.txt {
	background-color: #000000;
	border-left: #666666 1px solid;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-right: #666666 1px solid;
	width: 125px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
input.submit {
	background-color: #000000;
	border-left: #666666 1px solid;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-right: #666666 1px solid;
	width: 60px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.seBox {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	width: 975px;
	height: 10px;
	overflow: auto;
	font-size: 5pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
  .curved8 {
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
   behavior:url(border-radius.htc);
}

.rounded-corners {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
  [if IE]><link rel="stylesheet" href="ie.css" type="text/css" media="screen, projection" /><![endif]
}
.curved {
behavior: url("border-radius.htc");
-moz-border-radius: 20px; /* Firefox */
-webkit-border-radius: 20px; /* Safari and Chrome */
-khtml-border-radius: 20px; /* Linux browsers */
border-radius: 20px; /* Opera 10.50, IE and CSS3 */
}
#inner a{
	width:50px;
	height:30px;
	font-size:24px;
	text-decoration:none;
	color:#00006F;
	margin:4px 10px 4px 4px;
	background-color : #D8D8D8;
	text-align:center;
	
	border: 1px #222 solid;
	border-color:;
	
	box-shadow: 0px 0px 7px #999; 
	-webkit-box-shadow: 1px 1px 7px #999; 
	-moz-box-shadow: 1px 1px 7px #999; 
 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc); 
}

