@charset "utf-8";
/* CSS Document */

/*

colours:
---------

*/
html {
	height:100%;
	padding: 0;
	margin: 0;
}
body {
	height: 100%; 
	padding: 0; 
	margin: 0;
	background-color: #1c0d02;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
} 

a:active{
	outline:none;
}:focus{
	-moz-outline-style:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.error {
	font-weight: bold;
	color: #C00;
	font-size: 13px;
}
.none {
	text-align: center;
	font-size: 19px;
	color: #666;
	padding: 30px 0;
}
.none_small {
	text-align: center;
	color: #000;	
}
hr {
	color:#8f3f01	
}
#wrapper {
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin-bottom: -130px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
} 
#background_img {
	position: absolute;
	top:0;
	left:0;
	display: none;
	z-index: -1;
	width: 100%;
	height: 100%;
	background:#030303;
	text-align:center;
}
#footer, .push { /* .push must be the same height as .footer */
	height: 130px;
}
#footer {
	background: none;
	position: relative;
}
#innerFooter {
	width: 1000px;
	margin: 0px auto;
	z-index: 5;
	padding: 20px 0 0 0;
}
#footer_img {
	width: 1000px;
	height: 24px;
	background: url(../imgs/footer_img.png) no-repeat top left;	
}
#innerFooter .inner {
	background: #150a01;
	padding: 10px;
	color: #fb7802;
	font-size: 14px;	
}
#innerFooter .inner .left {
	padding: 35px 0 0 0;
}
#innerFooter .inner .left div {
	padding: 0 0 5px 0;
}
#innerFooter .inner .left div span {
	font-size:12px;
}
#innerFooter .inner .left div a:link, #innerFooter .inner .left div a:visited {
	text-decoration: none;
	color: #fc9b1e;
}
#innerFooter .inner .left div a:hover {
	color: #FFF;
	text-decoration: none;	
}
#innerFooter .inner .right {
	font-size: 12px;
	color: #666;
	padding: 20px 0 0 0;	
}
#donateFooter {
	float: left;
	width: 500px;
	text-align: center;
}

.center {
	text-align: center;
}
#public_page {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.white_bg {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	background: url(../imgs/80_percent_fade_white.png) repeat top left;
	color: #222;
}
.white_bg .inner {
	padding: 10px	
}
.indexHeader {
	color: #783103;
	font-size: 30px;
	margin: 0;
	padding: 0 0 5px 0;	
}
.regularHeader {
	color: #7a370c;
	font-size: 24px;
	margin: 0;
	padding: 0 0 5px 0;	
}
.thirds {
	width: 33%;
	float: left;	
}
.formElement {
	padding: 5px 0;
}
.formElement label {
	color: #7a370c;
	font-size: 13px;
}
.formElement input[type=text] {
	background: #e7e7e7;
	color: #333;
	border: 1px solid #6a6a6a;
	padding: 2px 3px;
}
.formElement textarea {
	background: #e7e7e7;
	color: #333;
	border: 1px solid #6a6a6a;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px;
}
#header {
	position: relative;	
	height: 85px;
}
#company_name {
	font-size: 36px;
	color: #ecb277;
	padding: 10px 0 0 90px;
	cursor: default;
}
#tag_line {
	padding: 5px 0 0 70px;
}
#logo_holder {
	position: absolute;
	top: 0;
	left: 0;	
}
#page_content_holder {
	width: 780px;
	float: left;	
}
#right_column {
	width: 215px;
	float: right;
}
.right_graphic_holder {
	padding: 0;	
}
#events_holder_right {
	background: url(../imgs/events_graphic.png) no-repeat top left; 
	width: 213px; 
	height: 312px;
}
#events_holder_right_inner {
	padding: 110px 50px 0 70px;	
}
.events_right_repeater {
	padding: 2px 0;	
}
.events_right_repeater a:link, .events_right_repeater a:visited, .news_repeater a:link, .news_repeater a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.events_right_repeater a:hover, .news_repeater a:hover {
	text-decoration: underline;	
}
#news_holder_right {
	background: url(../imgs/news_graphic.png) no-repeat top left; 
	width: 199px; 
	height: 220px;
	position: relative;	
}
#news_holder_btn {
	position: absolute;
	bottom: 23px;
	left: 60px;
	width: 83px;
	height: 20px;
	cursor: pointer;	
}
#news_holder_right .inner {
	padding: 75px 40px 0 55px;
}
.news_repeater {
	font-size: 13px;
	color: #000;
	padding: 2px 0;
}
#index_leads {
	padding: 20px 0;	
}

