@charset "utf-8";

/* v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#skipto{position:absolute;left:-9999px;top:-9999px;}
html {overflow: -moz-scrollbars-vertical;}
.group:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/*==================================================================
[Master Stylesheet]

Project:		--
Version:		--
Created:		--
Last change:	--
Author:     	Jim Black (jb)
Primary use:	--
====================================================================*/

/*
[Table of contents]
------------------------------
01. Global
02. Layout
03. Nav
04. Headings
05. Lists
06. Images
07. Links
08. Forms
09. Tables
10. Typography 
11. Other
*/


/* Color reference
-----------------------------
#000;      Black
#FFF;      White
*/


/* Global
-----------------------------*/
a{padding:2px; text-decoration:none; color:#375d81;}
a:hover{color:#39b44a;}
img{border:none;}
img.left, a.left img{margin:0 10px 0 0;}
img.right, a.right img{margin:0 0 10px 10px;}
form{display:inline-block;}
.divider{background:#dadada; height:1px; margin:10px 0;}
	.divider.large{height:3px;}
.required{background:#bf0404;}
	span.required{display:inline-block; padding:0 4px; font-size:10px; font-family:Tahoma; color:#fff;}
.error{}
	p.error{background:#f0c4b2; padding:10px 15px;}
	span.error{display:inline-block; background:#f0c4b2; margin:3px 0 0 8px; padding:3px; vertical-align:top;}
	#login input[type="text"].error, #login input[type="password"].error{background:#f0c4b2;}
.success{background:#bef0b2;}
	p.success{padding:10px 15px;}
	span.success{display:inline-block; padding:0 4px; font-size:10px; font-family:Tahoma; color:#464646;}
.valid{background:#bef0b2;}
	p.valid{padding:10px 15px;}
	span.valid{margin:0 0 0 8px; padding:3px;}
	#login input[type="text"].valid, #login input[type="password"].valid{background:#f0c4b2;} /*modify colors */
.status{background:#eee;}
.sub_status{background:#fafafa;}
.info{color:#999;}
.note{color:#ff8181;}

/* Layout
-----------------------------*/
html{height:100%; overflow-y:scroll;}
body{height:100%; font:75%/1.5  "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, sans-serif; color:#464646;}
	.container{width:965px; margin:0 auto; overflow:auto;}
	#wrapper{position:relative; min-height:100%;}
	#header{}
		#nav{background:#5f81a0; border-bottom:3px solid #375d81; padding:4px 0 0 0;}
			#nav .search{display:inline-block; width:200px;}
			#nav .search td{vertical-align:bottom;}
		#subnav{background:#375d81; padding:2px 0; color:#fff;}
	#body{margin:20px auto 0;}
		#body.normal{padding-bottom:340px;}
		#body.loggedin{padding-bottom:90px;}
		#body .container{padding:0 0 5px;}
		.push{height:325px;}
		.column_profile > div.left, .column_groups > div.left{width:670px;}
			.column_profile > div.left > div.left{width:240px;}
			.column_profile > div.left > div.right{width:410px; padding-bottom:5px;}
			.column_profile .status, .column_profile .sub_status{padding:4px 10px;}
		.column_profile > div.right {width:275px;}
			.column_profile > div.right div:first-child, .column_groups > div.right div:first-child{margin:0;}
			.column_profile > div.right > div, .column_groups > div.right > div{margin:0 0 20px 0;}
		.column_blog > div.left, .column_account > div.left{width:685px;}
		.column_dashboard > div.left{width:685px;}
		.column_dashboard > div.right, .column_blog > div.right, .column_groups > div.right, .column_account > div.right{width:260px;}
			.column_dashboard > div.right div:first-child{margin:0;}
			.column_dashboard > div.right > div{margin:0 0 20px 0;}
		.pagination select{margin:0 20px 0 0;}
	#footer{position:absolute; bottom:0; width:100%;}
		#footer.normal{height:340px;}
		#footer.loggedin{height:90px;}
		#footer #info{background:#e7eff8; border-top:3px solid #d7dfe6;}
			#footer.normal #info{height:240px; padding:10px 0;}
			#footer.loggedin #info{height:10px; padding:0;}
		#footer #subinfo{padding:5px 0; font-size:10px;}
		/*#footer .column2 > div{width:48%; margin:0 5px 0 0;}*/
			#footer .column2 div.left{width:52%;}
			#footer .column2 .right{width:48%;}		
		#footer .column3 > div{width:31%; margin:0 5px 5px 0;}

	.modal_bg{position:fixed; top:0; left:0; width:100%; height:100%; background:#afbecd; z-index:9999;}
		.modal{position:absolute; width:530px; left:50%; margin-left:-265px; top:15%; padding:10px; background:#d7dfe6\9; background:rgba(255, 255, 255, .5); z-index:10000; box-shadow:0 1px 6px #838282; -moz-box-shadow:0 1px 6px #838282; -webkit-box-shadow:0 1px 6px #838282;}
			.modal form{display:block;}
		.modal .close{background:#7a7b7c; padding:5px 3px; text-align:right;}
			.modal .close a{color:#fff;}
			.modal .close a:hover{text-transform:uppercase;}
		.modal form{background:#fff; color:#375d81; padding:10px 15px; font-size:12px; overflow:auto;}
			.modal form a{display:block; margin:5px 0; padding:12px 5px; }
			.modal form a:hover{background:#abc8e2; color:#fff; font-weight:bold;}
				.modal a.gallery{background:#abc8e2; width:235px;}
				.modal a.gallery:active{background:#3c7fb1;}
				.modal a.disabled, .modal a.disabled:hover, .modal a.disabled:active{background:#ccc; color:#999; font-weight:normal; cursor:default;}
			
	.rya-autocomplete-container{position:absolute; background-color:#fff; margin:0; padding:5px 7px; border:1px solid #748383; border-top:none; font-size:11px; z-index:200;}
		.rya-autocomplete-container li{padding:5px 0; line-height:13px;}
			.rya-autocomplete-container li:first-child{border-top: 1px solid #D9D9D9;}
			.rya-autocomplete-container li a{display:block; color:#363636; padding: 5px 10px;}
				.rya-autocomplete-container li a:hover{background-color:#E7EFF8;}
			.rya-autocomplete-container li a em{color:#8D8D8D; font-style:normal;}
			
	.loading_container{margin:10px 0;}
		.loading_bar{width:680px; height:5px; border:1px solid #dadada; margin:0; padding:0;}
		.loading_progress{background:#bef0b2; width:66%; height:5px; margin:0; padding:0;}
		.loading_info{margin:0; font-size:10px; text-transform:uppercase; color:#b1b1b1;}
	
/* Headings
-----------------------------*/
h1, h2, h3, h4, h5, h6{font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
	h1{font-size:44px; line-height:48px; margin:0 0 10px 0;}
	h2{font-size:30px; line-height:36px; word-wrap:break-word;}
		#footer h2{line-height:50px;}
	h3{position:relative; font-size:22px;}
	h4{font-weight:bold;}

/* Lists
-----------------------------*/
ul{margin:0 0 0 15px;}
ul li{list-style-position:outside;}
	ul.bullet li{list-style-type:square; margin:4px auto;}
	ul.alpha li{list-style-type:upper-alpha; margin:0 0 0 5px;}
	ul.bullet ul li{list-style-type:circle;}
	.column_profile > div.right ul{margin:0 0 0 15px;}
		.column_profile > div.right li, .column_blog > div.right li, .column_groups > div.right li, .column_dashboard > div.right li{position:relative; list-style-type:square; color:#464646;}

/* Images
-----------------------------*/
img.photo{background:#fff; border:1px solid #a0a0a0; padding:2px;}
	img.photo:hover{background:#375d81;}
	img.photo.sm{width:35px; height:35px;}
	img.photo.md{width:70px; height:70px;}
	img.photo.lg{width:140px; height:140px;}
	img.photo:hover{background:#375d81;}
.column_profile .followers img{margin:2px;}
.bubbles{display:inline-block; background:url(../img/sprites-txt-bubbles.png) no-repeat 0 0;}
	.bubbles.profile_img{position:absolute; background-position:0 0; width:338px; height:107px; z-index:999;}


/* Links
-----------------------------*/
#logo{display:inline-block; background:url(../img/logo.gif) no-repeat 0 0; width:373px; height:103px;}
#header a{display:inline-block; color:#fff;}
	#nav a#mini_logo{background:url(../img/sprites-buttons.png) no-repeat -935px -25px; width:25px; height:30px; margin:0 4px -8px 0;}
	#nav a{width:110px; margin:0 -1px 0 0; font-family:"Trebuchet MS", Verdana; font-size:20px; text-align:center;}
		#nav a:hover, #nav a.selected{background:url(../img/sprites-buttons.png) no-repeat -7px -806px;}	
	#subnav a{margin:0 30px 0 0;}
		#subnav a:hover{color:#abc8e2;}
.btn{display:inline-block; background:url(../img/sprites-buttons.png) no-repeat 0 0; text-indent:-9999px; text-align:left; border:none; padding:2px; cursor:pointer;}
	.btn.signup_today{background-position:-5px -321px; width:332px; height:67px; margin:10px 0;}
		.btn.signup_today:hover{background-position:-342px -321px;}
		.btn.signup_today:active{background-position:-678px -321px;}
	.btn.need_prayer{display:block; background-position:-5px -700px; width:253px; height:45px; margin:5px 4px;}
		.btn.need_prayer:hover{background-position:-261px -700px;}
		.btn.need_prayer:active{background-position:-517px -700px;}
	.btn.want_pray{display:block; background-position:-5px -750px; width:253px; height:45px; margin:5px 4px;}
		.btn.want_pray:hover{background-position:-261px -750px;}
		.btn.want_pray:active{background-position:-517px -750px;}
	.btn.follow{display:block; background-position:-5px -77px; width:252px; height:41px; margin:10px 0;}
		.btn.follow:hover{background-position:-261px -77px;}
		.btn.follow:active{background-position:-517px -77px;}
	.btn.create_group{display:block; background-position:-5px -175px; width:252px; height:41px; margin:10px 0;}
		.btn.create_group:hover{background-position:-261px -175px;}
		.btn.create_group:active{background-position:-517px -175px;}
	.btn.join{display:block; background-position:-5px -225px; width:252px; height:41px; margin:10px 0;}
		.btn.join:hover{background-position:-261px -225px;}
		.btn.join:active{background-position:-517px -225px;}
	.btn.following{display:block; background-position:-5px -127px; width:252px; height:41px; margin:10px 0;}
	.btn.pending{display:block; background-position:-261px -127px; width:252px; height:41px; margin:10px 0;}
	.btn.member{display:block; background-position:-5px -274px; width:252px; height:41px; margin:10px 0;}
	.btn.private{display:block; background-position:-517px -127px; width:252px; height:41px; margin:10px 0;}
	.btn.flag{background-position:-8px -47px; width:55px; height:21px;}
		.btn.flag:hover{background-position:-69px -47px;}
		.btn.flag:active{background-position:-130px -47px;}
	.btn.delete{background-position:-374px -47px; width:55px; height:21px; margin:0 0 0 2px;}
		.btn.delete:hover{background-position:-435px -47px;}
		.btn.delete:active{background-position:-496px -47px;}
	.btn.reply{background-position:-191px -47px; width:55px; height:21px; margin:0 0 0 2px;}
		.btn.reply:hover{background-position:-252px -47px;}
		.btn.reply:active{background-position:-313px -47px;}
	.btn.approve{background-position:-558px -47px; width:55px; height:21px; margin:0 0 0 2px;}
		.btn.approve:hover{background-position:-619px -47px;}
		.btn.approve:active{background-position:-680px -47px;}
	.btn.decline{background-position:-742px -47px; width:55px; height:21px; margin:0 0 0 2px;}
		.btn.decline:hover{background-position:-803px -47px;}
		.btn.decline:active{background-position:-864px -47px;}
	.btn.block{background-position:-742px -21px; width:55px; height:21px; margin:0 0 0 2px;}
		.btn.block:hover{background-position:-803px -21px;}
		.btn.block:active{background-position:-864px -21px;}
	.btn.login{float:left; display:block; width:95px; height:150px; margin:0 4px 0 0; padding:0;}
		.btn.login.pp{background-position:-5px -549px;}
			.btn.login.pp:hover{background-position:-313px -549px;}
			.btn.login.pp:active{background-position:-621px -549px;}
			.btn.login.pp.selected{background-position:-780px -161px;}
		.btn.login.fb{background-position:-105px -549px;}
			.btn.login.fb:hover{background-position:-413px -549px;}
			.btn.login.fb:active{background-position:-721px -549px;}
			.btn.login.fb.selected{background-position:-780px -270px;}
		.btn.login.tw{background-position:-206px -549px;}
			.btn.login.tw:hover{background-position:-514px -549px;}
			.btn.login.tw:active{background-position:-822px -549px;}
			.btn.login.tw.selected{background-position:-780px -161px;}
	.btn.signup_member{display:block; background-position:-5px -398px; width:255px; height:43px; margin:10px 0;}
		.btn.signup_member:hover{background-position:-261px -398px;}
		.btn.signup_member:active{background-position:-517px -398px;}
	.btn.signup_follower{display:block; background-position:-5px -447px; width:255px; height:43px; margin:10px 0;}
		.btn.signup_follower:hover{background-position:-261px -447px;}
		.btn.signup_follower:active{background-position:-517px -447px;}
	.btn.donate{background-position:-5px -497px; width:252px; height:41px; margin:10px 0;}
		.btn.donate:hover{background-position:-261px -497px;}
		.btn.donate:active{background-position:-517px -497px;}
	.btn.soc_twitter{background-position:-841px -400px; width:28px; height:28px;}
		.btn.soc_twitter:hover{background-position:-841px -436px;}
		.btn.soc_twitter:active{background-position:-841px -472px;}
	.btn.soc_facebook{background-position:-775px -400px; width:28px; height:28px;}
		.btn.soc_facebook:hover{background-position:-775px -436px;}
		.btn.soc_facebook:active{background-position:-775px -472px;}
	.btn.soc_stumbleupon{background-position:-808px -400px; width:28px; height:28px;}
		.btn.soc_stumbleupon:hover{background-position:-808px -436px;}
		.btn.soc_stumbleupon:active{background-position:-808px -472px;}
.column_profile .followers a{padding:0;}

	.register{display:inline-block; background:url(../img/sprites-register.png) no-repeat 0 0; width:205px; height:128px; margin:10px 0 0 0; border:none;}
		.register.presspray{background-position:-8px -7px;}
			.register.presspray:hover{background-position:-8px -139px;}
			.register.presspray:active{background-position:-8px -271px;}
		.register.facebook{background-position:-230px -7px;}
			.register.facebook:hover{background-position:-230px -139px;}
			.register.facebook:active{background-position:-230px -271px;}
		.register.twitter{background-position:-452px -7px;}
			.register.twitter:hover{background-position:-452px -139px;}
			.register.twitter:active{background-position:-452px -272px;}

li .delete{position:absolute; top:0; right:6px; padding:1px 1px 1px 8px; background:#fff; color:#bf0404; z-index:200;}
	li .delete:hover{color:#ff0000;}
	li .delete:active{color:#000;}
.photo_thumb{position:relative; display:inline-block; margin:0; cursor:pointer;}
	.photo_thumb:hover .photo_info{display:inline-block; z-index:1000; width:125px; border:3px solid #dadada; box-shadow:0 1px 6px #838282; -moz-box-shadow:0 1px 6px #838282; -webkit-box-shadow:0 1px 6px #838282;}
	.photo_thumb:hover .photo{background:#bef0b2;}
	.photo_info{position:absolute; top:50%; left:10%; display:none;}
		.right .photo_info{left:-75%;}
		.photo_info p{background:#eee; margin:0; padding:4px; font-size:10px;}
		.photo_info p:first-child{background:#ecf2f9; border-top:1px solid #fff; border-bottom:1px solid #dadada; font-size:11px;}
.viewall{position:absolute; right:5px; bottom:8px; font-size:11px; font-weight:normal; font-family:"Lucida Sans Unicode", Verdana, sans-serif;}
.add{position:absolute; right:55px; bottom:8px; font-size:11px; font-weight:normal; font-family:"Lucida Sans Unicode", Verdana, sans-serif;}
.modal form a.forgot{display:inline-block; padding:0; text-align:right;}
	.modal form a.forgot:hover{background:none; color:#39b44a; font-weight:normal;}

/*Forms
-----------------------------*/
input, select, textarea, button{font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, sans-serif;}
	input[type="text"], input[type="password"], textarea, select{border-width:1px; border-style:solid; padding:5px; font-size:11px;}
	input[type="submit"], button{background:url(../img/sprites-buttons.png) no-repeat 0 0; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#fff;}
	input[type="submit"].huge, button.huge{background-position:-6px -7px; width:270px; height:39px; margin:10px 10px 0 0; border:none;}
		input[type="submit"].huge:hover, button.huge:hover{background-position:-141px -7px;}
		input[type="submit"].huge:active, button.huge:active{background-position:-276px -7px;}
	input[type="submit"].large, button.large{background-position:-6px -7px; width:135px; height:39px; margin:10px 10px 0 0; border:none;}
		input[type="submit"].large:hover, button.large:hover{background-position:-141px -7px;}
		input[type="submit"].large:active, button.large:active{background-position:-276px -7px;}
	input[type="submit"].small, button.small{background-position:-411px -7px; width:105px; height:29px; margin:0; border:none; font-size:11px;}
		input[type="submit"].small:hover, button.small:hover{background-position:-516px -7px;}
		input[type="submit"].small:active, button.small:active{background-position:-621px -7px;}
		#nav .search input[type="text"]{background:#e4f2ff; border-color:#e4f2ff; width:186px; padding:2px; font-size:11px;}
			#nav .search input[type="text"]:hover, #nav .search input[type="text"]:focus{background:#fff; border-color:#fff;}
		#nav .search input[type="submit"]{background-position:-934px -79px; width:16px; height:20px; margin:0 0 0 4px; border:none; font-size:0; color:#5f81a0;}
			#nav .search input[type="submit"]:hover{background-position:-954px -79px;}
			#nav .search input[type="submit"]:active{background-position:-973px -79px;}
		#login input[type="text"], #login input[type="password"]{display:block; background:#f9fcff; border-color:#999; width:320px; margin:2px 0 10px;}
			#login input[type="text"]:hover,
			#login input[type="text"]:focus,
			#login input[type="password"]:hover,
			#login input[type="password"]:focus{background:#fff;}

		
		.column_account label{display:block;}
		.column_account input[type="text"], .column_account input[type="password"]{width:320px; margin:2px 0 10px;}
	.column_profile textarea, .column_profile input[type="text"]{background:#f9fcff; border-color:#999; width:390px; margin:4px 0;}
		.column_profile textarea:hover, .column_profile textarea:focus, .column_profile input[type="text"]:hover, .column_profile input[type="text"]:focus{background:#fff;}
		.column_profile textarea{resize:vertical;}
	
	.column_account input[type="text"], .column_account input[type="password"], .column_account select{border-color:#e2e2e2;}	
	.column_blog textarea, .column_account textarea{width:450px; height:100px; border-color:#e2e2e2;}
	
	.photo_panel form{display:block;}
		.photo_panel input[type="text"]{width:300px;}
	
	.modal input[type="text"], .modal input[type="password"], .modal textarea{width:490px; border-color:#999; margin:0 0 5px 0;}
	.modal textarea{height:240px;}
	
/* Tables
-----------------------------*/

/* Typography
-----------------------------*/
p{margin:1em 0;}
.status p, .sub_status p{margin:2px 0;}
	.status p:first-child{font:18px/22px Georgia, "Times New Roman", Times, serif; font-style:italic;}
	.sub_status p:first-child{font:12px/18px Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic; color:#868686;}
.group_list p{margin-left:160px;}
.dashboard_block{margin:5px 0; border:3px solid #dadada;}
.dashboard_entry{background:#e7eff8; padding:4px; border-top:1px solid #fff; border-bottom:1px solid #dadada;}
	.dashboard_entry p{padding:0 0 0 45px;}
.dashboard_msg{padding:5px; border-bottom:1px solid #dadada;}
	.dashboard_msg p{float:right; width:570px; word-wrap:break-word;}
	.dashboard_msg.status{padding:5px;}
	.dashboard_msg.status p{float:right; width:610px; font-family:Georgia, 'Times New Roman', Times, serif; font-style:italic; font-weight:bold; font-size:14px; line-height:16px;}
.dashboard_comment{padding:5px 5px 5px 50px;}
	.dashboard_comment p{margin:0 0 5px 0;}
.photo_panel{border:3px solid #dadada; margin:0 0 10px 0;}
	.photo_panel p{margin:0;}
	.photo_actions{background:#e7eff8; padding:5px; border-top:1px solid #fff; border-bottom:1px solid #dadada;}
	.photo_subpanel{background:#eee; padding:5px; border-bottom:1px solid #dadada;}
.comment_note{background:#ebebeb;padding:5px;}
.blog_comments{width:500px;}
	.b_comment{}
		.b_comment p{margin:5px 0 5px 50px;}
.quote{width:250px; margin-top:0; font:20px/26px Georgia, "Times New Roman", Times, serif;}
	.quote strong{display:block; font-size:14px; text-align:right; color:#999;}

.walkthrough{position:relative; background:#5f81a0; color:#fff; margin:10px 0 30px 0; padding:10px; border:1px solid #375d81; z-index:100; font-size:13px;}
	.walkthrough .tab{display:block; position:absolute; left:20px; bottom:-19px; background:#5f81a0 url(../img/sprites-bubbles.png) no-repeat 0 0; width:21px; height:21px; z-index:101;}
	.walkthrough button{background:none; border:none; font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, sans-serif; padding:0;}
	.walkthrough button:hover{color:#39b44a;}

h1 a{background:none; border:none; font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#375D81;}
	h1 a:hover{color:#39b44a;}

/*
.walkthrough{background:url(../img/sprites-bubbles.png) no-repeat 0 0; width:260px; text-indent:-10000px;}
	.walkthrough.presspray{background-position:-31px -20px; height:170px;}
	.walkthrough.facebook{background-position:-31px -188px; height:180px;}
	.walkthrough.twitter{background-position:-31px -370px; height:170px;}
	.walkthrough.confirm{background-position:-31px -545px; height:240px;}
	.walkthrough.about{background-position:-31px -790px; height:175px;}
	.walkthrough.avatar{background-position:-31px -975px; height:105px;}
	.walkthrough.choose{background-position:-31px -1090px; height:275px;}
*/
	
.registration-twitter{background:url(../img/icn-twitter.png) no-repeat 0 5px; font-size:14px; font-weight:bold; padding:0 0 0 40px;}
.registration-facebook{background:url(../img/icn-facebook.png) no-repeat 0 5px; font-size:14px; font-weight:bold; padding:0 0 0 40px;}


/* Other
-----------------------------*/
.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
.hide{display:none;}
.pointer{cursor:pointer;}
.wrap{overflow:auto;}

/* Gradient */

/* Border Radius */
.round5{-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.round10{-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
.round15{-moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
.round20{-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;}
.round25{-moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px;}
.round30{-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;}

/* Opacity *//*
Uploadify v2.1.0
Release Date: August 24, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
