

#header div #candidacy-menu li a {
	padding: 8px;
	font-weight: bold;
}

#header div li {
	padding: 0;
}

#candidacy-menu li {
	border-right:1px solid #CCCCCC;
	display:inline;
	list-style-type:none;
	margin-right:5px;
}

#header div,
#header #search-block-form div {
	width: auto;
}

#header .block-inner {
	width:590px;
	float: right;
}

#header #search-block-form {
	clear:right;
	float:right;
	width:346px;
	margin:16px 0;
}

/*IE6 & 7 */
*:first-child+html #header #search-block-form div.container-inline {width:280px; }
* html #header #search-block-form div.container-inline {
	width:280px !important;
}

#header #edit-search-block-form-1-wrapper {
	display:block;
	float:left;
	height:22px;
	margin:0 5px 0 0;
	position:relative;
	width:182px;
}

#header input#edit-search-block-form-1 {
	background:#fff;
	border:1px solid #8b8b8b;
	color:#222222;
	display:block;
	font-size:12px;
	margin-left:4px;
	position:absolute;
	width:172px;
}

#header #block-search-0 {
	float:right;
	margin-top:-3em;
}

#header #edit-search-block-form-1-wrapper label {
	color:#D57224;
	display:block;
	float:left !important;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	padding-right:5px;
	position:relative;
	top:5px;
}

#header #search-block-form input#edit-submit {
	background:#41a7d9 url(/Images/gradient_blue-button.png) repeat-x;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:4px 8px;
	text-align:center;
	text-decoration:none;
	text-indent:0 !important;
	margin-left:0;
	display:block;
	border:0;
	cursor: pointer;
}

#header #search-block-form input#edit-submit:hover {
	background:#453b39 url(/Images/gradient_gray-button.png) repeat-x;
}

#header input#edit-search-block-form-1 {
	color:#8F8F8F;
	font-size:12px;
	margin-right:0;
	padding:4px;
	width:166px;
	position:static;
	float:left;
}

#header #edit-search-block-form-1-wrapper {
	background:none;
	height:auto;
	width:auto;
}

input#edit-search-block-form-1 {
	border:1px solid #8b8b8b;
}


div.moreinfo {
	top: 25px;
	left: 50%;
	margin-left:-275px;
	width: 550px;
	position: fixed; 
	border-style: solid;
	border-color: #000000;
	z-index: 200;
	background:#fff url(/images/bg_moreinfo.gif) top left repeat-x;
	padding: 5px 15px;
	text-align: left;
}

div.moreinfo_top {
	padding: 10px;
	border-bottom: 2px #FFCC00 solid;
}

div.moreinfo_top h2 {
	float: left;
	margin-bottom: 10px;
}

div.moreinfo_top a {
	float: right;
}

div.moreinfo_bottom {
	padding: 10px;
	float: right;
}

div.contextual_help {
	width: 400px;
	position: absolute;
	z-index: 200;
}

div.contextual_help_top {
	width: 335px;
	padding: 45px 45px 0px 20px;
	background:transparent url(/mod/template/templates/Default_Template/images/contextual_help_top.png) top left no-repeat;
}

p.contextual_help_text {
    float:left;
    padding-top:10px;
    padding-bottom:10px;
}

div.contextual_help_bottom {
	width: 335px;
	padding: 0px 45px 45px 20px;
	background: url(/mod/template/templates/Default_Template/images/contextual_help_bottom.png) bottom left no-repeat;
}
div#bgpop {
	position:fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	background: black fixed top left;
	z-index: 100;
	opacity: .7;
	filter: alpha(opacity=70);
}

div#system-message{
	border:1px solid #CF5E03;
	background: #cdd62f;
	color: #000000;
	padding:3px 25px;
	margin:10px auto;
	max-width: 600px; /* added for home page green box, which sits outside the content pane and 
	                     previously extended out to 100% width of browser. */
}

div#system-message p{
	padding:0px;
	margin:2px;
}

