body {
	margin: 0;
	background-color: #E0E0E0;
	min-width: 100px;
}

body.framed {
	background-color: #FFFFFF;
	padding: 15px 15px;
}

body.framedtight {
	background-color: #FFFFFF;
	padding: 0;
}

div p:first-child {
	margin-top: 0;
	padding-top: 0;
}

.bold {
	font-weight: bold
}

.italic {
	font-style: italic
}

form {
	padding: 0;
	margin: 0;
}

hr {
	padding: 0;
}

h1 {
	font-size: 20px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 .5em 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 .5em 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	line-height: 1.25em;
	font-weight: bold;
	color: #171717;
	margin: 0 0 .3em 0;
	padding: 0;
}

.left {
	float: left;
	padding: 0 20px;
}

.right {
	text-align: right;
	padding: 0 20px; 
}

.HiddenText label {display:none;}

#divContent {
	padding: 10px 20px 0 20px;
	background-color: #E0E0E0;
}

#divContentFull 
{
	padding: 10px 5px 0px 20px;
	background-color: #E0E0E0;
}

#divSearchBar
{
	position: absolute; 
	float: left; 
	top: 122px; 
	width: 95%; 
	text-align: right;
	vertical-align: middle;
}

#divTabs {
	width: 100%;
	margin: 0 0 0 0; 
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	height: 27px;
	padding: 0;
	position: relative;
	top: 1px;
}

#divTabs ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#divTabs li {
	float: left;
	background: url("../images/ui/tabright.gif") no-repeat right top;
	margin: 0 3px 0 0;
	padding: 0;
}

#divTabs a {
	display: block;
	float: left;
	background: url("../images/ui/tableft.gif") no-repeat left top;
	padding: 6px 15px 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #505050;
	height: 30px;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	height: 14px;  /* Applies to all other browsers */
}

#divTabs li.current {
	float: left;
	background: url("../images/ui/tabright-current.gif") no-repeat right top;
}

#divTabs li.current a {
	display: block;
	background: url("../images/ui/tableft-current.gif") no-repeat left top;
	padding: 5px 15px 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #505050;
	height: 16px;
	border-bottom: 3px solid #FFFFFF;
}

#divTabs a:hover {
	text-decoration: none;
	color: #000000;
}

#divBreadcrumbs {
	font-size: 12px;
	color: #666666;
	margin: 0 0 14px 0;
}

.widecol {
	float: left;
	width: 72%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: 77%;  /* Applies to all other browsers */
}	

.contentbox {
	padding: 15px;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

.focalbox {
	padding: 20px;
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	margin: 0 0 20px 0; 
	width: 100%;  /* Applies only to Windows IE5.x */
	voice-family: "\"}\""; /* Box-Model hack for  Windows IE5.x */
	voice-family: inherit;
	width: auto;  /* Applies to all other browsers */
}

#frameInline {
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	float:left; 
	margin-right:20px
}

#frameIFrame {
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	float:left; 
	margin-right:20px
}

.frmInlineSource {
	padding-top: 8px;
	font-size: 10px;
	color: #171717;
	text-align: left;
	width: auto
}

