﻿html
{
	scrollbar-3dlight-color : Blue;
	scrollbar-arrow-color: #ff0000;	
	scrollbar-base-color: Blue;	
	scrollbar-face-color:#d0acf1;	
	scrollbar-highlight-color:#ebcce7;
	scrollbar-shadow-color:#ebcce7;	
	scrollbar-track-color:#ebcce7;
}

body {
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#FFAAFF;
	cursor: url("css/butterfly.cur");
}
#page_wrapper {
  background: #EBCCE7;
  margin-left: auto; 
  margin-right: auto;
  width: 800px;
  height:1010px;
  text-align: left;
  border: 4px solid #FFCCFF;
}
#main_side {
	border: 4px solid #EBCCE7;
}
#left_side {
  float:left;
  width:140px;
  background: #EBCCE7;
}
#center_side {
  float:left;
  width:500px;
  background: #FFFFFF;
}
#right_side 
{
  float:left;
  width:140px;
  background: #EBCCE7;
}
a:link{
	text-decoration : none;
	color : #C12869;	
	font-family :  Arial, Helvetica, sans-serif;
	width:100px;
	cursor: url("css/butterfly.cur");
	font-size:1;
}
a:active{
	text-decoration : none;
	color : red;
	font-family : Arial, Helvetica, sans-serif;
	width:100px;
	cursor: url("css/butterfly.cur");
	font-size:1;
}
a:visited{
	text-decoration : none;
	color : #C12869;
	font-family : Arial, Helvetica, sans-serif;
	width:100px;
	cursor: url("css/butterfly.cur");
	font-size:1;
}
a:hover{
	text-decoration : none;
	color :#F535AA;
	background-color : #FAAFBE;
	font-family : Arial, Helvetica, sans-serif;
	font-size:2;
	width:100px;
	cursor: url("css/butterfly.cur");
}
#picDiv
{
	height:132px;
	background: url('../image/poz.gif') repeat;
}

.tableDefault
{
	border:solid thin #FFDFAD; 
	margin-left:5mm; 
	margin-top:5mm; 
	font-family:Verdana; 
	font-size:0.8em; 
	color:#333333; 
	background-color:#FFFBD6;
	float:left;
}

.tableSpecial
{
	border:solid thin #FFDFAD;  
	margin-top:5mm; 
	font-family:Verdana; 
	font-size:0.8em; 
	color:#333333; 
	background-color:#FFFBD6;
}

.tdDefault
{
	font-size:0.9em; 
	font-weight: bold;
	color:white; 
	background-color:#990000; 
	text-align:center;	
}

.buttonDefault
{
	border:solid 1px #CC9966; 
	font-family:Verdana; 
	font-size:0.8em; 
	color:#990000; 
	background-color:white; 
	float:right;
}

.buttonSpecial
{
	border:solid 1px #CC9966; 
	font-family:Verdana; 
	font-size:0.8em; 
	color:#990000; 
	background-color:white; 
	float:left;
}

.resultDefault
{
	float:left; 
	font-style:italic; 
	font-weight:bold;
	color:green;
	background-image: url(_images\result.gif); 
	background-position:left;
}

.errorDefault
{
	float:left; 
	font-style:italic; 
	font-weight:bold;
	color:red;
}

.resultImg
{
	height:17px;
	width:17px;
}

.infoDefault
{
	float:left;  
	font-weight:bold;
	color:black;
}
#lnkMusicCss:link{
	color : #000080;
}
#lnkMusicCss:active{
	color : red;
}
#lnkMusicCss:visited{
	color : Aqua;
}
#lnkMusicCss:hover{
	color :#FFF0F9;
	background-color : #6495ED;
}
