/* :: CSS RESET :: 
**************************************************************/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del {text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */
/*************************************************************/

/* :: Elementer :: 
**************************************************************/
html { overflow-y:scroll;  /* Tvinger scrollbar på html-elementet */ }
body { background: #f3f3f3; text-align: center; font: normal 11px/17px Arial, Helvetica, sans-serif; }
a { color: #0099FF; text-decoration: none; border-bottom:1px dotted;	/* IE shows 'dotted' as 'dashed' */ }

a:link {

}

a:visited {

}

a:hover {
color:#0D78B0;
}

a:active {

}

input, select, textarea { font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
h2 {   /* IE indents legends, replaced with h3 */
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    color: #333333;
}

.content h2 {
margin-bottom: 10px;
}

p { margin: 0 0 1.2em 0; }

/* :: Struktur :: 
**************************************************************/
#header-wrapper { border-bottom: 13px solid #dadada; padding-bottom: 12px; }
#wrapper {

}

#header, #content-wrapper, #footer {
	width: 981px;
	text-align: left;
	margin: 0 auto;	
	overflow: hidden;	
}

#content-wrapper {
    /*width: 740px;*/   /*800*/
    width: 933px; /*981*/
    background: #ffffff;
    padding: 0 24px;
}

#navigation {
width: 145px;
float: left;
}

#inner-content-wrapper {
/* background: url(img/content-wrapper-bg.gif) 0 53px repeat-x; overflow: hidden;*/   /*strakk seg ikke ut i ie*/
width: 746px;
min-height: 410px;
height: 410px;
height: auto !important;
padding-left: 41px;
border-left: 1px solid #f0f0f0;
float: right;
}

#footer {
    width: 942px; /*981*/
    /*background: #ffffff;*/
    margin: 8px auto 20px auto;
    padding: 0 15px 0 24px;
	/*min-height: 400px;
	height: 400px;
	height: auto !important;*/
}


.content { padding: 23px 0 70px 0; }
.content h1 { font: 15px/25px arial, verdana; margin-bottom: 15px; }


/* :: Header :: 
**************************************************************/
#header { position: relative; height: 57px; }
#logo { display: block; float: left; }
#login-info {
    float: right;
    padding-right: 15px; 
    margin-top: 7px;
    line-height: 11px;
}

#login-info a { border:0;font-weight: normal}
#login-info a:hover { border-bottom:1px dotted;}

#header h1 {
font: normal 30px/30px Arial, Helvetica, sans-serif;
position: absolute;
bottom: 10px; 
left: 115px;
color: #333333;

}

/*ul#menu {
	position: absolute;
	bottom: 0;
	left: 112px;
	font-weight: bold;
	line-height: 23px;
}

ul#menu li {
	display: block;
	float: left;
	background: url(img/menu-item-left.gif) left top no-repeat #ffffff;
	margin-right: 2px;
	height: 23px;
}

ul#menu li.active { background: url(img/menu-item-sel-left.gif) left top no-repeat #dadada; }
ul#menu li a {
	background: url(img/menu-item-right.gif) right top no-repeat transparent;
	padding: 0 20px;
	display: block;
	color: #858585;
}

ul#menu li.active a { background: url(img/menu-item-sel-right.gif) right top no-repeat transparent; color: #333333; }
ul#sub-menu { line-height: 30px; margin-bottom: 25px; overflow: hidden; }
ul#sub-menu li {
	display: block;
	float: left;
	background: url(img/sub-menu-item-left.gif) left top no-repeat #858585;
	margin-right: 1px;
	height: 30px;
}

ul#sub-menu li.active {	background: url(img/sub-menu-item-sel-left.gif) left top no-repeat #dadada; }
ul#sub-menu li a {
	background: url(img/sub-menu-item-right.gif) right top no-repeat transparent;	
	text-align: center;
	width: 100px;
	display: block;
	color: #ffffff;
}

ul#sub-menu li.active a { background: url(img/sub-menu-item-sel-right.gif) right top no-repeat transparent; color: #333333; }*/