.divider {
	height: 1px;
	background-color: #E0E0E0;
	background-image: url(../images/ui/divider-background.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 0;
	margin: 12px 0;
}

.dividertight {
	height: 1px;
	background-color: #E0E0E0;
	background-image: url(../images/ui/divider-background.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 0;
	margin: 6px 0;
}

.sidebar {
	float: left;
	width: 250px;
}

.sidebar_td 
{
	padding-left:18px;
	width: 250px;
}

.sidebarDropdown {
	width: 190px;
}

.sidebarSearch {
	width: 206px;
	margin-right: 5px;
}

.sidebarLabel {
	width: 45px;
}

.sidebarModifier {
	padding: 8px 0 0 0;
}

* html .sidebarSearch {
	margin-right: 3px;  /* Applies to Windows IE */
}

.shimheight {
	min-height:350px;  /* Applies to all other browsers */
}

* html .shimheight {
	height:350px;  /* Applies to Windows/IE */
}

.buttonshim {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
}

.mainlabel {
	float: left;
	width: 210px;
	text-align: right;
	margin: 0;
	padding: 1px 5px 0 0
}

.boldlabel {
	font-weight: bold;
	font-size: 14px;
}

.boldlabelmedium {
	font-weight: bold;
	font-size: 12px;
}

.boldlabelreg {
	font-weight: bold;
	font-size: 10px;
}

.sublabel {
	float: left;
	width: 85px;
	text-align: right;
	margin: 0;
	padding: 3px 8px 0 0
}

.labelleft {
	float: left;
	text-align: right;
	margin: 0;
	padding: 3px 5px 0 0
}

.labelright {
	text-align: left;
	margin: 0;
	padding: 3px 0 0 2px
}

.labelrightfine {
	font-size: 9px;
	color: #666666;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 4px
}

.searchsubhead {
	font-size: 18px;
	line-height: 1.25em;
	font-weight: normal;
	color: #333333;
}

.searchsummary {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	color: #333333;
}

.popuplink {
	font-size:10px;
	line-height:14px;
	vertical-align:baseline;
}

.smallprint {
	font-size:11px;
	line-height:13px;
}

.verylargeprint {
	font-size:20px;
	line-height:30px;
}

.fineprint {
	color: #333333;
	font-size:9px;
	line-height:12px;
}

.finehelp {
	color: #333333;
	font-size:11px;
	line-height:12px;
	margin: 6px 0;
}

#divPaging {
	font-size:11px;
	line-height:18px;
 	text-align: right; 
 	position:absolute; 
 	top:95px; 
 	right: 298px;
 	width: 500px; 
 	height: 17px;
 }
	
#divPaging a, select, input, textarea {
	font-size:11px;
	line-height:17px;
}

.paging {
	font-size:11px;
	line-height:17px;
}

.paging select, input {
	font-size:11px;
}

.sorting {
	float:right;
	padding: 0 0 0 20px;
}

.sorting select {
	font-size: 10px
}

.error {
	color: #990000;
}

.confirm {
	color: #509900;
}

.required {
	color: #CC0000;
}

.alertnotice {
	color: #FFAA00;
	font-weight: bold
}

.greyed {
	color: #999999;
}

.subtable {
	width: 65%
}

.subtable th {
	font-size: 11px;
	color: #505050;
	font-weight: normal;
	text-align: left;
}

.subtable td {
	padding-bottom: 2px
}

.subtable2 {
	border-bottom: 1px solid #E0E0E0;
	width: 98%  /* Applies to all other browsers */
}

.subtable2 th {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding: 4px;
	text-align: center;
}

.subtable2 td {
	padding: 4px 6px;
	text-align: center;
	border-top: 1px solid #E0E0E0;
}
.silverback {
	background-color: #E6E6E6;
}

.noline td {
	border-top: none;
}

.metadata td {
	line-height: normal;
	padding: 0 3px 6px 0;
}

.resultslist td {
	font-size: 11px;
	line-height: 13px;
}

.resultslist a {
	font-size: 12px;
	line-height: 17px;
}

.resultslist a.smallprint {
	font-size: 11px;
}

.resultslist a.smallprint {
	font-size: 11px;
}

.showallmatching  {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.backtotop  {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

div.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
}

div.gallery {
	clear: both;
}

div.galleryitem {
	float: left;
	width: 150px;
	height:171px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	margin-bottom: 12px;
	background-color: white;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid white;
}

div.galleryitem div.thumbnail {
	height:100px;
	width:140px;
	margin-bottom:2px;
}

div.galleryitem a {
	text-align: center;
	font-size: 12px;
}

div.galleryfocal {
	background-color:#FFFFCC;
	z-index:500;
	overflow:visible;
	position:absolute;
	height: auto;
	border: 1px solid khaki;
}

.galleryblog{
	background-color: #5A6B7D;
}

.thumbnail img {
	border: 1px solid silver; 
}

.floatright {
	float:right; 
	margin: 0 0 20px 20px
}

.field50 {
	width: 50px;	
	font-size: 12px;
}

.field100 {
	width: 100px;	
	font-size: 12px;
}

.field130 {
	width: 130px;	
	font-size: 12px;
}

.field150 {
	width: 150px;	
	font-size: 12px;
}

.field175 {
	width: 175px;	
	font-size: 12px;
}

.field190 {
	width: 175px;	
	font-size: 12px;
}

.field200 {
	width: 200px;
	font-size: 12px;
}

.field300 {
	font-size: 12px;
	width: 300px;	
}

.field350 {
	width: 350px;	
	font-size: 12px;
}

.field400 {
	width: 400px;
	font-size: 12px;
}

.field500 {
	width: 500px;
	font-size: 12px;
}

.field600 {
	width: 600px;
	font-size: 12px;
}

.guideme {
	border: 1px dotted #666666;
	background-color: #E9E9E9;
	color: #333333;
	padding: 3px;
}

.swatch {
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	margin-top: 3px;
}

.footer {
	padding: 20px;
	font-size: 9px;
	line-height: 12px;
	color: #505050
}

.build {
	color: #888888
}

.inactive {
	color: #808080;
}

.inactive a:link {
	color: #666666;
}

.inactive a:visited {
	color: #666666;
}

.flag {
	font-size:9px; 
	color: #B00000; 
	padding-left: 6px
}

.recordDetailIframeSectionlabel{
	padding: 3px 5px 0 0
}

#divFocalScroll {
	overflow: auto;
}

