/* Tabs */
#left_panel, #left_panel2 {
  display: block;
  float: left;
  overflow: hidden;
  padding: 20px 0 0 5px;
  width: 190px;
}
  .section {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .subsections {
    padding: 0 0 10px 5px;
  }
  .subsection {
    border-left: 1px solid #ccc;
    padding: 0 0 5px;
  }
    .subsection h3 {
      
    }
    .subsection .status {
      padding: 5px 10px;
      background-color: #f2f2f2;
      font-weight: bold;
      font-size: 12px;
      border-top: 1px solid #ccc;
      
    }
    .subsection .item {
      padding: 3px 10px;
      margin: 5px 0 0;
      font-weight: bold;
      font-size: 12px;
    }
    .subsection .current_item {
      border-left: 3px solid #666;
      padding: 3px 7px;
      margin: 5px 0 0;
      font-weight: bold;
      font-size: 12px;
    }
    
#right_panel {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #aaa;
  width: 700px;
  min-height: 450px;
}
  #right_panel #panel_view {
    padding-top: 10px;
    overflow: hidden;
  }
  #right_panel .main_head {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
  #right_panel .explanation {
    width: 90%;
    color: #999;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 20px 0;
  }

/* ----- Package Tab ----- */

/* All Packages, Goals */
#right_panel thead {
  color: #999;
  border-top: 1px solid #CDCDCD;
}
  #right_panel th { 
    padding: 5px;
    font-size: 12px;
  }
  
#right_panel tbody {
  border-top: 2px solid #999;
}
  #right_panel tr.odd {
    background-color: #fff;
  }
  #right_panel tr.even {
    background-color: #f2f2f2;
  }
  #right_panel td {
    padding: 5px 5px;
    font-size: 12px;
  }
    #right_panel td .notice {
      color: #f00;
    }
    
  
/* New Package */
#right_panel .title_wrap input.inputsubmit {
  margin: 0;
}
#right_panel .title_wrap a.clear_btn {
  margin: 0 0 0 10px;
}
  
#right_panel .submit_section {
  margin: 20px 0;
  padding: 10px 0 0;
  border-top: 1px solid #ccc;
}

/* Show Package */
input#add_new_package_btn, input#add_new_sponsorship_btn, input#compose_message_btn {
  font-size: 12px;
}

input#add_new_fundraising_btn {
  font-size: 12px;
}

input#add_new_gallery_btn,  input#edit_gallery_btn, input#view_gallery_btn, input#delete_gallery_btn, input#back_btn, input#upload_pic {
  font-size: 12px;
  text-decoration:none;
}

input#upload_pic:hover {
  text-decoration:none;
}

#package_top_container {
  padding: 10px 0 30px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}

#preview_package_bar {
  font-size: 11px;
  overflow: hidden;
  margin-bottom: 15px;
}
  #preview_package_bar .label {
    padding: 5px 10px 5px 3px;
    float: left;
  }
  #preview_package_bar .actions {
    padding: 5px 15px;
    float: left;
  }
    #preview_package_bar .actions a {
      margin-right: 10px;
    }
#package_basic_info {
  width: 500px;
  float: left;
}
  #package_basic_info #status_wrap {
    overflow: hidden;
    margin-bottom: 5px;
  }
  #package_basic_info #status {
    padding: 2px 20px;
    background-color: #333;
    background:#FFFFFF url(../img/tick.gif) no-repeat scroll 0 4px;
    font-size: 15px;
    width: auto;
    float: left;
  }
  #package_basic_info #title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #package_basic_info .fields {
    overflow: hidden;
    font-size: 11px;
    margin-bottom: 15px;
  }
    #package_basic_info .field {
      float: left;
      background-color: #f2f2f2;
      color: #999;
      width: 120px;
      padding: 2px 0 2px 5px;
      margin: 0 5px 0 0;
    }
  #package_basic_info #description {
    font-size: 11px;
  }

