/* -------------------------------------------------
--- Poop Loops Loop Style                       ----
--- Made by Darkgrammer                         ----
-------------------------------------------------- */

/* Colors of Normal Text. */		
body,td,th {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
overflow: hidden;
}

/*Top Left "poop" Link*/
a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#CC6714;
text-decoration: none;
font-size: 12px;
margin-left:3px;
margin:auto
}
		
a:hover {
color:#CC6714;
background-color: #F5F5F5;
}
		
/*Position of Loop (SWF) [default is absolute center]*/
#centerloop {
color: white;
background-color: transparent;
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block}

#centerloopbottom {
width: 100%;
text-align: center;
position:absolute;
bottom:0;
top: 95%;}
	
#centerlooptop {
width: 100%;
text-align: center;
position:absolute;
bottom:0;
top: -35%;}

div.container {
background-color: transparent;
text-align: center;
margin-top: -275px;
margin-left: -380px;
position: absolute;
top: 50%;
left: 50%;
width: 760px;
height: 550px;
visibility: visible}

/*Loop Ratings Thumbs*/	
#thumbUP {  
display:inline-block; 
width:16px; 
height:16px; 
z-index:1; 
background: url(http://www.pooploops.com/misc/images/thumbs/allthumbs.png); 
} 
#thumbUP:hover {  
background: url(http://www.pooploops.com/misc/images/thumbs/allthumbs.png) 0px 16px; 
cursor:pointer; 
display:inline-block; 
width:16px;
height:16px;
} 
#thumbDOWN {  
display:inline-block; 
width:16px; 
height:16px; 
background: url(http://www.pooploops.com/misc/images/thumbs/allthumbs.png) 16px 0px; 
} 
#thumbDOWN:hover {  
background: url(http://www.pooploops.com/misc/images/thumbs/allthumbs.png) 16px 16px; 
cursor:pointer; 
display:inline-block; 
width:16px; 
height:16px; 
}

/*Hey! Rating Arrow*/
#rating{
margin-right:5px;
opacity: .2;
position:absolute;
right:0px;
top:0px;
/*display:inline-block;*/
color:#C60;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; 
filter: alpha(opacity=20);					
}
#rating:hover{
margin-right:5px;
position:absolute;
right:0px;
top:0px;
opacity: 1;
/*display:inline-block;*/
float:right;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
filter: alpha(opacity=100);
}
#rateLoop {
position:absolute;
right:0px;
top:-50px;
width:167px;
height:50px;
z-index:2;
background: url('http://www.pooploops.com/loops/rateLoop.png');
}