/* CSS Document */

img{  
	border-style: none;
}

/* Text appearance */
.Heading {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.Heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.Normal {
	font-family: Tahoma;
	font-size: 12px
}
.Content {
	font-family: Tahoma;
	font-size: 12px
}
.Content a:link {
	color:#000000; 
	text-decoration: none;
}
.Content a:visited {
	text-decoration: none;
	color:#000000;  
}
.Content a:hover {
	text-decoration: underline;
	color:#000000;
}
.Content a:active {
	text-decoration: none;
	color:#000000; 
}


.Normal2 {
	font-family: Tahoma;
	font-size: 11px
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.LoginFeedback {
  	color:#FF00FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.LoginFeedback2 {
  	color:#FF00FF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

/* Link appearance */
a:link {
	color: #FF00FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF00FF;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: underline;
	color: #FF00FF;
}

#headerDiv {
	position:absolute;
	width:100%;
	height:50px;
	background-color:#000000;
	top:0px;
	left:0px;
	z-index:1;
}
#line{
	position:absolute;
	width:100%;
	height:4px;
	top:47px;
	left:0px;
	z-index:2;
}
#YoubucketLogo{
	position:absolute;
	width:250px;
	height:50px;
	top:20px;
	left:50px;
	z-index:3;
}
#mainMenu{
	position:absolute;
	width:600px;
	height:15px;
	top:53px;
	left:318px;
	z-index:4;
}

#images{
	position:absolute;
	width:350px;
	height:200px;
	top:100px;
	left:30px;
	z-index:5;
	border:#000000 1px solid;
}

#video{
	position:absolute;
	width:350px;
	height:200px;
	top:100px;
	left:410px;
	z-index:5;
	border:#000000 1px solid;
}
#songs{
	position:absolute;
	width:350px;
	height:200px;
	top:100px;
	left:790px;
	z-index:5;
	border:#000000 1px solid;
}

#document{
	position:absolute;
	width:350px;
	height:200px;
	top:340px;
	left:30px;
	z-index:5;
	border:#000000 1px solid;
}

#other{
	position:absolute;
	width:350px;
	height:200px;
	top:340px;
	left:410px;
	z-index:5;
	border:#000000 1px solid;
}
#sponsored{
	position:absolute;
	width:350px;
	height:200px;
	top:340px;
	left:790px;
	z-index:5;
	border:#000000 1px solid;
}


#banner{
	position:relative;
	top:0px;
	width:100%;
	height:20px;
}
#content{
	position:relative;
	top:0px;
	width:100%;
	height:178px;
	overflow:auto;
	padding:1px;
}


/* Upload stuff */
#uploader{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:20;
	position:absolute; 
	background-color: #000000; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50); 
	-khtml-opacity: 0.5;
	display:none;
}
#selectFiles{
	position:absolute;
	width:40%;
	height:20%;
	top:30%;
	left:30%;
	z-index:101;
	position:absolute; 
	display:none;
}
#loaderGif{
	position:absolute;
	width:100px;
	height:100px;
	top:40%;
	left:40%;
	z-index:100;
	position:absolute; 
	display:none;
}


/* email stuff */
#emailBackground{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:20;
	position:absolute; 
	background-color: #000000; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
	-khtml-opacity: 0.5; 
	display:none;
}
#emailFile{
	position:absolute;
	width:350px;
	height:420px;
	top:10%;
	left:40%;
	z-index:30;
	position:absolute; 
	display:none;
}