#package_sidebar {
  font-size: 12px;
  width: 170px;
  float: right;
  margin-top: 35px;
}

#package_sidebar a {
}

#package_sidebar .row {
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
}

#package_sidebar .row .left span, #package_sidebar .row .right span  {
    color: #ccc;
}

#package_bottom_container {
  padding: 20px 0 0;
}
  #package_bottom_container ul {
    list-style-position: inside;
    font-size: 11px;
  }
  #package_bottom_container ul li{
    margin-bottom:10px;
  }
  
/* Request and Receive Sections */
#request_section .left_form_container .content {
  width: 130px;
}

#receive_section .left_form_container .content {
  width: 190px;
}

.suggestion_container, .suggestion_container label, .suggestion_container  div.form_title {color: #999;}
.suggestion_container {background-color: #DFEFFF;}

.suggestion_container .content {
  font-size: 11px;
  line-height: 18px;
  width: 260px;
  float: left;
  display: block;
}

.suggestion_container .left_actions {
  font-size: 11px;
  line-height: 18px;
  margin: 0 3px 0 0;
  float: left;
  display: block;
}
  .suggestion_container .left_actions a {
    font-size: 11px;
  }

/* Current Sponsor */
#current_sponsors_container {
  border-top: 1px solid #ccc;
}
  #current_sponsors_container .info_row {
  width: 640px;
}

#current_sponsors_container .info_row .left a {color: #8B004D;font-weight:700;font-size:14px;}

.current_sponsor {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
  .current_sponsor .sponsor_image {
    width: 50px;
    margin: 0 10px 0 0;
  }
	.current_sponsor .sponsor_image img{
		width: 40px;
		padding:3px;
		border:1px solid #CCC;
	}
  .current_sponsor .sponsor_info {
	
	}
	.current_sponsor .actions {
		
	}

.info_row {
  margin: 0 0 5px 0;
}	
  .info_row .label {
    font-weight: bold;
  }

	
/* ----- Fundraising Tab -----*/
#fundraising_tab_container {
  
}
	#fundraising_tab_container .title_wrap {
		margin: 0;
	}

.sideinfo {
	border-left: 1px solid #e6e6e6;
}
	.sideinfo .row {
		overflow: hidden;
		padding: 15px 10px;
	}
 	.sideinfo .small_container {
		padding: 0 10px 10px 0;
	}
	.sideinfo .label {
		height: 15px;
		line-height: 15px;
		text-align: center;
		font-size: 10px;
	}
	.sideinfo .last {
		padding: 0 0 10px;
	}

.number_box {
	background-color: #E6E6E6;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	width: 55px;
	height: 25px;
}

.supporter {
	font-size: 12px;
	margin: 0 0 10px;
}
	
#date_period_container {
	text-align: center;
	font-weight: bold;
}
#days_left_container {
	
}
#supporters_container {
	
}

#donate_steps .title {
  margin: 0 0 10px;
  padding: 10px 0 5px 15px;
  border-bottom: 1px solid #ccc;
  font-size:14px;
color:#9C0267;
font-weight:700;
}

#donate_steps .msg {
  color: #8CC63F;
  font-size: 13px;
font-weight:100;
}

#donate_steps .form_container .form_row {
  margin: 0 0 5px 0;
}

#step1 .forms_container {
  min-height: 150px;
}
  #step1 #change_account_btn {
    font-size: 11px;
  }

#step2 #payment_feedback_ko .transaction_result {
	background: #F7B29F;
	border:1px solid #CC0000;
	color:#cc0000;
	font-size:12px;
	margin:10px 0 20px;
	padding:8px 5px 8px 7px;
}
#step2 #payment_feedback_ok .transaction_result {
	background-color: transparent;
}

  #step2 .credit_card_info_container {
    min-height: 300px;
  }

#step2 #payment_feedback_ko, #step2 #payment_feedback_ok {padding:0px 15px;}


#account_login_form label, #account_signup_form label {
  padding: 0;
  line-height: 18px;
}

