/* _________________________________________________

IMZupload
http://www.imzupload.com
Author: Vina Limpo
_____________________________________________________

1.ROOT
2.HEADINGS
3.TYPOGRAPHY
4.LINKS
5.FIGURES & IMAGES
6.TABLES
7.FORMS (See css/mylibs/forms.css)
8.BANNER header[role="banner"]
9.NAVIGATION nav[role="navigation"]
10.CONTENT
11.MAIN div[role="main"]
12.COMPLIMENTARY div[role="complementary"]
13.CONTENTINFO footer[role="contentinfo"]
14.GLOBAL OBJECTS
15.VENDOR-SPECIFIC 
16.TEMPLATE SPECIFICS
17.MODERNIZR

COLOURS 

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin : 0;
padding : 0;
border : 0;
font-size : 100%;
font : inherit;
vertical-align : baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display : block; }

/* 1.ROOT */

html {
overflow-y : scroll;
background : rgb(255,255,255) /* url(../img/tmp/grid.png) repeat-y 50% 0 */; }

body { 
margin : 0 auto;
padding : 24px 0 0 0;
/*width : 90%  252px ;*/
font : 100%/1.4 "proxima-nova-1","proxima-nova-2",sans-serif;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
color : rgb(40,40,40); 
background-color : transparent; }

/* 2.HEADINGS */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
font-family: "museo-slab-1","museo-slab-2",serif;
text-transform:uppercase;
}
h1, 
h2, 
h3{
border-bottom:4px solid #CA6627;	
}

h1, h2, h3 { 

margin-bottom : 1.25em;
font-size : 1.25em; /* 20 / 16 = 1.25 */
line-height : 1.25; }

h4, h5 { 
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }

h6 { 
font-size : 1em; /* 16 / 16 = 1 */ }

/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
margin-bottom : 1.5em; 
font-size:0.75em; /* 12 / 16 = 0.75 */ }

ul, 
ol { 
margin : 0 0 1.5em -24px; 
padding-left : 24px; }

ul { 
list-style-type : disc; }

ol { 
list-style-type : decimal; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

blockquote  { 
margin : 0 0 1.5em -24px; 
padding-left : 24px; 
border-left : 1px solid rgb(200,200,200);
font-style : italic; }

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
content : '';
content : none; }

b, 
strong	{ 
font-weight : bold; }

i, 
em { 
font-style : italic; }