/* :: Navigation :: 
**************************************************************/
#navigation {
margin-top: 23px;
font-size: 12px;
line-height: 22px;
}

#navigation div {
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    color: #333333;
}
#navigation li {font-size: 12px;}
#navigation li.active {
font-weight: bold;
color: #0d78b0;
}

#navigation ul {
margin: 2px 0 25px 0;
} 

#navigation li a {
/*color: #0d78b0;*/
background: none;
border: 0;
}

#navigation li a:hover { border-bottom: 1px dotted;color:#0D78B0;	/* IE shows 'dotted' as 'dashed' */ }

/* :: Content :: 
**************************************************************/
/*::TODO: FIXES..*/

p.intro {font-size: 12px;}
.content fieldset {
    border: 1px solid #858585;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11px;
    width: 401px;
    float: left;
    margin-top: 1.6em;
}

fieldset h3 {   /* IE indents legends, replaced with h3 */
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    background: #858585;
    position: absolute;
    top: -9px;
    left: 10px;
    padding: 0 9px 0 5px;
    float: left;
    color: #ffffff;
    text-transform: uppercase;
}

#edit-user fieldset { width: 450px; }
fieldset label{
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    margin-right: 14px;
}

#edit-user fieldset label { width: 115px; }
.form-fields { padding: 13px 0 20px 8px; overflow: hidden; }
fieldset ol{ float: left; }
fieldset li{ line-height: 22px; margin-bottom: 5px; float: left; }
.content fieldset input.textbox, input.textbox {
    width: 259px;
    padding: 3px 2px 3px 3px;
    line-height: 11px;
    vertical-align: middle;
    border: none;    
    float: left;
    border-left: 1px solid #e7e8e9;
    border-right: 1px solid #e7e8e9;
}

select.textbox {
    width: 266px;
    padding: 2px 2px 2px 3px;
    line-height: 11px;
    vertical-align: middle;
    border: none;
    float: left;
    border-left: 1px solid #e7e8e9;
    border-right: 1px solid #e7e8e9;
}

fieldset li span, span.tbFrame {
    display: block;
    float: left;
    border-top: 1px solid #6d6f70;
    border-bottom: 1px solid #d3d5d6;
    border-left: 1px solid #c9cbcc;
    border-right: 1px solid #c9cbcc;
}

.btn {
    background: url(img/btn-bg-left2.gif) top left no-repeat; 
    height: 22px;
    display: block;
    float: left;
    padding-left: 4px;
    line-height: 22px;
    border: 0;
}

.btn span {
    background: url(img/btn-bg-right2.gif) top right no-repeat;    
    padding: 0 17px 0 14px;
    color: #0b333c;    
    height: 22px;
    display: block;
    float: left;
    cursor: pointer;
}

.btn:hover { background: url(img/btn-bg-left2.gif) bottom left no-repeat; }
.btn:hover span { background: url(img/btn-bg-right2.gif) bottom right no-repeat; }

/* :: Footer :: 
**************************************************************/
/*#footer a {background: none;}*/

ul#site-links {
	float: right;
	/*margin-top: 7px;*/
	/*line-height: 11px;
	padding-bottom: 10px;*/
}

ul#site-links li {
	float: left;
	/*background: url(img/link-sep.gif) 100% 25% no-repeat;*/
	padding-left: 16px;
	/*line-height: 12px;
	padding-bottom: 2px;*/
}

ul#site-links li.last  { background: none; }
/*ul#site-links a { padding-bottom: 1px; }*/
#footer a {border: 0;}
#footer a:hover { border-bottom:1px dotted;color:#0D78B0;	/* IE shows 'dotted' as 'dashed' */ }



/* Konto
********************************************************/

.account-emails { float: left; }
.account-emails li { float: left; clear: left; }
.account-emails .email { float: left; width: 250px; }
.account-emails .notice {}
.account-emails .control { float: left; }
#edit-user fieldset table {
    border-collapse: collapse;
    border: 1px solid #dadada;
    margin-top: 5px;
}