#account_signup_form {
  display: none;
}

#summary_container {
  display: none;
  padding: 10px 10px 20px;
}
  #summary_container table {
    
  }
  #summary_container table tbody {
    border: none;
  }
  #summary_container table th {
    width: 120px;
	padding:5px 0px;
	font-weight:700;
  }
  #summary_container table td {
    color: #666;
	padding:5px 0px;
  }
  #summary_container input.button {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 15px 3px;
  }
/* Donate Step 2 */
select#expiry_month, select#expiry_year {
  width: 100px;
}

#offerpal_container iframe {
  height: 500px;
  width: 695px;
  border: 1px solid #ccc;
}

/* ----- Inbox Tab ----- */
  
.message_container {
  border-top: 1px solid #ccc;
  padding: 10px 5px;
  overflow: hidden;
  clear: both;
}

.unread {
  background-color: #f2f2f2;
}
.read {
  /*background-color: #f2f2f2;*/
} 
  .read a {
    /*color: #77cce2;*/
  } 
  .message_container .checkbox {
    float: left;
    width: 30px;
    margin-right: 5px;
  }
  .message_container .image {
    margin-right: 10px;
  }
    .message_container .image img {
      width: 60px;
    }
  .message_container .message {
    
  }
    .message_container .envelope {
      width: 150px;
      padding: 0 0 5px 0;
    }
      .envelope .name {
        padding: 0 0 3px 0;
      }
    .message_container .thread {
      width: 300px;
      padding: 0 0 5px 0;
    }
      .message_container .subject {
        padding: 0 0 3px 0;
        color: #29ABE2;
      }
      .message_container .message_body {
        padding: 0 0 3px 0;
        color: #999;
        font-size: 11px;
      }
    #right_panel .message_container .time {
      color: #999;
      font-size: 10px;
    }  
    
.conversation_container {
  
}
  .conversation_container .message_container .message_body {
    color: #333;
    font-size: 12px;
  }
  .conversation_container .message_header {
    margin: 0 0 5px 0;
  }
    .conversation_container .message_header .sender {
      margin: 0 5px 0 0;
    }

#reply_box {
  overflow: hidden;
  margin: 20px 0 0 5px;
}
  #reply_box .label {
    color: #999;
    font-weight: bold;
    width: 50px;
    text-align: right;
    margin: 0 10px 0 0;
  }
  #reply_box textarea {
    width: 500px;
    height: 50px;
    margin: 0 0 5px 0;
    font-weight: normal;
font-size:12px;
  }
  
.watching_groups_container {
  overflow: hidden;
}
  .watching_groups {
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
  }
  .watching_group {
    overflow: hidden;
    float: left;
    margin: 0 10px 20px 0;
  }
  .watching_group .image {
    width: 70px;
    height: 70px;
    margin: 0 5px 0 0;
  }
  .watching_group .image img {
    width: 60px;
    height: 60px;
    padding:3px;
	border:1px solid #DDD;
  }
  .watching_group .name {
    width: 140px;
    font-size: 14px;
  }

.subsection .item {
	color: #666;
}
.subsection .item label{
	display: inline;
}

/* ----- Media Tab ----- */

#media_tab_container .loading_circle {	
	float:left;
	margin-right:5px;
}
#media_tab_container .loading_circle img{	
	height: 22px;
}

.media_items {
  padding: 20px 2px;
  border-top: 1px solid #ccc;
display: table-cell;
width:700px;
}
.media_item_container {
  margin-top:10px;
}

#single_image:hover{text-decoration:none;} 

.media_item_container {
  position:relative;
float:left;
margin:10px;
vertical-align:middle;
color:#999;
}

.media_item_container img {
   width: 130px;
   border:1px solid #CCCCCC;
   padding:4px;
   margin-bottom:10px;
 }

.media_item_container a:hover{
  text-decoration : none;
} 