a.mediafile {
	background: transparent url(/mod/file/fileicons/file.png)
		no-repeat scroll 0px 1px;
	padding-left: 20px;
}

a.ppt {
	background-image: url(/mod/file/fileicons/ppt.png);
}
a.bz2 {
	background-image: url(/mod/file/fileicons/bz2.png);
}	   
a.htm {
	background-image: url(/mod/file/fileicons/htm.png);
}
	
a.odc {
	background-image: url(/mod/file/fileicons/odc.png);
}
	
a.odp {
	background-image: url(/mod/file/fileicons/odp.png);
}
	
a.png {
	background-image: url(/mod/file/fileicons/png.png);
}

a.rpm {
	background-image: url(/mod/file/fileicons/rpm.png);
}

a.sxd {
	background-image: url(/mod/file/fileicons/sxd.png);
}

a.tgz {
	background-image: url(/mod/file/fileicons/tgz.png);
}

a.zip {
	background-image: url(/mod/file/fileicons/zip.png);
}
a.conf {
	background-image: url(/mod/file/fileicons/conf.png);
}

a.gif {
	background-image: url(/mod/file/fileicons/gif.png);
}
 
a.odf {
	background-image: url(/mod/file/fileicons/odf.png);
}

a.ods {
	background-image: url(/mod/file/fileicons/ods.png);
}

a.rtf {
	background-image: url(/mod/file/fileicons/rtf.png);
}

a.sxi {
	background-image: url(/mod/file/fileicons/sxi.png);
}

a.txt {
	background-image: url(/mod/file/fileicons/txt.png);
}
a.deb {
	background-image: url(/mod/file/fileicons/deb.png);
}
 
a.gz {
	background-image: url(/mod/file/fileicons/gz.png);
}

a.jpeg {
	background-image: url(/mod/file/fileicons/jpeg.png);
}
 
a.odg {
	background-image: url(/mod/file/fileicons/odg.png);
}

a.odt {
	background-image: url(/mod/file/fileicons/odt.png);
}

a.ps {
	background-image: url(/mod/file/fileicons/ps.png);
}
 
a.swf {
	background-image: url(/mod/file/fileicons/swf.png);
}

a.sxw {
	background-image: url(/mod/file/fileicons/sxw.png);
}

a.xls {
	background-image: url(/mod/file/fileicons/xls.png);
}
a.doc {
	background-image: url(/mod/file/fileicons/doc.png);
}
 
a.html {
	background-image: url(/mod/file/fileicons/html.png);
}

a.jpg {
	background-image: url(/mod/file/fileicons/jpg.png);
}

a.odi {
	background-image: url(/mod/file/fileicons/odi.png);
}

a.pdf {
	background-image: url(/mod/file/fileicons/pdf.png);
}

a.rar {
	background-image: url(/mod/file/fileicons/rar.png);
}

a.sxc {
	background-image: url(/mod/file/fileicons/sxc.png);
}

a.tar {
	background-image: url(/mod/file/fileicons/tar.png);
}

a.xml {
	background-image: url(/mod/file/fileicons/xml.png);
}

#blankState {
	width: 475px;
	padding: 15px;
	background: url(/mod/template/templates/Default_Template/images/blankBG.jpg) repeat-y;
	text-align: center;
	color: #3a3a3a;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#blankState h3{
	text-align: center;
	color: black;
	font-size: 13pt;
	margin-bottom: 10px;
}































#sidebarBtn {
	width: 150px;
    height: 22px;
    background: url(/mod/template/templates/Default_Template/images/sidebarBtnBG.jpg) no-repeat;
}

#sidebarBtn a {
	display: block;
    padding-top: 7px;
	color: black;
    font-size: .9em;
	text-align: center;
}

#sidebarBtn a:hover {
	color: #cf5e03;
    text-decoration: none;
}



