/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFFFFF url('/interface/graphx/back.jpg');
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	background: #FFF url('/interface/graphx/icon/icon_quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

hr {
  border: 0;
  height: 1px;
  color:#3399FF;
  background-color: #3399FF;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}

/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */

#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}

input.val {
   color:#050;
   font: normal 13px Verdana,sans-serif;
   background-color:#silver;
   border:1px solid;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
}

input.button {
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 3px;
   padding-right: 3px;
   color:#050;
   font-family: normal 10px Verdana, sans-serif;
   font-weight:bold;
   background-color:#silver;
   border:1px solid;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
}

input.styled {
   padding: 3px;
   color:#050;
   font: normal 10px Verdana,sans-serif;
   background-color:#silver;
   border:1px solid;
   width: 370px;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
}

input.medium_styled {
   padding: 3px;
   color:#050;
   font: normal 10px Verdana,sans-serif;
   background-color:#silver;
   border:1px solid;
   width: 200px;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
  
}

input.small_styled {
   padding: 3px;
   color:#050;
   font: normal 10px Verdana,sans-serif;
   background-color:#silver;
   border:1px solid;
   width: 70px;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
}

input.styled_password {
   padding: 3px;
   color:#050;
   font: normal 10px Verdana,sans-serif;
   background-color:#silver;
   border:1px solid;
   width: 150px;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
  
}

input.login_styled {
   padding: 3px;
   color:#050;
   font: normal 10px Verdana,sans-serif;
   background-color:#silver;
   border:1px solid;
   width: 110px;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
}

textarea.styled {
   padding: 3px;
   color:#050;
   font: normal 10px Verdana,sans-serif;
   background-color:#silver;
   width: 370px;
   height: 120px;
   border:1px solid;
   border-top-color:#3399FF;
   border-left-color:#696;
   border-right-color:#3399FF;
   border-bottom-color:#363;
}

/* ----------------------------------------
   Calendar
------------------------------------------- */

.calendar_month_header {
   color:#FFFFFF;
   font-family: normal 13px Verdana,sans-serif;
   font-size:90%;
   background: #345;
   background: #333333;
   text-align:center;
   padding-top: 1px;
   padding-bottom: 1px;
}

.calendar_day_header {
   color:#345;
   font-family: Verdana, sans-serif;
   font-size:85%;
   font-weight:bold;
   background: #C9C9C9;
   text-align:center;
}

.calendar_weekday {
   color:#345;
   font-family: normal Verdana, sans-serif;
   font-size:85%;
   background: #E8E8E8;
   text-align:center;
}

.calendar_weekendday {
   color:#345;
   font-family: normal Verdana, sans-serif;
   font-size:85%;
   background: #DCDCDC;
   text-align:center;
}

.calendar_today {
   color:#345;
   font-family: normal Verdana, sans-serif;
   font-size:85%;
   font-weight:bold;
   background: #FFFFFF;
   text-align:center;
}

.calendar_week {
   color:#FFFFFF;
   font-family: normal Verdana, sans-serif;
   font-size:85%;
   background: #A2A2A2;
   text-align:center;
}

.calendar_activity_day {
   color:#345;
   font-family: normal Verdana, sans-serif;
   font-size:85%;
   font-weight:bold;
   background: #FFFF99;
   text-align:center;
}

.calendar_from_today {
	font-size: 0.85em;
}
.calendar_from_today a {
	color: #6A7DA4;
	text-decoration: none;
}
.calendar_from_today a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 10px auto 0;
	width: 780px;	
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
}

#layout_edgetop, #layout_edgebottom {
	background: url('/interface/graphx/layout_edges.gif') no-repeat left top;
	display: block;
	height: 9px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Navigation */
#navigation {
	background: #FFFFFF url('/interface/graphx/navigation_01.jpg') no-repeat left bottom;
	padding: 160px 10px 0;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('/interface/graphx/tableftc.gif') no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('/interface/graphx/tabrightc.gif') no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #608AAA;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Main Layout */
#main_left {width: 545px;}
#main_right {width: 220px;}

#main_left_content {
	min-height: 610px;
}

/* Footer */
#footer {
	background: #A3B5C1 url('/interface/graphx/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* ----------------------------------------
   Map