#edit-user fieldset td { border:1px solid #dadada; padding: 3px 10px 3px 10px; }
#edit-user h3 { line-height: 20px; }
#edit-user fieldset h3 { line-height: 15px; }
.tbl-account-default { border-collapse: collapse; }
.tbl-account-default th {
    background: #858585;
    color: #ffffff;
    text-transform: uppercase;
    text-indent: 6px;
    line-height: 24px;
    border: 1px solid #858585;
    font-weight: normal;
}

.tbl-account-default th { border-right: 1px solid #dfdfdf; }
.tbl-account-default th.last { border: 1px solid #858585; }
.tbl-account-default td {
    padding-left: 6px;
    line-height: 20px;
    height: 21px;
    border: 1px solid #dfdfdf;
    color: #333333;
}

.tbl-account-default td.tcInput { text-indent: 0; border-top: 1px solid #6d6f70; }
.tbl-account-default td input {
    width: 188px;
    border: 0;
    color: #5A99FD;
}

.tbl-account-default tr.altRow { background: #f7f7f7; }
.tbl-account-default tr.altRow td { background: #f7f7f7; }

.tbl-account-emails { width: 399px; }
.tbl-account-emails th.thTitle { width: 140px; }
.tbl-account-emails td { border: 1px solid #dfdfdf; }
.tbl-account-emails td a { /*background: none*/border:0; }
.tbl-account-emails td img { vertical-align: middle }
.tbl-account-emails .altRow td.buttons { background: #ffffff; }
.tbl-account-emails td.tcInput input { width: 140px; }
.tbl-account-default td.tcInput { border-top: 0; }
.tbl-account-emails th.buttons { width: 30px; }
.tbl-account-emails th.buttons { background:none; border: none; border-left: 1px solid #9b9b9b; }
.tbl-account-emails td.buttons {text-align: center; border: none; padding: 0; }

#tblParticipants {width: 700px;}
#tblParticipants th, #tblParticipants td {
padding-left: 5px;
padding-right: 5px;
}

/* Firmatilknytning
********************************************************/
/*#associated-company*/
#associated-company input.textbox { width: 200px; }

/* Offentlig profil
********************************************************/
#public-profile .tbFrame input.textbox { width: 241px; }


/* Nyhetsbrev
********************************************************/

/* Oppføringer
********************************************************/
.entry-items { border-top: 1px solid #999999; overflow: hidden; }
.entry-item-container {
    border-bottom: 1px solid #999999;
    overflow: hidden;
    float: left;
    padding-bottom: 15px;
}

.entry-item { float: left; width:620px; padding-top: 12px; }
.meta { margin-bottom: 5px;font-size: 11px; color: #636363; }
.edit-buttons {
    width: 100px;
    margin-left: 20px;
    float: left;
    text-align: center;
    padding-top: 15px;
}

.edit-buttons .btn { display: block; margin-bottom: 6px; }
.edit-buttons .btn span { width: 47px; }

/* FIRMA: arbeider
********************************************************/

.tbl-cases {
/*border: 1px solid #9b9b9b;*/
/*border-collapse: collapse;*/
/*width: 710px;*/
}

/*.tbl-cases th {
vertical-align: middle;
text-transform: uppercase;
color: #ffffff;
background-color: #999999;
padding-left: 5px;
border: 1px solid #9b9b9b;
}*/

#url1 { display:block; }
#url2 { display:none; }
#url3 { display:none; }
#url4 { display:none; }
#url5 { display:none; }

.tbl-cases th.img { width: 115px; }
.tbl-cases th.name { width: 150px; }
.tbl-cases th.created { width: 75px; }
.tbl-cases th.changed-dt { width: 83px; }
.tbl-cases th.chk-show { width: 75px; }
.tbl-cases th.entries-gt { width: 150px;  }
.tbl-cases th.buttons { width: 30px; }
.tbl-cases th.price { width: 50px; }

.tbl-cases th.buttons { background:none; border: none; border-left: 1px solid #9b9b9b; }
.tbl-cases td { vertical-align: middle; padding: 0; }
.tbl-cases td div { padding-left: 5px; }
.tbl-cases td.chk-show { text-align: center; }
.tbl-cases td.img { padding: 0; }
.tbl-cases td.img img { display: block; margin: 0; padding: 0; }
.tbl-cases td.img a { border: none; }
.tbl-cases td.buttons .edit-buttons { padding: none; }
.tbl-cases td input { width: auto; }
.tbl-cases td.buttons {text-align: center; border: none; border-left: 1px solid #9b9b9b; }
#company-cases .tbl-cases td.buttons a{ background: none;border: 0; }
.add-entry {
    color: #0299ff;
    font: 11px/20px arial;
    /*float: left;*/
    text-transform: uppercase;
    margin: 1em 0;
}

.add-entry a {  /*background: url(img/dot.gif) left bottom repeat-x; padding-bottom:2px;*/ /* IE shows 'dotted' as 'dashed' */ }


/* FIRMA: referanser
********************************************************/

#references .entry-item, #events .entry-item { width: 485px; }
.entry-item-info {
    float: left;
    width: 120px;
    margin-right: 14px;
    padding-top: 12px;
}

.entry-item-info img { width: 120px; height: 80px; }

/* FIRMA: arrangementer
********************************************************/

/*#events dt {
float: left;
font-weight: bold;
width: 150px;
display: block;
}

#events dd {
float: left;
display: block;
width: 400px;
}*/

.event-data { width: 475px; margin-top: 5px; }
.event-data th { font-weight: bold; width: 100px;text-align: left; }
#events .entry-item-info {
    background: #999999;
    padding: 15px 0;
    text-align: center;    
    margin-top: 15px;
}

.entry-item-info .day, .entry-item-info .month {
    display: block;
    color: #ffffff;
    line-height: 1em;
    font-size: 13px;
    letter-spacing: 1px;
}

.entry-item-info .date {
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #d6fd80;
}



.entry-item-info .month { display: block; text-transform: uppercase; line-height: 1em; }

/* FIRMA: Billetter
********************************************************/

#company-tickets ul, #company-invoices ul {
margin-bottom: 2em;
}

/* FIRMA: Faktura
********************************************************/

#tblInvoiceDetails {
position:relative;
left: 1px;
}

#tblInvoiceDetails td, #tblInvoiceDetails td {
padding: 0 5px;
}

#tblInvoiceDetails th#thRegBy {
width: 120px;
min-width: 120px;
}

#tblInvoiceDetails th#thComp {
width: 120px;
min-width: 120px;
}

#tblInvoiceDetails th#thPrice {
width: 75px;
min-width: 75px;
}

.lblTotPrice {
border-bottom: 3px double #333333;
}

/* FIRMA: Stillinger
********************************************************/
#vacancies .tbFrame input.textbox { width: 241px; }
#vacancies h3 { line-height: 20px; }
#vacancies .entry-item { width: 620px; }


/* FIRMA: Stillinger
********************************************************/
/*.form-fields-wrapper {
float: left;
}

.form-fields-wrapper label {
float: left;
width: 100px;
display: block;
}*/

.dates label { width: 30px; }
/*.form-fields-wrapper li {
    line-height: 22px;
    margin-bottom: 5px;
    float: left;
    clear: left;
    display: block;
}*/


/* LOGG INN
********************************************************/

.login-form-controls {}
.login-form-controls small { font: bold 12px/12px arial; margin-bottom: 5px; display:block; }
.login-form-controls div { margin-bottom: 5px; overflow: hidden; line-height:20px; }
.login-form-controls input.textbox { border: 1px solid #cccccc; width: 284px; }
.login-form-controls .form-button {
    background: #333333;
    border: 1px solid #000000;
    padding: 4px 7px 4px 5px;
    float:left;
    font: 12px/17px arial, verdana;
    color: #ffffff;
    clear:both;
    margin-left: 63px;
}

.login-form-controls .form-button:hover {background: #000000;}

.login-form-controls label {
    float: left;
    width: 52px;
    padding-right: 11px;
    display: block;
    text-align: right;
}

.reg-form label { width: 101px; }
.login-form-controls .cb-wrapper { padding-left: 112px; }
.login-form-controls .cb-wrapper input {
    margin: 0 5px 0 0;
    vertical-align: sub;
    height: 13px;
    width: 13px;
}

span.cbInma {
width: 130px;
}

.cbInma label {
width: 101px;
}

.cbInma input {
padding: 0; margin: 0;
}

.login-form-controls .cb-wrapper label { width: 150px; float: none; display: inline; }
.login-form-controls .cbTerms label { padding: 0; }
.terms { text-align: left; margin: 10px 0; }
.errormessage { color: green; margin: 11px 0 11px 63px; }
#rbList label {
    float: none;
    display: inline;
    padding-left: 5px;
    vertical-align: text-bottom;
    text-align: left;
}

.rbList { line-height: 18px; }
.reg-form .rbList input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
}

.ui-datepicker-trigger { position: absolute; right: -20px; top: 2px; }
.ui-datepicker-header a { background: none; }


/* REGISTRER ARBEID
********************************************************/

#reg-work-form { overflow: hidden; }
#reg-work-form .form-fields-wrapper { overflow: hidden; margin-bottom: 5px; }
#reg-work-form .form-fields-wrapper label {
    float: left;
    display:block;
    width:100px;
    text-align:right;
    margin-bottom: 10px;
    margin-right: 14px;
}

/*.dates label {
width: 30px;
}
.form-fields-wrapper li {
    line-height: 22px;
    margin-bottom: 5px;
    float: left;
    clear: left;
    display: block;
}*/

textarea.textbox {
    width: 450px;
    height: 60px;    
    padding: 3px 2px 3px 3px;
    line-height: 11px;
    border: none;
    float: left;
    overflow-y:scroll;
    border-left: 1px solid #e7e8e9;
    border-right: 1px solid #e7e8e9;
}

textarea.fullsize { height: 150px; }

/*.swfupload {
position:absolute;bottom: 0;left:261px;
}*/

#thumbnails .swfupload { position:absolute;bottom: 0;left:283px; }
#filename-wrapper .swfupload {
/*position:absolute;top: 0;left:0;*/
/*position: inherit;
bottom: auto;
left: auto;*/
}

#reg-work-form #filename-wrapper .file-name { margin-bottom: 10px; }

.tbl-credits { width: 458px; }
.tbl-credits th.thName, .tbl-credits th.thSurname, .tbl-credits th.thTitle  { border-right: 1px solid #dfdfdf; }
.credits-wrapper { height: auto !important; height: 27px; min-height: 27px; }

.tbl-credits td.buttons a, #tblParticipants td.buttons a { background: none;border: 0; }
.tbl-credits td img , #tblParticipants td img { vertical-align: middle }
.tbl-credits .altRow td.buttons, #tblParticipants .altRow td.buttons { background: #ffffff; }
.tbl-credits th.buttons { width: 30px; }
.tbl-credits th.buttons, #tblParticipants th.buttons { background-color:#ffffff; border: none; border-left: 1px solid #9b9b9b; }
.tbl-credits td.buttons, #tblParticipants td.buttons {text-align: center; border: none; padding: 0; }


#tblParticipants {
position: relative;
left: 1px;
}

#tblParticipants td.buttons {padding: 0 5px;}

/*.tbl-account-emails { width: 399px; }
.tbl-account-emails th.thTitle { width: 140px; }
.tbl-account-emails td { border: 1px solid #dfdfdf; }*/




/* REGISTRER ARRANGEMENT
********************************************************/
.chkCategories label { padding-right: 30px; }


/* ANSATTE
********************************************************/
.tbl-employees { /*width: 700px;*/ }
.tbl-employees th.thFirstname, .tbl-employees th.thSurname, .tbl-employees th.thTitle, .tbl-employees th.thEmail, .tbl-employees th.thMobile  { border-right: 1px solid #dfdfdf; }
.tbl-employees th.thFirstname { width: 90px; }
.tbl-employees th.thSurname { width: 130px; }
.tbl-employees th.thTitle { width: 135px; }
.tbl-employees th.thEmail { width: 155px; }
.tbl-employees th.thMobile  { width: 80px; }
.tbl-employees th.thAccess  { width: 140px; }
.tbl-employees td.tdTilgang { text-align: center; padding-left: 0; }
.tbl-employees td.tdTilgang select {
    font-size: 11px;
    font-family: arial, Verdana;
    color: #333333;
    width: 98%;    
}

.tbl-employees td { height: auto; }


/* BESTILLING AV BIDRAG
********************************************************/
#contest-categories li { margin-bottom: 10px; }
.cat-description { margin-left: 32px; }
#contest-categories li label { padding-right: 20px; cursor: pointer;}

/* Login/registration-form
********************************************************/
.form-container { font-size: 11px; }
/*a { color: #5a99fd; text-decoration: none; background: url(img/dot.gif) left bottom repeat-x;*/	/* IE shows 'dotted' as 'dashed' */ }
#outer-form-wrapper .ui-dialog .ui-dialog-titlebar { font-size: 4em; }

.validation {
    border: 1px solid;
    color: #CD0A0A;
    background-color: #f7f7f7;
    padding: 11px;
    margin: 11px;
}

.validator-item { display: inline; float: none; border: 0; }
.update-info { border-color: #add61a; }

/*.cramped {
padding: 0 20px;
}*/

/* Registrering av bidrag
********************************************************/

.tblPrices tr.bold td {font-weight:bold;}
.tblPrices tr.underlined {border-bottom: 1px solid #000000;}
.tblPrices tr.double-underlined{border-bottom: 3px double #000000; }
.tblPrices td { vertical-align: top; }
.tblPrices td.text { width: 150px; }

td .currency-wrapper {
/*display:block;
float: left;
text-align:left;*/
/*padding-left: 10px;*/
}

td .currency-wrapper span {
/*float:right;
padding-left: 10px;*/
}

.panel-prices { margin-top: 15px; }

.bold { font-weight: bold; }

div.work-status { padding-bottom: 3px; }
ul.registered-categories { margin-bottom: 5px; line-height: 15px; list-style-position:inside; }
ul.registered-categories li { list-style-type: disc; }
#steps {
    font-size: 12px;
    font-family: Arial, verdana;
    color: #333333;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#steps div { margin-right: 15px; float: left; }
#steps span { float: left; }
#steps .step-nr { background: #858585; padding: 3px 8px; color: #CCCCCC; }
#steps .active .step-nr { background: #333333; color: #ffffff; }
#steps .step-text { padding: 3px 8px; }
#steps .active .step-text { font-weight: bold; }

.disabled { color: #d3d3d3; }

/* RAD-Editor
********************************************************/
.reToolbar li a { background: none; }

/* SWFUpload
********************************************************/

.progressWrapper { width: 268px; overflow: hidden; }
#thumbnails .progressWrapper { width: 291px; }
.progressContainer {
	margin: 5px 0;
	padding: 5px 11px 11px 15px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red { border: solid 1px #B50000; background-color: #FFEBEB; }
/* Current */ 
.green { border: solid 1px #DDF0DD; background-color: #EBFFEB; }
/* Complete */
.blue { border: solid 1px #CEE2F2; background-color: #F0F5FF; }
.progressName {
	font-weight: bold;
	color: #555;
	width: 200px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete { width: 100%; background-color: green; visibility: hidden; }
.progressBarError { width: 100%; background-color: red; visibility: hidden; }
.progressBarStatus {
	margin-top: 2px;
	width: 250px;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover { background-position: 0px 0px; }


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload { vertical-align: top; }
#fsUploadProgress { position:absolute;bottom: 30px;left:283px; }
#divStatus { position:absolute;bottom: 60px;left:283px; }