#subTitle {
	width: 70%;
	float: left;
	font-size: 14pt;
	color: #CF5E03;
	font-weight: bold;
	margin-bottom: 10px;
}

#subTitleBtn {
	width: 30%;
	float: right;
	text-align: right;
	color: #3a3a3a;
}


#subTitleBtnInner {
	background: url(/mod/template/templates/Default_Template/images/headerLinksBG.gif) no-repeat scroll left top;
	height: 22px;
	width: 83px;
	float: right;
}

#subTitleBtnInner a {
	color: black;
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

#subTitleBtnInner a:hover {
	color: #CF5E03;
}


#friendItem {
	padding: 15px 0;
	border-bottom: 1px solid #f3f3f3;
	line-height: 12pt;
}

#friendItem img {
	float: left;
	width: 80px;
	margin-right: 15px;
}


#friendItemBody p, #groupItemBody p {
	font-size: 0.9em;
	margin: 0;
}

#friendItemBody a, #groupItemBody a {
	font-size: 0.9em;
}

#friendItemBody h3, #groupItemBody h3 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;
}

#friendItemBody h3 a:hover, #groupItemBody h3 a:hover {
	text-decoration: underline;
}

#friendItemRight {
	float: right;
	width: 150px;
	font-size: 0.9em;
	text-align: right;
	/*vertical-align: top;*/
	margin-left: 10px;
}

#customHR {
	clear: both;
	width: 100%;
	height: 1px;
	background: #cccccc;
}

#editBlog h3 {
	padding-top: 15px;
	padding-bottom: 5px;
}

#editBlog h4 {
	margin: 0;
	padding: 0;
}

#blogEditAdds {
	width: 101px;
	height: 22px;
	background: url(/mod/template/templates/Default_Template/images/addsBG.jpg) no-repeat;
	float: left;
	margin: 10px 20px 0 0;
}

#blogEditAddVideo button {
	text-align: center;
	display: block;
	color: black;
	text-decoration: none;
	font-size: 0.9em;
	width: 101px;
	height: 22px;
	background: url(/mod/template/templates/Default_Template/images/addsBG.jpg) no-repeat;
}

#blogEditAdds a, #blogEditMediaSubmit a {
	text-align: center;
	display: block;
	color: black;
	margin-top: 4px;
	text-decoration: none;
	font-size: 0.9em;
}

#blogEditAdds a:hover, #blogEditMediaSubmit a:hover {
	color: #CF5E03;
}

#blogEditAddImage, #blogEditAddVideo, #blogEditAddSound {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    padding: 0px 0px 10px 0px;
}

#blogEditMediaSubmit {
	width: 101px;
	height: 22px;
	background: url(/mod/template/templates/Default_Template/images/addsBG.jpg) no-repeat;
}

#editBlogTags {
	margin: 20px 0;
	padding: 15px;
	background: #f3f3f3;
}


#settingsTop {
	background: #f3f3f3;
    padding: 15px;
    margin-bottom: 25px;
}

#settingsMid {
	background: #f3f3f3;
    padding: 15px;
    margin-bottom: 25px;
}

#settingsBot {
	background: #f3f3f3;
    padding: 15px;
    margin-bottom: 25px;
}

.settingsRadioTag {
	border:0;
	padding:0;
	margin:0 0 5px 5px;
	font-size:12pt;
    font-weight: normal;
}

.settingsIndent {
	margin-left: 40px;
    color: #3a3a3a;
}

.purchaseTable {
	width: 100%;
	font-size: 0.9em;
}
.purchaseTable tr.header td {
	background:#bbb;
	padding: 6px;
}

.purchaseTable tr.odd td {
	background: #f7f7f7;
	padding: 3px;
	text-align: right;
	border: 1px solid white;
}

.purchaseTable tr.even td {
	background: #e3e3e3;
	padding: 3px;
	text-align: right;
	border: 1px solid white;
}