#top_banner_info {
	background: #e3bf75; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e3a7', endColorstr='#d1a04a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7e3a7), to(#d1a04a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7e3a7,  #d1a04a); /* for firefox 3.6+ */
	padding: 0 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	border: 5px solid #c28f3d;
	color: #391b06;
	float: right;
	width: 250px;
	font-size: 15px;
}

#banner_scroller {
	width: 470px;
	height: 190px;	
}
#banner_scroller li{ 
	display:none;
	padding: 0;
	margin: 0;
}
.scroller_img_holder {
	width: 470px;
	height: 190px;
	overflow: hidden;
	padding: 0;
	margin: 0;	
}
#banner_scroller li img{ 
	
}
#banner_scroller li:first-child{ 
	display:block;
	padding: 0;
	margin: 0;
}
#banner_scroller ul{ 
	list-style:none;
	padding: 0;
	margin: 0;
}

.events_repeater, .blog_repeater {
	border-bottom: 2px solid #7a370c;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}
.events_header, .profile_header, .blog_header {
	color: #7a370c;
	font-size: 13px;
	padding: 0 0 5px 0;
}
.events_header .left {
	
}
.events_header span, .events_description span, .profile_header span, .profile_description span, .blog_header span {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.events_description, .profile_description, .blog_description {
	float: left;
	width: 660px;
	color: #7a370c;
	font-size: 13px;
}
.events_more_btn_holder,  .blogs_more_btn_holder{
	float: right;	
	padding: 30px 5px 0 0;
}

.event_img_holder {
	background: #717070;
	padding: 10px;
	text-align: center;
	margin: 5px 0;
}
#event_img {
	width: 125px;
	overflow: hidden;
}

#profile_repeater_holder {
	padding: 10px 0 20px 0;	
}
.profile_repeater {
	margin: 10px auto 20px auto;
	-webkit-box-shadow:0px 0px 15px #333; 
	-moz-box-shadow:0px 0px 15px #333; 
	background:#fff;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	width: 180px;
	height: 210px;
	border: 3px solid #FFF;
}
.profile_repeater a {
	color: #333;
	text-decoration: none;	
}
.profile_repeater:hover {
	border: 3px solid #88f53d;
}
.profile_repeater .inner {
	padding: 10px;	
}
.profile_repeater_name {
	color: #333;
	padding: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;	
}
.profile_img_repeater {
	width: 150px;
	height: 170px;
	margin: 0 auto;	
	overflow: hidden;
}
#contact_right {
	float: right;
	border-left: 1px solid #000;
	padding: 0 20px;	
	width: 200px;
	font-weight: bold;
}
#contact_right a:link, #contact_right a:visited {
	color: #000;
	text-decoration: none;
}
#contact_right a:hover {
	color: #7a370c;
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	color: #7a370c;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;	
}


