@charset "utf-8";
/* CSS Document */

html {height:100%;}
body {
background-color:#ffffff;
padding:0;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
line-height: 14px;
font-size: 10px;
height:100%;
}

/* Horizontal Rule */
hr {
  border: 0;
  border-top: 1px dotted #D0CBC1;/*the border*/
  width: 99%;
  color: #D0CBC1;
  margin:0px;
  height: 1px;
}

/*  headers */
h1 {font-weight: bold; 
    font-size: 18px; 
	color: #485C7D;; 
	font-family: "Courier New", Courier, monospace;
   	text-decoration: none;
    margin-top:0px;
    margin-bottom:0px;}

h2 { color:#485C7D;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
	line-height: 20px;
    margin-top:0px;
    margin-bottom:7px;}
	
		/*  Main Paragraph Text */
	p { margin:0; 
    line-height: 17px;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;}
	
	/*  links */
a:link {color: #017abe; text-decoration: none;} 
a:visited {color: #017abe; text-decoration: none;}
a:active {color: #1052b6; text-decoration: none;}
a:hover {color: #e07438; text-decoration: none;}
	
.combolist {
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
padding-left:45px;
margin-bottom:20px;
margin-left:23px;
background-image:url(imagez/combo-hand-icon.gif);
background-repeat:no-repeat;
line-height:35px;
}

.tunelist {
padding-left:25px;
padding-bottom:5px;
margin-top:5px;
background-image:url(imagez/miniplay.gif);
background-repeat:no-repeat;
line-height:20px;
border-bottom:#CCCCCC 1px dotted;
}

#news a {
text-decoration:underline;
font-family:arial,sans-serif;
color:#017abe;cursor:pointer;font-size:11px;font-weight:bold;line-height:14px;
}
#news p {
font-family:arial,sans-serif;
font-size:10px;
line-height:14px;
}

#loading {
position:absolute;
left:50%;
margin-left:-384px;
width:533px;
height:392px;
margin-top:190px;
background-image:url(imagez/translucent.png);
padding-top:250px;
text-align:center;
display:none;
}

/* Uploader CSS */
		
		.swfuploadbtn {
			display: block;
			width: 100px;
			height:20px;
		}
		
		.browsebtn { 
		float:left;
		height:20px; width:89px; text-align:right; margin:auto;
		padding:3px;
		font-size:18px; line-height:20px;
		background: url(http://swfupload.mammon.se/images/add.png) no-repeat 5px 5px; 
		display: block; 
		  }
		  
		.uploadbtn { 
		float:left;
			display: none;
			background: url(http://swfupload.mammon.se/images/accept.png) no-repeat 5px 5px; 
		    height:20px; width:89px; text-align:right; margin:auto;
		padding:3px;
		font-size:18px; line-height:20px;
		}
		
		.cancelbtn { 
			display: block;
			width: 16px;
			height: 16px;
			background: url(http://swfupload.mammon.se/images/cancel.png) no-repeat; 
			padding-left:18px; font-size:20px; 
			
		}
		
		#cancelqueuebtn {
			display: none;
			background: url(http://swfupload.mammon.se/images/cancel.png) no-repeat 0 4px;
			height:16px; width:100px; text-align:center; 
		padding:3px;
		width:186px;
		font-size:14px; line-height:16px;
		background-color:#FFE1E1; 
		margin-top:3px;
		}
		
		#SWFUploadFileListingFiles ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.SWFUploadFileItem {

			display: block;
			width:193px;
			height: 50px;
			background: #eaefea;
			margin-top:3px;

		}

		.fileUploading { background: #ffffff; }
		.uploadCompleted { background: #d2fa7c; }
		.uploadCancelled { background: #f77c7c; }
		
		.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
			display: none;
		}
		
		span.progressBar {
			width: 180px;
			display: block;
			font-size: 10px;
			height: 4px;
			margin-top: 2px;
			margin-bottom: 10px;
			background-color: #CCC;
		}
		
#combo-mainbox-footer a { 
text-decoration:none;
}