.remindButton {
	background:transparent url(/mod/template/templates/Default_Template/images/headerLinksBG.gif) no-repeat scroll left top;
	display:block;
	width:83px;
	height:22px;
	text-align:center;
	color: black;
	font-size:0.9em;
}

.remindButton:hover {
	color:#CF5E03;
	text-decoration: none;
}


#fileItem {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
}

#fileItem img {
	float: left;
	padding-right: 10px;
}

#fileItemBody {
	width: 280px;
	padding-right: 10px;
	float: left;
}

#fileItemSpecs {
	float: right;
	text-align: right;
	color: #3a3a3a;
	font-size: 0.9em;
}

#fileItemBody a {
	font-size: 1.1em;
}

#filesBotLeft {
	float: left;
	width: 125px;
}

#filesBotMid {
	float: left;
	width: 255px;
	text-align: center;
}

#filesBotRight {
	float: right;
	width: 125px;
	text-align: right;
}

#fileView {
	margin: 10px 0 20px 0;
	color: #3a3a3a;
}

#fileView h3{
	font-size: 1.4em;
	font-weight: normal;
	color: black;
	margin: 10px 0;
}

div#image_ext_message, div#video_ext_message, div#sound_ext_message {
	border: 1px dotted #cccccc;
	color: #CF5E03;
	margin: 10px auto 10px auto;
	padding: 10px 20px 10px 20px;
	text-align:center;
	width:80%;
	min-height: 40px;
}

/*
	BLOGGING ENGINE
*/

.weblog-post {
	margin:20px 0 10px 0;
}

.weblog-comments {
	margin:15px 0 5px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.weblog-comments h3 {
	font-size: 11pt;
	color: black;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
}

.user img {
	border:1px solid #eee;
	padding:2px;
}

.weblog-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.weblog-title {
	margin:10px 0;
}

.weblog-title h3 {
	font-size: 130%;
	font-weight: normal;
	color: #CF5E03;
}

.weblog-title p {
	margin-left: 15px;
	font-style: italic;
	color: #3a3a3a;
}

.post {
	margin:20px 0 10px 15px;
	line-height:19px;
   clear: both;
	/*background:url(/mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y;*/
}

.info {
	margin:10px 0;
	clear:both;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
	color:#CF5E03;
	text-align: right;
}

.info p a {
	font-size:0.9em;
	color:#555;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
	height:1px;
	background:#ccc;
}

#comment {
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
}

.even {
	background: #f7f7f7;
}

.odd {
	background: white;
}

#commentBody {
	float: left;
	margin-left: 15px;
	width: 410px;
	padding-right: 10px;
	line-height:19px;
}

#commentBody p.date {
	float: left;
	margin: 0 0 0 25px;
	font-size: 0.9em;
	color: #3a3a3a;
}

#commentOptions {
	width: 100px;
	float: right;
	text-align: right;
}

/* END OF BLOGGING ENGINE */

#dhtmltooltip {
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/mod/template/templates/Default_Template/images/bubble.png');*/
	border: 1px solid #ccc;
	background: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 25px;
	padding: 7px 20px 0 22px;
	font-size: 0.9em;
	text-align: center;
	visibility: hidden;
	z-index: 100;
}

#dhtmltooltip[id] {
	background: url(/mod/template/templates/Default_Template/images/bubbleBG.jpg) bottom right;
	background-repeat: no-repeat;
}

div.moreinfo {
	top: 25px;
	left: 50%;
	margin-left:-275px;
	width: 550px;
	position: fixed; 
	border-style: solid;
	border-color: #000000;
	z-index: 200;
	background:#fff url(images/bg_moreinfo.gif) top left repeat-x;
	padding: 5px 15px;
	text-align: left;
}

div.moreinfo_top {
	padding: 10px;
	border-bottom: 2px #FFCC00 solid;
}

div.moreinfo_top h2 {
	float: left;
}

div.moreinfo_top a {
	float: right;
}

div.moreinfo_bottom {
	padding: 10px;
	float: right;
}