/*
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////      Blog styles ////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
#blog_detail_date {
	float: left;
	color: #7a370c;
	font-size: 13px;
}
#blog_detail_date span {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
#blog_detail_comments_count {
	float: right;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
#blog_body_holder {
	padding: 10px 0;	
}
#progressiveLoader {
	display: none;
}
#progressiveLoaderTxt {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	padding: 20px 0;	
}
.dateHolder {
	position: absolute;
	top: 10px;
	left: 10px;
}
.innerDateHolder {
	background: #378eb8; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bae3', endColorstr='#378eb8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#65bae3), to(#378eb8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #65bae3,  #378eb8); /* for firefox 3.6+ */
	text-align: center;
	padding: 5px;
	border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
}
.dayHolder {
	font-size: 19px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
.monthHolder {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #eee;
}
.triangleBottom {
	
}



#commentSectionHolder {
	
}
.blogComment {
	width: 650px;
}
.commentHolder {
	
}
.commentsHolder {
	background: #e3bf75; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e3a7', endColorstr='#d1a04a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7e3a7), to(#d1a04a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7e3a7,  #d1a04a); /* for firefox 3.6+ */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	border: 5px solid #c28f3d;
	color: #391b06;
	width: 250px;
	font-size: 15px;
	padding: 20px;
	margin: 20px 0 30px 0;
}
.commentsHolder label {
	font-size: 13px;
	color: #391b06;
}
.commentsHolder input[type=text] {
	background: #FFF;
	border: 1px solid  #FFF;
	color: #333;
}
.commentsHolder textarea {
	background: #FFF;
	border: 1px solid  #FFF;
	color: #333;
}

.bubble {
	background-color: #f3f3f3;
	margin: 10px 0 0px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #c28f3d;
}
.bubbleImage {
	float: left;
	width: 16px;
	padding-left: 5px;
	margin-top: -1px;
}
.screenName {
	padding-top: 5px;
	float: left;
	font: 18px/1.3em bold normal Verdana, Geneva, sans-serif;
	color: #eee;
}
.time {
	float: right;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	color: #333;
}
.commentTitle {
	padding: 30px 0px 30px 0px; /*top, right, bottom, left*/
	border-bottom: 1px solid #1d1d1d ;
	border-top: 1px solid #1d1d1d;
	margin-bottom: 20px;
}
.commentText {
	color: #000;
	padding: 15px 100px 15px 25px;
	font: 14px/1.3em normal normal Verdana, Geneva, sans-serif; /*size/line-height, font-weight, font-style, font-family*/
}