.media_item_container .image_action_panel_left a, .media_item_container .profile_result p{
  padding:0px 0px 6px 5px;
  margin: 0px;
}

.media_item_container .image_action_panel_left a:hover{
  text-decoration : underline;
}

.media_item_container .item_contents input, .media_item_container .item_contents textarea {
	width:130px;
}
.media_item_container .item_content_row .label {
	width:inherit;
	float: none;
	padding:0 0 6px 5px;
	text-align: left;
}

.content_items_container {
  border-top: 1px solid #ccc;
  margin: 5px 0;
}   
.content_item_container {
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  color: #666;
}
  .content_item_container .item_media {
  /*  height: 90px;*/
    width: 100px;
    margin-right: 30px;
  }
    .item_media img {
   /*   height: 90px;*/
      width: 120px;
    }
  .content_item_container .item_contents {
    margin: 0 10px 0 0;
  }
    .content_item_container .item_content_row {
      overflow: hidden;
      margin: 0 0 10px 0;
      width: 300px;
    }
    .item_content_row+.last {
      margin: 0;
    }
      .item_content_row .label {
        width: 80px;
        float: left;
        margin: 0 5px 0 0;
        text-align: right;
      }
      .item_content_row .field {
        float: left;
        width: 200px;
      }
      .item_content_row input {
        font-size: 12px;
        font-weight: normal;
        border: 1px solid #ccc;
        width: 100%;
      }
      .item_content_row textarea {
        font-size: 12px;
        font-weight: normal;
        border: 1px solid #ccc;
        width: 100%;
      }
  .content_item_container .item_options {
    width: 200px;
  }	
  .content_item_container .item_options label{
    display:inline;
  }

    .item_options .actions {
      margin: 10px 0 0;
      overflow: hidden;
      width: 100%;
    }
      .item_options .actions a {
      }

#content_info_form input.save_btn {
	font-size:12px;
}


#gallery_info_section .form_container {
  width: 400px;
}
#gallery_info_form label {
  width: 100px;
}
#gallery_info_form, #upload_photos_form, #upload_videos_form {
  margin: 10px 0 0 80px;
  padding: 0 0 20px;
}

/* ----- Setting Tab ----- */
#setting_tab_container .section .title {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 5px 15px;
  border-bottom: 1px solid #ccc;
}

#setting_tab_container .form3 label {
  width: 180px;
}

/* ----- Analytics Tab ----- */
#analytics_tab_container table thead {
  color: #29281F;
  font-weight: bold;
}
#analytics_tab_container table tbody {
  border: none;
}

.view_container {
  margin: 0 0 20px 0;
}

.view_option_tab {
/*  color: #8CC63F;
  background-color: #29281F;*/
  padding: 4px 0;
  text-align: center;
  width: 80px;
}
  .view_option_name {
    color: #8CC63F;
    background-color: #29281F;
    padding: 5px 10px;
  }
  
.filters_container {
  overflow: hidden;
  padding: 10px 3px;
  margin: 0 0 10px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #ccc;
}
.filters_container .label {
  color: #999;
  margin: 0 0 5px 0;
}
  .left_box {
    float: left;
    padding: 0 20px 20px 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #CCCCCC;
  }
  .right_box {
    float: left;
  }
  
.checkbox_container {
  margin: 0 0 5px 0;
}
  .checkbox_container input {
    margin: 0 5px 0 0;
  }

.package_checkboxes .checkbox_container {
  float: left;
  margin: 0 10px 0 0;
}

.charts_container {
  padding: 20px 0 0;
  border-top: 1px solid #29281F;
  overflow: hidden;
}
  .charts_container .subtitle {
    font-size: 13px;
  }
  .charts_container .left_box {
    height: 200px;
    width: 330px;
  }
  .charts_container .right_box {
    height: 200px;
    width: 300px;
  }
  
  #pie_chart { margin: 30px 0 0;}

/* Errors */