div.contextual_help {
	width: 400px;
	position: absolute;
	z-index: 200;
}

div.contextual_help_top {
	width: 335px;
	padding: 45px 45px 0px 20px;
	background:transparent url(/mod/template/templates/Default_Template/images/contextual_help_top.png) top left no-repeat;
}

p.contextual_help_text {
    float:left;
    padding-top:10px;
    padding-bottom:10px;
}

div.contextual_help_bottom {
	width: 335px;
	padding: 0px 45px 45px 20px;
	background: url(/mod/template/templates/Default_Template/images/contextual_help_bottom.png) bottom left no-repeat;
}

textarea {
	width: 99%;
	border: 1px solid #ccc;
	color: #3a3a3a;
}

select {
	border: 1px solid #ccc;
	font-size: 0.9em;
	color: #3a3a3a;
}

input {
	border: 1px solid #ccc;
	font-size: 0.9em;
	color: #3a3a3a;
	margin-top:3px;
}

input.image {
	border: 0;
}


#profileViewGroups {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

#groupItemBody {
	float: left;
	width: 330px;
}

#friendItemBody p, #groupItemBody p {
	font-size: 0.9em;
	margin: 0;
}

#friendItemBody a, #groupItemBody a {
	font-size: 0.9em;
}

#friendItemBody h3, #groupItemBody h3 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;
}

#friendItemBody h3 a:hover, #groupItemBody h3 a:hover {
	text-decoration: underline;
}


.groupStatistics {
	border: 1px solid #CCCCCC;
	padding: 6px 3px;
	font-size: 9px;
}

.groupStatistics font {
	font-size: 1.5em;
}

.groupStatistics p {
	font-size: 1.2em;
}

.groupStatistics h3 {
	font-size: 1.3em;
	margin-top: 4px;
}

.groupStatistics font.groupStatHeading {
	font-size: 1.1em;
	color: #CF5E03;
	font-weight: bold;
}

#publicViewHeader {
	font-size: 15pt;
    color: #cf5e03;
    width: 75%;
    float: left;
    margin: 20px 0 10px 0;
}

#publicViewTopLink {
	margin: 20px 0 10px 0;
    float: right;
    width: 25%;
    text-align: right;
}

#publicViewTopLink a {
	font-size: .9em;
    margin: 0;
    /* TODO: what was meant for this attrib? display: ; */
    text-align: right;
}

#sidebarOnline {
	height: 21px;
	text-align: left;
    padding-left: 25px;
    padding-top: 4px;
    margin: 10px 0 10px 1px;
    color: #58a809;
    background: url(/mod/template/templates/Default_Template/images/online.jpg) no-repeat;
}

#sidebarOffline {
	height: 21px;
	text-align: left;
    padding-left: 25px;
    padding-top: 4px;
    margin: 10px 0 10px 1px;
    color: #b20d0d;
    background: url(/mod/template/templates/Default_Template/images/offline.jpg) no-repeat;
}

#sidebarBtn {
	width: 150px;
    height: 22px;
    background: url(/mod/template/templates/Default_Template/images/sidebarBtnBG.jpg) no-repeat;
}

#sidebarBtn a {
	display: block;
    margin-top: 4px;
	color: black;
    font-size: .9em;
	text-align: center;
}

#sidebarBtn a:hover {
	color: #cf5e03;
    text-decoration: none;
}

#sidebarServices {
	font-size:0.9em;
	border: 1px solid #ccc;
}

#sidebarServices ul {
	height: 120px;
	overflow-y: auto;
	list-style-type: disc;
	list-style-position: inside;
    margin: 0 0 0 10px;
    padding: 0;
	font-size: 0.9em;
}

#sidebarServices li {
    padding: 5px 0;
}

#sidebarServicesHeader{
	background: #cf5e03;
    padding: 4px 5px;
    color: white;
    font-weight: bold;
}