sup, 
sub { 
position : relative;
font-size : 75%; 
line-height : 0; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

address { 
font-style : normal; }

pre { 
margin-bottom : 1.5em; 
white-space : pre; 
white-space : pre-wrap; 
word-wrap : break-word; }

pre, 
code { 
font : .875em 'andale mono', 'lucida console', monospace; 
line-height : 1.5; }

small {
font-size : 1em; /* 16 / 16 = 1 */ }

/* 4.LINKS */

a, 
a:visited {
outline : none;
color : rgb(179,43,65);
text-decoration : none;
}
 
a:hover { 
outline : none;
/*color : rgb(40,40,40);*/ 
background-color: rgb(243,216,216);
}
 
a:active, 
a:focus { 
outline : none;
color : rgb(0,0,0); }

/* 5.FIGURES & IMAGES */

/* 6.TABLES */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%!important;
font-size : .875em; /* 14 / 16 = .875 */
padding-bottom:1.4em;
border-bottom:4px solid #D6C4AC;}

th { 
font-weight : bold; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* 7.FORMS (See css/mylibs/forms.css) */

/* 8.BANNER */


/* 9.NAVIGATION */
/* 10.CONTENT */
/* 11.MAIN */
/* 12.COMPLIMENTARY */
/* 13.CONTENTINFO */

/* 14.GLOBAL OBJECTS */

.clearfix { 
zoom : 1; }

.clearfix:before, 
.clearfix:after { 
content : "\0020"; 
display : block; 
height : 0; 
overflow : hidden; }

.clearfix:after { 
clear : both; }

/* 15.VENDOR-SPECIFIC */

body {
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

a:link { 
-webkit-tap-highlight-color : rgb(52,158,219); }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

/* input[type=search] {
-webkit-appearance : none; }

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
display : none; } */

::-webkit-input-placeholder {
padding : 10px;
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
padding : 10px;
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

div,
input,
textarea  { 
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
-o-box-sizing : border-box;
box-sizing : border-box; }

/* Non-semantic helper classes */

/* Image replacement */
.ir { 
display : block; 
text-indent : -999em; 
overflow : hidden; 
background-repeat : no-repeat; 
text-align : left; 
direction : ltr; }

/* Hide for screenreaders and visual browsers */
.hidden { 
display : none; 
visibility : hidden; }

/* Hide visually */
.visuallyhidden { 
position : absolute;
clip : rect(0 0 0 0); 
overflow : hidden;
margin: -1px;
padding : 0;
height : 1px;      
width : 1px;
border : 0; }

/* Allow an element to be focusable via keyboard  */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { 
position : static;
clip : auto; 
overflow : visible;
height : auto; 
margin : 0;   
width : auto; }

/* Hide but maintain layout */
.invisible { 
visibility : hidden; }

/* 17.MODERNIZR */

/* MEDIA QUERIES */

/* Layout */
html{
	background:url(images/bodytile.jpg) repeat #fff;
}
header[role="banner"] h1 {
text-indent:-9999em;}

#pagewrap{margin:0 auto; /*width:900px; min-width:900px;*/ padding-bottom:30px; min-height:100%; position:relative;}
#pagewrap{	
	width:90%;
	max-width : 98%;
	min-width:850px;
}


header[role="banner"] {
/*background : transparent url(/images/logo.png) no-repeat top left;*/
position:relative;
}
header[role="banner"] a.logo:hover{background-color:transparent;}
header[role="banner"] section#mainOptions{float:right; }
header[role="banner"] section#mainOptions p{line-height:1em;}
header[role="banner"] section#mainOptions .not_login_nav li{list-style-type:none; display:inline;}

header[role="banner"] section#lang{position:absolute; top:30px; right:0; z-index:200;}
header[role="banner"] section#lang ul{background-color:#dbd6ce; background:rgba(45,42,39,.10);  border-radius:7px; -moz-border-radius:7px;}
header[role="banner"] section#lang ul li a{padding-left:5px;}
header[role="banner"] section#lang ul li a:hover{background-color:transparent; color:#B32B41;}
header[role="banner"] section#lang ul li{padding:3px; padding-right:7px;}

header[role="banner"] span.username a{background:url(images/id_card.png) no-repeat center left; padding-left:26px;}
header[role="banner"] span.logout a{background:url(images/logout.png) no-repeat center left; padding-left:18px;}

nav[role="navigation"] {position:relative; background-color:#ecdfc6; background:rgba(226,177,78,.18); height:35px; margin-bottom:1em;}
nav[role="navigation"] ul {list-style-type:none; clear:both;}
nav[role="navigation"] ul li {float:left;}
nav[role="navigation"] ul li a{}


nav[role="navigation"] ul.generic_nav{margin-left:85px; position:absolute; top:-31px;}
nav[role="navigation"] ul.generic_nav li{}
nav[role="navigation"] ul.generic_nav li a{display:block;color:#2d2a27; text-transform:capitalize; padding:8px 20px;background:url(images/nav.png) repeat-x top left;}
nav[role="navigation"] ul.generic_nav li a:hover{ background:url(images/nav_over.png) repeat-x top left; text-decoration:none; color:#fff;}
nav[role="navigation"] ul.generic_nav li.current a{background-image:none; font-size:1.5em;background-color:#ecdfc6;  background:rgba(226,177,78,.18); padding:8px 40px;position:relative; top:-14px; padding-top:12px;}
nav[role="navigation"] ul.generic_nav li.current a:hover{color:#2d2a27;}


nav[role="navigation"] ul.admin_nav{display:block; position:relative; top:7px; margin-left:80px;}
nav[role="navigation"] ul.admin_nav li{float:none; display:inline;margin:3px 10px; }
nav[role="navigation"] ul.admin_nav li a{}
nav[role="navigation"] div.fbLike{position:absolute; left:5px; top:7px;}

.content{min-height:300px; padding:20px 0;}
/*.content div[role="sponsor"]{width:200px; float:left; background-color:rgba(45,42,39,.1); padding:1em; margin-bottom:20px;}
.content div[role="content"]{}
*/
.content div[role="main"]{ /*width:100%;*/ float:none;}
.content div[role="main"] p.ads{display:block!important; text-align:center;}
.content div[role="complementary"]{width:100%; background-color:none;}
.content div[role="complementary"] section{margin-bottom:2em;padding:1em; }
.content div[role="complementary"] section.ad_sidebar{display:none;}
.content div[role="complementary"] section.sponsor{margin-top:3em;padding:1em 0; background:url(images/dashed-double.png) repeat-x top left; }
.content div[role="complementary"] section.sponsor ul{list-style-type:none;}
.content div[role="complementary"] section.sponsor ul li{display:block; float:left; margin-right:7px; margin-left:7px;margin-bottom:15px;}
.content div[role="complementary"] section.sponsor a:hover{background-color:transparent;}
.content section header{text-transform:uppercase;margin-bottom : 1.5em;font-size:1em;}

.content .paging small{display:none;}

footer[role="contentinfo"]{position:abolute; bottom:0; padding:50px 60px; padding-left:30%; background:url(images/footer.png) no-repeat 10% bottom #2d2a27;}
footer[role="contentinfo"] section{width:25%; margin-left:1.6%;float:left;}
footer[role="contentinfo"] section.copyright{width:25%;}

footer[role="contentinfo"] section header{color:#CA6627;}
footer[role="contentinfo"] section ul{list-style-type:none;color:#fff;}
footer[role="contentinfo"] section ul a{/*color:#cabfab;*/ color:#fff;}
footer[role="contentinfo"] section ul a:hover{background-color:#cabfab; color:#000;}

#utmodes, p.buttons{height:50px;}
.file_block p.buttons{height:auto; margin:0;}
#utmodes{margin:0 auto;}
#utmodes input, p.buttons a{border:0;color:#fff;background-color:#1989A6; border-radius:4px; -moz-border-radius:4px;padding:8px 10px; display:block; float:left; margin-right:10px; background-image: -webkit-linear-gradient(center bottom , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%); background-image: -moz-linear-gradient(center bottom , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);}
#utmodes input{float:none; display:inline; cursor:pointer;}
#utmodes input.active{-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.765) inset;-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.765) inset;  border:2px solid #555;}

div.download_buttons p{width:50%;float:left; text-align:center;}
div.download_buttons p input{width:90%; height:50px; font-size:1.6em;}
div.download_buttons p.free_opt{}
#utmodes p.premium_opt input{background-color:#de7b11;}

#login_float{position:absolute;background-color:#E2DCD1; width:300px;padding: 8px;z-index:200; border: 5px solid #CA6627;
    right: 5%;
    top: 45px;}
#login_float table{border-bottom:0;}
#login_float input{}

#close_panel{position:absolute; top:-10px; right:-10px;}
#close_panel:hover{background-color:transparent;}

.tabbertabs{margin-bottom:2em;}

.img_display img{width:50%;}

table.captcha{width:300px!important;}

.welcome_msg p{font-size:1em;}

p.upload_panel{margin:20px auto; width:120px;background-color:#CA6627;border-radius:4px; -moz-border-radius:4px; padding-left:10px; display:block;background-image:-webkit-linear-gradient(center bottom , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%); background-image: -moz-linear-gradient(center bottom , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);  }
p input.upload_btn{border:0; width:120px; padding:8px 10px;padding-left:15px; background:url(images/upload.png) no-repeat 10px center; text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); text-transform:uppercase; font-size:1.2em; color:#fff; cursor:pointer;}

/*
P {font-family: times;}


body{margin:0;height:auto;font:13px Tahoma;color:#666666;background:#FFFFFF;text-align:center;}
body * {margin:auto;}
a, a:visited {color: #2c6eaa;}
p {margin-top:4px;font-family: Tahoma;text-align:left;}
h2 {font: bold 19px Tahoma;margin:1px;}
h3 {font: bold 18px Tahoma;margin:1px;}
strong {font-size:15px;}
table {font: 13px Tahoma;text-align:left;}
small a {font-size:11px;color: #227;text-decoration:none;}
small a:hover {color: #119;text-decoration:underline;}
*/
.paging {margin:20px 0;}
.paging a, .paging a:visited {margin-right:3px;padding:1px 7px;text-decoration: none;color: #CA6627;}
.paging a:hover {background-color: #e5bba0;}
.paging b {margin-right:3px;padding:1px 7px;font-weight: bold;color: #FFF;background-color: #CA6627;}
.paging small {color:#777;line-height:18px;}

.result_slot {text-align:left;}
.result_slot td {}
.result_slot input, .result_slot textarea {border:1px solid #AAA;color:#444;}
.file_slot {border-bottom:1px solid #999;}
.file_slot tr.hdr td {background-color:#DCE3E9; font-weight: bold; text-align:center;}
.captcha_code {border: 1px solid #777;width:50px;text-align:center;}
.pic {border-color:rgb(45, 42, 39) ; border: 10px solid rgba(45, 42, 39, 0.1);}
#recaptcha_image{border:0;}

form {margin:0;}
.txt12 {/*font: 12px Arial;*/}
.div1, .file_list {text-align: left; color: #484B50; /*font-size: 11px;*/}
.div1 {width: 500px; padding: 5px; top:-9999px;}
.upload_input{width:550px; margin:0 auto;}
.upload_input input { border: 1px solid #636363; margin-top: 1px;width:74.32%; /*550 / 740 */}
.myForm { border: 1px solid #636363; margin-top: 1px;}
.xrow {background:#ffffff;border:1px solid #b3b3b3;padding:2px;margin-top:2px;}
.xrow input { border: 1px solid #c3c3c3; margin-top: 1px;}
.xrow input.input_url { border: 1px solid #636363; margin-top: 1px; width: 90%;}
.xrow a img {border:none;float:right;width:16px;height:16px;}
.xfname  {/*color: #333;*/font-weight:bold;float:left;height:16px;}
.xdescr  {/*color: #999;font: 12px Tahoma;*/}
.fdescr {width: 325px;}
#optidiv, #optidiv2 {position:absolute;top:-9999px;margin-top:2px;padding:3px;}
#div_file{position:static;top:-9999px;}
#div_url, #div_rs, #div_tt, #div_ff {position:absolute;top:-9999px;}
.ok {color:#1b1;}
.err {
    border: 1px dashed #991111;
    color: #991111;
    margin: 10px 0;
    padding: 10px;
	padding-left:50px;
	background:url(images/pages_warning.png) no-repeat 10px center #FDE0DD; }
#news { /*font-size:13px;*/}
#news a.title {/*color:#3399CC;font-size:17px;text-decoration:none;*/}
#news_last {margin-top:7px;/*width:560px;*/text-align:left;}
#news_last a {/*color:#447;*/}
a.cmt_link {background: url(images/comments.gif) no-repeat left center; padding-left: 16px;color:#336699;}
.cmt_hdr {background-color:#c7cfd4;padding:4px;/*font-size:11px;*/}
.cmt_hdr a {text-decoration:none;}
.cmt_hdr b, .cmt_hdr b a {/*font-size:13px;color: #202020;*/}
.cmt_txt {padding: 5px;margin-bottom:10px;}
.sinput input, .sinput textarea {border:1px solid #707070;margin:2px;}

#lang{/*position:absolute;top:0px;padding:3px;right:0;*/}
#lang ul{width:100px;float:left;margin:0px;padding:0;list-style:none;}
#lang ul li {text-align:left;}
#lang ul li a{color:#444;text-decoration:none;display:block;width:100%;}
#lang img{border:none;margin-right:3px;}
#lang ul li {display:none;/*background:#d3d3d3;*/border:1px solid transparent;}
#lang ul .top {display:block;background:none;border:none;}
#lang ul li:hover{}
#lang ul:hover li {display:block;}

/* CSS below required for Inline3 mode */
.data {border-collapse:collapse; background-color: #e9e9e9; width: 400px; margin-bottom: 3px;}
.data TR TD {border: 1px solid #a3a3a3; }
.bar1 {border: 1px solid #a3a3a3; background-color: #f6f6f6; text-align: left; vertical-align: middle; height: 20px; width: 98%;}
.bar2 {width: 1%; background-color: #c9c9c9; height: 20px; text-align: left;}
.message {width: 400px; border: 1px solid #909090;  margin-top: 5px; text-align: left; padding-left: 3px; background-color: #f9f9f9;}
.myLink  { color: #303030; text-decoration: none;}
.myForm {border: 1px solid #636363;margin-right:2px;}
.btn     {margin-top: 3px; margin-bottom: 5px; width:200px;}
.btn2, .btndiv {color:#fff;background-color:#1989A6; border-radius:4px; -moz-border-radius:4px;display:block; float:left; margin-right:10px; background-image: -moz-linear-gradient(center bottom , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%); height:25px; padding:5px; border:0;cursor:pointer;}
.btndiv  {width:120px;/*height:16px;*/ float:none;text-align:center;padding:1px 4px 0px 4px;}
div.tabbertab div.hover { background-color:#e9f3e9; }

.tbl1 {text-align:left;border-collapse: collapse;}
.tbl1 tr td, .tbl1 tr th {/*border:1px solid #c3c3c3;*/ padding:3px; vertical-align:top;}
.tbl1 tr td { /*background-color: #FFFFFF;font-size: 12px;*/}
.tbl1 tr.hi td {background-color: #F3F3F3;}
.tbl1 tr:hover td {/*background-color: #E9F0FF;*/}
.tbl1 tr td.pub {background-color: #E0FFE0;}
.tbl1 tr.hdr td, .tbl1 th, .hdr {background-color:#e2dcd1; font-weight: bold; text-align:center;}
.tbl1 tr{border-bottom:1px dotted #999;}

.tbl1 tr.hi2 td {background-color: #D9ECFF;}

.rrd {width:60%;padding:5px;margin:0 auto;}

.tabberlive .tabbertabhide {display:none;}
.tabber {}
.tabberlive {margin-top:1px;}
ul.tabbernav{margin:0;padding: 3px 0;border-bottom: 1px solid #778;}
ul.tabbernav li{list-style: none;margin: 0;display: inline;}
ul.tabbernav li a {background: #F3F6FB; border: 1px solid #778; padding: 3px 3px;margin-left: 3px;border-bottom: none;text-decoration: none;}
ul.tabbernav li a:link { color: #66A; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover{color: #000;background: #AAE;border-color: #227;}
ul.tabbernav li.tabberactive a{background-color: #fff;border-bottom: 1px solid #fff;color: #448;}
ul.tabbernav li.tabberactive a:hover{color: #000;background: white;border-bottom: 1px solid white;}
.tabberlive .tabbertab {padding:5px;border-top:1px solid #aaa;text-align:center;}
.tabberlive .tabbertab h2 {display:none;}

/*#utmodes input {border:1px solid #d3d3d3;background:#f6f6f6;margin-right:8px;}
#utmodes input.active {border:1px solid #a3a3a3;background:#e3e3e3;}
*/
#upload_div {/*width:750px;*/margin-top:30px;}
.upload_block {height:280px;/*min-height:280px;*/margin-top:5px;}
html>body .upload_block {height:auto}
#progress_div {position:absolute;top:-9999px; margin:0 auto; left:0; width:100%;}

.file_block, table.format {margin-top:5px;width:100%;border-collapse: collapse;}
.file_block TR TD, table.format tr td {padding:3px;border:1px dotted #999;}
.file_block div.link {width:200px;overflow:hidden;}
.file_block div.link a {font-weight:bold;text-decoration:none;}

img.cat_img {padding:10px;}
.url2 {color:#227;text-decoration:none;}

.uploadv {text-align: center; overflow: hidden; width: 400px; height: 30px; background:url(btn2.gif) no-repeat;color: #444;  line-height:30px; background-color: #a3a3a3;}
.uploadv input {margin-top: -50px; margin-left:-410px;  -moz-opacity: 0;  filter: alpha(opacity=0);   opacity: 0;  font-size: 140px; height: 100px;}

.trf{background-image:url(images/flags.png);height:11px;width:16px;background-repeat:no-repeat;overflow:hidden;display:inline-block;margin-right:5px;}
.trf-za{background-position:-24px 0;}
.trf-al{background-position:-48px 0;}
.trf-arabic{background-position:-72px 0;}
.trf-by{background-position:-96px 0;}
.trf-bg{background-position:-120px 0;}
.trf-catalonia{background-position:-144px 0;}
.trf-cn{background-position:-168px 0;}
.trf-tw{background-position:-192px 0;}
.trf-hr{background-position:-216px 0;}
.trf-cz{background-position:-240px 0;}
.trf-dk{background-position:-264px 0;}
.trf-nl{background-position:-288px 0;}
.trf-ee{background-position:-312px 0;}
.trf-fi{background-position:-336px 0;}
.trf-french{background-position:-360px 0;}
.trf-galicia{background-position:-384px 0;}
.trf-german{background-position:-408px 0;}
.trf-gr{background-position:-432px 0;}
.trf-il{background-position:-456px 0;}
.trf-in{background-position:-480px 0;}
.trf-hungary{background-position:-504px 0;}
.trf-indonesia{background-position:-528px 0;}
.trf-it{background-position:-552px 0;}
.trf-is{background-position:-576px 0;}
.trf-ie{background-position:-600px 0;}
.trf-japan{background-position:-624px 0;}
.trf-kr{background-position:-648px 0;}
.trf-lv{background-position:-672px 0;}
.trf-lt{background-position:-696px 0;}
.trf-mk{background-position:-720px 0;}
.trf-my{background-position:-744px 0;}
.trf-mt{background-position:-768px 0;}
.trf-no{background-position:-792px 0;}
.trf-ir{background-position:-816px 0;}
.trf-polish{background-position:-840px 0;}
.trf-pt{background-position:-864px 0;}
.trf-ro{background-position:-888px 0;}
.trf-russian{background-position:-912px 0;}
.trf-rs{background-position:-936px 0;}
.trf-sk{background-position:-960px 0;}
.trf-sl{background-position:-984px 0;}
.trf-spanish{background-position:-1008px 0;}
.trf-ke{background-position:-1032px 0;}
.trf-se{background-position:-1056px 0;}
.trf-ph{background-position:-1080px 0;}
.trf-thai{background-position:-1104px 0;}
.trf-turkish{background-position:-1128px 0;}
.trf-ua{background-position:-1152px 0;}
.trf-vn{background-position:-1176px 0;}
.trf-wales{background-position:-1200px 0;}
.trf-europeanunion{background-position:-1224px 0;}

.icon {width:100px; height:90px; border:solid 1px #C3C3C3;position:relative;background:#FFFFFF;padding:1px;text-align:left}
.icon a:link, .icon a:visited {height:90px;width:100%;display:block;}
.icon a:hover {display:block;position:absolute;z-index:999;left:-40px;top:-28px;width:160px;height:140px;border:solid 1px #C3C3C3;}

.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	/*font: 11px Verdana, Geneva, sans-serif;*/
	margin-top: 5px;
	padding: 10px;
	width: 350px;
	text-align:left;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
	float:left;
}

#fileQueue{
	margin-top: 5px;
	padding: 3px;
	background-color: white;
	border: 1px solid #cecece;
	overflow: auto;
	height: 170px;
	width: 400px;
}