.localeDisplayName {
	color: #777;
}

.localeDropDownLabel {
	font-size: 12px;
	padding-left: 12px;
	padding-right: 3px;
}

.category_path_folder {
	height: 16px;
        width: 16px;
	background-color: transparent;
	background-image: url(../images/tree/folder.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
	padding: 0;
}

.category_path_folder_inactive {
	height: 16px;
        width: 16px;
	background-color: transparent;
	background-image: url(../images/tree/folder_inactive.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
	padding: 0;
}

.imgProfile
{
    width: 80px;
}

.imgProfileSmall
{
    width: 48px;
}

.appConfigModuleHeader
{
	width: 100%; 
	font-weight: bold;
	 color: white; 
	 border: solid 1px black; 
	 background-color: #CCCCCC;
}

/********** Tag Cloud Styles ************/
.tagcloud 
{
	text-align: center;
	font-family: Arial, sans-serif;
	border: 2px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 3px;
}

/* CloudItem renditions, from smallest to largest */
.ajax__CloudItem1, .ajax__CloudItem2, .ajax__CloudItem3, .ajax__CloudItem4, .ajax__CloudItem5, .ajax__CloudItem6
{
                margin: 0px;
                padding: 0px;
                display: inline;
}

.ajax__CloudItem1
{
                text-decoration: none;
                margin-right: 6px;
                color: #00bbad;
                font-size: 85%;
                font-weight: 200;
}

.ajax__CloudItem2
{
                text-decoration: none;
                margin-right: 6px;
                color: #009b9d;
                font-size: 100%;
                font-weight: 300;
}

.ajax__CloudItem3
{
                text-decoration: none;
                margin-right: 6px;
                color: #007b8d;
                font-size: 115%;
                font-weight: 500;
}

.ajax__CloudItem4
{
                text-decoration: none;
                margin-right: 6px;
                color: #005b7d;
                font-size: 130%;
                font-weight: 600;
}

.ajax__CloudItem5
{
                text-decoration: none;
                margin-right: 6px;
                color: #003b6d;
                font-size: 145%;
                font-weight: 800;
}

.ajax__CloudItem6
{
                text-decoration: none;
                margin-right: 6px;
                color: #440b5d;
                font-size: 175%;
                font-weight: 900;
}

/********** Content Rating Styles ************/
.RatingStar 
{
	cursor: pointer;
	display: block;
    
    }

.FilledRatingStar {
    background-image: url(../images/ui/FilledStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.EmptyRatingStar {
    background-image: url(../images/ui/EmptyStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.SavedRatingStar {
    background-image: url(../images/ui/SavedStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}

.ReadOnlyFilledStars {
    background-image: url(../images/ui/FilledStar.gif);
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: default;
}

.ReadOnlySavedStars {
    background-image: url(../images/ui/SavedStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: default;
}

.ReadOnlyEmptyRatingStar {
    background-image: url(../images/ui/EmptyStar.gif);
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: default;
}

/********** Modal Popup Styles ************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#modalBox
{
	background-color: #FFFFFF; 
	border: 2px outset #666666;
	width: 600px;
	height: 400px;
	font-family: Verdana, Arial, Courier;
}

#modalOverlay {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}*/

/********** Modal Overlay Window Styles ************/
.modalDialog
{
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
	font-family: Verdana, Arial, Courier;
}

.modalFormWindowTitle
{
	padding: 5px 0px 0px 10px; 
	border-width: 0px;
	height: 40px;
	font-size: 11pt; 
	font-weight: bold; 
	text-align: left;
	background-image:url(../images/branding/header-background.gif);
}

.modalFormDivider
{
	padding: 0px;
	background-color: #000000;
	font-size: 1px;
	height: 1px;
	color: #000000;
}

.modalFormLabel
{
	text-align: left; 
	font-size: 9pt; 
	color: #999999; 
	font-weight: bold;
}

.modalSmallPrint
{
	font-size:11px;
	line-height:13px;
	text-align: left; 
	color: #999999; 
}

/********** Comment Window Styles ************/
.cmtFormWindow
{
	width: 600px;
	padding-bottom: 10px;
}

.cmtFormArea
{
	padding: 0px 10px 10px 10px;
}

.cmtFormErrorArea
{
	color: Red;
	height: 20px;
	font-size: 12px;
	position:static;
	display: block;
	padding: 10px 0px 0px 10px;
}

.cmtListingArea
{
	width: 100%;
}

.cmtListItemArea
{
	width: 100%;
	text-align: left; 
	font-size: 9pt; 
	padding: 0px 0px 10px 0px;
}

.cmtListTitleArea
{
	width: 100%;
	padding: 0px 0px 3px 0px;
}

.cmtTextArea
{
	width: 100%;
	padding: 5px 0px 5px 0px;
}

#procSpinner
{
	height: 20px;
	width: 20px;
	text-align: left;
	overflow: visible;
	background: url("../images/ui/processing.gif") no-repeat left top;
}

/********** Tag Record Overlay Styles ************/
.tagRecordFormWindow
{
	width: 405px;
	height: 600px;
}

.tagWorkArea
{
	padding: 10px 15px 10px 15px;
}

.tagFormErrorArea
{
	color: Red;
	height: 15px;
	font-size: 12px;
	position:static;
	display: block;
	padding: 20px 0px 0px 20px;
}



/********** 'Select Role & Locale Window Styles ************/
.srlFormWindow
{
	width: 380px;
	height: 200px;
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
	font-family: Verdana, Arial, Courier;
}

.srlFormArea
{
	padding: 0px 10px 10px 10px; 
	width: 355px;
}

/*********************** Jtip Styles ***********************/

/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}


#JT_arrow_left{
	background-image: url(../jscript/widgets/jtip/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../jscript/widgets/jtip/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../jscript/widgets/jtip/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:pointer;
}

/*********************** ComboBox Styles ***********************/

.ComboBox {
	width:60px;
	height:22px;
	background-color:#eaf2fb;
	background-image:url("../images/ComboBox/Background.png");
	background-repeat:no-repeat;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	border:0;
	cursor:default;
}

.ComboBoxHover {
	width:auto;
	height:22px;
	background-color:#ffffff;
	background-image:url("../images/ComboBox/BackgroundHover.png");
	background-repeat:no-repeat;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	border:0;
	cursor:default;
}

.ComboTextBox {
	color:#000000;
	background-color:transparent;
	padding-left:4px;
	border:0;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	cursor:default;
}

.ComboTextBoxHover {
	color:#000000;
	padding-left:4px;
	background-color:transparent;
	border:0;
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	cursor:default;
}

.ComboItem
{
	background-image:url("../images/ComboBox/comboItemBg.gif.png");
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size: 11px; 
	padding: 2px;
}

.ComboItemHover
{
	color: White;
	background-color: #191970;
	background-image:url("../images/ComboBox/comboItemBg.gif.png");
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size: 11px; 
	border: 1px solid #DBCE99;
	padding: 2px;
	cursor:default;
}

.DropDown {
	background-color:#fafafa;
	border:1px solid #c5c5c5;
	display:block;
	padding:1px;
	cursor:default;
}

.DropDownResizer {
	height:8px;
	background-image:url("../images/ComboBox/ResizerBackground.png");
	background-repeat:repeat-x;
	text-align:center;
	cursor:default;
}

.DropDownItemTitle {
	color:#00156e;
	background-color:#dde7ee;
	text-align:left !important;
	vertical-align:middle;
	height:23px;
	border-bottom:1px solid #c5c5c5;
	cursor:default;
}

.DropDownItemTitle span {
	font-family:"Segoe UI","Trebuchet MS",Tahoma,Arial,Helvectica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:12px;
	line-height:20px;
	cursor:default;
}

.FontDropDownItem {
	background-color:#fafafa;
	height:24px;
	text-align:left !important;
	color:#000000;
	cursor:default;
}

.FontDropDownItemHover {
	height:24px;
	text-align:left !important;
	background-image:url("../images/ComboBox/FontItemHoverBackground.png");
	background-repeat:no-repeat;
	color:#000000;
	cursor:default;
}

/*********************** WebPartEditor Styles ***********************/
.WebPartEditorLabel 
{
	width: 100%;
	text-align: left;
	padding: 8px 0px 5px 0px;
	font-weight: bold;
}

.WebPartSectionLabel 
{
	width: 100%;
	text-align: left;
	padding: 8px 0px 5px 0px;
	font-size: 14px;
}

/*********************** Profile Page Styles ***********************/
.HeaderSectionStyle
{
	color:White;
	background-color:#5D7B9D;
	font-size:12pt;
	font-weight:bold;	
}
.menu_list {	
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #eef4d3 url(left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

/* ****** COMPONENTART File Upload Styles ****** */

a:active,a:focus { outline:none; }

/* Form elements */
.sel { width:304px; }
    .sel .file { height:25px;width:304px;cursor:default;margin:0 0 10px 0; }
    .sel div.filename { width:144px;height:21px;border:1px solid #bbb;background-color:#fff;padding:2px 0 0 4px;margin:0;display:block;float:left;margin:0 1px 0 0; }
    .sel div input { background-color:transparent;width:144px;padding:2px !important;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:11px;border:none;color:#666;cursor:default !important; }
    .sel div.empty { background-color:#f6f6f6; }
    .sel div.empty input { color:#999; }
    .sel a.browse { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:none;width:68px;height:25px;border:0; }
    .sel a.browse img { border:0; }
    /*.sel a.remove,.sel a.remove-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:right;background:url("../images/fileupload/static.png") no-repeat -189px -83px;width:76px;height:25px; }
    .sel a.remove:hover { background-position:-189px -108px; }
    .sel a.remove:active { background-position:-189px -133px;outline:none; }
    .sel a.remove-d { background-position:-189px -158px; }*/ /* Disabled class */
.actions { height:25px;width:304px;cursor:default; }
    /*.actions a.add,.actions a.add-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:url("../images/fileupload/static.png") no-repeat -113px -183px;width:219px;height:25px; }
    .actions a.add:hover { background-position:-113px -208px; }
    .actions a.add:active { background-position:-113px -233px;outline:none; }
    .actions a.add-d { background-position:-113px -258px; }*/ /* Disabled class */
    /*.actions a.add-d:active { outline:none; }*/ /* Disabled class */

    .actions a.upload,.actions a.upload-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:url("../images/fileupload/static.png") no-repeat -189px -83px;width:76px;height:25px; }
    .actions a.upload:hover { background-position:-189px -108px; }
    .actions a.upload:active { background-position:-189px -133px;outline:none; }
    .actions a.upload-d { background-position:-189px -158px; } /* Disabled class */

/* Dialogue titlebar */
.ttl { width:100%;height:38px;cursor:move; }
    .ttl a { margin-top:4px;display:block;float:right;width:23px;height:21px;background:transparent url("../images/fileupload/static.png") no-repeat -18px 0;cursor:default; }
    .ttl a:hover { background-position:-18px -21px; }
    .ttl a:active { background-position:-18px -42px;outline:none; }
    .ttl a:focus { outline:none; }

    .ttlt { width:100%;height:30px; }
        .ttlt-l { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat;float:left; }
        .ttlt-m { height:100%;background:#000 url("../images/fileupload/horizontal.png") repeat-x;float:left; }
        .ttlt-r { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat -9px 0;float:left; }
    .ttlt span { cursor:inherit;margin-left:4px;line-height:32px;color:#333;font-weight:bold;font-family:Arial,Helvetica,sans-serif;font-size:12px; }

    .ttlb { width:100%;height:8px;overflow:hidden; } /*** overflow:hidden to prevent IE6 from rendering the div at the current font height ***/
        .ttlb-l { width:9px;height:100%;background:#000 url("../images/fileupload/static.png") no-repeat 0 -30px;float:left; }
        .ttlb-m { height:100%;background:#fff url("../images/fileupload/horizontal.png") repeat-x 0 -30px;float:left; }
        .ttlb-r { width:9px;height:100%;background:#000 url("../images/fileupload/static.png") no-repeat -9px -30px;float:left; }


/* Dialogue contents */
.con { background:#fff url("../images/fileupload/vertical.png") repeat-y;font-family:Arial,Helvetica,sans-serif;font-size:11px;padding:4px 7px;min-height:20px; }

/* Dialogue footer */
.ftr { width:100%;height:37px;font-family:Arial,Helvetica,sans-serif;font-size:11px; }
    .ftr-l { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat 0 -83px;float:left; }
    .ftr-m { height:100%;background:#eee url("../images/fileupload/horizontal.png") repeat-x 0 -83px;float:left; }
    .ftr-r { width:9px;height:100%;background:transparent url("../images/fileupload/static.png") no-repeat -9px -83px;float:left; }

    /* Footer buttons */
    .ftr .btns { float:right;margin-top:6px; }
    .ftr .btns a { text-decoration:none;color:#333;cursor:default !important;display:inline; }
    .ftr .btns a span.l { display:block;float:left;width:10px;height:25px;background:transparent url("../images/fileupload/static.png") no-repeat -93px 0;margin-left:2px; }
    .ftr .btns a span.m { display:block;float:left;padding:0;height:25px;line-height:25px;background:transparent url("../images/fileupload/horizontal.png") repeat-x 0 -120px; }
    .ftr .btns a span.r { display:block;float:left;width:10px;height:25px;background:transparent url("../images/fileupload/static.png") no-repeat -103px 0; }
    .ftr .btns a:hover { text-decoration:none;color:#000; }
    .ftr .btns a:hover span.l { background-position: -93px -25px; }
    .ftr .btns a:hover span.m { background-position:0 -145px; }
    .ftr .btns a:hover span.r { background-position: -103px -25px; }
    .ftr .btns a:active span.m { height:23px;line-height:24px;padding-top:2px; }


/* Upload dialogue styles */
.dlg-up { color:#999;cursor:default !important; }
.dlg-up .ttlt-m,.dlg-up .ttlb-m,.dlg-up .ftr-m { width:440px; }

.dlg-up .stat,.dlg-up .list { padding:0 15px; }

.dlg-up h3 { margin:0;font-weight:normal;font-size:11px;padding:0 0 4px 0;color:#666; }
.dlg-up .blue { color:#3c7e9d; }
.dlg-up strong { color:#3c7e9d;font-weight:normal; }

.dlg-up .files { height:auto;margin:0 8px 8px 8px;}
.dlg-up .list ul { margin:0;padding:0;list-style-type:none; }
.dlg-up .list ul li { line-height:16px;background:#fff url("../images/fileupload/static.png") no-repeat -384px -32px;padding-left:16px; }
.dlg-up .list ul li.done { color:#000;background-position:-384px 0; }
.dlg-up .list ul li.cur { color:#3c7e9d;background-position:-384px -16px;}

.dlg-up .info { float:left;font-size:11px;cursor:default !important;margin:2px 0 0 8px;height:34px;line-height:34px;font-size:10px; }

/* Progress bar and related elements */
.prog { width:412px;height:18px !important;border:1px solid #ccc;border-bottom-color:#ddd;border-right-color:#ddd;padding:0;margin:0;float:left;display:inline;overflow:hidden; }
.prog .con { width:410px;height:16px !important;background:transparent url("../images/fileupload/horizontal.png") repeat-x 0 -170px;border:0;margin:0;padding:1px; }
.prog .con .bar { height:16px;background:transparent url("../images/fileupload/horizontal.png") repeat-x 0 -188px; }

/* ****** COMPONENTART File Upload Styles ****** */