.package_error {
	text-align:center;
	padding: 5px 0px;
	margin:-10px 0px 20px 0px;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	background-color: #f7b29f;
}

.loading_status {
	float:right;
	padding-left:10px;
}

.loading_status img {
	height:23px;
}

/* Sponsorship payment */

#sponsorship_basic_info {width:600px;margin-top:10px;float:left;}
#sponsorship_logos {float:right;margin-right:20px;}
#sponsorship_text, .sponsorship_text {font-size:14px;font-weight:700;margin-bottom:10px;color:#9c0267;}
#sponsorship_text {background:#FFFFFF url(../img/tick.gif) no-repeat scroll 0 4px;padding-left:20px;}
.sponsorship_text {border-bottom:1px solid #ddd;}
#sponsorship_details {width:300px;margin:20px 30px 10px 30px;border:1px solid #ddd;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:10px 7px;font-size:15px;}
#sponsorship_details strong {color:#3A6BB4;font-size:15px;}
#sponsor_error {padding: 8px 5px 8px 7px;margin:10px 0px 20px 0px;border: 2px solid #cc1100;background: #ffdddd; }
#sponsorship_package_details {float:left;padding: 10px 10px 20px;}
#sponsorship_package_details .details {border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#feffef;width:290px;padding:5px;margin-top:25px;}
#sponsorship_package_details .subtitle {color:#9c0267;font-size:14px;background:#feffef url(../img/tick.gif) no-repeat scroll 0 4px;padding-left:20px;}
#sponsorship_package_details .item_list li {margin:10px 0px 10px 30px;color:#888;font-size:13px;}
#payment_feedback_ok .transaction_result {margin:20px 0px 40px 0px;font-size:14px;background:#fff url(../img/tick.gif) no-repeat scroll 0 4px;padding-left:25px;}
#payment_feedback_ko .transaction_result {margin:20px 0px 40px 0px;font-size:14px;background:#fff url(../img/exclamation.png) no-repeat scroll 0 0px;padding-left:25px}
.blockUI h1 {font-size:18px;}


/* Fundraising Accounts */

#right_side {float:left;width:675px;min-height:450px;overflow:hidden;padding:0 0 0 15px;}
#right_side .title_wrap h1.title {color:#4B7DD6;text-transform:capitalize;font-size:24px;}
#right_side div.title_wrap {padding:15px 0 5px;}
#right_side .explanation {color:#999999;font-size:12px;font-weight:bold;margin:0 0 20px;width:90%;}
#right_side .donation {line-height:1.5;background:transparent url(../img/tick.gif) top left no-repeat;padding-left:25px;margin:25px 0px;font-size:12px;color:#333;clear:both;}
#right_side .offerpal {color:#8CC63F;}
#right_side .date {color:#999;margin-right:15px;}
#right_side .survey_left {width:320px;}
#right_side .radio_row label {width:200px;}

/* Transactions */

#right_side {float:left;width:675px;min-height:450px;overflow:hidden;padding:0 0 0 15px;}
#right_side .title_wrap h1.title, #right_panel div.title {color:#4B7DD6;text-transform:capitalize;font-size:24px;}
#setting_tab_container .section .title {padding-left:0px;}
#right_side div.title_wrap {padding:15px 0 5px;}
#right_side .explanation {color:#999999;font-size:12px;font-weight:bold;margin:0 0 20px;width:90%;}
#right_panel .explanation {margin-top:10px;padding-left:0px;}
#right_side .donation, #right_panel .donation {line-height:1.5;background:transparent url(../img/tick.gif) top left no-repeat;padding-left:25px;margin:10px 0px 10px 0px;font-size:12px;color:#333;clear:both;}
#right_side .offerpal, #right_panel .offerpal {color:#8CC63F;}
#right_side .date, #right_panel .date {color:#999;margin-right:15px;}
#right_side .survey_left {width:320px;}
#right_side .radio_row label {width:200px;}
acronym.grouble {color:#9c0267;font-weight:700;cursor:help;}