/*
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////       roundabout styles ///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.clearfix:after						{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0;}
	* html .clearfix 					{height:1%;}
/*.roundabout-holder { 
	padding: 0; 
	height: 250px; 
	list-style: none;
	clear: both;
}
.roundabout-moveable-item {
	height: 200px;
	width: 300px;
	cursor: pointer;
	background-color: #ffc;
	border: 1px solid #999;
}
.roundabout-in-focus { 
	cursor: auto; 
}*/
.roundabout-holder 					{list-style:none; height:250px; margin:0px auto; width:880px;}
	.roundabout-moveable-item 			{font-size:12px!important; height:200px; width:300px;cursor:pointer; padding:5px; border:1px solid #aaaaaa; -webkit-border-radius:5px; -moz-border-radius:5px; background:#f9f9f9;}
	.roundabout-moveable-item img 		{height:100%; width:100%; background-color:#FFFFFF; margin:0;}
	.roundabout-in-focus 				{cursor:auto;}
	.roundabout-in-focus:hover			{-webkit-box-shadow:0px 0px 20px #c8edff; -moz-box-shadow:0px 0px 20px #c8edff; background:#f9f9f9;}
	.roundabout-holder span				{display:none; font-size:12px;}
	.roundabout-in-focus:hover span		{display:inline; position:absolute; bottom:5px; right:5px; padding:8px 20px; background:#f9f9f9; color:#000000; z-index:999; -webkit-border-top-left-radius: 5px; -moz-border-radius-topLeft: 5px; font-size : 12px;border-left:1px solid #aaaaaa; border-top:1px solid #aaaaaa; }
	.roundabout a:active,
	.roundabout a:focus,
	.roundabout a:visited				{outline:none; text-decoration:none;color:#09F}
	.roundabou li 						{margin:0}
	a img								{border:none; outline:0;}
#filler {
	background: url(../imgs/50_percent_fade.png) repeat;
	padding: 10px;
	min-height: 500px;
}













/*
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////// error pages styles /////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
#errorHolder {
	
}
#errorHolderInner {
	
}
#errorHeader {
	font-size: 34px;
	color: #f4f4f4;
}
#errorSubHeader {
	font-size: 27px;
	color: #999;
}
.errorTxt {
	font-size: 13px;	
}
.errorTxt a:link, .errorTxt a:visited {
	color: #eee;
	font-weight: bold;
	font-size: 15px
}
.errorTxt a:hover {
	color: #FFF;	
}
.errorTxt label {
	font-size: 12px;
	color: #FFF;	
}
.errorTxt textarea {
	background: #222;
	border: 1px solid #222;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	width: 97%;
	height: 150px;
	padding:5px;
}

#iconsHolder {
	padding: 30px 0 0 0;
}
.forths {
	float: left;
	width: 24%;	
}










/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////  Slider top ////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
#panel{
	background:#0c0c0c url(../imgs/panel-repeater.png) repeat-x top left;
	height:230px;
	display: none;
}
#panel_inner {
	background: url(../imgs/dropDown-bg.png) no-repeat top left;
	height:230px;
}
.messageFormHolder {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
}
.messageFormHolderInner {
	background: url(../imgs/50_percent_fade.png) repeat;
	height: 160px;
	padding: 20px;
}
#messageFormHolder_noneOpaque {
	height: 100%;
}
.slide{
	margin:0;
	padding:0;
	background: url(../imgs/labels/tell_me_about_your_project_down.png) no-repeat right top;
	text-align:center;
	width:220px;
	height:28px;
}
.btn-slide{
	background: url(../imgs/labels/tell_me_about_your_project_up.png) no-repeat right top;
	text-align:center;
	width:220px;
	height:28px;
	margin:0 auto;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
	outline: none;
}
.active{
	background-position:right -3000px;
}
.opened {
	background-color: #666;
}









/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////  Admin Styles  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.loaderHolder {
	font: normal normal 16px/1em Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
}
.spinnerHolder {
	padding: 30px 0;
}
.spinner {
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(../imgs/spinner.gif) no-repeat top left;
}
.booboo {
	font: normal normal 16px/1em Arial, Helvetica, sans-serif;
	color: #333;
	padding: 20px 0;
}
.booboo span {
	color: #C00;
}
#alertDiv {
	position:fixed;
	/*top: 150px;*/
}
#page {
	width: 1000px;
	height: auto;
	background: #FFF;
	margin: 0 auto;
}

#loginPanel {
	width: 750px;
	background: #f4f4f4;
	margin: 0 auto 0 auto;
	padding: 20px 50px;
	border: 1px solid #ccc;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#loginIntro {
	padding: 15px 0 0 0;
	float: left;
	width: 400px;
}
#loginInputHolder {
	width:270px;
	background:#fFF;
	padding: 10px;
	float: right;
	border: 1px solid #ccc;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.inputSet {
	border: none;
	padding: 5px 3px;
}
#adminMenuHolder {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	background: #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd');  /*for IE */
	background: -webkit-gradient(linear, right top, left bottom, from(#f8f8f8), to(#dddddd));  /*for webkit browsers */
	background: -moz-linear-gradient(top,  #f8f8f8,  #dddddd);  /*for firefox 3.6+ */
	border-bottom: 2px solid #666;
	border-left: 1px solid #eee;	
}
#adminMenu {
	margin: 0 auto;
	width: 1000px;
}
.logout {
	color: #333;
	padding: 8px 0 0 0;
	float: right;	
	font-weight: bold;
}
.logout a:link, .logout a:visited {
	color: #333;
	text-decoration: none;
}
.logout a:hover {
	color: #3393cd;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/

.statsHolder{
	border: 1px solid #f7f6f6;
	background: #656565; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f7f6f6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f6f6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #f7f6f6); /* for firefox 3.6+ */
	padding: 5px 10px;
	font: normal normal 18px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	/*text-shadow: 0px 2px 1px #b4b4b4;  x-offset, y-offset, blur, colour */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	border: 1px solid #eee;
	margin: 40px 20px 0 0;
	cursor: default;
}
.statsHeader {
	float: left;
	padding: 10px;
	font: normal normal 15px/1em Arial, Helvetica, sans-serif;
	color: #777;
}
.statsTxt {
	float: left;
	padding: 10px;
	font: bold normal 14px/1em Arial, Helvetica, sans-serif;
	color: #333;
}

#statsWelcome {
	float: left;
	background: #FFF;
	padding: 20px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	width: 600px;
	margin: 40px 20px 0 0;
	cursor: default;
}
#adminLogo {
	float: right;	
	background: #e5e5e5;
	padding: 20px;	
	margin: 40px 20px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	cursor: default;
}
#currentPageHeader {
	border-bottom: 2px solid #8ac5e9;
	color: #777;
	font: normal normal 16px/1em Arial, Helvetica, sans-serif;
	padding: 10px 0 3px 0;	
	margin: 15px 0 5px 0;
	float: left;
	cursor: default;
	font-weight: bold;
	color: #000;
}