------------------------------------------- */
.map {
	border:none;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

.club_name {
	color: #6A7DA4;
	font-weight: bold;
	text-decoration: none;
}

/*header right link*/
.header_right_link {
	font-size: 0.85em;
}
.header_right_link a {
	color: #6A7DA4;
	text-decoration: none;
}
.header_right_link a:hover {
	color: #002;
	text-decoration: underline;
}

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}
.middle {text-align:center;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('/interface/graphx/icon/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}

span.edit {
	background: url('/interface/graphx/icon/icon_edit.png') no-repeat left center;
	padding-left: 18px;
}

span.info {
	background: url('/interface/graphx/icon/icon_info.png') no-repeat left center;
	padding-left: 18px;
}

span.delete {
	background: url('/interface/graphx/icon/icon_delete.png') no-repeat left center;
	padding-left: 18px;
}

span.upload {
	background: url('/interface/graphx/icon/icon_upload.gif') no-repeat left center;
	padding-left: 18px;
}

span.activate {
	background: url('/interface/graphx/icon/icon_activate.png') no-repeat left center;
	padding-left: 18px;
}

span.desactivate {
	background: url('/interface/graphx/icon/icon_desactivate.png') no-repeat left center;
	padding-left: 18px;
}

span.search {
	background: url('/interface/graphx/icon/icon_search.png') no-repeat left center;
	padding-left: 18px;
}

.icons {
	font-size: 0.8em;
}

.icons a {
	color: #567;
	text-decoration: underline;
}
.icons a:hover {
	color: #002;
	text-decoration: underline;
}

/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	background: #E8E8E8 url('/interface/graphx/post/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 350px}
.post_date {
	color: #999;
	font-size: 0.80em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F5F5F5 url('/interface/graphx/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
}

.post_bottom {
	background: url('/interface/graphx/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

.post ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.post li:first-child {border-top: none;}
.post ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.post ul a {text-decoration: none;}
.post ul a:hover {text-decoration: underline;}

/* ----------------------------------------
   Text box
------------------------------------------- */
.text {
	margin-bottom: 5px;
	color: #444;
	border-bottom: 1px solid #CCC;
}

.text_header{
	background: #E8E8E8 url('/interface/graphx/post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.text_header h1 {font: bold 0.9em Verdana,sans-serif;}
.text_header h1 a {color: #444;}
.text_header h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.text_header h1.left {width: 380px}

.text_body {
	background: #F5F5F5 url('/interface/graphx/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
}

.text_body a {
	color: #469;
	text-decoration: none;
}

.text_body a:hover {
	color: #469;
	text-decoration: underline;
}

.text_section_header_left {
	color: #06A;
	text-decoration:underline;
	float: left;
}

.text_section_header_right {
	text-decoration:none;
	float: right;
	color: #06A;
	font-size: 0.85em;
}

.unlinked_link {
	color: #06A;
}

/* ----------------------------------------
   Img
------------------------------------------- */

.simple_img {
	border: none;
}

.bordered_img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}

.padding_img {
	padding-top: 3px;
}

/* ----------------------------------------
   Table
------------------------------------------- */
.table_header_small {
	background-color: #C6D2DB;
	padding: 4px 4px 3px 3px;
	font-weight: bold;
	font-size: 0.7em;
	color: #505E69;
}

.table_body_small {
	background-color:#F1F1F1;
	color: #888;
	padding: 3px 3px 3px 3px;
	font-size: 0.7em;
}

.table_header {
	background-color: #C6D2DB;
	padding: 4px 4px 3px 3px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}

.table_body {
	background-color:#F1F1F1;
	color: #888;
	padding: 3px 3px 3px 3px;
	font-size: 0.9em;
}

/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: #C6D2DB url('/interface/graphx/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('/interface/graphx/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}

.box_body li.active {background: #FFFFFF;}

.box_bottom {
	background: url('/interface/graphx/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist li.inactive {background: #FFCC99;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}

/* ----------------------------------------
   Activities
------------------------------------------- */

.activity_title {font: normal sans-serif;}
.activity_title a {text-decoration: none;}
.activity_title a:hover {text-decoration: underline;}
.activity_postinfo {
	font: normal 1em sans-serif;
}

.activity_division {
	font: bold 0.75em sans-serif;
	padding-bottom: 3px;
}

.activity_info{
	background: #FFF;
	border: 1px #567;
	border-style: dashed;
	color: #555;
	display: block;
	font: normal 0.85em sans-serif;
	margin-top: 0.85em;
	margin-bottom: 0.85em;
	padding: 10px 10px 10px 42px;
}

/* ----------------------------------------
   Galleries
------------------------------------------- */
.gallery {
	padding: 1px 0 0;
}
.gallery ol {
	margin: 0;
}
.gallery ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.gallery li.alt {
	background: #EEE;
}
.gallery .body {
	padding-top: 5px;
}
.gallery .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}

.gallery_name {font: normal sans-serif;}
.gallery_name a {text-decoration: none;}
.gallery_name a:hover {text-decoration: underline;}

.gallery_desc {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}

.gallery_adm_info {
	color: #999;
	padding-top: 1px;
	font-size: 0.75em;
}

.gallery_division {
	font: bold 0.75em sans-serif;
	padding-bottom: 3px;
}

.gallery_qty_info_string {
	font-size: 0.85em;
}

/* ----------------------------------------
   Comments
------------------------------------------- */
.block_name_td {	
	background-color:#F1F1F1;
	padding: 1px 1px 1px 5px;
	color: #888;
}

.block_name_middle_td {	
	text-align:center;	
	background-color:#F1F1F1;
	padding: 1px 1px 1px 5px;
	color: #888;
}

/* ----------------------------------------
   Division block
------------------------------------------- */
.division_member_td {	
	background-color:#FAFAFA;
	padding: 1px 1px 1px 1px;
	color: #888;
	font-size: 0.85em;
}

.division_member_overview{
	background: #FFF;
	border: 1px #567;
	border-style: dashed;
	color: #555;
	display: block;
	font: normal 0.85em sans-serif;
	margin-top: 0.85em;
	margin-bottom: 0.85em;
	padding: 10px 10px 10px 42px;
}

/* ----------------------------------------
   Document block
------------------------------------------- */
.doc_name_td {
	background-color:#345;
	color: #FFFFFF;
	font: bold 1em;
	padding-top: 1px;
	padding-bottom: 1px;
}

.doc_publishtype_td {
	background-color: #345;
	color: #FFFFFF;
	font: normal 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

.doc_description_td {	
	background-color:#FAFAFA;
	padding: 1px 1px 1px 1px;
	color: #888;
	font-size: 0.85em;
}

.doc_download_td {	
	background-color:#FAFAFA;
	padding: 1px 1px 1px 1px;
	color: #888;
	text-align: center;
	font-size: 0.85em;
}

.doc_size_td {	
	background-color:#FAFAFA;
	padding: 1px 1px 1px 1px;
	color: #888;
	font-size: 0.85em;
}

.doc_new_td {	
	background-color:#FAFAFA;
	padding: 1px 1px 1px 1px;
	color: #888;
	font-size: 0.85em;
	text-align: center;
}

.doc_mime_td {	
	background-color:#FAFAFA;
	padding: 1px 1px 1px 1px;
	color: #888;
	text-align: center;
}

/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('/interface/graphx/pagenav/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}

.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('/interface/graphx/pagenav/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}

/* ----------------------------------------
   Management
------------------------------------------- */

.managenavigation {
	background: #99FFCC url('/interface/graphx/manage/manage_top.gif') no-repeat;
	margin-bottom: 5px;
}

.managenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('/interface/graphx/manage/manage_bottom.gif') no-repeat;
}
.managenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.managenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.managenav a:hover {
	color: #002;
	text-decoration: underline;
}

/* ----------------------------------------
  Error
------------------------------------------- */
.error_msg, .error_msg_small {
	color:#FF0000;
	font-size: 0.8em;
}

.error_msg_small {
	font-size: 0.8em;
}

.ok_msg {
	font-size: 0.8em;
	color:#33CC33;
}

/* ----------------------------------------
  Administration
------------------------------------------- */
.admin_title {
	font: normal sans-serif;
	color: #06A;
}

.admin_list {
	list-style-type: square;
	padding-top: 1px;
	font-size: 0.85em;
	padding-bottom: 6px;
}

.admin_list a {
	color: #999;
	text-decoration: none;
}

.admin_list a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
  Access list
------------------------------------------- */
.access_list ul { 
	list-style-image: url('/interface/graphx/icon/icon_bullet_02.png')
} 

/* ----------------------------------------
  Access list
------------------------------------------- */
.link_list ul { 
	list-style-image: url('/interface/graphx/icon/icon_bullet_02.png')
} 


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}


.btn     { width: 22px; height: 22px; border: 1px solid buttonface; margin: 0; padding: 0; }
.btnOver { width: 22px; height: 22px; border: 1px outset; }
.btnDown { width: 22px; height: 22px; border: 1px inset; background-color: buttonhighlight; }
.btnNA   { width: 22px; height: 22px; border: 1px solid buttonface; filter: alpha(opacity=25); }
.cMenu     { background-color: threedface; color: menutext; cursor: Default; font-family: MS Sans Serif; font-size: 8pt; padding: 2 12 2 16; }
.cMenuOver { background-color: highlight; color: highlighttext; cursor: Default; font-family: MS Sans Serif; font-size: 8pt; padding: 2 12 2 16; }
.cMenuDivOuter { background-color: threedface; height: 9 }
.cMenuDivInner { margin: 0 4 0 4; border-width: 1; border-style: solid; border-color: threedshadow threedhighlight threedhighlight threedshadow; }


/* ----------------------------------------
   Fancy Upload
------------------------------------------- */

.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#upload-status {
	padding: 10px 15px;
	width: 490px;
	border: 1px solid #eee;
	background: #FFFFFF
}

#upload-status .progress {
	background: url(/interface/scripts/fancy/assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#upload-status .progress-text {
	font-size: 0.9em;
}

#upload-list {
	list-style: none;
	width: 520px;
	margin: 0;
}

#upload-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(/interface/scripts/fancy/assets/failed.png) no-repeat 4px 4px;
}

#upload-list li.file {
	border-bottom: 1px solid #eee;
	background: url(/interface/scripts/fancy/assets/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#upload-list li.file.file-uploading {
	background-image: url(/interface/scripts/fancy/assets/uploading.png);
	background-color: #D9DDE9;
}
#upload-list li.file.file-success {
	background-image: url(/interface/scripts/fancy/assets/success.png);
}
#upload-list li.file.file-failed {
	background-image: url(/interface/scripts/fancy/assets/failed.png);
}

#upload-list li.file .file-name {
	font-size: 1em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#upload-list li.file .file-size {
	font-size: 0.7em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#upload-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.70em;
	line-height: 20px;
	clear
}
#upload-list li.file .file-remove {
	font-size: 0.7em;
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