#sidebarHighFives {
	width: 150px;
    height: 37px;
    background: url(/mod/template/templates/Default_Template/images/sidebarHighFivesBG.jpg) no-repeat;
}

.sidebarHighFivesNumber {
	color: white;
    font-size: 13pt;
    padding: 13px 5px 13px 5px;
    font-weight: bold;
    float: left;
    text-align: right;
    width: 60px;
}

.sidebarHighFivesWords {
	color: #f0b483;
    padding: 13px 10px 13px 0;
    font-weight: bold;
    float: right;
    font-size: 0.9em;
    width: 70px;
}

#sidebarCommPoints {
	width: 150px;
    height: 37px;
    background: url(/mod/template/templates/Default_Template/images/sidebarCommPointsBG.jpg) no-repeat;
}

.sidebarCommPointsNumber {
	color: white;
    font-size: 13pt;
    padding: 13px 5px 13px 5px;
    font-weight: bold;
    float: left;
    text-align: right;
    width: 60px;
}

.sidebarCommPointsWords {
	color: #6f7501;
    padding: 6px 10px 6px 0;
    font-weight: bold;
    float: right;
    font-size: 0.9em;
    width: 70px;
}

#sidebarLowerButtons {
	width: 150px;
    height: 22px;
    margin-bottom: 10px;
    background: url(/mod/template/templates/Default_Template/images/sidebarBtnBG.jpg) no-repeat;
}

#sidebarLowerButtons a {
	display: block;
    padding-top: 4px;
    color: black;
    font-size: .9em;
    text-align: center;
}

#sidebarLowerButtons a:hover {
	color: #cf5e03;
    text-decoration: none;
}

#sidebarOrangeButton {
	width: 150px;
    height: 22px;
    margin-bottom: 10px;
    background: url(/mod/template/templates/Default_Template/images/sidebarOrangeBtnBG.jpg) no-repeat;
}

#sidebarOrangeButton a {
	display: block;
    padding-top: 4px;
    color: black;
    font-size: .9em;
    text-align: center;
}

#sidebarOrangeButton a:hover {
	color: #cf5e03;
    text-decoration: none;
}

#sidebarRedLinks {
	text-align: right;
}

#sidebarRedLinks a {
	font-size: .9em;
    color: #e78888;
    padding: 5px 0;
}
#profileViewBlogs {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

#profileViewBlogsTitle {
	width: 380px;
    float: left;
}

#profileViewBlogsTitle a {
	font-size: 12pt;
}

#profileViewBlogsOwnedTitle {
	width: 100%;
    margin-bottom: 5px;
}

#profileViewBlogsOwnedTitle a {
	font-size: 11pt;
}

#profileViewBlogsOwned {
	padding: 8px 0;
	border-bottom: 1px solid #f3f3f3;
}

#profileViewBlogsDate {
	width: 200px;
    float: left;
    font-size: 9pt;
    font-style: italic;
    text-align: left;
    color: #3a3a3a;
    margin-left: 15px;
}

#profileViewBlogsOptions {
	width: 250px;
    float: right;
    font-size: 9pt;
    text-align: right;
    color: #3a3a3a;
}

#profileViewBlogsTime {
	width: 120px;
    float: right;
    font-size: 9pt;
    text-align: right;
    font-style: italic;
    color: #3a3a3a;
}

#profileViewBlogsBody {
	margin-bottom: 15px;
}

div#flagbgpop {
	position:fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	background: #842626 fixed top left;
	z-index: 100;
	opacity: .8;
	filter: alpha(opacity=80);
}

p { line-height:19px;}



.progressWrapper {
	width: 450px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	overflow: hidden;
}
/* Error */
.red {
}

/* Current */
.green {
}

/* Complete */
.blue {
}

.progressName {
	font-size: 10pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 30px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	width: 0%;
	height: 25px;
	background-color: #ffcc00;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #ffcc00;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 450px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


.fileTypesAllowed {
	font-style: italic;
	font-size: 10px;
}
/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}