.userForm {
	margin: 20px 0 0 0;
	text-align: right;	
	width: 380px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 20px 30px 20px 20px;
	float: left;
}
.blogForm {
	margin: 20px 0 0 0;	
	width:950px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 20px 30px 20px 20px;
}

.editListHolder {
	float: left;
	width: 480px;
	margin: 20px 50px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 10px;
}
.editListHolder h3 {
	font: normal normal 15px/1em Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0 0 10px 0;
}
.editList {	
	max-height:400px;
	overflow: auto;
}
.userRepeaterHolder {
	padding: 5px;
	cursor: pointer;
	border: 1px dotted #ccc;
	background: #f6f6f6;
	margin: 5px 0;
}
.alertBtns {
	padding: 10px 0;
	text-align: center;
	width: 170px;
	margin: 10px auto 0 auto;	
}
.pageError {
	padding: 50px 0;
	text-align: center;
	color: #900;
	font-weight: bold;
}
.listHolder {
	background: #FFF;
	padding: 10px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	margin: 5px 0;
	cursor: default;	
}
.listHeader {
	padding: 10px 0 0 0;
}
.listHeaderItem {
	float: left;
	font-weight: bold;
	color: #333;
	/*padding handled in page*/
}
.listRepeater {
	padding: 3px 0;
	margin: 3px 0;
	border-bottom: 1px dashed #bbb;
	border-top: 1px dashed #bbb;	
}
.thumbnail {
	width:150px;
	height:100px;
	float: right;
	overflow: hidden;
}
#imageInputs {
	padding: 10px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	margin: 5px 0 10px 0;
}
#addBtnHolder {
	width: 300px;
	text-align: right;
}
.img_previewHolder {
	float: left;
}
.img_repeaterHolder {
	padding: 10px 0 10px 40px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	width: 200px;
	height: 190px;
	overflow: hidden;
	background: #FFF;
}
.img_repeater {
	width: 150px;
	border: 1px solid #CCC;
	height: 150px;
	overflow: hidden;
	margin: 10px 10px 10px 0;
	cursor: move;
}
.img_moveable_repeater {
	width: 650px;
	margin: 3px 0;
	padding: 5px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.draggableUL {
	
}
.draggableUL li {
	list-style: none;
	cursor: move;
}
.removeBtnHolder {
	padding: 5px 0 0;
	text-align: center;
}
.beforeAfterHolder {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 5px 0;
}
.imageSetNumber {
	width: 80px;
	border-bottom: 1px dotted #999;
	padding: 0 5px 0 0;
	margin: 0 0 3px 0;
	color: #333;
	font-weight: bold;
}
.designImgHolder {
	padding: 20px;
	float: left;
}
.imgSetHolder {
	background: #f8f8f8;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
.removeSetHolder {
	background:#F9C;
	position: absolute;
	bottom: 30px;
	right: 40px;
}
.supportInfoTxt {
	padding:10px 0px;;
	font-size: 14px;
	color: #333;
}
.supportInfoTxt p {
	padding: 5px 0;
}
.txtArea {
	border: 1px solid #ccc;
	width:950px;
	height:200px;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.contactFormHolder {
	background: #f3f3f3;
	margin-bottom: 30px;
}
.addImages {
	border: 1px solid #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	display: none;
	margin: 10px 0 0 0;
}

